eract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tessedit.o -c tesseract/src/ccmain/tessedit.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::PrintTable(const std::vector<std::vector<tesseract::STRING> >&, const tesseract::STRING&)?: tesseract/src/ccmain/paragraphs.cpp:115:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 115 | if (c >= max_col_widths.size()) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:125:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 125 | for (int c = 0; c < max_col_widths.size(); c++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:130:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<tesseract::STRING> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 130 | for (int r = 0; r < rows.size(); r++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:131:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 131 | for (int c = 0; c < rows[r].size(); c++) { | ~~^~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tesseractclass.o -c tesseract/src/ccmain/tesseractclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, std::vector<tesseract::RowInfo>*, tesseract::GenericVector<tesseract::PARA*>*, tesseract::PARA_LIST*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2291:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2291 | for (int i = 0; i < row_infos->size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, bool, const tesseract::MutableIterator*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2555:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2555 | for (int i = 1; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:2562:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2562 | for (int i = 0; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/paragraphs.h:23, from tesseract/src/ccmain/paragraphs.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/pagewalk.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tessvars.o -c tesseract/src/ccmain/tessvars.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_thresholder.o -c tesseract/src/ccmain/thresholder.cpp In file included from tesseract/src/ccmain/pgedit.cpp:34: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccmain/reject.cpp: In member function ?bool tesseract::Tesseract::repeated_nonalphanum_wd(tesseract::WERD_RES*, tesseract::ROW*)?: tesseract/src/ccmain/reject.cpp:598:55: warning: comparison of integer expressions of different signedness: ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} and ?int16_t? {aka ?short int?} [-Wsign-compare] 598 | if ((word->best_choice->unichar_lengths().length () == char_quality) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/pgedit.h:22, from tesseract/src/ccmain/pgedit.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_werdit.o -c tesseract/src/ccmain/werdit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/tessedit.cpp:31: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blamer.o -c tesseract/src/ccstruct/blamer.cpp In file included from tesseract/src/ccmain/resultiterator.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/lsterr.h:22, from tesseract/src/ccutil/elst.h:22, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::CalculateBlobOrder(std::vector<int>*) const?: tesseract/src/ccmain/resultiterator.cpp:220:36: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?long unsigned int?} and ?const int? [-Wsign-compare] 220 | ASSERT_HOST(blob_indices->size() == word_length_); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ tesseract/src/ccmain/resultiterator.cpp: In function ?void tesseract::PrintScriptDirs(const std::vector<tesseract::StrongScriptDirection>&)?: tesseract/src/ccmain/resultiterator.cpp:224:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < dirs.size(); i++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In static member function ?static void tesseract::ResultIterator::CalculateTextlineOrder(bool, const std::vector<tesseract::StrongScriptDirection>&, std::vector<int>*)?: tesseract/src/ccmain/resultiterator.cpp:315:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 315 | for (int i = left; i < word_dirs.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::MoveToLogicalStartOfTextline()?: tesseract/src/ccmain/resultiterator.cpp:434:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 434 | for (; i < word_indices.size() && word_indices[i] < 0; i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:442:9: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 442 | if (i >= word_indices.size()) | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?virtual bool tesseract::ResultIterator::Next(tesseract::PageIteratorLevel)?: tesseract/src/ccmain/resultiterator.cpp:480:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 480 | while (next_blob < blob_order.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:484:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 484 | if (next_blob < blob_order.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::AppendUTF8WordText(std::string*) const?: tesseract/src/ccmain/resultiterator.cpp:681:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 681 | for (int i = 0; i < blob_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::IterateAndAppendUTF8TextlineText(std::string*)?: tesseract/src/ccmain/resultiterator.cpp:702:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 702 | for (int i = 0; i < textline_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/tessedit.cpp:39: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?bool tesseract::Tesseract::init_tesseract_lang_data(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:137:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 137 | for (int i = 0; i < vars_vec->size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In function ?bool tesseract::IsStrInList(const string&, const std::vector<std::__cxx11::basic_string<char> >&)?: tesseract/src/ccmain/tessedit.cpp:241:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 241 | for (int i = 0; i < str_list.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?int tesseract::Tesseract::init_tesseract(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:303:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 303 | for (int lang_index = 0; lang_index < langs_to_load.size(); ++lang_index) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:352:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 352 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:359:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 359 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?void tesseract::Tesseract::SetupUniversalFontIds()?: tesseract/src/ccmain/tessedit.cpp:439:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 439 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:444:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 444 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blobbox.o -c tesseract/src/ccstruct/blobbox.cpp tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/tesseractclass.cpp:48: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::Clear()?: tesseract/src/ccmain/tesseractclass.cpp:583:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 583 | for (int i = 0; i < sub_langs_.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetAdaptiveClassifier()?: tesseract/src/ccmain/tesseractclass.cpp:597:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 597 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetDocumentDictionary()?: tesseract/src/ccmain/tesseractclass.cpp:607:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 607 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::SetBlackAndWhitelist()?: tesseract/src/ccmain/tesseractclass.cpp:624:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 624 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForPageseg()?: tesseract/src/ccmain/tesseractclass.cpp:645:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 645 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForTessOCR(tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*)?: tesseract/src/ccmain/tesseractclass.cpp:676:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 676 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blobs.o -c tesseract/src/ccstruct/blobs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/werdit.h:23, from tesseract/src/ccmain/werdit.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blread.o -c tesseract/src/ccstruct/blread.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/blamer.cpp: In member function ?void tesseract::BlamerBundle::SetWordTruth(const tesseract::UNICHARSET&, const char*, const tesseract::TBOX&)?: tesseract/src/ccstruct/blamer.cpp:85:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 85 | for (int i = 0; i < encoding.size(); total_length += lengths[i++]) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_boxread.o -c tesseract/src/ccstruct/boxread.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_boxword.o -c tesseract/src/ccstruct/boxword.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/blobs.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/blobs.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ccstruct.o -c tesseract/src/ccstruct/ccstruct.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/boxread.cpp: In function ?bool tesseract::ReadMemBoxes(int, bool, const char*, bool, std::vector<tesseract::TBOX>*, std::vector<tesseract::STRING>*, std::vector<tesseract::STRING>*, std::vector<int>*)?: tesseract/src/ccstruct/boxread.cpp:105:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 105 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_coutln.o -c tesseract/src/ccstruct/coutln.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_detlinefit.o -c tesseract/src/ccstruct/detlinefit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_dppoint.o -c tesseract/src/ccstruct/dppoint.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/boxword.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_imagedata.o -c tesseract/src/ccstruct/imagedata.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_linlsq.o -c tesseract/src/ccstruct/linlsq.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_matrix.o -c tesseract/src/ccstruct/matrix.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_mod128.o -c tesseract/src/ccstruct/mod128.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_normalis.o -c tesseract/src/ccstruct/normalis.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ocrblock.o -c tesseract/src/ccstruct/ocrblock.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/imagedata.cpp: In member function ?void tesseract::ImageData::AddBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, const std::vector<int>&)?: tesseract/src/ccstruct/imagedata.cpp:338:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 338 | for (int i = 0; i < box_pages.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/imagedata.cpp: In member function ?bool tesseract::DocumentCache::LoadDocuments(const std::vector<tesseract::STRING>&, tesseract::CachingStrategy, tesseract::FileReader)?: tesseract/src/ccstruct/imagedata.cpp:600:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 600 | for (int arg = 0; arg < filenames.size(); ++arg) { | ~~~~^~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ocrpara.o -c tesseract/src/ccstruct/ocrpara.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/imagedata.h:22, from tesseract/src/ccstruct/imagedata.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:168:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:176:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:182:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ocrrow.o -c tesseract/src/ccstruct/ocrrow.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_otsuthr.o -c tesseract/src/ccstruct/otsuthr.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_pageres.o -c tesseract/src/ccstruct/pageres.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/ccstruct/matrix.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/normalis.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/normalis.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_pdblock.o -c tesseract/src/ccstruct/pdblock.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_points.o -c tesseract/src/ccstruct/points.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_polyaprx.o -c tesseract/src/ccstruct/polyaprx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_polyblk.o -c tesseract/src/ccstruct/polyblk.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_quadlsq.o -c tesseract/src/ccstruct/quadlsq.cpp In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_quspline.o -c tesseract/src/ccstruct/quspline.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ratngs.o -c tesseract/src/ccstruct/ratngs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_rect.o -c tesseract/src/ccstruct/rect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_rejctmap.o -c tesseract/src/ccstruct/rejctmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_seam.o -c tesseract/src/ccstruct/seam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/ratngs.h:26, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_split.o -c tesseract/src/ccstruct/split.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_statistc.o -c tesseract/src/ccstruct/statistc.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_stepblob.o -c tesseract/src/ccstruct/stepblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_werd.o -c tesseract/src/ccstruct/werd.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_classify.o -c tesseract/src/classify/classify.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_context.o -c tesseract/src/dict/context.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_dawg.o -c tesseract/src/dict/dawg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_dawg_cache.o -c tesseract/src/dict/dawg_cache.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_dict.o -c tesseract/src/dict/dict.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_permdawg.o -c tesseract/src/dict/permdawg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_stopper.o -c tesseract/src/dict/stopper.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/context.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:316:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:323:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long unsigned int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:329:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = short int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:380:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:381:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long unsigned int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:403:29: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_trie.o -c tesseract/src/dict/trie.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/dict/dict.cpp: In member function ?bool tesseract::Dict::valid_bigram(const tesseract::WERD_CHOICE&, const tesseract::WERD_CHOICE&) const?: tesseract/src/dict/dict.cpp:846:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 846 | for (int i = 0; i < bigram_string.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_alignedblob.o -c tesseract/src/textord/alignedblob.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/dict/permdawg.cpp: In member function ?void tesseract::Dict::go_deeper_dawg_fxn(const char*, const BLOB_CHOICE_LIST_VECTOR&, int, const tesseract::CHAR_FRAGMENT_INFO*, bool, tesseract::WERD_CHOICE*, float*, float*, tesseract::WERD_CHOICE*, int*, void*)?: tesseract/src/dict/permdawg.cpp:78:38: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 78 | for (int i = 0; unigrams_ok && i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/dict/permdawg.cpp:86:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 86 | word_ending && i == encoding.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_baselinedetect.o -c tesseract/src/textord/baselinedetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_bbgrid.o -c tesseract/src/textord/bbgrid.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_blkocc.o -c tesseract/src/textord/blkocc.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_blobgrid.o -c tesseract/src/textord/blobgrid.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/dict/trie.cpp: In member function ?bool tesseract::Trie::add_word_list(const std::vector<tesseract::STRING>&, const tesseract::UNICHARSET&, tesseract::Trie::RTLReversePolicy)?: tesseract/src/dict/trie.cpp:309:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 309 | for (int i = 0; i < words.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_ccnontextdetect.o -c tesseract/src/textord/ccnontextdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/baselinedetect.cpp:37: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/baselinedetect.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/textord/bbgrid.cpp:254:6: warning: no previous declaration for ?Pix* tesseract::TraceBlockOnReducedPix(tesseract::BLOCK*, int, tesseract::ICOORD, int*, int*)? [-Wmissing-declarations] 254 | Pix* TraceBlockOnReducedPix(BLOCK* block, int gridsize, | ^~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_cjkpitch.o -c tesseract/src/textord/cjkpitch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colfind.o -c tesseract/src/textord/colfind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colpartition.o -c tesseract/src/textord/colpartition.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colpartitionset.o -c tesseract/src/textord/colpartitionset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colpartitiongrid.o -c tesseract/src/textord/colpartitiongrid.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_devanagari_processing.o -c tesseract/src/textord/devanagari_processing.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_drawtord.o -c tesseract/src/textord/drawtord.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_edgblob.o -c tesseract/src/textord/edgblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_edgloop.o -c tesseract/src/textord/edgloop.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_fpchop.o -c tesseract/src/textord/fpchop.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_gap_map.o -c tesseract/src/textord/gap_map.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_imagefind.o -c tesseract/src/textord/imagefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_linefind.o -c tesseract/src/textord/linefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_makerow.o -c tesseract/src/textord/makerow.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_oldbasel.o -c tesseract/src/textord/oldbasel.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_pithsync.o -c tesseract/src/textord/pithsync.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_pitsync1.o -c tesseract/src/textord/pitsync1.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_scanedg.o -c tesseract/src/textord/scanedg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_sortflts.o -c tesseract/src/textord/sortflts.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/makerow.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/oldbasel.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::delete_non_dropout_rows(tesseract::TO_BLOCK*, float, tesseract::FCOORD, int32_t, bool)?: tesseract/src/textord/makerow.cpp:586:11: warning: variable ?xleft? set but not used [-Wunused-but-set-variable] 586 | int32_t xleft; //of block | ^~~~~ tesseract/src/textord/makerow.cpp:587:11: warning: variable ?ybottom? set but not used [-Wunused-but-set-variable] 587 | int32_t ybottom; //of block | ^~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::assign_blobs_to_rows(tesseract::TO_BLOCK*, float*, int, bool, bool, bool)?: tesseract/src/textord/makerow.cpp:2283:9: warning: variable ?ycoord? set but not used [-Wunused-but-set-variable] 2283 | float ycoord; //current y | ^~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/makerow.h:22, from tesseract/src/textord/makerow.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/oldbasel.h:22, from tesseract/src/textord/oldbasel.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_strokewidth.o -c tesseract/src/textord/strokewidth.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tabfind.o -c tesseract/src/textord/tabfind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tablefind.o -c tesseract/src/textord/tablefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tabvector.o -c tesseract/src/textord/tabvector.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tablerecog.o -c tesseract/src/textord/tablerecog.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_textlineprojection.o -c tesseract/src/textord/textlineprojection.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_textord.o -c tesseract/src/textord/textord.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/textord/tablefind.cpp: In member function ?void tesseract::TableFinder::RecognizeTables()?: tesseract/src/textord/tablefind.cpp:1830:15: warning: unused variable ?table_win? [-Wunused-variable] 1830 | ScrollView* table_win = nullptr; | ^~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_topitch.o -c tesseract/src/textord/topitch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/textord.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/textord/textord.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tordmain.o -c tesseract/src/textord/tordmain.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/textord.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tospace.o -c tesseract/src/textord/tospace.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tovars.o -c tesseract/src/textord/tovars.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/topitch.cpp:33: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/textord/topitch.h:22, from tesseract/src/textord/topitch.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_underlin.o -c tesseract/src/textord/underlin.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/tordmain.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_wordseg.o -c tesseract/src/textord/wordseg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_workingpartset.o -c tesseract/src/textord/workingpartset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/tordmain.h:22, from tesseract/src/textord/tordmain.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_viewer_scrollview.o -c tesseract/src/viewer/scrollview.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/tospace.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/drawtord.h:22, from tesseract/src/textord/tospace.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_viewer_svmnode.o -c tesseract/src/viewer/svmnode.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_viewer_svutil.o -c tesseract/src/viewer/svutil.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/wordseg.h:22, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/viewer/scrollview.cpp:60:20: warning: ?tesseract::waiting_for_events_mu? defined but not used [-Wunused-variable] 60 | static std::mutex* waiting_for_events_mu; | ^~~~~~~~~~~~~~~~~~~~~ tesseract/src/viewer/scrollview.cpp:56:20: warning: ?tesseract::svmap_mu? defined but not used [-Wunused-variable] 56 | static std::mutex* svmap_mu; | ^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_tface.o -c tesseract/src/wordrec/tface.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_wordrec.o -c tesseract/src/wordrec/wordrec.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_ccutil.o -c tesseract/src/ccutil/ccutil.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_clst.o -c tesseract/src/ccutil/clst.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_elst2.o -c tesseract/src/ccutil/elst2.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_elst.o -c tesseract/src/ccutil/elst.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_errcode.o -c tesseract/src/ccutil/errcode.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_mainblk.o -c tesseract/src/ccutil/mainblk.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_serialis.o -c tesseract/src/ccutil/serialis.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_strngs.o -c tesseract/src/ccutil/strngs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_scanutils.o -c tesseract/src/ccutil/scanutils.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_tessdatamanager.o -c tesseract/src/ccutil/tessdatamanager.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.cpp: In function ?bool tesseract::SaveDataToFile(const std::vector<char>&, const char*)?: tesseract/src/ccutil/serialis.cpp:59:62: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 59 | static_cast<int>(fwrite(&data[0], 1, data.size(), fp)) == data.size(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?char* tesseract::TFile::FGets(char*, int)?: tesseract/src/ccutil/serialis.cpp:213:44: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 213 | while (size + 1 < buffer_size && offset_ < data_->size()) { | ~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FRead(void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:237:23: warning: comparison of integer expressions of different signedness: ?long unsigned int? and ?int? [-Wsign-compare] 237 | if (SIZE_MAX / size <= count) { | ^ In file included from tesseract/src/ccutil/serialis.cpp:21: tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FWrite(const void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:284:31: warning: comparison of integer expressions of different signedness: ?long unsigned int? and ?int? [-Wsign-compare] 284 | ASSERT_HOST(SIZE_MAX / size > count); | ^ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/serialis.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:114:19: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:119:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:39: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:107:68: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:108:69: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:109:72: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:110:73: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_tprintf.o -c tesseract/src/ccutil/tprintf.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unichar.o -c tesseract/src/ccutil/unichar.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unicharcompress.o -c tesseract/src/ccutil/unicharcompress.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unicharmap.o -c tesseract/src/ccutil/unicharmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/tessdatamanager.h:22, from tesseract/src/ccutil/tessdatamanager.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:114:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:121:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:129:26: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:179:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:180:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:183:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unicharset.o -c tesseract/src/ccutil/unicharset.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_params.o -c tesseract/src/ccutil/params.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/strngs.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:48:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:49:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:69:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:71:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_convolve.o -c tesseract/src/lstm/convolve.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_fullyconnected.o -c tesseract/src/lstm/fullyconnected.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/unicharcompress.h:28, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_functions.o -c tesseract/src/lstm/functions.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_input.o -c tesseract/src/lstm/input.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_lstm.o -c tesseract/src/lstm/lstm.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalLine(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:60:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 60 | for (int i = 1; i < entries.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalTable(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 76 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/unicharcompress.h:25, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:63:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:69:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_ranges_empty()?: tesseract/src/ccutil/unicharset.cpp:378:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 378 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::PartialSetPropertiesFromOther(int, const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:388:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 388 | for (int ch = start_index; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::ExpandRangesFromOther(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:417:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 417 | for (int ch = 0; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::CopyFrom(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:431:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 431 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::AppendOtherUnicharset(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:447:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 447 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::GetStrProperties(const char*, tesseract::UNICHARSET::UNICHAR_PROPERTIES*) const?: tesseract/src/ccutil/unicharset.cpp:534:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 534 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::post_load_setup()?: tesseract/src/ccutil/unicharset.cpp:869:30: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 869 | for (UNICHAR_ID id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:911:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 911 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::major_right_to_left() const?: tesseract/src/ccutil/unicharset.cpp:931:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 931 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_black_and_whitelist(const char*, const char*, const char*)?: tesseract/src/ccutil/unicharset.cpp:950:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 950 | for (int ch = 0; ch < unichars.size(); ++ch) | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:956:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 956 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:965:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 965 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:974:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 974 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::AnyRepeatedUnicodes() const?: tesseract/src/ccutil/unicharset.cpp:986:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 986 | for (int id = start_id; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/unicharset.h:26, from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/convolve.h:23, from tesseract/src/lstm/convolve.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_lstmrecognizer.o -c tesseract/src/lstm/lstmrecognizer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/fullyconnected.h:21, from tesseract/src/lstm/fullyconnected.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_maxpool.o -c tesseract/src/lstm/maxpool.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/input.h:21, from tesseract/src/lstm/input.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/lstm.h:21, from tesseract/src/lstm/lstm.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_network.o -c tesseract/src/lstm/network.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_networkio.o -c tesseract/src/lstm/networkio.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_parallel.o -c tesseract/src/lstm/parallel.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_plumbing.o -c tesseract/src/lstm/plumbing.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/lstmrecognizer.h:28, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_recodebeam.o -c tesseract/src/lstm/recodebeam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/maxpool.h:22, from tesseract/src/lstm/maxpool.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::RecognizeLine(const tesseract::ImageData&, bool, bool, double, const tesseract::TBOX&, tesseract::PointerVector<tesseract::WERD_RES>*, int, int)?: tesseract/src/lstm/lstmrecognizer.cpp:218:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 218 | if (char_it < search_->ctc_choices.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:221:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 221 | if (char_it < search_->segmentedTimesteps.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?tesseract::STRING tesseract::LSTMRecognizer::DecodeLabels(const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:337:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 337 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::DebugActivationPath(const tesseract::NetworkIO&, const std::vector<int>&, const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:398:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 398 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?const char* tesseract::LSTMRecognizer::DecodeLabel(const std::vector<int>&, int, int*, int*)?: tesseract/src/lstm/lstmrecognizer.cpp:521:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 521 | while (index < labels.size() && | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:524:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 524 | while (index < labels.size() && labels[index] == null_char_) ++index; | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:529:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 529 | (index == labels.size() || | ~~~~~~^~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = float; size_t = long unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:98:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = long unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:120:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/lstm/network.cpp:37: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/network.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:153:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:165:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:166:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:171:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/networkio.h:26, from tesseract/src/lstm/networkio.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_reconfig.o -c tesseract/src/lstm/reconfig.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/lstm/parallel.cpp: In member function ?virtual void tesseract::Parallel::Forward(bool, const tesseract::NetworkIO&, const tesseract::TransposedArray*, tesseract::NetworkScratch*, tesseract::NetworkIO*)?: tesseract/src/lstm/parallel.cpp:55:8: warning: variable ?parallel_debug? set but not used [-Wunused-but-set-variable] 55 | bool parallel_debug = false; | ^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/parallel.h:22, from tesseract/src/lstm/parallel.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/plumbing.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/plumbing.cpp:186:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/plumbing.cpp:201:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_reversed.o -c tesseract/src/lstm/reversed.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_series.o -c tesseract/src/lstm/series.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::DecodeSecondaryBeams(const tesseract::NetworkIO&, double, double, double, const tesseract::UNICHARSET*, int)?: tesseract/src/lstm/recodebeam.cpp:117:31: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 117 | while ((bucketNumber + 1) < character_boundaries_.size() && | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_stridemap.o -c tesseract/src/lstm/stridemap.cpp tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::segmentTimestepsByCharacters()?: tesseract/src/lstm/recodebeam.cpp:158:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 158 | for (int i = 1; i < character_boundaries_.size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > > tesseract::RecodeBeamSearch::combineSegmentedTimesteps(std::vector<std::vector<std::vector<std::pair<const char*, float> > > >*)?: tesseract/src/lstm/recodebeam.cpp:171:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 171 | for (int i = 0; i < segmentedTimesteps->size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:172:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 172 | for (int j = 0; j < (*segmentedTimesteps)[i].size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In static member function ?static void tesseract::RecodeBeamSearch::calculateCharBoundaries(std::vector<int>*, std::vector<int>*, std::vector<int>*, int)?: tesseract/src/lstm/recodebeam.cpp:184:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 184 | for (int i = 0; i < ends->size(); ++i) { | ~~^~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::PrintBeam2(bool, int, const tesseract::UNICHARSET*, bool) const?: tesseract/src/lstm/recodebeam.cpp:345:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 345 | if (cb >= character_boundaries_.size()) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::extractSymbolChoices(const tesseract::UNICHARSET*)?: tesseract/src/lstm/recodebeam.cpp:408:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 408 | for (int j = 1; j < character_boundaries_.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:441:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 441 | for (int i = 1; i < unichar_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:458:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 458 | if (j - 1 < excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:466:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 466 | if (j - 1 < ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:445:11: warning: variable ?bestCode? set but not used [-Wunused-but-set-variable] 445 | int bestCode = -10; | ^~~~~~~~ tesseract/src/lstm/recodebeam.cpp:482:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 482 | if (j - 1 >= excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:486:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 486 | if (j - 1 >= ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?tesseract::WERD_RES* tesseract::RecodeBeamSearch::InitializeWord(bool, const tesseract::TBOX&, int, int, float, const tesseract::UNICHARSET*, const std::vector<int>&, float)?: tesseract/src/lstm/recodebeam.cpp:618:38: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?long unsigned int?} and ?int? [-Wsign-compare] 618 | if (character_boundaries_.size() > (i + 1)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_tfnetwork.o -c tesseract/src/lstm/tfnetwork.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_weightmatrix.o -c tesseract/src/lstm/weightmatrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/reconfig.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproduct.o -c tesseract/src/arch/dotproduct.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproductavx.o -c tesseract/src/arch/dotproductavx.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_intsimdmatrixavx2.o -c tesseract/src/arch/intsimdmatrixavx2.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproductfma.o -c tesseract/src/arch/dotproductfma.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproductsse.o -c tesseract/src/arch/dotproductsse.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/lstm/reversed.cpp:18: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_intsimdmatrixsse.o -c tesseract/src/arch/intsimdmatrixsse.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_intsimdmatrixneon.o -c tesseract/src/arch/intsimdmatrixneon.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_adaptions.o -c tesseract/src/ccmain/adaptions.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_docqual.o -c tesseract/src/ccmain/docqual.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reversed.h:22, from tesseract/src/lstm/reversed.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_equationdetect.o -c tesseract/src/ccmain/equationdetect.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/series.h:22, from tesseract/src/lstm/series.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/weightmatrix.h:24, from tesseract/src/lstm/weightmatrix.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned char; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:179:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:191:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:204:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:211:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:213:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:157:23: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::Serialize(tesseract::TFile*) const [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:181:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = float]? tesseract/src/lstm/weightmatrix.cpp:246:33: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:500:25: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerializeSize(tesseract::TFile*) [with T = signed char]? tesseract/src/ccstruct/matrix.h:179:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_fixspace.o -c tesseract/src/ccmain/fixspace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_fixxht.o -c tesseract/src/ccmain/fixxht.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_osdetect.o -c tesseract/src/ccmain/osdetect.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/adaptions.cpp:26: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_par_control.o -c tesseract/src/ccmain/par_control.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/equationdetect.h:22, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/ccmain/fixxht.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_recogtraining.o -c tesseract/src/ccmain/recogtraining.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/fixxht.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/fixspace.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_superscript.o -c tesseract/src/ccmain/superscript.cpp In file included from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tessbox.o -c tesseract/src/ccmain/tessbox.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/osdetect.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tfacepp.o -c tesseract/src/ccmain/tfacepp.cpp tesseract/src/ccmain/osdetect.cpp: In member function ?bool tesseract::OrientationDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:394:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 394 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp: In member function ?void tesseract::ScriptDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:490:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 490 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp:493:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 493 | if (s == allowed_scripts_->size()) continue; // Not found in list. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/osdetect.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/par_control.cpp: In member function ?void tesseract::Tesseract::PrerecAllWordsPar(const std::vector<tesseract::WordData>&)?: tesseract/src/ccmain/par_control.cpp:45:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 45 | Tesseract* sub = s < sub_langs_.size() ? sub_langs_[s] : this; | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccmain/fixspace.cpp: In member function ?void tesseract::Tesseract::break_noisiest_blob_word(tesseract::WERD_RES_LIST&)?: tesseract/src/ccmain/fixspace.cpp:699:25: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::current? may be used uninitialized in this function [-Wmaybe-uninitialized] 699 | word_res->ClearResults(); | ~~~~~~~~~~~~~~~~~~~~~~^~ In file included from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/blobs.h:25, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/elst.h:438:16: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? may be used uninitialized in this function [-Wmaybe-uninitialized] 438 | prev->next = new_element; | ~~~~~~~~~~~^~~~~~~~~~~~~ tesseract/src/ccmain/fixspace.cpp:639:15: note: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? was declared here 639 | WERD_RES_IT worst_word_it; | ^~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_fontinfo.o -c tesseract/src/ccstruct/fontinfo.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_params_training_featdef.o -c tesseract/src/ccstruct/params_training_featdef.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_ambigs.o -c tesseract/src/ccutil/ambigs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_bitvector.o -c tesseract/src/ccutil/bitvector.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_indexmapbidi.o -c tesseract/src/ccutil/indexmapbidi.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/ccmain/tessbox.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_universalambigs.o -c tesseract/src/ccutil/universalambigs.cpp In file included from tesseract/src/ccmain/tfacepp.cpp:25: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_adaptive.o -c tesseract/src/classify/adaptive.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_adaptmatch.o -c tesseract/src/classify/adaptmatch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsFontProperties(int, const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:63:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 63 | for (int f = 0; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsMultipleFontProperties(const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 76 | for (int f = 1; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/ccstruct/fontinfo.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:135:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:138:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:152:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:158:24: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/ambigs.cpp: In member function ?void tesseract::UnicharAmbigs::LoadUnicharAmbigs(const tesseract::UNICHARSET&, tesseract::TFile*, int, bool, tesseract::UNICHARSET*)?: tesseract/src/ccutil/ambigs.cpp:144:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 144 | for (int r = 0; r < encoding.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/ambigs.cpp: In member function ?bool tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const tesseract::UNICHARSET&, char*, int*, tesseract::UNICHAR_ID*, int*, char*, int*)?: tesseract/src/ccutil/ambigs.cpp:251:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 251 | for (int i = 0; i < unichars.size(); ++i) | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_blobclass.o -c tesseract/src/classify/blobclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_cluster.o -c tesseract/src/classify/cluster.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_clusttool.o -c tesseract/src/classify/clusttool.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_cutoffs.o -c tesseract/src/classify/cutoffs.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_featdefs.o -c tesseract/src/classify/featdefs.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_float2int.o -c tesseract/src/classify/float2int.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptive.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptmatch.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::ADAPT_RESULTS::ComputeBest()?: tesseract/src/classify/adaptmatch.cpp:112:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 112 | for (int i = 0; i < match.size(); ++i) { | ~~^~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?int tesseract::FindScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:150:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 150 | for (int i = 0; i < results.match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?float tesseract::ScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:161:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 161 | if (index >= results.match.size()) return WORST_POSSIBLE_RATING; | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::LearnWord(const char*, tesseract::WERD_RES*)?: tesseract/src/classify/adaptmatch.cpp:330:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 330 | for (int i = 0; i < tokens.size(); i++) { | ~~^~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:332:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 332 | if (i != tokens.size() - 1) | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::AddNewResult(const tesseract::UnicharRating&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1014:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1014 | (old_match < results->match.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1021:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1021 | if (old_match < results->match.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::MasterMatcher(tesseract::INT_TEMPLATES, int16_t, const tesseract::INT_FEATURE_STRUCT*, const uint8_t*, tesseract::ADAPT_CLASS_STRUCT**, int, int, const tesseract::TBOX&, const std::vector<tesseract::CP_RESULT_STRUCT>&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1116:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1116 | for (int c = 0; c < results.size(); c++) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ExpandShapesAndApplyCorrections(tesseract::ADAPT_CLASS_STRUCT**, bool, int, int, int, float, int, int, const uint8_t*, tesseract::UnicharRating*, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1151:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1151 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1158:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1158 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1172:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1172 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormClassifier(tesseract::TBLOB*, const tesseract::TrainingSample&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1336:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1336 | for (int r = 0; r < unichar_results.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormTrainingSample(bool, int, const tesseract::TrainingSample&, std::vector<tesseract::UnicharRating>*)?: tesseract/src/classify/adaptmatch.cpp:1379:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1379 | for (int i = 0; i < adapt_results->CPResults.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1391:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1391 | for (int i = 0; i < adapt_results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ConvertMatchesToChoices(const tesseract::DENORM&, const tesseract::TBOX&, tesseract::ADAPT_RESULTS*, tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/classify/adaptmatch.cpp:1453:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1453 | for (int i = 0; i < Results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?tesseract::UNICHAR_ID* tesseract::Classify::GetAmbiguities(tesseract::TBLOB*, tesseract::CLASS_ID)?: tesseract/src/classify/adaptmatch.cpp:1637:19: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1637 | for (i = 0; i < Results->match.size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::PrintAdaptiveMatchResults(const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:2029:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2029 | for (int i = 0; i < results.match.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveBadMatches(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2062:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2062 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:2087:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2087 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveExtraPuncs(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2118:34: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2118 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/classify/cluster.cpp: In function ?bool tesseract::MultipleCharSamples(tesseract::CLUSTERER*, tesseract::CLUSTER*, float)?: tesseract/src/classify/cluster.cpp:2302:26: warning: comparison of integer expressions of different signedness: ?int32_t? {aka ?int?} and ?std::vector<unsigned char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2302 | if (Clusterer->NumChar > CharFlags.size()) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_fpoint.o -c tesseract/src/classify/fpoint.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/float2int.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intfeaturespace.o -c tesseract/src/classify/intfeaturespace.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intfx.o -c tesseract/src/classify/intfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intmatcher.o -c tesseract/src/classify/intmatcher.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intproto.o -c tesseract/src/classify/intproto.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_kdtree.o -c tesseract/src/classify/kdtree.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mf.o -c tesseract/src/classify/mf.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfdefs.o -c tesseract/src/classify/mfdefs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfeaturespace.h:24, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/classify/intfeaturespace.h:23, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intfx.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfoutline.o -c tesseract/src/classify/mfoutline.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/intfx.h:21, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intproto.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfx.o -c tesseract/src/classify/mfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intmatcher.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_normfeat.o -c tesseract/src/classify/normfeat.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_normmatch.o -c tesseract/src/classify/normmatch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_ocrfeatures.o -c tesseract/src/classify/ocrfeatures.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_outfeat.o -c tesseract/src/classify/outfeat.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/mfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/mfx.h:22, from tesseract/src/classify/mfx.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_picofeat.o -c tesseract/src/classify/picofeat.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/mfoutline.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/normfeat.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normfeat.h:22, from tesseract/src/classify/normfeat.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_protos.o -c tesseract/src/classify/protos.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_shapeclassifier.o -c tesseract/src/classify/shapeclassifier.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_shapetable.o -c tesseract/src/classify/shapetable.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_tessclassifier.o -c tesseract/src/classify/tessclassifier.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_trainingsample.o -c tesseract/src/classify/trainingsample.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normmatch.h:22, from tesseract/src/classify/normmatch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/outfeat.h:21, from tesseract/src/classify/outfeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_cutil_oldlist.o -c tesseract/src/cutil/oldlist.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/picofeat.h:22, from tesseract/src/classify/picofeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_hyphen.o -c tesseract/src/dict/hyphen.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::UnicharPrintResults(const char*, const std::vector<tesseract::UnicharRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:179:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 179 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp:184:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 184 | for (int f = 0; f < results[i].fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::PrintResults(const char*, const std::vector<tesseract::ShapeRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:194:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 194 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?void tesseract::ShapeClassifier::FilterDuplicateUnichars(std::vector<tesseract::ShapeRating>*) const?: tesseract/src/classify/shapeclassifier.cpp:211:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 211 | for (int r = 0; r < results->size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_equationdetectbase.o -c tesseract/src/textord/equationdetectbase.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/classify/shapetable.cpp:75:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = long unsigned int]?: tesseract/src/classify/shapetable.cpp:94:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/protos.h:23, from tesseract/src/classify/protos.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/trainingsample.h:21, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_associate.o -c tesseract/src/wordrec/associate.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/classify/trainingsample.h:19, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_chop.o -c tesseract/src/wordrec/chop.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_chopper.o -c tesseract/src/wordrec/chopper.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_drawfx.o -c tesseract/src/wordrec/drawfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_findseam.o -c tesseract/src/wordrec/findseam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_gradechop.o -c tesseract/src/wordrec/gradechop.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_language_model.o -c tesseract/src/wordrec/language_model.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_consistency.o -c tesseract/src/wordrec/lm_consistency.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_pain_points.o -c tesseract/src/wordrec/lm_pain_points.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/wordrec/chopper.cpp: In member function ?tesseract::SEAM* tesseract::Wordrec::chop_overlapping_blob(const std::vector<tesseract::TBOX>&, bool, tesseract::WERD_RES*, int*)?: tesseract/src/wordrec/chopper.cpp:288:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::TBOX>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | for (int i = 0; i < boxes.size(); i++) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/chop.h:22, from tesseract/src/wordrec/chop.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_state.o -c tesseract/src/wordrec/lm_state.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/seam.h:26, from tesseract/src/wordrec/findseam.h:22, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_outlines.o -c tesseract/src/wordrec/outlines.cpp In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/wordrec/language_model.cpp: In member function ?tesseract::LanguageModelDawgInfo* tesseract::LanguageModel::GenerateDawgInfo(bool, int, int, const tesseract::BLOB_CHOICE&, const tesseract::ViterbiStateEntry*)?: tesseract/src/wordrec/language_model.cpp:849:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 849 | for (int i = 0; i < normed_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:854:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 854 | word_end && i == normed_ids.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:857:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 857 | } else if (i < normed_ids.size() - 1) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/findseam.h:24, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/kdpair.h: In member function ?void tesseract::Wordrec::choose_best_seam(tesseract::SeamQueue*, const tesseract::SPLIT*, tesseract::PRIORITY, tesseract::SEAM**, tesseract::TBLOB*, tesseract::SeamPile*)?: tesseract/src/ccutil/kdpair.h:125:10: warning: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? may be used uninitialized in this function [-Wmaybe-uninitialized] 125 | key_ = new_key; | ~~~~~^~~~~~~~~ tesseract/src/wordrec/findseam.cpp:127:14: note: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? was declared here 127 | SeamPair seam_pair; | ^~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_params_model.o -c tesseract/src/wordrec/params_model.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_pieces.o -c tesseract/src/wordrec/pieces.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_plotedges.o -c tesseract/src/wordrec/plotedges.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/lm_pain_points.h:25, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_render.o -c tesseract/src/wordrec/render.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_segsearch.o -c tesseract/src/wordrec/segsearch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/outlines.h:24, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_wordclass.o -c tesseract/src/wordrec/wordclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsbittab.o -c ./base/gsbittab.c tesseract/src/wordrec/pieces.cpp: In member function ?void tesseract::Wordrec::merge_and_put_fragment_lists(int16_t, int16_t, int16_t, tesseract::BLOB_CHOICE_LIST*, tesseract::MATRIX*)?: tesseract/src/wordrec/pieces.cpp:221:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 221 | for (; merged_f < merged_fonts.size() && | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/pieces.cpp:224:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | if (merged_f == merged_fonts.size()) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/pieces.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscedata.o -c ./base/gscedata.c gcc -I./soobj -I./base -I./devices -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/bobbin.o -c ./base/bobbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsserial.o -c ./base/gsserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsroptab.o -c ./base/gsroptab.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zlibd_1 -lib z ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapiu cp ./base/gsftopts.h ./soobj/gsftopts.h ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapib gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/simscale_foo.o -c ./base/simscale_foo.c In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macroman -ps gs_mro_e In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/epsf -ps gs_epsf ./soobj/aux/echogs -w ./soobj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Init:/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/lib:/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Font:/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/fonts:/gnu/store/f7apphn1qr8fqlxq2qbyfs724msjr095-font-ghostscript-8.11/share/fonts/type1/ghostscript -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha bbox" -x 22 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_getnv.o -c ./base/gp_getnv.c ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_upapr.o -c ./base/gp_upapr.c ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /gnu/store/n69hmf9f2wsqq5ma94pqbx0l481g98q8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISION -s 9561 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20220404 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -o ./soobj/gp_unix.o -c ./base/gp_unix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_unifs.o -c ./base/gp_unifs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_unifn.o -c ./base/gp_unifn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_stdia.o -c ./base/gp_stdia.c In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_nxpsprn.o -c ./base/gp_nxpsprn.c In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_nsync.o -c ./base/gp_nsync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/smd5.o -c ./base/smd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmd5.o -c ./base/gsmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevpipe.o -c ./base/gdevpipe.c In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsnogc.o -c ./base/gsnogc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gshtx.o -c ./base/gshtx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsclipsr.o -c ./base/gsclipsr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscdevn.o -c ./base/gscdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdevndi.o -c ./base/gxdevndi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclipm.o -c ./base/gxclipm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage3.o -c ./base/gximage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage4.o -c ./base/gximage4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxmclip.o -c ./base/gxmclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor3.o -c ./base/gscolor3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc3.o -c ./base/gsfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsptype2.o -c ./base/gsptype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsshade.o -c ./base/gsshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade.o -c ./base/gxshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade1.o -c ./base/gxshade1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade4.o -c ./base/gxshade4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade6.o -c ./base/gxshade6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdsrc.o -c ./base/gsdsrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc.o -c ./base/gsfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc0.o -c ./base/gsfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor1.o -c ./base/gscolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsht1.o -c ./base/gsht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor2.o -c ./base/gscolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspcolor.o -c ./base/gspcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsptype1.o -c ./base/gsptype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclip2.o -c ./base/gxclip2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxp1fill.o -c ./base/gxp1fill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpcmap.o -c ./base/gxpcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxicolor_0.o -c ./base/gxicolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdps1.o -c ./base/gsdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspath1.o -c ./base/gspath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/srld.o -c ./base/srld.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstype42.o -c ./base/gstype42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxchrout.o -c ./base/gxchrout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttcalc.o -c ./base/ttcalc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttfinp.o -c ./base/ttfinp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttfmain.o -c ./base/ttfmain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttfmemd.o -c ./base/ttfmemd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttinterp.o -c ./base/ttinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttload.o -c ./base/ttload.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttobjs.o -c ./base/ttobjs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxttfb.o -c ./base/gxttfb.c ./base/ttobjs.c: In function ?Context_Create?: ./base/ttobjs.c:306:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 306 | if ( ALLOC_ARRAY( exec->callStack, exec->callSize, callSize, TCallRecord ) || | ^~ ./base/ttobjs.c:331:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 331 | SETMAX(exec->callSize, callSize); | ^~~~ ./base/ttobjs.c:208:22: note: in definition of macro ?SETMAX? 208 | #define SETMAX(a, b) a = (a > b ? a : b) | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gzspotan.o -c ./base/gzspotan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscie.o -c ./base/gscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsciemap.o -c ./base/gsciemap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscscie.o -c ./base/gscscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscrd.o -c ./base/gscrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscrdp.o -c ./base/gscrdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxctable.o -c ./base/gxctable.c cp ./soobj/jpeglib1.h ./soobj/jpeglib_.h cp ./soobj/jpegd_1.dev ./soobj/jpegd.dev gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sdcte_1.o -c ./base/sdcte.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpege_1.o -c ./base/sjpege.c cp ./soobj/jpege_1.dev ./soobj/jpege.dev cp ./soobj/zlibe_1.dev ./soobj/zlibe.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscsepr.o -c ./base/gscsepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsnamecl.o -c ./base/gsnamecl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsncdummy.o -c ./base/gsncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstrans.o -c ./base/gstrans.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximag3x.o -c ./base/gximag3x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxblend_0.o -c ./base/gxblend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxblend1.o -c ./base/gxblend1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevp14_0.o -c ./base/gdevp14.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdevn.o -c ./base/gdevdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsequivc.o -c ./base/gsequivc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdcrd.o -c ./base/gdevdcrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscpixel.o -c ./base/gscpixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevbbox.o -c ./base/gdevbbox.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevprn.o -c ./base/gdevprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevppla.o -c ./base/gdevppla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmplt.o -c ./base/gdevmplt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevflp.o -c ./base/gdevflp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdownscale_0.o -c ./base/gxdownscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap.o -c ./base/claptrap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap-init.o -c ./base/claptrap-init.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap-planar.o -c ./base/claptrap-planar.c ./base/claptrap.c: In function ?process_at_pixel.constprop?: ./base/claptrap.c:104:39: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 104 | if (!first_comp && cv > max_v) | ~~~^~~~~~~ ./base/claptrap.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ cp ./soobj/ets_0.o ./soobj/ets.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevoflt.o -c ./base/gdevoflt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevnup.o -c ./base/gdevnup.c ./base/claptrap-planar.c: In function ?process_at_pixel.constprop?: ./base/claptrap-planar.c:89:20: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 89 | int min_v, max_v; | ^~~~~ ./base/claptrap-planar.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevsclass.o -c ./base/gdevsclass.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevepo.o -c ./base/gdevepo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcid.o -c ./base/gsfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcid2.o -c ./base/gsfcid2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcmap.o -c ./base/gsfcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcmap1.o -c ./base/gsfcmap1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gschar0.o -c ./base/gschar0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont0.o -c ./base/gsfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstype1.o -c ./base/gstype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxtype1.o -c ./base/gxtype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhintn.o -c ./base/gxhintn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhintn1.o -c ./base/gxhintn1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscrypt1.o -c ./base/gscrypt1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstype2.o -c ./base/gstype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/slzwd.o -c ./base/slzwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/slzwc.o -c ./base/slzwc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc.o -c ./base/gsicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_manage.o -c ./base/gsicc_manage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_cache.o -c ./base/gsicc_cache.c gcc -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -I./lcms2mt/include -o ./soobj/gsicc_lcms2mt_0_0.o -c ./base/gsicc_lcms2mt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_profilecache.o -c ./base/gsicc_profilecache.c gcc -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -I./lcms2mt/include -o ./soobj/gsicc_create_0.o -c ./base/gsicc_create.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_nocm.o -c ./base/gsicc_nocm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_replacecm.o -c ./base/gsicc_replacecm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_monitorcm.o -c ./base/gsicc_monitorcm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_blacktext.o -c ./base/gsicc_blacktext.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lcms2mt_0 ./soobj/cmscam02.o ./soobj/cmscgats.o ./soobj/cmscnvrt.o ./soobj/cmserr.o ./soobj/cmsgamma.o ./soobj/cmsgmt.o ./soobj/cmshalf.o ./soobj/cmsintrp.o ./soobj/cmsio0.o ./soobj/cmsio1.o ./soobj/cmslut.o ./soobj/cmsmd5.o ./soobj/cmsmtrx.o ./soobj/cmsnamed.o ./soobj/cmsopt.o ./soobj/cmspack.o ./soobj/cmspcs.o ./soobj/cmsplugin.o ./soobj/cmsps2.o ./soobj/cmssamp.o ./soobj/cmstypes.o ./soobj/cmsvirt.o ./soobj/cmswtpnt.o ./soobj/cmsxform.o ./soobj/cmsalpha.o cp ./soobj/jbig2dec_1.dev ./soobj/jbig2dec.dev gcc -I./soobj -I./base -I./devices -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjbig2.o -c ./base/sjbig2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/openjpeg_0 ./soobj/opj_bio.o ./soobj/opj_cidx_manager.o ./soobj/opj_cio.o ./soobj/opj_dwt.o ./soobj/opj_event.o ./soobj/opj_function_list.o ./soobj/opj_image.o ./soobj/opj_invert.o ./soobj/opj_j2k.o ./soobj/opj_jp2.o ./soobj/opj_mct.o ./soobj/opj_mqc.o ./soobj/opj_openjpeg.o ./soobj/opj_phix_manager.o ./soobj/opj_pi.o ./soobj/opj_ppix_manager.o ./soobj/opj_t1.o ./soobj/opj_t2.o ./soobj/opj_tcd.o ./soobj/opj_tgt.o ./soobj/opj_thix_manager.o ./soobj/opj_tpix_manager.o ./soobj/opj_thread.o ./soobj/opj_sparse_array.o gcc -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./soobj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpx_openjpeg.o \ -c ./base/sjpx_openjpeg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsioram.o -c ./base/gsioram.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ramfs.o -c ./base/ramfs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spwgd.o -c ./base/spwgd.c cp ./soobj/siscale_0.dev ./soobj/siscale.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdsp.o -c ./devices/gdevdsp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevpccm.o -c ./base/gdevpccm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfimg.o -c ./devices/gdevpdfimg.c ./devices/gdevdsp.c:475:33: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 475 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./devices/gdevdsp.c:43: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevdsp.c:83:8: note: in expansion of macro ?dev_proc_decode_color? 83 | static dev_proc_decode_color(display_decode_color_device8); | ^~~~~~~~~~~~~~~~~~~~~ ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/bbox ./soobj/gdevbbox.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbit.o -c ./devices/gdevbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbmp.o -c ./devices/gdevbmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbmpc.o -c ./devices/gdevbmpc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevccr.o -c ./devices/gdevccr.c ./devices/gdevbit.c:339:76: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 339 | bittag_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:41:8: note: in expansion of macro ?dev_proc_map_color_rgb? 41 | static dev_proc_map_color_rgb(bittag_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:429:73: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 429 | bit_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:51:8: note: in expansion of macro ?dev_proc_map_color_rgb? 51 | static dev_proc_map_color_rgb(bit_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcfax.o -c ./devices/gdevcfax.c gcc -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/gstiffio_1.o -DSHARE_LIBTIFF=1 -c ./base/gstiffio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevfax.o -c ./devices/gdevfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/minftrsz.o -c ./devices/minftrsz.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfe.o -c ./base/scfe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfetab.o -c ./base/scfetab.c ./base/gstiffio.c:190:1: warning: ?gs_tifsErrorHandlerEx? defined but not used [-Wunused-function] 190 | gs_tifsErrorHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~ ./base/gstiffio.c:174:1: warning: ?gs_tifsWarningHandlerEx? defined but not used [-Wunused-function] 174 | gs_tifsWarningHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/shc.o -c ./base/shc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcif.o -c ./devices/gdevcif.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdfax.o -c ./devices/gdevdfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtfax.o -c ./devices/gdevtfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/slzwe.o -c ./base/slzwe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/srle.o -c ./base/srle.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -I./soobj -I./base -I./soobj -I./devices -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtifs.o -c ./devices/gdevtifs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdocxw.o -c ./devices/vector/gdevdocxw.c In file included from ./devices/gdevtfax.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtfax.c:50:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 50 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtfax.c: In function ?tfax_put_params?: ./devices/gdevtfax.c:163:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 163 | uint16 compr = tfdev->Compression; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/doc_common.o -c ./devices/vector/doc_common.c In file included from ./devices/gdevtifs.c:22: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtifs.c: In function ?tiff_put_some_params?: ./devices/gdevtifs.c:152:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 152 | uint16 compr = tfdev->Compression; | ^~~~~~ ./devices/gdevtifs.c: In function ?tiff_print_page?: ./devices/gdevtifs.c:461:17: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 461 | TIFFSwabArrayOfShort((uint16 *)data, | ^~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c: At top level: ./devices/gdevtifs.c:568:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 568 | uint16 id; | ^~~~~~ ./devices/gdevtifs.c:582:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 582 | tiff_compression_param_string(gs_param_string *param, uint16 id) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:594:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 594 | tiff_compression_id(uint16 *id, gs_param_string *param) | ^~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:607:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 607 | int tiff_compression_allowed(uint16 compression, byte depth) | ^~~ ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsagl ./soobj/gsagl.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdf.o -c ./devices/vector/gdevpdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfb.o -c ./devices/vector/gdevpdfb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfc.o -c ./devices/vector/gdevpdfc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfd.o -c ./devices/vector/gdevpdfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfe.o -c ./devices/vector/gdevpdfe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfg.o -c ./devices/vector/gdevpdfg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfi.o -c ./devices/vector/gdevpdfi.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/gdevpdfj.o -c ./devices/vector/gdevpdfj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfk.o -c ./devices/vector/gdevpdfk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfm.o -c ./devices/vector/gdevpdfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfo.o -c ./devices/vector/gdevpdfo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfp.o -c ./devices/vector/gdevpdfp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdft.o -c ./devices/vector/gdevpdft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfr.o -c ./devices/vector/gdevpdfr.c ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_param?: ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 279 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:290:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 290 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:285:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 285 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_params?: ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 330 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:341:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 341 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:336:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 336 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ ./soobj/aux/packps -c -n opdfread_ps -o ./soobj/opdfread_.h ./devices/vector/opdfread.ps ./soobj/aux/packps: Input file: ./devices/vector/opdfread.ps Output file: ./soobj/opdfread_.h Array name: opdfread_ps Processed 4055 lines of PostScript data. 146886 bytes of PostScript data packed down to 67912 bytes. gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfv.o -c ./devices/vector/gdevpdfv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsflip.o -c ./base/gsflip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scantab.o -c ./base/scantab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfilter2.o -c ./base/sfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sdeparam.o -c ./base/sdeparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sdcparam.o -c ./base/sdcparam.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/szlibc_1.o -c ./base/szlibc.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/szlibe_1.o -c ./base/szlibe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/gdevpsdi.o -c ./devices/vector/gdevpsdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/gdevpsdp.o -c ./devices/vector/gdevpsdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsds.o -c ./devices/vector/gdevpsds.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/gdevpsdu.o -c ./devices/vector/gdevpsdu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfparam.o -c ./base/scfparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spprint.o -c ./base/spprint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spsdf.o -c ./base/spsdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sstring.o -c ./base/sstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparamx.o -c ./base/gsparamx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevvec.o -c ./base/gdevvec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfxstdio.o -c ./base/sfxstdio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfxcommon.o -c ./base/sfxcommon.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/stream.o -c ./base/stream.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spngp.o -c ./base/spngp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/seexec.o -c ./base/seexec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sarc4.o -c ./base/sarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdt.o -c ./devices/vector/gdevpdt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtb.o -c ./devices/vector/gdevpdtb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtc.o -c ./devices/vector/gdevpdtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtd.o -c ./devices/vector/gdevpdtd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdte.o -c ./devices/vector/gdevpdte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtf.o -c ./devices/vector/gdevpdtf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdti.o -c ./devices/vector/gdevpdti.c ./devices/vector/gdevpdte.c: In function ?OCRText?: ./devices/vector/gdevpdte.c:96:18: warning: unused variable ?DbgFile? [-Wunused-variable] 96 | gp_file *DbgFile; | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdts.o -c ./devices/vector/gdevpdts.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtt.o -c ./devices/vector/gdevpdtt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtv.o -c ./devices/vector/gdevpdtv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtw.o -c ./devices/vector/gdevpdtw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont0c.o -c ./base/gsfont0c.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gxfcopy.o -c ./devices/gxfcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsf1.o -c ./devices/vector/gdevpsf1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsf2.o -c ./devices/vector/gdevpsf2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsfm.o -c ./devices/vector/gdevpsfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsft.o -c ./devices/vector/gdevpsft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsfu.o -c ./devices/vector/gdevpsfu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsfx.o -c ./devices/vector/gdevpsfx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc -DSHARE_LIBPNG=1 -o ./soobj/gdevfpng_1.o -c ./devices/gdevfpng.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevifno.o -c ./devices/gdevifno.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevicov.o -c ./devices/gdevicov.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevjpeg.o -c ./devices/gdevjpeg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmgr.o -c ./devices/gdevmgr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmiff.o -c ./devices/gdevmiff.c ./devices/gdevjpeg.c:175:38: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 175 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevjpeg.c:19: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevjpeg.c:53:8: note: in expansion of macro ?dev_proc_decode_color? 53 | static dev_proc_decode_color(jpegcmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpbm.o -c ./devices/gdevpbm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmpla.o -c ./base/gdevmpla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpcx.o -c ./devices/gdevpcx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevplan.o -c ./devices/gdevplan.c ./devices/gdevpbm.c:459:33: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 459 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpbm.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpbm.c:116:8: note: in expansion of macro ?dev_proc_decode_color? 116 | static dev_proc_decode_color(ppm_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevplib.o -c ./devices/gdevplib.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsd.o -c ./devices/gdevpsd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcmykog.o -c ./devices/gdevcmykog.c ./devices/gdevplib.c:737:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 737 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:249:8: note: in expansion of macro ?dev_proc_decode_color? 249 | static dev_proc_decode_color(plibg_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:751:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 751 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:247:8: note: in expansion of macro ?dev_proc_decode_color? 247 | static dev_proc_decode_color(plib_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:769:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 769 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:250:8: note: in expansion of macro ?dev_proc_decode_color? 250 | static dev_proc_decode_color(plibc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:441:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 441 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:70:8: note: in expansion of macro ?dev_proc_decode_color? 70 | static dev_proc_decode_color(plang_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:455:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 455 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:68:8: note: in expansion of macro ?dev_proc_decode_color? 68 | static dev_proc_decode_color(plan_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:473:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 473 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(planc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtfnx.o -c ./devices/gdevtfnx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtsep_0.o -c ./devices/gdevtsep.c In file included from ./devices/gdevtfnx.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ In file included from ./devices/gdevtsep.c:37: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtsep.c:448:22: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 448 | uint16 compression, | ^~~~~~ ./devices/gdevtsep.c:687:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 687 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtsep.c:691:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 691 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevtxtw.o -c ./devices/vector/gdevtxtw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevxcf.o -c ./devices/gdevxcf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevescv.o -c -DGS_VERSION_MAJOR=9 ./contrib/eplaser/gdevescv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevescp.o -c ./devices/gdevescp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevadmp.o -c ./contrib/gdevadmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevatx.o -c ./devices/gdevatx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbj10.o -c ./devices/gdevbj10.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdev10v.o -c ./contrib/japanese/gdev10v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcdj.o -c ./devices/gdevcdj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpcl.o -c ./devices/gdevpcl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevl4r.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4r.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlips.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlips.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlprn.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbjc_.o -c ./contrib/gdevbjc_.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbjca.o -c ./contrib/gdevbjca.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcd8.o -c ./contrib/gdevcd8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdj9.o -c ./contrib/gdevdj9.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevclj.o -c ./devices/gdevclj.c ./contrib/gdevcd8.c:2360:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 2360 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1212:45: note: previously declared as ?int *? 1212 | do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ ./contrib/gdevcd8.c:2434:49: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2434 | do_gcr(int bytecount, byte * inbyte, const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1183:55: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1183 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2435:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2435:44: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:47: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1185:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1185:45: note: previously declared as ?const int *? 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcljc.o -c ./devices/gdevcljc.c ./contrib/gdevdj9.c:1226:50: warning: argument 3 of type ?byte[256]? {aka ?unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1226 | do_gamma(float mastergamma, float gammaval, byte values[256]) | ~~~~~^~~~~~~~~~~ ./contrib/gdevdj9.c:794:64: note: previously declared as ?byte *? {aka ?unsigned char *?} 794 | static void do_gamma(float mastergamma, float gammaval, byte * values); | ~~~~~~~^~~~~~ ./contrib/gdevdj9.c:1253:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 1253 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevdj9.c:796:52: note: previously declared as ?int *? 796 | static void do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ ./contrib/gdevdj9.c:1314:19: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1314 | const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:783:51: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 783 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1315:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1315 | const byte cvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1316:19: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1316 | const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:43: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1317:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:785:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1317:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevdj9.c:785:41: note: previously declared as ?const int *? 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcslw.o -c ./devices/gdevcslw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdjet.o -c ./devices/gdevdjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdljm.o -c ./devices/gdevdljm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdjtc.o -c ./devices/gdevdjtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevln03.o -c ./contrib/gdevln03.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevepsn.o -c ./devices/gdevepsn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevepsc.o -c ./devices/gdevepsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevespg.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevespg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DFMLBP_NOADJUST_MARGIN -o soobj/gdevfmlbp.o -c ./contrib/japanese/gdevfmlbp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevfmpr.o -c ./contrib/japanese/gdevfmpr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevgdi.o -c ./contrib/gdevgdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevhl12.o -c ./contrib/gdevhl12.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevhl7x.o -c ./devices/gdevhl7x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/gdeveprn.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/gdeveprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pagecount.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/pagecount.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/mediasize.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/mediasize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/eprnparm.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/eprnrend.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnrend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/eprnfs.o -DGS_REVISION=9561 -I./psi \ ./contrib/pcl3/eprn/eprnfs.c ./contrib/pcl3/eprn/eprnrend.c:404:18: warning: argument 3 of type ?gx_color_value[]? {aka ?short unsigned int[]?} with mismatched bound [-Warray-parameter=] 404 | gx_color_value rgb[]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./contrib/pcl3/eprn/gdeveprn.h:187, from ./contrib/pcl3/eprn/eprnrend.c:67: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:661:8: note: in expansion of macro ?dev_proc_map_color_rgb? 661 | extern dev_proc_map_color_rgb(eprn_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/gdevpcl3.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/gdevpcl3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclcap.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclgen.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclgen.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclcomp.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcomp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclsize.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclsize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevimgn.o -c ./devices/gdevimgn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev3852.o -c ./devices/gdev3852.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevj100.o -c ./contrib/japanese/gdevj100.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevlbp3.o -c ./contrib/japanese/gdevlbp3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlbp8.o -c ./devices/gdevlbp8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlx7.o -c ./contrib/gdevlx7.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevl4v.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpjet.o -c ./devices/gdevpjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevl31s.o -c ./devices/gdevl31s.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmeds.o -c ./devices/gdevmeds.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlj56.o -c ./devices/gdevlj56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpxut.o -c ./devices/gdevpxut.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlp8k.o -c ./devices/gdevlp8k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdm24.o -c ./devices/gdevdm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlx32.o -c ./contrib/gdevlx32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlxm.o -c ./devices/gdevlxm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev8510.o -c ./devices/gdev8510.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevalps.o -c ./contrib/japanese/gdevalps.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmd2k.o -c ./contrib/gdevmd2k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevmjc.o -c ./contrib/japanese/gdevmjc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevml6.o -c ./contrib/japanese/gdevml6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevnpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevnpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevo182.o -c ./devices/gdevo182.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevop4w.o -c ./contrib/gdevop4w.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevokii.o -c ./devices/gdevokii.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevopvp.o -DGS_VERSION_MAJOR=9 -I./psi/ -c ./contrib/opvp/gdevopvp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevphex.o -c ./devices/gdevphex.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/picty180 ./soobj/gdevcdj.o ./soobj/gdevpcl.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevp201.o -c ./contrib/japanese/gdevp201.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpx.o -c ./devices/vector/gdevpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev4081.o -c ./devices/gdev4081.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevrinkj.o -c ./devices/gdevrinkj.c ./contrib/opvp/gdevopvp.c:2860:20: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2860 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ ./contrib/opvp/gdevopvp.c:223:61: note: previously declared as ?gx_color_value *? {aka ?short unsigned int *?} 223 | static int opvp_map_color_rgb(gx_device *, gx_color_index, gx_color_value *); | ^~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-byte-stream.o -c ./devices/rinkj/rinkj-byte-stream.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-epson870.o -c ./devices/rinkj/rinkj-epson870.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevrpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevrpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevsj48.o -c ./devices/gdevsj48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc.o -c ./devices/gdevstc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc1.o -c ./devices/gdevstc1.c ./devices/gdevstc.c:2099:76: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2099 | stc_gray_decode_color(gx_device *pdev, gx_color_index color,gx_color_value prgb[1]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:117:8: note: in expansion of macro ?dev_proc_decode_color? 117 | static dev_proc_decode_color(stc_gray_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2274:77: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2274 | stc_cmyk_decode_color(gx_device *pdev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:127:8: note: in expansion of macro ?dev_proc_decode_color? 127 | static dev_proc_decode_color(stc_cmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2459:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2459 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:132:8: note: in expansion of macro ?dev_proc_decode_color? 132 | static dev_proc_decode_color(stc_cmyk10_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc2.o -c ./devices/gdevstc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc3.o -c ./devices/gdevstc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc4.o -c ./devices/gdevstc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev4693.o -c ./devices/gdev4693.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevtknk.o -c ./devices/gdevtknk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevupd.o -c ./devices/gdevupd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevxes.o -c ./contrib/gdevxes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./ijs -I./ijs/.. \ -o ./soobj/gdevijs.o -c ./devices/gdevijs.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ijslib_0 ./soobj/ijs.o ./soobj/ijs_server.o ./soobj/ijs_client.o ./soobj/ijs_exec_unix.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./soobj/gdevpng.o -c ./devices/gdevpng.c g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DLEPTONICA_INTERCEPT_ALLOC=1 -Ileptonica/src -o ./soobj/tessocr.o -c -DTESSDATA="/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/tessdata" ./base/tessocr.cpp ./devices/gdevupd.c:2223:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2223 | upd_icolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:167:8: note: in expansion of macro ?dev_proc_decode_color? 167 | static dev_proc_decode_color( upd_icolor_rgb); /** KCMY->RGB-Index */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2306:70: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2306 | upd_1color_rgb(gx_device *pdev, gx_color_index color, gx_color_value cv[1]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:145:8: note: in expansion of macro ?dev_proc_decode_color? 145 | static dev_proc_decode_color( upd_1color_rgb); /** Gray-Index->Gray */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2365:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2365 | upd_3color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:148:8: note: in expansion of macro ?dev_proc_decode_color? 148 | static dev_proc_decode_color( upd_3color_rgb); /** RGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2446:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2446 | upd_4color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:157:8: note: in expansion of macro ?dev_proc_decode_color? 157 | static dev_proc_decode_color(upd_4color_rgb); /** WRGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2543:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2543 | upd_kcolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:176:8: note: in expansion of macro ?dev_proc_decode_color? 176 | static dev_proc_decode_color( upd_kcolor_rgb); /** watches black-gen */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c: In function ?upd_fscomp?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmyk?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./soobj/gdevocr.o -c ./devices/gdevocr.c ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmy_k?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevpng.c:931:45: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 931 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpng.c:53: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpng.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(pngalpha_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfocr.o -c ./devices/gdevpdfocr.c ./base/tessocr.cpp:641:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 641 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ ./base/tessocr.cpp:667:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 667 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ ./devices/gdevocr.c: In function ?ocr_close?: ./devices/gdevocr.c:125:31: warning: unused variable ?ppdev? [-Wunused-variable] 125 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?hocr_close?: ./devices/gdevocr.c:136:31: warning: unused variable ?ppdev? [-Wunused-variable] 136 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?do_ocr_print_page?: ./devices/gdevocr.c:233:18: warning: unused variable ?mem? [-Wunused-variable] 233 | gs_memory_t *mem = pdev->memory; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gpmisc.o -c ./base/gpmisc.c ./base/gpmisc.c:842:41: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 842 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:423:50: note: previously declared as an array ?char[4096]? 423 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gpmisc.c:851:44: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 851 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:433:53: note: previously declared as an array ?char[4096]? 433 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/strmio.o -c ./base/strmio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsalloc.o -c ./base/gsalloc.c ./base/tessocr.cpp:216:50: warning: ISO C++ forbids converting a string constant to ?char*? [-Wwrite-strings] 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^ ./base/tessocr.cpp:214:24: note: in definition of macro ?STRINGIFY2? 214 | #define STRINGIFY2(S) #S | ^ ./base/tessocr.cpp:216:32: note: in expansion of macro ?STRINGIFY? 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^~~~~~~~~ ./base/tessocr.cpp: In function ?int do_ocr_image(wrapped_api*, int, int, int, int, int, int, void*, int, int, int, char**)?: ./base/tessocr.cpp:412:9: warning: unused variable ?code? [-Wunused-variable] 412 | int code; | ^~~~ ./base/tessocr.cpp: In function ?int ocr_recognise(void*, int, int, void*, int, int, int (*)(void*, const char*, const int*, const int*, const int*, int), void*)?: ./base/tessocr.cpp:491:17: warning: variable ?font_name? set but not used [-Wunused-but-set-variable] 491 | const char* font_name; | ^~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevkrnlsclass.o -c ./base/gdevkrnlsclass.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsbitcom.o -c ./base/gsbitcom.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsbitops.o -c ./base/gsbitops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscencs.o -c ./base/gscencs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gschar.o -c ./base/gschar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor.o -c ./base/gscolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscoord.o -c ./base/gscoord.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscparam.o -c ./base/gscparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscspace.o -c ./base/gscspace.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscicach.o -c ./base/gscicach.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsovrc.o -c ./base/gsovrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxoprect.o -c ./base/gxoprect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdevice.o -c ./base/gsdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdevmem.o -c ./base/gsdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdparam.o -c ./base/gsdparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfname.o -c ./base/gsfname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont.o -c ./base/gsfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsgdata.o -c ./base/gsgdata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsgcache.o -c ./base/gsgcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsht.o -c ./base/gsht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gshtscr.o -c ./base/gshtscr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gen_ordered.o -c -DGS_LIB_BUILD \ ./base/gen_ordered.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsimage.o -c ./base/gsimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsimpath.o -c ./base/gsimpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsinit.o -c ./base/gsinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsiodev.o -c ./base/gsiodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsgstate.o -c ./base/gsgstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsline.o -c ./base/gsline.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmalloc.o -c ./base/gsmalloc.c gcc -I./soobj -I./base -I./devices -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/memento.o -c ./base/memento.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmatrix.o -c ./base/gsmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmemory.o -c ./base/gsmemory.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmemret.o -c ./base/gsmemret.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmisc.o -c ./base/gsmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsnotify.o -c ./base/gsnotify.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gslibctx_0.o -c ./base/gslibctx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspaint.o -c ./base/gspaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparam.o -c ./base/gsparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspath.o -c ./base/gspath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsstate.o -c ./base/gsstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstext.o -c ./base/gstext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsutil.o -c ./base/gsutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gssprintf.o -c ./base/gssprintf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsstrtok.o -c ./base/gsstrtok.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsstrl.o -c ./base/gsstrl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmrun.o -c ./base/gdevmrun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsiodevs.o -c ./base/gsiodevs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclist.o -c ./base/gxclist.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclbits.o -c ./base/gxclbits.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclpage.o -c ./base/gxclpage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclrast.o -c ./base/gxclrast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclread.o -c ./base/gxclread.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclrect.o -c ./base/gxclrect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclutil.o -c ./base/gxclutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparams.o -c ./base/gsparams.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparaml.o -c ./base/gsparaml.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsroprun.o -c ./base/gsroprun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclimag.o -c ./base/gxclimag.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclpath.o -c ./base/gxclpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdhtserial.o -c ./base/gxdhtserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclthrd.o -c ./base/gxclthrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmchunk.o -c ./base/gsmchunk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclfile.o -c ./base/gxclfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclmem.o -c ./base/gxclmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclzlib.o -c ./base/gxclzlib.c cp ./soobj/zlibd_1.dev ./soobj/zlibd.dev gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/szlibd_1.o -c ./base/szlibd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_psync.o -c ./base/gp_psync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfd.o -c ./base/scfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfdtab.o -c ./base/scfdtab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxfapi.o -c ./base/gxfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/fapi_ft_1.o -c ./base/fapi_ft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/write_t1.o -c ./base/write_t1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/write_t2.o -c ./base/write_t2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/wrfont.o -c ./base/wrfont.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/freetype_1 -lib -lfreetype ./soobj/aux/echogs -e .dev -a- ./soobj/freetype_1 -libpath -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsiorom_1.o -Isrc -c ./base/gsiorom.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxacpath.o -c ./base/gxacpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxbcache.o -c ./base/gxbcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxccache.o -c ./base/gxccache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxccman.o -c ./base/gxccman.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxchar.o -c ./base/gxchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxcht.o -c ./base/gxcht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclip.o -c ./base/gxclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxcmap.o -c ./base/gxcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxcpath.o -c ./base/gxcpath.c ./base/gxcht.c:1155:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1155 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:547:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 547 | static SET_COLOR_HT_PROC(set_color_ht_le_4); | ^~~~~~~~~~~~~~~~~ ./base/gxcht.c:1346:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1346 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:548:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 548 | static SET_COLOR_HT_PROC(set_color_ht_gt_4); | ^~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1766:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1766 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:267:1: note: in expansion of macro ?dev_proc_decode_color? 267 | dev_proc_decode_color(gx_default_w_b_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1802:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1802 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:342:1: note: in expansion of macro ?dev_proc_decode_color? 342 | dev_proc_decode_color(gx_default_b_w_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1867:46: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1867 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:365:1: note: in expansion of macro ?dev_proc_decode_color? 365 | dev_proc_decode_color(gx_default_8bit_map_color_gray); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1959:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 1959 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:357:1: note: in expansion of macro ?dev_proc_decode_color? 357 | dev_proc_decode_color(cmyk_1bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2015:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2015 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:360:1: note: in expansion of macro ?dev_proc_decode_color? 360 | dev_proc_decode_color(cmyk_8bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2026:42: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2026 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:363:1: note: in expansion of macro ?dev_proc_decode_color? 363 | dev_proc_decode_color(cmyk_16bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdcconv.o -c ./base/gxdcconv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdcolor.o -c ./base/gxdcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhldevc.o -c ./base/gxhldevc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxfill.o -c ./base/gxfill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxht.o -c ./base/gxht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhtbit.o -c ./base/gxhtbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxht_thresh.o -c ./base/gxht_thresh.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxidata_0.o -c ./base/gxidata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxifast.o -c ./base/gxifast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage.o -c ./base/gximage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximdecode.o -c ./base/gximdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage1.o -c ./base/gximage1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximono_0.o -c ./base/gximono.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxipixel.o -c ./base/gxipixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximask.o -c ./base/gximask.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxi12bit.o -c ./base/gxi12bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxi16bit.o -c ./base/gxi16bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxiscale.o -c ./base/gxiscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpaint.o -c ./base/gxpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpath.o -c ./base/gxpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpath2.o -c ./base/gxpath2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpcopy.o -c ./base/gxpcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpdash.o -c ./base/gxpdash.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpflat.o -c ./base/gxpflat.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxsample.o -c ./base/gxsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxstroke.o -c ./base/gxstroke.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxsync.o -c ./base/gxsync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevabuf.o -c ./base/gdevabuf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdbit.o -c ./base/gdevdbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevddrw.o -c ./base/gdevddrw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdflt.o -c ./base/gdevdflt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdgbr.o -c ./base/gdevdgbr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevnfwd.o -c ./base/gdevnfwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmem.o -c ./base/gdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevplnx.o -c ./base/gdevplnx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm1.o -c ./base/gdevm1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm2.o -c ./base/gdevm2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm4.o -c ./base/gdevm4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm8.o -c ./base/gdevm8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm16.o -c ./base/gdevm16.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm24.o -c ./base/gdevm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm32.o -c ./base/gdevm32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm40.o -c ./base/gdevm40.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm48.o -c ./base/gdevm48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm56.o -c ./base/gdevm56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm64.o -c ./base/gdevm64.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmx.o -c ./base/gdevmx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdsha.o -c ./base/gdevdsha.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxscanc.o -c ./base/gxscanc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/siinterp.o -c ./base/siinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/siscale_0.o -c ./base/siscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sidscale.o -c ./base/sidscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdrop_0.o -c ./base/gdevdrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr1.o -c ./base/gdevmr1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr2n.o -c ./base/gdevmr2n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr8n.o -c ./base/gdevmr8n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevrops.o -c ./base/gdevrops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsrop.o -c ./base/gsrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_strdl.o -c ./base/gp_strdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcid.o -c ./psi/zcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid.o -c ./psi/zfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid0.o -c ./psi/zfcid0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid1.o -c ./psi/zfcid1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar1.o -c ./psi/zchar1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcharout.o -c ./psi/zcharout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont1.o -c ./psi/zfont1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc1.o -c ./psi/zmisc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iutil2.o -c ./psi/iutil2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc2.o -c ./psi/zmisc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zvmem2.o -c ./psi/zvmem2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdps1.o -c ./psi/zdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zusparam.o -c ./psi/zusparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar2.o -c ./psi/zchar2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont2.o -c ./psi/zfont2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar42.o -c ./psi/zchar42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont42.o -c ./psi/zfont42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfrsd.o -c ./psi/zfrsd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcie.o -c ./psi/zcie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcrd.o -c ./psi/zcrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcmap.o -c ./psi/zfcmap.c ./psi/zcie.c: In function ?ciedefgspace?: ./psi/zcie.c:468:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 468 | if (r_size(ptref) != 5) | ^~ ./psi/zcie.c:471:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 471 | code = gs_cspace_build_CIEDEFG(&pcs, NULL, mem->stable_memory); | ^~~~ ./psi/zcie.c: In function ?ciedefspace?: ./psi/zcie.c:581:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 581 | if (r_size(ptref) != 4) | ^~ ./psi/zcie.c:584:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 584 | code = gs_cspace_build_CIEDEF(&pcs, NULL, mem->stable_memory); | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcfont.o -c ./psi/zcfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont0.o -c ./psi/zfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdcte.o -c ./psi/zfdcte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sddparam.o -c ./base/sddparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdctd.o -c ./psi/zfdctd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscanbin.o -c ./psi/iscanbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zbseq.o -c ./psi/zbseq.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor1.o -c ./psi/zcolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht1.o -c ./psi/zht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zupath.o -c ./psi/zupath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ibnum.o -c ./psi/ibnum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevhit.o -c ./base/gdevhit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcharx.o -c ./psi/zcharx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdecode.o -c ./psi/zfdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spdiff.o -c ./base/spdiff.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfilter1.o -c ./base/sfilter1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sa85d.o -c ./base/sa85d.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfilter2.o -c ./psi/zfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodev2.o -c ./psi/ziodev2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevcal.o -c ./psi/zdevcal.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevice2.o -c ./psi/zdevice2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmedia2.o -c ./psi/zmedia2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpcolor.o -c ./psi/zpcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/imain.o -c ./psi/imain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/imainarg.o -c ./psi/imainarg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsargs.o -c ./base/gsargs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -I./devices -o ./soobj/idisp.o -c ./psi/idisp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/psapi.o -c ./psi/psapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/icontext.o -c ./psi/icontext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idebug.o -c ./psi/idebug.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idict.o -c ./psi/idict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idparam.o -c ./psi/idparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idstack.o -c ./psi/idstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iinit.o -c ./psi/iinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/interp.o -c ./psi/interp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iparam.o -c ./psi/iparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ireclaim.o -c ./psi/ireclaim.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iplugin.o -c ./psi/iplugin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscan.o -c ./psi/iscan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscannum.o -c ./psi/iscannum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/istack.o -c ./psi/istack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iutil.o -c ./psi/iutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zarith.o -c ./psi/zarith.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zarray.o -c ./psi/zarray.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcontrol.o -c ./psi/zcontrol.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdict.o -c ./psi/zdict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfile.o -c ./psi/zfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfile1.o -c ./psi/zfile1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfileio.o -c ./psi/zfileio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfilter.o -c ./psi/zfilter.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfproc.o -c ./psi/zfproc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zgeneric.o -c ./psi/zgeneric.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodev.o -c ./psi/ziodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodevsc.o -c ./psi/ziodevsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmath.o -c ./psi/zmath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zalg.o -c ./psi/zalg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc.o -c ./psi/zmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpacked.o -c ./psi/zpacked.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zrelbit.o -c ./psi/zrelbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zstack.o -c ./psi/zstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zstring.o -c ./psi/zstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zsysvm.o -c ./psi/zsysvm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztoken.o -c ./psi/ztoken.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztype.o -c ./psi/ztype.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zvmem.o -c ./psi/zvmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zbfont.o -c ./psi/zbfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar.o -c ./psi/zchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor.o -c ./psi/zcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevice.o -c ./psi/zdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont.o -c ./psi/zfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfontenum.o -c ./psi/zfontenum.c ./psi/zvmem.c: In function ?zforgetsave?: ./psi/zvmem.c:466:12: warning: ?asave? may be used uninitialized in this function [-Wmaybe-uninitialized] 466 | code = alloc_forget_save_in(idmemory, asave); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zgstate.o -c ./psi/zgstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht.o -c ./psi/zht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zimage.o -c ./psi/zimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmatrix.o -c ./psi/zmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpaint.o -c ./psi/zpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpath.o -c ./psi/zpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zncdummy.o -c ./psi/zncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ialloc.o -c ./psi/ialloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igc.o -c ./psi/igc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igcref.o -c ./psi/igcref.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igcstr.o -c ./psi/igcstr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ilocate.o -c ./psi/ilocate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iname.o -c ./psi/iname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/isave.o -c ./psi/isave.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/inobtokn.o -c ./psi/inobtokn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/inouparm.o -c ./psi/inouparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdscpars.o -c ./psi/zdscpars.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/dscparse.o -c ./psi/dscparse.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfapi.o -c ./psi/zfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sbcp.o -c ./base/sbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfbcp.o -c ./psi/zfbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpath1.o -c ./psi/zpath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor2.o -c ./psi/zcolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcsindex.o -c ./psi/zcsindex.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht2.o -I./toolbin/halftone/gen_ordered -c ./psi/zht2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcssepr.o -c ./psi/zcssepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfsample.o -c ./psi/zfsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc4.o -c ./psi/zfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc.o -c ./psi/zfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc0.o -c ./psi/zfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc4.o -c ./base/gsfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar32.o -c ./psi/zchar32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont32.o -c ./psi/zfont32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfimscale.o -c ./psi/zfimscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/simscale.o -c ./base/simscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zform.o -c ./psi/zform.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zicc.o -c ./psi/zicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcspixel.o -c ./psi/zcspixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc3.o -c ./psi/zfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zimage3.o -c ./psi/zimage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc3.o -c ./psi/zmisc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor3.o -c ./psi/zcolor3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zshade.o -c ./psi/zshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfzlib.o -c ./psi/zfzlib.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztrans.o -c ./psi/ztrans.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macglyph -include ./soobj/macroman -ps gs_mgl_e gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfmd5.o -c ./psi/zfmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfsha2.o -c ./psi/zfsha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ssha2.o -c ./base/ssha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sha2.o -c ./base/sha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfarc4.o -c ./psi/zfarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfaes.o -c ./psi/zfaes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/saes.o -c ./base/saes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/aes.o -c ./base/aes.c ./base/sha2.c:586:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 586 | void pSHA256_Final(sha2_byte digest[], SHA256_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:120:20: note: previously declared as ?uint8_t[32]? {aka ?unsigned char[32]?} 120 | void pSHA256_Final(uint8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:649:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 649 | char *pSHA256_End(SHA256_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:121:32: note: previously declared as ?char[65]? 121 | char* pSHA256_End(SHA256_CTX*, char[SHA256_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:947:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 947 | void pSHA512_Final(sha2_byte digest[], SHA512_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:132:20: note: previously declared as ?uint8_t[64]? {aka ?unsigned char[64]?} 132 | void pSHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:976:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 976 | char *pSHA512_End(SHA512_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:133:32: note: previously declared as ?char[129]? 133 | char* pSHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1021:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 1021 | void pSHA384_Final(sha2_byte digest[], SHA384_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:126:20: note: previously declared as ?uint8_t[48]? {aka ?unsigned char[48]?} 126 | void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1050:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 1050 | char *pSHA384_End(SHA384_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:127:32: note: previously declared as ?char[97]? 127 | char* pSHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpdfops.o -c ./psi/zpdfops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpdf_r6.o -c ./psi/zpdf_r6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_loop_detect.c -o ./soobj/pdf_loop_detect.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/ghostpdf.c -o ./soobj/ghostpdf.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_dict.c -o ./soobj/pdf_dict.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_array.c -o ./soobj/pdf_array.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_xref.c -o ./soobj/pdf_xref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_int.c -o ./soobj/pdf_int.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_file.c -o ./soobj/pdf_file_jbig2dec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_path.c -o ./soobj/pdf_path.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_colour.c -o ./soobj/pdf_colour.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_pattern.c -o ./soobj/pdf_pattern.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_gstate.c -o ./soobj/pdf_gstate.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_stack.c -o ./soobj/pdf_stack.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_image.c -o ./soobj/pdf_image.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_page.c -o ./soobj/pdf_page.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_annot.c -o ./soobj/pdf_annot.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_mark.c -o ./soobj/pdf_mark.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fapi.c -o ./soobj/pdf_fapi.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font.c -o ./soobj/pdf_font.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font0.c -o ./soobj/pdf_font0.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_ciddec.c -o ./soobj/pdf_ciddec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1.c -o ./soobj/pdf_font1.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1C.c -o ./soobj/pdf_font1C.o ./pdf/pdf_font1.c: In function ?pdfi_t1_seac_data?: ./pdf/pdf_font1.c:171:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 171 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1.c:34: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1.c:174:17: note: in expansion of macro ?pdfi_countdown? 174 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ ./pdf/pdf_font1C.c: In function ?pdfi_cff_seac_data?: ./pdf/pdf_font1C.c:208:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 208 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1C.c:27: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1C.c:211:17: note: in expansion of macro ?pdfi_countdown? 211 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontps.c -o ./soobj/pdf_fontps.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font3.c -o ./soobj/pdf_font3.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontTT.c -o ./soobj/pdf_fontTT.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font9.c -o ./soobj/pdf_font9.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font11.c -o ./soobj/pdf_font11.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_cmap.c -o ./soobj/pdf_cmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fmap.c -o ./soobj/pdf_fmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_text.c -o ./soobj/pdf_text.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_shading.c -o ./soobj/pdf_shading.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_func.c -o ./soobj/pdf_func.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_trans.c -o ./soobj/pdf_trans.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_device.c -o ./soobj/pdf_device.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_misc.c -o ./soobj/pdf_misc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_optcontent.c -o ./soobj/pdf_optcontent.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_check.c -o ./soobj/pdf_check.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_sec.c -o ./soobj/pdf_sec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_utf8.c -o ./soobj/pdf_utf8_unix_.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_deref.c -o ./soobj/pdf_deref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_repair.c -o ./soobj/pdf_repair.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_obj.c -o ./soobj/pdf_obj.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_doc.c -o ./soobj/pdf_doc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./psi -I./soobj -I./soobj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/zfjpx_openjpeg.o \ -c ./psi/zfjpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Isrc -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfjbig2_jbig2dec.o -c ./psi/zfjbig2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iapi.o -c ./psi/iapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/gs.o -c ./psi/gs.c rm -f ./soobj/gscdefs.c cp ./base/gscdef.c ./soobj/gscdefs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsromfs0.o -c ./base/gsromfs0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscdefs.o -c ./soobj/gscdefs.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nosync ./soobj/gp_nsync.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/smd5 ./soobj/smd5.o ./soobj/gsmd5.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pipe ./soobj/gdevpipe.o ./soobj/aux/echogs -e .dev -a- ./soobj/pipe -iodev pipe ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsnogc ./soobj/gsnogc.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/htxlib ./soobj/gshtx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/imasklib ./soobj/gxclipm.o ./soobj/gximage3.o ./soobj/gximage4.o ./soobj/gxmclip.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/funclib ./soobj/gsdsrc.o ./soobj/gsfunc.o ./soobj/gsfunc0.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmyklib ./soobj/gscolor1.o ./soobj/gsht1.o ./soobj/aux/echogs -e .dev -a- ./soobj/imasklib -imagetype 3 4 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2cs ./soobj/gscolor2.o cp ./soobj/gxicolor_0.o ./soobj/gxicolor.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2lib ./soobj/gsdps1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1lib ./soobj/gspath1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rld ./soobj/srld.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttflib ./soobj/gstype42.o ./soobj/gxchrout.o ./soobj/ttcalc.o ./soobj/ttfinp.o ./soobj/ttfmain.o ./soobj/ttfmemd.o ./soobj/ttinterp.o ./soobj/ttload.o ./soobj/ttobjs.o ./soobj/gxttfb.o ./soobj/gzspotan.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cielib ./soobj/gscie.o ./soobj/gsciemap.o ./soobj/gscscie.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sdctc.o -c ./base/sdctc.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpegc_1.o -c ./base/sjpegc.c ./soobj/aux/echogs -e .dev -a- ./soobj/cielib ./soobj/gscrd.o ./soobj/gscrdp.o ./soobj/gxctable.o gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sdctd_1.o -c ./base/sdctd.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpegd_1.o -c ./base/sjpegd.c cp ./soobj/sdcte_1.o ./soobj/sdcte.o cp ./soobj/sjpege_1.o ./soobj/sjpege.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libpng_1 -lib png ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seprlib ./soobj/gscsepr.o ./soobj/gsnamecl.o ./soobj/gsncdummy.o ./soobj/aux/echogs -e .dev -a- ./soobj/libpng_1 -include ./soobj/zlibe.dev cp ./soobj/gxblend_0.o ./soobj/gxblend.o cp ./soobj/gdevp14_0.o ./soobj/gdevp14.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixlib ./soobj/gscpixel.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bboxutil ./soobj/gdevbbox.o cp ./soobj/gxdownscale_0.o ./soobj/gxdownscale.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidlib ./soobj/gsfcid.o ./soobj/gsfcid2.o ./soobj/aux/echogs -e .dev -a- ./soobj/cidlib -include ./soobj/ttflib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1lib ./soobj/gstype1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf2lib ./soobj/gstype2.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwd ./soobj/slzwd.o ./soobj/slzwc.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf2lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o cp ./soobj/gsicc_lcms2mt_0_0.o ./soobj/gsicc_lcms2mt.o cp ./soobj/gsicc_create_0.o ./soobj/gsicc_create.o cp ./soobj/lcms2mt_0.dev ./soobj/lcms2mt.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjbig2_jbig2dec ./soobj/sjbig2.o cp ./soobj/openjpeg_0.dev ./soobj/openjpeg.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ramfs ./soobj/gsioram.o ./soobj/ramfs.o ./soobj/aux/echogs -e .dev -a- ./soobj/sjbig2_jbig2dec -include ./soobj/jbig2dec.dev ./soobj/aux/echogs -e .dev -a- ./soobj/ramfs -iodev ram ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pwgd ./soobj/spwgd.o ./soobj/aux/echogs -e .dev -a- ./soobj/ramfs -obj ./soobj/ramfs.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/display ./soobj/gdevdsp.o ./soobj/gdevpccm.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevdcrd.o cp ./soobj/gstiffio_1.o ./soobj/gstiffio.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfe ./soobj/scfe.o ./soobj/scfetab.o ./soobj/shc.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwe ./soobj/slzwe.o ./soobj/slzwc.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rle ./soobj/srle.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/docxwrite ./soobj/gdevdocxw.o ./soobj/doc_common.o ./soobj/extract_alloc.o ./soobj/extract_astring.o ./soobj/extract_buffer.o ./soobj/extract_document.o ./soobj/extract_docx.o ./soobj/extract_docx_template.o ./soobj/extract_extract.o ./soobj/extract_html.o ./soobj/extract_join.o ./soobj/extract_mem.o ./soobj/extract_odt.o ./soobj/extract_odt_template.o ./soobj/extract_outf.o ./soobj/extract_sys.o ./soobj/extract_text.o ./soobj/extract_xml.o ./soobj/extract_zip.o ./soobj/aux/echogs -e .dev -a- ./soobj/docxwrite -include ./soobj/gsagl cp ./soobj/opdfread_.h ./soobj/opdfread.h ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdeparam ./soobj/sdeparam.o ./soobj/sdcparam.o cp ./soobj/szlibc_1.o ./soobj/szlibc.o cp ./soobj/szlibe_1.o ./soobj/szlibe.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sfile ./soobj/sfxstdio.o ./soobj/sfxcommon.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pngp ./soobj/spngp.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seexec ./soobj/seexec.o ./soobj/gscrypt1.o cp ./soobj/lzwe.dev ./soobj/slzwe.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sarc4 ./soobj/sarc4.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fcopy ./soobj/gxfcopy.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf ./soobj/gdevpsf1.o ./soobj/gdevpsf2.o ./soobj/gdevpsfm.o cp ./soobj/gdevfpng_1.o ./soobj/gdevfpng.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/ink_cov ./soobj/gdevicov.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/inkcov ./soobj/gdevicov.o cp ./soobj/gdevtsep_0.o ./soobj/gdevtsep.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/txtwrite ./soobj/gdevtxtw.o ./soobj/doc_common.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10v ./soobj/gdev10v.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10vh ./soobj/gdev10v.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dj505j ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf -obj ./soobj/gdevpsft.o ./soobj/gdevpsfu.o ./soobj/gdevpsfx.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jj100 ./soobj/gdevj100.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000_4 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr150 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf -obj ./soobj/spsdf.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr201 ./soobj/gdevp201.o ./soobj/gdevprn.o cp ./soobj/ijslib_0.dev ./soobj/ijslib.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libocr_1 ./soobj/tessocr.o cp ./soobj/gslibctx_0.o ./soobj/gslibctx.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/leptonica_adaptmap.o ./soobj/leptonica_affine.o ./soobj/leptonica_affinecompose.o ./soobj/leptonica_arrayaccess.o ./soobj/leptonica_baseline.o ./soobj/leptonica_bbuffer.o ./soobj/leptonica_bilateral.o ./soobj/leptonica_bilinear.o ./soobj/leptonica_binexpand.o ./soobj/leptonica_binreduce.o ./soobj/leptonica_blend.o ./soobj/leptonica_bmf.o ./soobj/leptonica_bmpio.o ./soobj/leptonica_bmpiostub.o ./soobj/leptonica_bootnumgen1.o ./soobj/leptonica_bootnumgen2.o ./soobj/leptonica_bootnumgen3.o ./soobj/leptonica_bootnumgen4.o ./soobj/leptonica_boxbasic.o ./soobj/leptonica_boxfunc1.o ./soobj/leptonica_boxfunc2.o ./soobj/leptonica_boxfunc3.o ./soobj/leptonica_boxfunc4.o ./soobj/leptonica_boxfunc5.o ./soobj/leptonica_bytearray.o ./soobj/leptonica_ccbord.o ./soobj/leptonica_classapp.o ./soobj/leptonica_colorcontent.o ./soobj/leptonica_coloring.o ./soobj/leptonica_colormap.o ./soobj/leptonica_colormorph.o ./soobj/leptonica_colorquant1.o ./soobj/leptonica_colorquant2.o ./soobj/leptonica_colorseg.o ./soobj/leptonica_colorspace.o ./soobj/leptonica_compare.o ./soobj/leptonica_conncomp.o ./soobj/leptonica_convertfiles.o ./soobj/leptonica_convolve.o ./soobj/leptonica_correlscore.o ./soobj/leptonica_dewarp1.o ./soobj/leptonica_dewarp2.o ./soobj/leptonica_dewarp3.o ./soobj/leptonica_dewarp4.o ./soobj/leptonica_dnabasic.o ./soobj/leptonica_dnafunc1.o ./soobj/leptonica_dnahash.o ./soobj/leptonica_dwacomb.2.o ./soobj/leptonica_dwacomblow.2.o ./soobj/leptonica_edge.o ./soobj/leptonica_encoding.o ./soobj/leptonica_enhance.o ./soobj/leptonica_fhmtauto.o ./soobj/leptonica_fhmtgenlow.1.o ./soobj/leptonica_fmorphauto.o ./soobj/leptonica_fmorphgen.1.o ./soobj/leptonica_fmorphgenlow.1.o ./soobj/leptonica_fpix1.o ./soobj/leptonica_fpix2.o ./soobj/leptonica_gifiostub.o ./soobj/leptonica_gplot.o ./soobj/leptonica_graphics.o ./soobj/leptonica_graymorph.o ./soobj/leptonica_grayquant.o ./soobj/leptonica_heap.o ./soobj/leptonica_jbclass.o ./soobj/leptonica_jp2kheader.o ./soobj/leptonica_jp2kheaderstub.o ./soobj/leptonica_jp2kiostub.o ./soobj/leptonica_jpegiostub.o ./soobj/leptonica_kernel.o ./soobj/leptonica_libversions.o ./soobj/leptonica_list.o ./soobj/leptonica_map.o ./soobj/leptonica_morph.o ./soobj/leptonica_morphapp.o ./soobj/leptonica_morphdwa.o ./soobj/leptonica_morphseq.o ./soobj/leptonica_numabasic.o ./soobj/leptonica_numafunc1.o ./soobj/leptonica_numafunc2.o ./soobj/leptonica_pageseg.o ./soobj/leptonica_paintcmap.o ./soobj/leptonica_partify.o ./soobj/leptonica_partition.o ./soobj/leptonica_pdfio1.o ./soobj/leptonica_pdfio1stub.o ./soobj/leptonica_pdfio2.o ./soobj/leptonica_pdfio2stub.o ./soobj/leptonica_pix1.o ./soobj/leptonica_pix2.o ./soobj/leptonica_pix3.o ./soobj/leptonica_pix4.o ./soobj/leptonica_pix5.o ./soobj/leptonica_pixabasic.o ./soobj/leptonica_pixacc.o ./soobj/leptonica_pixafunc1.o ./soobj/leptonica_pixafunc2.o ./soobj/leptonica_pixalloc.o ./soobj/leptonica_pixarith.o ./soobj/leptonica_pixcomp.o ./soobj/leptonica_pixconv.o ./soobj/leptonica_pixlabel.o ./soobj/leptonica_pixtiling.o ./soobj/leptonica_pngiostub.o ./soobj/leptonica_pnmio.o ./soobj/leptonica_pnmiostub.o ./soobj/leptonica_projective.o ./soobj/leptonica_psio1.o ./soobj/leptonica_psio1stub.o ./soobj/leptonica_psio2.o ./soobj/leptonica_psio2stub.o ./soobj/leptonica_ptabasic.o ./soobj/leptonica_ptafunc1.o ./soobj/leptonica_ptafunc2.o ./soobj/leptonica_ptra.o ./soobj/leptonica_quadtree.o ./soobj/leptonica_queue.o ./soobj/leptonica_rank.o ./soobj/leptonica_rbtree.o ./soobj/leptonica_readfile.o ./soobj/leptonica_regutils.o ./soobj/leptonica_rop.o ./soobj/leptonica_roplow.o ./soobj/leptonica_rotate.o ./soobj/leptonica_rotateam.o ./soobj/leptonica_rotateorth.o ./soobj/leptonica_rotateshear.o ./soobj/leptonica_runlength.o ./soobj/leptonica_sarray1.o ./soobj/leptonica_sarray2.o ./soobj/leptonica_scale1.o ./soobj/leptonica_scale2.o ./soobj/leptonica_seedfill.o ./soobj/leptonica_sel1.o ./soobj/leptonica_sel2.o ./soobj/leptonica_selgen.o ./soobj/leptonica_shear.o ./soobj/leptonica_skew.o ./soobj/leptonica_spixio.o ./soobj/leptonica_stack.o ./soobj/leptonica_stringcode.o ./soobj/leptonica_sudoku.o ./soobj/leptonica_textops.o ./soobj/leptonica_tiffiostub.o ./soobj/leptonica_utils1.o ./soobj/leptonica_utils2.o ./soobj/leptonica_warper.o ./soobj/leptonica_webpiostub.o ./soobj/leptonica_writefile.o ./soobj/leptonica_zlibmem.o ./soobj/leptonica_zlibmemstub.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsiodevs ./soobj/gsiodevs.o ./soobj/aux/echogs -e .dev -a- ./soobj/gsiodevs -include ./soobj/sfile ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clfile ./soobj/gxclfile.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_api_altorenderer.o ./soobj/tesseract_api_baseapi.o ./soobj/tesseract_api_capi.o ./soobj/tesseract_api_hocrrenderer.o ./soobj/tesseract_api_lstmboxrenderer.o ./soobj/tesseract_api_pdfrenderer.o ./soobj/tesseract_api_renderer.o ./soobj/tesseract_api_wordstrboxrenderer.o ./soobj/tesseract_arch_intsimdmatrix.o ./soobj/tesseract_arch_simddetect.o ./soobj/tesseract_ccmain_applybox.o ./soobj/tesseract_ccmain_control.o ./soobj/tesseract_ccmain_linerec.o ./soobj/tesseract_ccmain_ltrresultiterator.o ./soobj/tesseract_ccmain_mutableiterator.o ./soobj/tesseract_ccmain_output.o ./soobj/tesseract_ccmain_pageiterator.o ./soobj/tesseract_ccmain_pagesegmain.o ./soobj/tesseract_ccmain_pagewalk.o ./soobj/tesseract_ccmain_paragraphs.o ./soobj/tesseract_ccmain_paramsd.o ./soobj/tesseract_ccmain_pgedit.o ./soobj/tesseract_ccmain_reject.o ./soobj/tesseract_ccmain_resultiterator.o ./soobj/tesseract_ccmain_tessedit.o ./soobj/tesseract_ccmain_tesseractclass.o ./soobj/tesseract_ccmain_tessvars.o ./soobj/tesseract_ccmain_thresholder.o ./soobj/tesseract_ccmain_werdit.o ./soobj/aux/echogs -e .dev -a- ./soobj/gsiodevs -iodev stdin stdout stderr ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_ccstruct_blamer.o ./soobj/tesseract_ccstruct_blobbox.o ./soobj/tesseract_ccstruct_blobs.o ./soobj/tesseract_ccstruct_blread.o ./soobj/tesseract_ccstruct_boxread.o ./soobj/tesseract_ccstruct_boxword.o ./soobj/tesseract_ccstruct_ccstruct.o ./soobj/tesseract_ccstruct_coutln.o ./soobj/tesseract_ccstruct_detlinefit.o ./soobj/tesseract_ccstruct_dppoint.o ./soobj/tesseract_ccstruct_imagedata.o ./soobj/tesseract_ccstruct_linlsq.o ./soobj/tesseract_ccstruct_matrix.o ./soobj/tesseract_ccstruct_mod128.o ./soobj/tesseract_ccstruct_normalis.o ./soobj/tesseract_ccstruct_ocrblock.o ./soobj/tesseract_ccstruct_ocrpara.o ./soobj/tesseract_ccstruct_ocrrow.o ./soobj/tesseract_ccstruct_otsuthr.o ./soobj/tesseract_ccstruct_pageres.o ./soobj/tesseract_ccstruct_pdblock.o ./soobj/tesseract_ccstruct_points.o ./soobj/tesseract_ccstruct_polyaprx.o ./soobj/tesseract_ccstruct_polyblk.o ./soobj/tesseract_ccstruct_quadlsq.o ./soobj/tesseract_ccstruct_quspline.o ./soobj/tesseract_ccstruct_ratngs.o ./soobj/tesseract_ccstruct_rect.o ./soobj/tesseract_ccstruct_rejctmap.o ./soobj/tesseract_ccstruct_seam.o ./soobj/tesseract_ccstruct_split.o ./soobj/tesseract_ccstruct_statistc.o ./soobj/tesseract_ccstruct_stepblob.o ./soobj/tesseract_ccstruct_werd.o cp ./soobj/szlibd_1.o ./soobj/szlibd.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/posync ./soobj/gp_psync.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_classify_classify.o ./soobj/tesseract_dict_context.o ./soobj/tesseract_dict_dawg.o ./soobj/tesseract_dict_dawg_cache.o ./soobj/tesseract_dict_dict.o ./soobj/tesseract_dict_permdawg.o ./soobj/tesseract_dict_stopper.o ./soobj/tesseract_dict_trie.o ./soobj/tesseract_textord_alignedblob.o ./soobj/tesseract_textord_baselinedetect.o ./soobj/tesseract_textord_bbgrid.o ./soobj/tesseract_textord_blkocc.o ./soobj/tesseract_textord_blobgrid.o ./soobj/tesseract_textord_ccnontextdetect.o ./soobj/tesseract_textord_cjkpitch.o ./soobj/tesseract_textord_colfind.o ./soobj/tesseract_textord_colpartition.o ./soobj/tesseract_textord_colpartitionset.o ./soobj/tesseract_textord_colpartitiongrid.o ./soobj/tesseract_textord_devanagari_processing.o ./soobj/tesseract_textord_drawtord.o ./soobj/tesseract_textord_edgblob.o ./soobj/tesseract_textord_edgloop.o ./soobj/tesseract_textord_fpchop.o ./soobj/tesseract_textord_gap_map.o ./soobj/tesseract_textord_imagefind.o ./soobj/tesseract_textord_linefind.o ./soobj/tesseract_textord_makerow.o ./soobj/tesseract_textord_oldbasel.o ./soobj/tesseract_textord_pithsync.o ./soobj/tesseract_textord_pitsync1.o ./soobj/tesseract_textord_scanedg.o ./soobj/tesseract_textord_sortflts.o ./soobj/tesseract_textord_strokewidth.o ./soobj/tesseract_textord_tabfind.o ./soobj/tesseract_textord_tablefind.o ./soobj/tesseract_textord_tabvector.o ./soobj/tesseract_textord_tablerecog.o ./soobj/tesseract_textord_textlineprojection.o ./soobj/tesseract_textord_textord.o ./soobj/tesseract_textord_topitch.o ./soobj/tesseract_textord_tordmain.o ./soobj/tesseract_textord_tospace.o ./soobj/tesseract_textord_tovars.o ./soobj/tesseract_textord_underlin.o ./soobj/tesseract_textord_wordseg.o ./soobj/tesseract_textord_workingpartset.o ./soobj/aux/echogs -e .dev -a- ./soobj/clfile -init gxclfile ./soobj/aux/echogs -e .dev -a- ./soobj/posync -replace ./soobj/nosync ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfd ./soobj/scfd.o ./soobj/scfdtab.o cp ./soobj/fapi_ft_1.o ./soobj/fapi_ft.o cp ./soobj/freetype_1.dev ./soobj/freetype.dev ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_viewer_scrollview.o ./soobj/tesseract_viewer_svmnode.o ./soobj/tesseract_viewer_svutil.o ./soobj/tesseract_wordrec_tface.o ./soobj/tesseract_wordrec_wordrec.o ./soobj/tesseract_ccutil_ccutil.o ./soobj/tesseract_ccutil_clst.o ./soobj/tesseract_ccutil_elst2.o ./soobj/tesseract_ccutil_elst.o ./soobj/tesseract_ccutil_errcode.o ./soobj/tesseract_ccutil_mainblk.o ./soobj/tesseract_ccutil_serialis.o ./soobj/tesseract_ccutil_strngs.o ./soobj/tesseract_ccutil_scanutils.o ./soobj/tesseract_ccutil_tessdatamanager.o ./soobj/tesseract_ccutil_tprintf.o ./soobj/tesseract_ccutil_unichar.o ./soobj/tesseract_ccutil_unicharcompress.o ./soobj/tesseract_ccutil_unicharmap.o ./soobj/tesseract_ccutil_unicharset.o ./soobj/tesseract_ccutil_params.o ./soobj/tesseract_lstm_convolve.o ./soobj/tesseract_lstm_fullyconnected.o ./soobj/tesseract_lstm_functions.o ./soobj/tesseract_lstm_input.o ./soobj/tesseract_lstm_lstm.o ./soobj/tesseract_lstm_lstmrecognizer.o ./soobj/tesseract_lstm_maxpool.o ./soobj/tesseract_lstm_network.o ./soobj/tesseract_lstm_networkio.o ./soobj/tesseract_lstm_parallel.o ./soobj/tesseract_lstm_plumbing.o ./soobj/tesseract_lstm_recodebeam.o ./soobj/tesseract_lstm_reconfig.o ./soobj/tesseract_lstm_reversed.o ./soobj/tesseract_lstm_series.o ./soobj/tesseract_lstm_stridemap.o ./soobj/tesseract_lstm_tfnetwork.o ./soobj/tesseract_lstm_weightmatrix.o ./soobj/tesseract_arch_dotproduct.o ./soobj/tesseract_arch_dotproductavx.o ./soobj/tesseract_arch_intsimdmatrixavx2.o ./soobj/tesseract_arch_dotproductfma.o ./soobj/tesseract_arch_dotproductsse.o ./soobj/tesseract_arch_intsimdmatrixsse.o ./soobj/tesseract_arch_intsimdmatrixneon.o cp ./soobj/gsiorom_1.o ./soobj/gsiorom.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_ccmain_adaptions.o ./soobj/tesseract_ccmain_docqual.o ./soobj/tesseract_ccmain_equationdetect.o ./soobj/tesseract_ccmain_fixspace.o ./soobj/tesseract_ccmain_fixxht.o ./soobj/tesseract_ccmain_osdetect.o ./soobj/tesseract_ccmain_par_control.o ./soobj/tesseract_ccmain_recogtraining.o ./soobj/tesseract_ccmain_superscript.o ./soobj/tesseract_ccmain_tessbox.o ./soobj/tesseract_ccmain_tfacepp.o ./soobj/tesseract_ccstruct_fontinfo.o ./soobj/tesseract_ccstruct_params_training_featdef.o ./soobj/tesseract_ccutil_ambigs.o ./soobj/tesseract_ccutil_bitvector.o ./soobj/tesseract_ccutil_indexmapbidi.o ./soobj/tesseract_ccutil_universalambigs.o ./soobj/tesseract_classify_adaptive.o ./soobj/tesseract_classify_adaptmatch.o ./soobj/tesseract_classify_blobclass.o ./soobj/tesseract_classify_cluster.o ./soobj/tesseract_classify_clusttool.o ./soobj/tesseract_classify_cutoffs.o ./soobj/tesseract_classify_featdefs.o ./soobj/tesseract_classify_float2int.o ./soobj/tesseract_classify_fpoint.o ./soobj/tesseract_classify_intfeaturespace.o ./soobj/tesseract_classify_intfx.o ./soobj/tesseract_classify_intmatcher.o ./soobj/tesseract_classify_intproto.o ./soobj/tesseract_classify_kdtree.o ./soobj/tesseract_classify_mf.o ./soobj/tesseract_classify_mfdefs.o ./soobj/tesseract_classify_mfoutline.o ./soobj/tesseract_classify_mfx.o ./soobj/tesseract_classify_normfeat.o ./soobj/tesseract_classify_normmatch.o ./soobj/tesseract_classify_ocrfeatures.o ./soobj/tesseract_classify_outfeat.o ./soobj/tesseract_classify_picofeat.o ./soobj/tesseract_classify_protos.o ./soobj/tesseract_classify_shapeclassifier.o ./soobj/tesseract_classify_shapetable.o ./soobj/tesseract_classify_tessclassifier.o ./soobj/tesseract_classify_trainingsample.o ./soobj/tesseract_cutil_oldlist.o ./soobj/tesseract_dict_hyphen.o ./soobj/tesseract_textord_equationdetectbase.o ./soobj/tesseract_wordrec_associate.o ./soobj/tesseract_wordrec_chop.o ./soobj/tesseract_wordrec_chopper.o ./soobj/tesseract_wordrec_drawfx.o ./soobj/tesseract_wordrec_findseam.o ./soobj/tesseract_wordrec_gradechop.o ./soobj/tesseract_wordrec_language_model.o ./soobj/tesseract_wordrec_lm_consistency.o ./soobj/tesseract_wordrec_lm_pain_points.o ./soobj/tesseract_wordrec_lm_state.o ./soobj/tesseract_wordrec_outlines.o ./soobj/tesseract_wordrec_params_model.o ./soobj/tesseract_wordrec_pieces.o ./soobj/tesseract_wordrec_plotedges.o ./soobj/tesseract_wordrec_render.o ./soobj/tesseract_wordrec_segsearch.o ./soobj/tesseract_wordrec_wordclass.o cp ./soobj/gxidata_0.o ./soobj/gxidata.o cp ./soobj/gximono_0.o ./soobj/gximono.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libd ./soobj/gdevabuf.o ./soobj/gdevdbit.o ./soobj/gdevddrw.o ./soobj/gdevdflt.o cp ./soobj/siscale_0.o ./soobj/siscale.o cp ./soobj/gdevdrop_0.o ./soobj/gdevdrop.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/strdline ./soobj/gp_strdl.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1read ./soobj/zchar1.o ./soobj/zcharout.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2int ./soobj/zvmem2.o ./soobj/zdps1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/usparam ./soobj/zusparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevdgbr.o ./soobj/gdevnfwd.o ./soobj/gdevmem.o ./soobj/gdevplnx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type42 ./soobj/zchar42.o ./soobj/zcharout.o ./soobj/zfont42.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -obj ./soobj/zfont1.o ./soobj/zmisc1.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2int -oper zvmem2 zdps1_l2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zfrsd ./soobj/zfrsd.o ./soobj/aux/echogs -e .dev -a- ./soobj/usparam -oper zusparam -replace ./soobj/nousparm ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -include ./soobj/ttflib ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm1.o ./soobj/gdevm2.o ./soobj/gdevm4.o ./soobj/gdevm8.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -include ./soobj/seexec ./soobj/aux/echogs -e .dev -a- ./soobj/zfrsd -oper zfrsd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cie ./soobj/zcie.o ./soobj/zcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2int -ps gs_dps1 ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm16.o ./soobj/gdevm24.o ./soobj/gdevm32.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -oper zchar42 zfont42 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0read ./soobj/zcfont.o ./soobj/zfont0.o ./soobj/aux/echogs -e .dev -a- ./soobj/cie -oper zcrd_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm40.o ./soobj/gdevm48.o ./soobj/gdevm56.o ./soobj/gdevm64.o ./soobj/gdevmx.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -oper zchar1 zfont1 zmisc1 ./soobj/aux/echogs -e .dev -a- ./soobj/psf0read -oper zcfont zfont0 ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -ps gs_typ42 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sddparam ./soobj/sddparam.o ./soobj/sdcparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevdsha.o ./soobj/gxscanc.o ./soobj/aux/echogs -e .dev -a- ./soobj/cie -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/psf0read -include ./soobj/cmapread ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -ps gs_agl gs_type1 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/btoken ./soobj/iscanbin.o ./soobj/zbseq.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmykread ./soobj/zcolor1.o ./soobj/zht1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/upath ./soobj/zupath.o ./soobj/ibnum.o ./soobj/gdevhit.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2read ./soobj/ibnum.o ./soobj/zcharx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdiff ./soobj/spdiff.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psfilters ./soobj/sfilter1.o ./soobj/sfilter2.o ./soobj/sa85d.o ./soobj/aux/echogs -e .dev -a- ./soobj/btoken -oper zbseq_l2 -replace ./soobj/nobtoken ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iodevice ./soobj/ziodev2.o ./soobj/zdevcal.o ./soobj/aux/echogs -e .dev -a- ./soobj/upath -oper zupath_l2 zupath ./soobj/aux/echogs -e .dev -a- ./soobj/cmykread -oper zcolor1 zht1 ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -include ./soobj/dps2int ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pagedev ./soobj/zdevice2.o ./soobj/zmedia2.o ./soobj/aux/echogs -e .dev -a- ./soobj/psfilters ./soobj/sa85d.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patread ./soobj/zpcolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/btoken -ps gs_btokn ./soobj/aux/echogs -e .dev -a- ./soobj/pagedev -oper zdevice2_l2 zmedia2_l2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/isupport ./soobj/ialloc.o ./soobj/igc.o ./soobj/igcref.o ./soobj/igcstr.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -oper ireclaim_l2 zcharx ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nobtoken ./soobj/inobtokn.o ./soobj/aux/echogs -e .dev -a- ./soobj/iodevice -oper ziodev2_l2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nousparm ./soobj/inouparm.o ./soobj/aux/echogs -e .dev -a- ./soobj/patread -oper zpcolor_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/isupport -obj ./soobj/ilocate.o ./soobj/iname.o ./soobj/isave.o ./soobj/aux/echogs -e .dev -a- ./soobj/pagedev -ps gs_setpd ./soobj/aux/echogs -e .dev -a- ./soobj/iodevice -iodev null calendar ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dscparse -obj ./soobj/zdscpars.o ./soobj/dscparse.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -ps gs_dps2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapi_ps ./soobj/zfapi.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bcp ./soobj/sbcp.o ./soobj/zfbcp.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1 ./soobj/zpath1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func ./soobj/zfunc.o ./soobj/zfunc0.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4lib ./soobj/gsfunc4.o ./soobj/spprint.o ./soobj/aux/echogs -e .dev -a- ./soobj/dscparse -oper zdscpars ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type32 ./soobj/zchar32.o ./soobj/zfont32.o ./soobj/aux/echogs -e .dev -a- ./soobj/path1 -include ./soobj/path1lib ./soobj/aux/echogs -e .dev -a- ./soobj/fapi_ps -oper zfapi ./soobj/aux/echogs -e .dev -a- ./soobj/func -oper zfunc ./soobj/aux/echogs -e .dev -a- ./soobj/bcp -oper zfbcp ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/simscale ./soobj/simscale.o ./soobj/simscale_foo.o ./soobj/aux/echogs -e .dev -a- ./soobj/func4lib -include ./soobj/funclib ./soobj/aux/echogs -e .dev -a- ./soobj/type32 -oper zchar32 zfont32 ./soobj/aux/echogs -e .dev -a- ./soobj/path1 -oper zpath1 ./soobj/aux/echogs -e .dev -a- ./soobj/fapi_ps -ps gs_fntem gs_fapi ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/form ./soobj/zform.o ./soobj/aux/echogs -e .dev -a- ./soobj/type32 -ps gs_res gs_typ32 ./soobj/aux/echogs -e .dev -a- ./soobj/func -functiontype 0 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixel ./soobj/zcspixel.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/frsd -include ./soobj/zfrsd ./soobj/aux/echogs -e .dev -a- ./soobj/form -oper zform ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttfont -include ./soobj/macglyph ./soobj/type42 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fmd5 ./soobj/zfmd5.o ./soobj/aux/echogs -e .dev -a- ./soobj/func -include ./soobj/funclib ./soobj/aux/echogs -e .dev -a- ./soobj/cspixel -include ./soobj/cspixlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ssha2 ./soobj/ssha2.o ./soobj/sha2.o ./soobj/aux/echogs -e .dev -a- ./soobj/frsd -ps gs_lev2 gs_res gs_frsd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/farc4 ./soobj/zfarc4.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/saes ./soobj/saes.o ./soobj/aes.o ./soobj/aux/echogs -e .dev -a- ./soobj/fmd5 -include ./soobj/smd5 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfops ./soobj/zpdfops.o ./soobj/aux/echogs -e .dev -a- ./soobj/ttfont -ps gs_wan_e gs_ttf ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdf_r6 ./soobj/zpdf_r6.o cp ./soobj/pdf_file_jbig2dec.o ./soobj/pdf_file.o ./soobj/aux/echogs -e .dev -a- ./soobj/farc4 -include ./soobj/sarc4 cp ./soobj/pdf_utf8_unix_.o ./soobj/pdf_utf8.o ./soobj/aux/echogs -e .dev -a- ./soobj/fmd5 -oper zfmd5 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iapi ./soobj/iapi.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/unix_ ./soobj/gp_getnv.o ./soobj/gp_upapr.o ./soobj/gp_unix.o ./soobj/gp_unifs.o ./soobj/gp_unifn.o ./soobj/gp_stdia.o ./soobj/gp_nxpsprn.o -include ./soobj/nosync ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patlib -include ./soobj/cmyklib ./soobj/imasklib ./soobj/psl2cs ./soobj/aux/echogs -e .dev -a- ./soobj/unix_ -include ./soobj/smd5 ./soobj/aux/echogs -e .dev -a- ./soobj/patlib -obj ./soobj/gspcolor.o ./soobj/gsptype1.o ./soobj/gxclip2.o ./soobj/aux/echogs -e .dev -a- ./soobj/patlib -obj ./soobj/gxmclip.o ./soobj/gxp1fill.o ./soobj/gxpcmap.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/colimlib ./soobj/gxicolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/colimlib -imageclass 4_color cp ./soobj/sjpegc_1.o ./soobj/sjpegc.o cp ./soobj/sjpegd_1.o ./soobj/sjpegd.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf_r6 -oper zpdf_r6 cp ./soobj/libpng_1.dev ./soobj/libpng.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/page ./soobj/gdevprn.o ./soobj/gdevppla.o ./soobj/gdevmplt.o ./soobj/gdevflp.o ./soobj/gxdownscale.o ./soobj/claptrap.o ./soobj/claptrap-init.o ./soobj/claptrap-planar.o ./soobj/ets.o ./soobj/gdevoflt.o ./soobj/gdevnup.o ./soobj/gdevsclass.o ./soobj/gdevepo.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmaplib ./soobj/gsfcmap.o ./soobj/gsfcmap1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sicclib ./soobj/gsicc.o ./soobj/aux/echogs -e .dev -a- ./soobj/page -include ./soobj/clist cp ./soobj/sjbig2_jbig2dec.dev ./soobj/sjbig2.dev ./soobj/aux/echogs -e .dev -a- ./soobj/farc4 -oper zfarc4 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjpx_openjpeg ./soobj/sjpx_openjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/cmaplib -include ./soobj/cidlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libtiff_1 ./soobj/gstiffio.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cif ./soobj/gdevcif.o ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -lib tiff ./soobj/aux/echogs -e .dev -a- ./soobj/pdfops -oper zpdfops ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib ./soobj/gsicc_manage.o ./soobj/gsicc_cache.o ./soobj/gsicc_lcms2mt.o ./soobj/gsicc_profilecache.o ./soobj/gsicc_create.o ./soobj/gsicc_nocm.o ./soobj/gsicc_replacecm.o ./soobj/gsicc_monitorcm.o ./soobj/gsicc_blacktext.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/devicen ./soobj/gdevdevn.o ./soobj/aux/echogs -e .dev -a- ./soobj/sjpx_openjpeg -include ./soobj/openjpeg.dev ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib ./soobj/gsmd5.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/gdevpdfu.o -c ./devices/vector/gdevpdfu.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibe ./soobj/szlibc.o ./soobj/szlibe.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/vector ./soobj/gdevvec.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdxtext ./soobj/gdevpdt.o ./soobj/gdevpdtb.o ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -include ./soobj/jpegd.dev ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/fpng ./soobj/gdevfpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/inferno ./soobj/gdevifno.o ./soobj/aux/echogs -e .dev -a- ./soobj/vector -include ./soobj/bboxutil ./soobj/sfile ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib -include ./soobj/lcms2mt.dev ./soobj/aux/echogs -e .dev -a- ./soobj/szlibe -include ./soobj/zlibe.dev ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -include ./soobj/jpege.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtc.o ./soobj/gdevpdtd.o ./soobj/gdevpdte.o ./soobj/aux/echogs -e .dev -a- ./soobj/fpng ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray2 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrmono ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/miff24 ./soobj/gdevmiff.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pam ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtf.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk32 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk4 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx16 ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx24b ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx256 ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdti.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxcmyk ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxgray ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxmono ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage24 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage32 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage8 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfimage32 -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdts.o ./soobj/gdevpdtt.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtv.o ./soobj/gdevpdtw.o ./soobj/whitelst.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan9bm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gsfont0c.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planc ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plang ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plank ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext -include ./soobj/fcopy ./soobj/psf ./soobj/aux/echogs -e .dev -a- ./soobj/pdfimage8 -include ./soobj/page ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planm ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfimage24 -include ./soobj/page ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plib ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibc ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibg ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibk ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibm ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyk ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyk16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyktags ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyktags16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdrgb ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdrgb16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/spotcmyk ./soobj/gdevdevn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/xcf ./soobj/gdevxcf.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc1900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc2000 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4000 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc9100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ap3250 ./soobj/gdevescp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/appledmp ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx23 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx24 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx38 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10e ./soobj/gdevbj10.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj200 ./soobj/gdevbj10.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc600 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc800 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc880j ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccmyk ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccolor ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcgray ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcmono ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdeskjet ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj1600 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj500 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj550 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj670 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj850 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj880 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj890 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj970 ./soobj/gdevdj9.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjcolor ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjmono ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdnj500 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/chp2200 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5 ./soobj/gdevclj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5c ./soobj/gdevcljc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5pr ./soobj/gdevclj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslw2p ./soobj/gdevcslw.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslwxl ./soobj/gdevcslw.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/declj250 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/deskjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500c ./soobj/gdevdjtc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dl2100 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dnj650c ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050p ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2120 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2750 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5800 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6200 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplcolor ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplmono ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9high ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9mid ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epson ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epsonc ./soobj/gdevepsc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escp ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escpage ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmlbp ./soobj/gdevfmlbp.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmpr ./soobj/gdevfmpr.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/fs600 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/gdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1240 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1250 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl7x0 ./soobj/gdevhl7x.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj1120c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj310 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj320 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj340 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj400 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj510 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj520 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj540 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj550c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj560c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj600 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj660c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj670c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj680c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj690c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj850c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj855c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj870c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj890c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjplus ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjportable ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ibmpro ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/imagen ./soobj/gdevimgn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/itk24i ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/itk38 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwhi ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlo ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlq ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jetp3852 ./soobj/gdev3852.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la50 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la70 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75plus ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/laserjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp310 ./soobj/gdevlbp3.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp320 ./soobj/gdevlbp3.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp8 ./soobj/gdevlbp8.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex2050 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex3200 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex5700 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex7000 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips2p ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips3 ./soobj/gdevlbp8.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips4 ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/lips4v ./soobj/gdevl4v.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj250 ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj3100sw ./soobj/gdevl31s.o ./soobj/gdevmeds.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dith ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dithp ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5gray ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5mono ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet2p ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -a- ./soobj/lips4v -include ./soobj/vector ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4pjl ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljetplus ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ln03 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1800 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2000 ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2200 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2400 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2563 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp3000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7700 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000 ./soobj/gdevlp8k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8200c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8400f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8500c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8700 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8800c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000b ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200b ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9300 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9400 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9500c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600s ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9800c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps4500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps6500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lq850 ./soobj/gdevdm24.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm3200 ./soobj/gdevlx32.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm5700m ./soobj/gdevlxm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/m8510 ./soobj/gdev8510.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md1xMono ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md2k ./soobj/gdevmd2k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Eco ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Mono ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md5k ./soobj/gdevmd2k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj500c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj6000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj700v2c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj8000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ml600 ./soobj/gdevml6.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/necp6 ./soobj/gdevdm24.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/npdl ./soobj/gdevnpdl.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/oce9050 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki182 ./soobj/gdevo182.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki4w ./soobj/gdevop4w.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/okiibm ./soobj/gdevokii.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oprp ./soobj/gdevopvp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/opvp ./soobj/gdevopvp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/paintjet ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pcl3 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/photoex ./soobj/gdevphex.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pj ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjetxl ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl300 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlcolor ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlmono ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/r4081 ./soobj/gdev4081.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/rinkj ./soobj/gdevrinkj.o ./soobj/evenbetter-rll.o ./soobj/rinkj-byte-stream.o ./soobj/rinkj-device.o ./soobj/rinkj-config.o ./soobj/rinkj-dither.o ./soobj/rinkj-epson870.o ./soobj/rinkj-screen-eb.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/rpdl ./soobj/gdevrpdl.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/samsunggdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/sj48 ./soobj/gdevsj48.o ./soobj/aux/echogs -e .dev -a- ./soobj/pxlmono -include ./soobj/vector ./soobj/aux/echogs -e .dev -a- ./soobj/pxlcolor -include ./soobj/vector ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/st800 ./soobj/gdevescp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/stcolor ./soobj/gdevstc.o ./soobj/gdevstc1.o ./soobj/gdevstc2.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d2 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d4 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d8 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/tek4696 ./soobj/gdevtknk.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/uniprint ./soobj/gdevupd.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/xes ./soobj/gdevxes.o ./soobj/aux/echogs -e .dev -a- ./soobj/stcolor -obj ./soobj/gdevstc3.o ./soobj/gdevstc4.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ijs ./soobj/gdevijs.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16m ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png256 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png48 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngalpha ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/png256 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -a- ./soobj/ijs -include ./soobj/ijslib ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnggray ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngalpha -include ./soobj/libpng ./soobj/aux/echogs -e .dev -a- ./soobj/png48 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -a- ./soobj/png16m -include ./soobj/libpng ./soobj/aux/echogs -e .dev -a- ./soobj/png16 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngmono ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngmonod ./soobj/gdevpng.o ./soobj/gdevpccm.o cp ./soobj/libocr_1.dev ./soobj/libocr.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pnggray -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr8 ./soobj/gdevpdfocr.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr24 ./soobj/gdevpdfocr.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngmono -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr32 ./soobj/gdevpdfocr.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibd ./soobj/szlibc.o ./soobj/szlibd.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngmonod -include ./soobj/libpng ./soobj/aux/echogs -e .dev -a- ./soobj/pdfocr24 -include ./soobj/page ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapif1 ./soobj/fapi_ft.o ./soobj/write_t1.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfocr8 -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/pdfocr32 -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/szlibd -include ./soobj/zlibd.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/romfs1 ./soobj/gsiorom.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libx ./soobj/gxacpath.o ./soobj/gxbcache.o ./soobj/gxccache.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iscale ./soobj/siinterp.o ./soobj/siscale.o ./soobj/sidscale.o ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 ./soobj/write_t2.o ./soobj/wrfont.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/roplib ./soobj/gdevdrop.o ./soobj/gsroprun.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2int ./soobj/iutil2.o ./soobj/zmisc2.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type1 -include ./soobj/psf1lib ./soobj/psf1read ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxccman.o ./soobj/gxchar.o ./soobj/gxcht.o ./soobj/aux/echogs -e .dev -a- ./soobj/romfs1 -iodev rom ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/color -include ./soobj/cmyklib ./soobj/colimlib ./soobj/cmykread ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 -include ./soobj/freetype ./soobj/aux/echogs -e .dev -a- ./soobj/roplib ./soobj/gdevmr1.o ./soobj/gdevmr2n.o ./soobj/gdevmr8n.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fdecode ./soobj/scantab.o ./soobj/scfparam.o ./soobj/zfdecode.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxclip.o ./soobj/gxcmap.o ./soobj/gxcpath.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -include ./soobj/dps2int ./soobj/usparam ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -oper zmisc2 ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -ps gs_lev2 gs_res ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 -fapi fapi_ft ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pattern -include ./soobj/patlib ./soobj/patread ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psbase ./soobj/imain.o ./soobj/imainarg.o ./soobj/gsargs.o ./soobj/idisp.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2read ./soobj/zcolor2.o ./soobj/zcsindex.o ./soobj/zht2.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/gconfig.o ./soobj/gscdefs.o ./soobj/iconfig.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2read -include ./soobj/psl2int ./soobj/dps2read ./soobj/aux/echogs -e .dev -a- ./soobj/psl2read -oper zht2_l2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4 ./soobj/zfunc4.o ./soobj/aux/echogs -e .dev -a- ./soobj/func4 -functiontype 4 ./soobj/aux/echogs -e .dev -a- ./soobj/roplib ./soobj/gdevrops.o ./soobj/gsrop.o ./soobj/gsroptab.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fimscale ./soobj/zfimscale.o ./soobj/aux/echogs -e .dev -a- ./soobj/fdecode -include ./soobj/cfd ./soobj/lzwd ./soobj/pdiff ./soobj/pngp ./soobj/rld ./soobj/psfilters.dev ./soobj/aux/echogs -e .dev -a- ./soobj/fimscale -include ./soobj/simscale ./soobj/aux/echogs -e .dev -a- ./soobj/func4 -include ./soobj/func ./soobj/func4lib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/icc ./soobj/zicc.o ./soobj/aux/echogs -e .dev -a- ./soobj/fdecode -oper zfdecode ./soobj/aux/echogs -e .dev -a- ./soobj/icc -oper zicc ./soobj/aux/echogs -e .dev -a- ./soobj/icc -ps gs_icc ./soobj/aux/echogs -e .dev -a- ./soobj/fimscale -oper zfimscale ./soobj/aux/echogs -e .dev -a- ./soobj/icc -include ./soobj/sicclib ./soobj/cie ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fzlib -include ./soobj/szlibe ./soobj/szlibd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cff -include ./soobj/psl2int -ps gs_cff ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fsha2 ./soobj/zfsha2.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/psapi.o ./soobj/icontext.o ./soobj/idebug.o ./soobj/aux/echogs -e .dev -a- ./soobj/fsha2 -include ./soobj/ssha2 ./soobj/aux/echogs -e .dev -a- ./soobj/fsha2 -oper zfsha2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/faes ./soobj/zfaes.o ./soobj/aux/echogs -e .dev -a- ./soobj/faes -include ./soobj/saes ./soobj/aux/echogs -e .dev -a- ./soobj/faes -oper zfaes ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jbig2_jbig2dec ./soobj/zfjbig2_jbig2dec.o ./soobj/aux/echogs -e .dev -a- ./soobj/jbig2_jbig2dec -include ./soobj/sjbig2 ./soobj/aux/echogs -e .dev -a- ./soobj/jbig2_jbig2dec -oper zfjbig2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/shadelib ./soobj/gscolor3.o ./soobj/gsfunc3.o ./soobj/gsptype2.o ./soobj/gsshade.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2lib -include ./soobj/colimlib ./soobj/psl2cs ./soobj/aux/echogs -e .dev -a- ./soobj/fzlib -obj ./soobj/zfzlib.o cp ./soobj/sdctd_1.o ./soobj/sdctd.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/idict.o ./soobj/idparam.o ./soobj/idstack.o ./soobj/aux/echogs -e .dev -a- ./soobj/shadelib -obj ./soobj/gxshade.o ./soobj/gxshade1.o ./soobj/gxshade4.o ./soobj/gxshade6.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2lib -imageclass 2_fracs ./soobj/aux/echogs -e .dev -a- ./soobj/fzlib -oper zfzlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdcte ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdcte.o ./soobj/sjpege.o ./soobj/aux/echogs -e .dev -a- ./soobj/shadelib -include ./soobj/funclib ./soobj/patlib ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxdcconv.o ./soobj/gxdcolor.o ./soobj/gxhldevc.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/translib ./soobj/gstrans.o ./soobj/gximag3x.o ./soobj/gxblend.o ./soobj/gxblend1.o ./soobj/gdevp14.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/sdcte -include ./soobj/jpege.dev ./soobj/aux/echogs -e .dev -a- ./soobj/translib -imagetype 3x ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0lib ./soobj/gschar0.o ./soobj/gsfont0.o cp ./soobj/sjpx_openjpeg.dev ./soobj/sjpx.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psf0lib -include ./soobj/cmaplib ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxfill.o ./soobj/gxht.o ./soobj/gxhtbit.o ./soobj/gxht_thresh.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/PCLm ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -a- ./soobj/translib -include ./soobj/cspixlib ./soobj/bboxutil ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iinit.o ./soobj/interp.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/PCLm8 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bit ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxidata.o ./soobj/gxifast.o ./soobj/gximage.o ./soobj/gximdecode.o ./soobj/aux/echogs -e .dev -a- ./soobj/PCLm -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/PCLm8 -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/bit -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/translib -include ./soobj/cielib.dev ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitcmyk ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgb ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgbtags ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/bitcmyk -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iparam.o ./soobj/ireclaim.o ./soobj/iplugin.o ./soobj/aux/echogs -e .dev -a- ./soobj/bitrgbtags -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/bitrgb -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gximage1.o ./soobj/gximono.o ./soobj/gxipixel.o ./soobj/gximask.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16m ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp256 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iscan.o ./soobj/iscannum.o ./soobj/istack.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp32b ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxi12bit.o ./soobj/gxi16bit.o ./soobj/gxiscale.o ./soobj/gxpaint.o ./soobj/gxpath.o ./soobj/gxpath2.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpgray ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpmono ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep1 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep8 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ccr ./soobj/gdevccr.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxpcopy.o ./soobj/gxpdash.o ./soobj/gxpflat.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iutil.o ./soobj/scantab.o cp ./soobj/libtiff_1.dev ./soobj/libtiff.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psdf ./soobj/gdevpsdi.o ./soobj/gdevpsdp.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdtext -include ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeg ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxsample.o ./soobj/gxstroke.o ./soobj/gxsync.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpegcmyk ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeggray ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/psdcmykog ./soobj/gdevcmykog.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/sstring.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -a- ./soobj/jpegcmyk -include ./soobj/sdcte gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevxps_1.o -c ./devices/vector/gdevxps.c ./soobj/aux/echogs -e .dev -a- ./soobj/jpeg -include ./soobj/sdcte ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/gdevpsds.o ./soobj/gdevpsdu.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ocr ./soobj/gdevocr.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imageclass 0_interpolate ./soobj/aux/echogs -e .dev -a- ./soobj/jpeggray -include ./soobj/sdcte ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zarith.o ./soobj/zarray.o ./soobj/zcontrol.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/hocr ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/scfparam.o ./soobj/sdcparam.o ./soobj/sdeparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zdict.o ./soobj/zfile.o ./soobj/zfile1.o ./soobj/zfileio.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/spprint.o ./soobj/spsdf.o ./soobj/sstring.o ./soobj/aux/echogs -e .dev -a- ./soobj/hocr ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imageclass 1_simple 3_mono ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zfilter.o ./soobj/zfproc.o ./soobj/zgeneric.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clmemory ./soobj/gxclmem.o ./soobj/gxclzlib.o ./soobj/aux/echogs -e .dev -a- ./soobj/ocr -include ./soobj/libocr ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gxfapi ./soobj/gxfapi.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/gsparamx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type2 ./soobj/zchar2.o ./soobj/zfont2.o ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -include ./soobj/szlibe ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -include ./soobj/vector.dev ./soobj/pngp.dev ./soobj/seexec.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/ziodev.o ./soobj/ziodevsc.o ./soobj/zmath.o ./soobj/zalg.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -include ./soobj/sdcte.dev ./soobj/slzwe.dev ./soobj/szlibe.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmapread ./soobj/zcid.o ./soobj/zfcmap.o ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -include ./soobj/cmaplib ./soobj/psl2int ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -include ./soobj/szlibd ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -init gxclmem ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/compfont -include ./soobj/psf0lib ./soobj/psf0read ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zmisc.o ./soobj/zpacked.o ./soobj/zrelbit.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imagetype 1 mask1 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dcte -include ./soobj/sdcte ./soobj/sdeparam ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dpsand2 -include ./soobj/btoken ./soobj/color ./soobj/upath ./soobj/dps2lib ./soobj/dps2read ./soobj/aux/echogs -e .dev -a- ./soobj/type2 -oper zchar2 zfont2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/filter -include ./soobj/fdecode ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapiu ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -oper zfcmap ./soobj/aux/echogs -e .dev -a- ./soobj/filter -obj ./soobj/zfilter2.o ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapif1 ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapib ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -ps gs_cmap ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sepr ./soobj/zcssepr.o ./soobj/zfsample.o ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -oper zcssepr_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -oper zfsample ./soobj/aux/echogs -e .dev -a- ./soobj/type2 -include ./soobj/type1 ./soobj/psf2lib ./soobj/aux/echogs -e .dev -a- ./soobj/filter -include ./soobj/cfe ./soobj/lzwe ./soobj/rle ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -include ./soobj/func4 ./soobj/seprlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3read ./soobj/zfunc3.o ./soobj/zfsample.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/transpar ./soobj/ztrans.o ./soobj/aux/echogs -e .dev -a- ./soobj/transpar -oper ztrans1 ztrans2 ztrans3 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpx_openjpeg ./soobj/zfjpx_openjpeg.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read ./soobj/zimage3.o ./soobj/zmisc3.o ./soobj/zcolor3.o ./soobj/zshade.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zstack.o ./soobj/zstring.o ./soobj/zsysvm.o ./soobj/aux/echogs -e .dev -a- ./soobj/dcte -obj ./soobj/zfdcte.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/ztoken.o ./soobj/ztype.o ./soobj/zvmem.o ./soobj/aux/echogs -e .dev -a- ./soobj/filter -oper zfilter2 ./soobj/aux/echogs -e .dev -a- ./soobj/transpar -include ./soobj/psl2read ./soobj/translib ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -oper zfsample ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zbfont.o ./soobj/zchar.o ./soobj/zcolor.o cp ./soobj/jbig2_jbig2dec.dev ./soobj/jbig2.dev ./soobj/aux/echogs -e .dev -a- ./soobj/dcte -oper zfdcte ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -include ./soobj/sjpx ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -oper zimage3 zmisc3 zcolor3_l3 zshade ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3lib ./soobj/gsclipsr.o ./soobj/gscdevn.o ./soobj/gxdevndi.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -functiontype 2 3 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdctd ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdctd.o ./soobj/sjpegd.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3lib -include ./soobj/imasklib ./soobj/shadelib ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -ps gs_ll3 ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -include ./soobj/openjpeg ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -include ./soobj/frsd ./soobj/fzlib ./soobj/aux/echogs -e .dev -a- ./soobj/sdctd -include ./soobj/jpegd.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zdevice.o ./soobj/zfont.o ./soobj/zfontenum.o ./soobj/zgstate.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3lib -include ./soobj/gxfapiu ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fax ./soobj/gdevfax.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -oper zfjpx ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tiffs ./soobj/gdevtifs.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clist ./soobj/gxclist.o ./soobj/gxclbits.o ./soobj/gxclpage.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidfont ./soobj/zcid.o ./soobj/zfcid.o ./soobj/zfcid0.o ./soobj/zfcid1.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffs -include ./soobj/page -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zht.o ./soobj/zimage.o ./soobj/zmatrix.o ./soobj/aux/echogs -e .dev -a- ./soobj/fax -include ./soobj/cfe -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclrast.o ./soobj/gxclread.o ./soobj/gxclrect.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dctd -include ./soobj/sdctd ./soobj/sddparam ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfread -include ./soobj/frsd ./soobj/func4 ./soobj/fzlib cp ./soobj/jpx_openjpeg.dev ./soobj/jpx.dev ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -include ./soobj/psf1read ./soobj/psl2int ./soobj/aux/echogs -e .dev -a- ./soobj/dctd -obj ./soobj/zfdctd.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zpaint.o ./soobj/zpath.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdct -include ./soobj/sdctd.dev ./soobj/sdcte.dev ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclutil.o ./soobj/gsparams.o ./soobj/gsparaml.o ./soobj/gsparamx.o ./soobj/gxshade6.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gsroptab.o ./soobj/gsroprun.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclimag.o ./soobj/gxclpath.o ./soobj/gxdhtserial.o ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclthrd.o ./soobj/gsmchunk.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -include ./soobj/transpar ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/clfile ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -include ./soobj/type2 ./soobj/type42 ./soobj/zfrsd ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/cfax ./soobj/gdevcfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/dctd -oper zfdctd ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zncdummy.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_ops ./soobj/aux/echogs -e .dev -a- ./soobj/cfax -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/clmemory ./soobj/posync.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tfax ./soobj/gdevtfax.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tfax -include ./soobj/cfe ./soobj/lzwe ./soobj/rle ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_rbld ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/cfe ./soobj/cfd ./soobj/rle ./soobj/rld ./soobj/psl2cs ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -oper zfcid0 zfcid1 ./soobj/aux/echogs -e .dev -a- ./soobj/tfax -include ./soobj/fax ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zarith zarray zcontrol1 zcontrol2 zcontrol3 ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg3 -include ./soobj/fax ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg32d -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zdict1 zdict2 zfile zfile1 zfileio1 zfileio2 ./soobj/aux/echogs -e .dev -a- ./soobj/faxg32d -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg4 -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zfilter zfproc zgeneric ziodev zmath zalg ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -ps gs_cidfn gs_cidcm gs_fntem gs_cidtt gs_cidfm ./soobj/aux/echogs -e .dev -a- ./soobj/faxg3 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_base pdf_draw ./soobj/aux/echogs -e .dev -a- ./soobj/faxg4 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zmisc_a zmisc_b zpacked zrelbit zstack zstring zsysvm ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff12nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff24nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -include ./soobj/cff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff32nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff12nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiff32nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper ztoken ztype zvmem zbfont zchar_a zchar_b zcolor zcolor_ext ./soobj/aux/echogs -e .dev -a- ./soobj/tiff24nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff48nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff64nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zdevice zdevice_ext zfont zfontenum zgstate1 zgstate2 zgstate3 zgstate4 ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffcrle -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiff48nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zht zimage zmatrix zmatrix2 ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg3 -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -include ./soobj/ttfont ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg32d -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg3 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffcrle -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiff64nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_font pdf_main pdf_sec ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg4 -include ./soobj/tfax ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffgray ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffgray -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg4 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tifflzw -include ./soobj/tfax ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffpack -include ./soobj/tfax In file included from ./devices/vector/gdevxps.c:27: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tifflzw -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffpack -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled24 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled32 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg32d -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled24 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled4 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zpaint zpath pantone zcolor_pdf ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled32 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled8 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -iodev stdin stdout stderr lineedit statementedit ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep1 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libs ./soobj/gpmisc.o ./soobj/stream.o ./soobj/strmio.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled4 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffsep1 -include ./soobj/tiffs ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsalloc.o ./soobj/gxdownscale.o ./soobj/gxdownscale.o ./soobj/claptrap.o ./soobj/claptrap-init.o ./soobj/claptrap-planar.o ./soobj/ets.o ./soobj/gdevprn.o ./soobj/gdevflp.o ./soobj/gdevkrnlsclass.o ./soobj/gdevepo.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dct -include ./soobj/dcte ./soobj/dctd ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gdevmplt.o ./soobj/gsbitcom.o ./soobj/gsbitops.o ./soobj/gsbittab.o ./soobj/gdevoflt.o ./soobj/gdevnup.o ./soobj/gdevsclass.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfi ./soobj/pdf_loop_detect.o ./soobj/ghostpdf.o ./soobj/pdf_dict.o ./soobj/pdf_array.o ./soobj/pdf_xref.o ./soobj/pdf_int.o ./soobj/pdf_file.o ./soobj/pdf_path.o ./soobj/pdf_colour.o ./soobj/pdf_pattern.o ./soobj/pdf_gstate.o ./soobj/pdf_stack.o ./soobj/pdf_image.o ./soobj/pdf_page.o ./soobj/pdf_annot.o ./soobj/pdf_mark.o ./soobj/pdf_fapi.o ./soobj/pdf_font.o ./soobj/pdf_font0.o ./soobj/pdf_ciddec.o ./soobj/pdf_font1.o ./soobj/pdf_font1C.o ./soobj/pdf_fontps.o ./soobj/pdf_font3.o ./soobj/pdf_fontTT.o ./soobj/pdf_font9.o ./soobj/pdf_font11.o ./soobj/pdf_cmap.o ./soobj/pdf_fmap.o ./soobj/pdf_text.o ./soobj/pdf_shading.o ./soobj/pdf_func.o ./soobj/pdf_trans.o ./soobj/pdf_device.o ./soobj/pdf_misc.o ./soobj/pdf_optcontent.o ./soobj/pdf_check.o ./soobj/pdf_sec.o ./soobj/pdf_utf8.o ./soobj/pdf_deref.o ./soobj/pdf_repair.o ./soobj/pdf_obj.o ./soobj/pdf_doc.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/isupport ./soobj/nobtoken ./soobj/nousparm ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/rld ./soobj/rle ./soobj/sfile ./soobj/dscparse ./soobj/aux/echogs -e .dev -a- ./soobj/tiffsep -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -w ./soobj/fdevs.tr - -include ./soobj/unix_ ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled8 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gscedata.o ./soobj/gscencs.o ./soobj/gschar.o ./soobj/gscolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gscoord.o ./soobj/gscparam.o ./soobj/gscspace.o ./soobj/gscicach.o ./soobj/gsovrc.o ./soobj/gxoprect.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfi -include ./soobj/func4lib.dev ./soobj/gsagl.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdfi -include ./soobj/pdiff.dev ./soobj/psfilters.dev ./soobj/saes.dev ./soobj/sjpx.dev ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsdevice.o ./soobj/gsdevmem.o ./soobj/gsdparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/fapi_ps ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxhigh ./soobj/gdevdfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfi -include ./soobj/ssha2.dev ./soobj/psfilters.dev ./soobj/sdct.dev ./soobj/simscale.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxlow ./soobj/gdevdfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/dfaxhigh -include ./soobj/tfax ./soobj/aux/echogs -a ./soobj/fdevs.tr -+ ./soobj/pipe.dev ./soobj/gsnogc.dev ./soobj/htxlib.dev ./soobj/psl3lib.dev ./soobj/psl2lib.dev ./soobj/dps2lib.dev ./soobj/path1lib.dev ./soobj/patlib.dev ./soobj/psl2cs.dev ./soobj/rld.dev ./soobj/gxfapiu.dev ./soobj/ttflib.dev ./soobj/cielib.dev ./soobj/pipe.dev ./soobj/htxlib.dev ./soobj/sdct.dev ./soobj/libpng.dev ./soobj/seprlib.dev ./soobj/translib.dev ./soobj/cidlib.dev ./soobj/psf0lib.dev ./soobj/psf1lib.dev ./soobj/psf2lib.dev ./soobj/lzwd.dev ./soobj/sicclib.dev ./soobj/sjbig2.dev ./soobj/sjpx.dev ./soobj/ramfs.dev ./soobj/pwgd.dev ./soobj/siscale.dev ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsfname.o ./soobj/gsfont.o ./soobj/gsgdata.o ./soobj/gsgcache.o ./soobj/aux/echogs -e .dev -a- ./soobj/dfaxlow -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -replace ./soobj/gsiodevs ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsht.o ./soobj/gshtscr.o ./soobj/gen_ordered.o ./soobj/aux/echogs -a ./soobj/fdevs.tr -+ ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsimage.o ./soobj/gsimpath.o ./soobj/gsinit.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl1 -include ./soobj/psbase ./soobj/bcp ./soobj/path1 ./soobj/type1 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsiodev.o ./soobj/gsgstate.o ./soobj/gsline.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl1 -emulator PostScript PostScriptLevel1 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsmalloc.o ./soobj/memento.o ./soobj/bobbin.o ./soobj/gsmatrix.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2 -include ./soobj/dpsand2 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsmemory.o ./soobj/gsmemret.o ./soobj/gsmisc.o ./soobj/gsnotify.o ./soobj/gslibctx.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/cidfont ./soobj/cie ./soobj/cmapread ./soobj/compfont ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gspaint.o ./soobj/gsparam.o ./soobj/gspath.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsserial.o ./soobj/gsstate.o ./soobj/gstext.o ./soobj/gsutil.o ./soobj/gssprintf.o ./soobj/gsstrtok.o ./soobj/gsstrl.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/dct ./soobj/filter ./soobj/iodevice ./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs overprint ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/pagedev ./soobj/pattern ./soobj/psl1 ./soobj/psl2lib ./soobj/psl2read ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/sepr ./soobj/type32 ./soobj/type42 ./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs pdf14trans ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/fimscale ./soobj/form ./soobj/aux/echogs -e .dev -a- ./soobj/libs -init gshtscr ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -include ./soobj/icc ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/gsiodevs ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -emulator PostScript PostScriptLevel2 ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/translib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3 -include ./soobj/psl2 ./soobj/cspixel ./soobj/frsd ./soobj/func ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/clist ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -include ./soobj/psl3lib ./soobj/psl3read ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/romfs1 ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -include ./soobj/icc ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -emulator PostScript PostScriptLevel2 PostScriptLevel3 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gxfapi ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdf -include ./soobj/psbase ./soobj/dps2lib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gs_pdfwr -include ./soobj/psl3 ./soobj/aux/echogs -e .dev -a- ./soobj/libs -init fapi ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/dps2read ./soobj/pdffonts ./soobj/psl3 ./soobj/aux/echogs -e .dev -a- ./soobj/gs_pdfwr -ps gs_pdfwr ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libcore ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/psl2lib ./soobj/pdfread ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -dev2 nullpage ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/fmd5 ./soobj/fsha2 ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/libs ./soobj/libx ./soobj/libd ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/farc4 ./soobj/faes.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/type2 ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/iscale ./soobj/roplib ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/pdfops ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/strdline ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/pdf_r6 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -functiontype 4 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -emulator PDF ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pdfwrite ./soobj/gdevpdf.o ./soobj/gdevpdfb.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfc.o ./soobj/gdevpdfd.o ./soobj/gdevpdfe.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfg.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfi.o ./soobj/gdevpdfj.o ./soobj/gdevpdfk.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfo.o ./soobj/gdevpdfp.o ./soobj/gdevpdft.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfr.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfu.o ./soobj/gdevpdfv.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gsflip.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/scantab.o ./soobj/sfilter2.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/cmyklib ./soobj/cfe ./soobj/lzwe ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/rle ./soobj/sdcte ./soobj/sdeparam ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/smd5 ./soobj/szlibe ./soobj/sarc4.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/psdf ./soobj/gsagl ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/pdtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/eps2write ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/ps2write ./soobj/aux/echogs -e .dev -a- ./soobj/eps2write -include ./soobj/pdfwrite.dev ./soobj/aux/echogs -e .dev -a- ./soobj/ps2write -include ./soobj/pdfwrite.dev cp ./soobj/gdevxps_1.o ./soobj/gdevxps.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/xpswrite ./soobj/gdevxps.o ./soobj/aux/echogs -e .dev -a- ./soobj/xpswrite -include ./soobj/vector -include ./soobj/libtiff ./soobj/aux/echogs -w ./soobj/devdevs.tr -+ ./soobj/display.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/PCLm.dev ./soobj/PCLm8.dev ./soobj/bbox.dev ./soobj/bit.dev ./soobj/bitcmyk.dev ./soobj/bitrgb.dev ./soobj/bitrgbtags.dev ./soobj/bmp16.dev ./soobj/bmp16m.dev ./soobj/bmp256.dev ./soobj/bmp32b.dev ./soobj/bmpgray.dev ./soobj/bmpmono.dev ./soobj/bmpsep1.dev ./soobj/bmpsep8.dev ./soobj/ccr.dev ./soobj/cfax.dev ./soobj/cif.dev ./soobj/devicen.dev ./soobj/dfaxhigh.dev ./soobj/dfaxlow.dev ./soobj/display.dev ./soobj/docxwrite.dev ./soobj/eps2write.dev ./soobj/fax.dev ./soobj/faxg3.dev ./soobj/faxg32d.dev ./soobj/faxg4.dev ./soobj/fpng.dev ./soobj/inferno.dev ./soobj/ink_cov.dev ./soobj/inkcov.dev ./soobj/jpeg.dev ./soobj/jpegcmyk.dev ./soobj/jpeggray.dev ./soobj/mgr4.dev ./soobj/mgr8.dev ./soobj/mgrgray2.dev ./soobj/mgrgray4.dev ./soobj/mgrgray8.dev ./soobj/mgrmono.dev ./soobj/miff24.dev ./soobj/pam.dev ./soobj/pamcmyk32.dev ./soobj/pamcmyk4.dev ./soobj/pbm.dev ./soobj/pbmraw.dev ./soobj/pcx16.dev ./soobj/pcx24b.dev ./soobj/pcx256.dev ./soobj/pcxcmyk.dev ./soobj/pcxgray.dev ./soobj/pcxmono.dev ./soobj/pdfimage24.dev ./soobj/pdfimage32.dev ./soobj/pdfimage8.dev ./soobj/pdfwrite.dev ./soobj/pgm.dev ./soobj/pgmraw.dev ./soobj/pgnm.dev ./soobj/pgnmraw.dev ./soobj/pkm.dev ./soobj/pkmraw.dev ./soobj/pksm.dev ./soobj/pksmraw.dev ./soobj/plan.dev ./soobj/plan9bm.dev ./soobj/planc.dev ./soobj/plang.dev ./soobj/plank.dev ./soobj/planm.dev ./soobj/plib.dev ./soobj/plibc.dev ./soobj/plibg.dev ./soobj/plibk.dev ./soobj/plibm.dev ./soobj/pnm.dev ./soobj/pnmraw.dev ./soobj/ppm.dev ./soobj/ppmraw.dev ./soobj/ps2write.dev ./soobj/psdcmyk.dev ./soobj/psdcmyk16.dev ./soobj/psdcmykog.dev ./soobj/psdcmyktags.dev ./soobj/psdcmyktags16.dev ./soobj/psdf.dev ./soobj/psdrgb.dev ./soobj/psdrgb16.dev ./soobj/spotcmyk.dev ./soobj/tfax.dev ./soobj/tiff12nc.dev ./soobj/tiff24nc.dev ./soobj/tiff32nc.dev ./soobj/tiff48nc.dev ./soobj/tiff64nc.dev ./soobj/tiffcrle.dev ./soobj/tiffg3.dev ./soobj/tiffg32d.dev ./soobj/tiffg4.dev ./soobj/tiffgray.dev ./soobj/tifflzw.dev ./soobj/tiffpack.dev ./soobj/tiffs.dev ./soobj/tiffscaled.dev ./soobj/tiffscaled24.dev ./soobj/tiffscaled32.dev ./soobj/tiffscaled4.dev ./soobj/tiffscaled8.dev ./soobj/tiffsep.dev ./soobj/tiffsep1.dev ./soobj/txtwrite.dev ./soobj/xcf.dev ./soobj/xpswrite.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/alc1900.dev ./soobj/alc2000.dev ./soobj/alc4000.dev ./soobj/alc4100.dev ./soobj/alc8500.dev ./soobj/alc8600.dev ./soobj/alc9100.dev ./soobj/ap3250.dev ./soobj/appledmp.dev ./soobj/atx23.dev ./soobj/atx24.dev ./soobj/atx38.dev ./soobj/bj10e.dev ./soobj/bj10v.dev ./soobj/bj10vh.dev ./soobj/bj200.dev ./soobj/bjc600.dev ./soobj/bjc800.dev ./soobj/bjc880j.dev ./soobj/bjccmyk.dev ./soobj/bjccolor.dev ./soobj/bjcgray.dev ./soobj/bjcmono.dev ./soobj/cdeskjet.dev ./soobj/cdj1600.dev ./soobj/cdj500.dev ./soobj/cdj550.dev ./soobj/cdj670.dev ./soobj/cdj850.dev ./soobj/cdj880.dev ./soobj/cdj890.dev ./soobj/cdj970.dev ./soobj/cdjcolor.dev ./soobj/cdjmono.dev ./soobj/cdnj500.dev ./soobj/chp2200.dev ./soobj/cljet5.dev ./soobj/cljet5c.dev ./soobj/cljet5pr.dev ./soobj/coslw2p.dev ./soobj/coslwxl.dev ./soobj/declj250.dev ./soobj/deskjet.dev ./soobj/dj505j.dev ./soobj/djet500.dev ./soobj/djet500c.dev ./soobj/dl2100.dev ./soobj/dnj650c.dev ./soobj/epl2050.dev ./soobj/epl2050p.dev ./soobj/epl2120.dev ./soobj/epl2500.dev ./soobj/epl2750.dev ./soobj/epl5800.dev ./soobj/epl5900.dev ./soobj/epl6100.dev ./soobj/epl6200.dev ./soobj/eplcolor.dev ./soobj/eplmono.dev ./soobj/eps9high.dev ./soobj/eps9mid.dev ./soobj/epson.dev ./soobj/epsonc.dev ./soobj/escp.dev ./soobj/escpage.dev ./soobj/fmlbp.dev ./soobj/fmpr.dev ./soobj/fs600.dev ./soobj/gdi.dev ./soobj/hl1240.dev ./soobj/hl1250.dev ./soobj/hl7x0.dev ./soobj/hpdj1120c.dev ./soobj/hpdj310.dev ./soobj/hpdj320.dev ./soobj/hpdj340.dev ./soobj/hpdj400.dev ./soobj/hpdj500.dev ./soobj/hpdj500c.dev ./soobj/hpdj510.dev ./soobj/hpdj520.dev ./soobj/hpdj540.dev ./soobj/hpdj550c.dev ./soobj/hpdj560c.dev ./soobj/hpdj600.dev ./soobj/hpdj660c.dev ./soobj/hpdj670c.dev ./soobj/hpdj680c.dev ./soobj/hpdj690c.dev ./soobj/hpdj850c.dev ./soobj/hpdj855c.dev ./soobj/hpdj870c.dev ./soobj/hpdj890c.dev ./soobj/hpdjplus.dev ./soobj/hpdjportable.dev ./soobj/ibmpro.dev ./soobj/imagen.dev ./soobj/itk24i.dev ./soobj/itk38.dev ./soobj/iwhi.dev ./soobj/iwlo.dev ./soobj/iwlq.dev ./soobj/jetp3852.dev ./soobj/jj100.dev ./soobj/la50.dev ./soobj/la70.dev ./soobj/la75.dev ./soobj/la75plus.dev ./soobj/laserjet.dev ./soobj/lbp310.dev ./soobj/lbp320.dev ./soobj/lbp8.dev ./soobj/lex2050.dev ./soobj/lex3200.dev ./soobj/lex5700.dev ./soobj/lex7000.dev ./soobj/lips2p.dev ./soobj/lips3.dev ./soobj/lips4.dev ./soobj/lips4v.dev ./soobj/lj250.dev ./soobj/lj3100sw.dev ./soobj/lj4dith.dev ./soobj/lj4dithp.dev ./soobj/lj5gray.dev ./soobj/lj5mono.dev ./soobj/ljet2p.dev ./soobj/ljet3.dev ./soobj/ljet3d.dev ./soobj/ljet4.dev ./soobj/ljet4d.dev ./soobj/ljet4pjl.dev ./soobj/ljetplus.dev ./soobj/ln03.dev ./soobj/lp1800.dev ./soobj/lp1900.dev ./soobj/lp2000.dev ./soobj/lp2200.dev ./soobj/lp2400.dev ./soobj/lp2500.dev ./soobj/lp2563.dev ./soobj/lp3000c.dev ./soobj/lp7500.dev ./soobj/lp7700.dev ./soobj/lp7900.dev ./soobj/lp8000.dev ./soobj/lp8000c.dev ./soobj/lp8100.dev ./soobj/lp8200c.dev ./soobj/lp8300c.dev ./soobj/lp8300f.dev ./soobj/lp8400f.dev ./soobj/lp8500c.dev ./soobj/lp8600.dev ./soobj/lp8600f.dev ./soobj/lp8700.dev ./soobj/lp8800c.dev ./soobj/lp8900.dev ./soobj/lp9000b.dev ./soobj/lp9000c.dev ./soobj/lp9100.dev ./soobj/lp9200b.dev ./soobj/lp9200c.dev ./soobj/lp9300.dev ./soobj/lp9400.dev ./soobj/lp9500c.dev ./soobj/lp9600.dev ./soobj/lp9600s.dev ./soobj/lp9800c.dev ./soobj/lps4500.dev ./soobj/lps6500.dev ./soobj/lq850.dev ./soobj/lxm3200.dev ./soobj/lxm5700m.dev ./soobj/m8510.dev ./soobj/md1xMono.dev ./soobj/md2k.dev ./soobj/md50Eco.dev ./soobj/md50Mono.dev ./soobj/md5k.dev ./soobj/mj500c.dev ./soobj/mj6000c.dev ./soobj/mj700v2c.dev ./soobj/mj8000c.dev ./soobj/ml600.dev ./soobj/necp6.dev ./soobj/npdl.dev ./soobj/oce9050.dev ./soobj/oki182.dev ./soobj/oki4w.dev ./soobj/okiibm.dev ./soobj/oprp.dev ./soobj/opvp.dev ./soobj/paintjet.dev ./soobj/pcl3.dev ./soobj/photoex.dev ./soobj/picty180.dev ./soobj/pj.dev ./soobj/pjetxl.dev ./soobj/pjxl.dev ./soobj/pjxl300.dev ./soobj/pr1000.dev ./soobj/pr1000_4.dev ./soobj/pr150.dev ./soobj/pr201.dev ./soobj/pxlcolor.dev ./soobj/pxlmono.dev ./soobj/r4081.dev ./soobj/rinkj.dev ./soobj/rpdl.dev ./soobj/samsunggdi.dev ./soobj/sj48.dev ./soobj/st800.dev ./soobj/stcolor.dev ./soobj/t4693d2.dev ./soobj/t4693d4.dev ./soobj/t4693d8.dev ./soobj/tek4696.dev ./soobj/uniprint.dev ./soobj/xes.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/ijs.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/png16.dev ./soobj/png16m.dev ./soobj/png256.dev ./soobj/png48.dev ./soobj/pngalpha.dev ./soobj/pnggray.dev ./soobj/pngmono.dev ./soobj/pngmonod.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/ocr.dev ./soobj/hocr.dev ./soobj/pdfocr8.dev ./soobj/pdfocr24.dev ./soobj/pdfocr32.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr - ./soobj/libcore ./soobj/aux/echogs -w ./soobj/devs.tr -n -R ./soobj/fdevs.tr ./soobj/aux/echogs -a ./soobj/devs.tr -+ "" ./soobj/aux/echogs -a ./soobj/devs.tr -n -R ./soobj/devdevs.tr ./soobj/aux/genconf ./soobj/devs.tr -h ./soobj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/ld.tr ./soobj/aux/echogs -a ./soobj/gconfxx.h ./soobj/aux/echogs -w ./soobj/igs.tr - -include ./soobj/psl3.dev ./soobj/pdf.dev ./soobj/pdfi.dev ./soobj/epsf.dev ./soobj/ttfont.dev ./soobj/fapi_ps.dev ./soobj/jpx.dev ./soobj/jbig2.dev ./soobj/gs_pdfwr.dev rm -f ./soobj/gconfig.h ./soobj/aux/genconf ./soobj/igs.tr -h ./soobj/iconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsld.tr cp ./soobj/gconfxx.h ./soobj/gconfig.h rm -f ./soobj/gconfig.c cp ./base/gconf.c ./soobj/gconfig.c ./soobj/aux/echogs -w ./soobj/iconfig.h -R ./soobj/iconfxx.h gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gconfig.o -c ./soobj/gconfig.c ./soobj/aux/echogs -w ./soobj/gsnoapi.tr -R ./soobj/devs.tr ./soobj/aux/echogs -a ./soobj/gsnoapi.tr -R ./soobj/igs.tr ./soobj/aux/genconf ./soobj/gsnoapi.tr -h ./soobj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsnoapild.tr ./soobj/aux/echogs -w ./soobj/gs.tr -R ./soobj/gsnoapi.tr ./soobj/aux/echogs -a ./soobj/gs.tr - -include ./soobj/iapi.dev ./soobj/aux/genconf ./soobj/gs.tr -h ./soobj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsld.tr ./soobj/gconfig.c:211:1: warning: no previous prototype for ?gs_lib_register_device? [-Wmissing-prototypes] 211 | gs_lib_register_device(const gx_device *dev) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ./soobj/iconfig.c cp ./psi/iconf.c ./soobj/iconfig.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iconfig.o -c ./soobj/iconfig.c ./soobj/aux/echogs -w ./soobj/ldt.tr -n - gcc -Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib -shared -Wl,-soname=libgs.so.9 -o ./sobin/libgs.so.9.56 ./soobj/aux/echogs -a ./soobj/ldt.tr -n -s ./soobj/gsromfs0.o -s cat ./soobj/gsld.tr >> ./soobj/ldt.tr ./soobj/aux/echogs -a ./soobj/ldt.tr -s - -lm -ldl -lz -lpaper -L/gnu/store/b51zhxq9icwngf0vvd66kjr6499lkjnj-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/8vy461vmh99ppg0wbkz5b063mxyj4m2w-fontconfig-minimal-2.14.0/lib -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lpthread -lm -lstdc++ if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ PSI_FEATURE_DEVS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ DEVICE_DEVS_EXTRA= \ /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh <./soobj/ldt.tr make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1\ ./sobin/gsc ./sobin/gsx -so-loader -so-loader -so-loader -so-loader make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[1]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' phase `build' succeeded after 2770.7 seconds starting phase `check' gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/genconf ./base/genconf.c -lm -ldl -lz -lpaper -L/gnu/store/b51zhxq9icwngf0vvd66kjr6499lkjnj-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/8vy461vmh99ppg0wbkz5b063mxyj4m2w-fontconfig-minimal-2.14.0/lib -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/echogs ./base/echogs.c -lm -ldl -lz -lpaper -L/gnu/store/b51zhxq9icwngf0vvd66kjr6499lkjnj-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/8vy461vmh99ppg0wbkz5b063mxyj4m2w-fontconfig-minimal-2.14.0/lib -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/genarch ./base/genarch.c -lm -ldl -lz -lpaper -L/gnu/store/b51zhxq9icwngf0vvd66kjr6499lkjnj-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/8vy461vmh99ppg0wbkz5b063mxyj4m2w-fontconfig-minimal-2.14.0/lib -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ets_0.o -c ./base/ets.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmscam02.o -c ./lcms2mt/src/cmscam02.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmscgats.o -c ./lcms2mt/src/cmscgats.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmscnvrt.o -c ./lcms2mt/src/cmscnvrt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmserr.o -c ./lcms2mt/src/cmserr.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsgamma.o -c ./lcms2mt/src/cmsgamma.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsgmt.o -c ./lcms2mt/src/cmsgmt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmshalf.o -c ./lcms2mt/src/cmshalf.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsintrp.o -c ./lcms2mt/src/cmsintrp.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsio0.o -c ./lcms2mt/src/cmsio0.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsio1.o -c ./lcms2mt/src/cmsio1.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmslut.o -c ./lcms2mt/src/cmslut.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsmd5.o -c ./lcms2mt/src/cmsmd5.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsmtrx.o -c ./lcms2mt/src/cmsmtrx.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsnamed.o -c ./lcms2mt/src/cmsnamed.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsopt.o -c ./lcms2mt/src/cmsopt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmspack.o -c ./lcms2mt/src/cmspack.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmspcs.o -c ./lcms2mt/src/cmspcs.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsplugin.o -c ./lcms2mt/src/cmsplugin.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsps2.o -c ./lcms2mt/src/cmsps2.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmssamp.o -c ./lcms2mt/src/cmssamp.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmstypes.o -c ./lcms2mt/src/cmstypes.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsvirt.o -c ./lcms2mt/src/cmsvirt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmswtpnt.o -c ./lcms2mt/src/cmswtpnt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsxform.o -c ./lcms2mt/src/cmsxform.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsalpha.o -c ./lcms2mt/src/cmsalpha.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jbig2dec_1 -lib jbig2dec gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_bio.o -c ./openjpeg/src/lib/openjp2/bio.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_cidx_manager.o -c ./openjpeg/src/lib/openjp2/cidx_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_cio.o -c ./openjpeg/src/lib/openjp2/cio.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_dwt.o -c ./openjpeg/src/lib/openjp2/dwt.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_event.o -c ./openjpeg/src/lib/openjp2/event.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_function_list.o -c ./openjpeg/src/lib/openjp2/function_list.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_image.o -c ./openjpeg/src/lib/openjp2/image.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_invert.o -c ./openjpeg/src/lib/openjp2/invert.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_j2k.o -c ./openjpeg/src/lib/openjp2/j2k.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_jp2.o -c ./openjpeg/src/lib/openjp2/jp2.c ./openjpeg/src/lib/openjp2/j2k.c:6605:12: warning: function declaration isn?t a prototype [-Wstrict-prototypes] 6605 | static int opj_j2k_get_default_thread_count() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_mct.o -c ./openjpeg/src/lib/openjp2/mct.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_mqc.o -c ./openjpeg/src/lib/openjp2/mqc.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_openjpeg.o -c ./openjpeg/src/lib/openjp2/openjpeg.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_phix_manager.o -c ./openjpeg/src/lib/openjp2/phix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_pi.o -c ./openjpeg/src/lib/openjp2/pi.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_ppix_manager.o -c ./openjpeg/src/lib/openjp2/ppix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_t1.o -c ./openjpeg/src/lib/openjp2/t1.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_t2.o -c ./openjpeg/src/lib/openjp2/t2.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_tcd.o -c ./openjpeg/src/lib/openjp2/tcd.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_tgt.o -c ./openjpeg/src/lib/openjp2/tgt.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_thix_manager.o -c ./openjpeg/src/lib/openjp2/thix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_tpix_manager.o -c ./openjpeg/src/lib/openjp2/tpix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_thread.o -c ./openjpeg/src/lib/openjp2/thread.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_sparse_array.o -c ./openjpeg/src/lib/openjp2/sparse_array.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/siscale_0 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsagl.o -c ./base/gsagl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_alloc.o -c extract/src/alloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_astring.o -c extract/src/astring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_buffer.o -c extract/src/buffer.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_document.o -c extract/src/document.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_docx.o -c extract/src/docx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_docx_template.o -c extract/src/docx_template.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_extract.o -c extract/src/extract.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_html.o -c extract/src/html.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_join.o -c extract/src/join.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_mem.o -c extract/src/mem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_odt.o -c extract/src/odt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_odt_template.o -c extract/src/odt_template.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_outf.o -c extract/src/outf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_sys.o -c extract/src/sys.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_text.o -c extract/src/text.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_xml.o -c extract/src/xml.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_zip.o -c extract/src/zip.c gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/packps ./base/pack_ps.c -lm -ldl -lz -lpaper -L/gnu/store/b51zhxq9icwngf0vvd66kjr6499lkjnj-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/8vy461vmh99ppg0wbkz5b063mxyj4m2w-fontconfig-minimal-2.14.0/lib -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/whitelst.o -c ./devices/vector/whitelst.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/evenbetter-rll.o -c ./devices/rinkj/evenbetter-rll.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-device.o -c ./devices/rinkj/rinkj-device.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-config.o -c ./devices/rinkj/rinkj-config.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-dither.o -c ./devices/rinkj/rinkj-dither.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-screen-eb.o -c ./devices/rinkj/rinkj-screen-eb.c ./obj/aux/echogs -I./ijs gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs.o -c ./ijs/ijs.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs_server.o -c ./ijs/ijs_server.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs_client.o -c ./ijs/ijs_client.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs_exec_unix.o -c ./ijs/ijs_exec_unix.c mkdir ./obj/tesseract ./obj/aux/echogs -w ./obj/tesseract/version.h -x 23 define TESSERACT_VERSION_STR -x 2022 5.0.0-beta-gs -x 22 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsbittab.o -c ./base/gsbittab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscedata.o -c ./base/gscedata.c gcc -I./obj -I./base -I./devices -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/bobbin.o -c ./base/bobbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsserial.o -c ./base/gsserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsroptab.o -c ./base/gsroptab.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/zlibd_1 -lib z ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapiu cp ./base/gsftopts.h ./obj/gsftopts.h ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapib gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/simscale_foo.o -c ./base/simscale_foo.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e ./obj/aux/echogs -e .dev -w- -l-obj ./obj/macroman -ps gs_mro_e ./obj/aux/echogs -e .dev -w- -l-obj ./obj/epsf -ps gs_epsf ./obj/aux/echogs -w ./obj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Init:/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/lib:/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Font:/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/fonts:/gnu/store/f7apphn1qr8fqlxq2qbyfs724msjr095-font-ghostscript-8.11/share/fonts/type1/ghostscript -x 22 ./obj/aux/genarch ./obj/arch.h ./obj/aux/echogs -w ./obj/gconfig_.h -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha bbox" -x 22 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gxfapiu ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -w ./obj/jpeglib1.h -x 23 include -x 203c jpeglib.h -x 3e ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_DIRENT_H if ( test -f /usr/include/dirent.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H 0; fi ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpegd_1 -lib jpeg ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpege_1 -lib jpeg ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/zlibe_1 -lib z ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /gnu/store/n69hmf9f2wsqq5ma94pqbx0l481g98q8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 -x 22 ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -e .dev -w- -l-obj ./obj/lcms2mt_0 ./obj/cmscam02.o ./obj/cmscgats.o ./obj/cmscnvrt.o ./obj/cmserr.o ./obj/cmsgamma.o ./obj/cmsgmt.o ./obj/cmshalf.o ./obj/cmsintrp.o ./obj/cmsio0.o ./obj/cmsio1.o ./obj/cmslut.o ./obj/cmsmd5.o ./obj/cmsmtrx.o ./obj/cmsnamed.o ./obj/cmsopt.o ./obj/cmspack.o ./obj/cmspcs.o ./obj/cmsplugin.o ./obj/cmsps2.o ./obj/cmssamp.o ./obj/cmstypes.o ./obj/cmsvirt.o ./obj/cmswtpnt.o ./obj/cmsxform.o ./obj/cmsalpha.o ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_NDIR_H ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22 cp ./obj/jbig2dec_1.dev ./obj/jbig2dec.dev ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISION -s 9561 if ( test -f /usr/include/ndir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H 0; fi cp ./obj/siscale_0.dev ./obj/siscale.dev ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20220404 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsagl ./obj/gsagl.o ./obj/aux/packps -c -n opdfread_ps -o ./obj/opdfread_.h ./devices/vector/opdfread.ps gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_adaptmap.o -c leptonica/src/adaptmap.c ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/packps: Input file: ./devices/vector/opdfread.ps Output file: ./obj/opdfread_.h Array name: opdfread_ps Processed 4055 lines of PostScript data. 146886 bytes of PostScript data packed down to 67912 bytes. gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_affine.o -c leptonica/src/affine.c ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_DIR_H if ( test -f /usr/include/sys/dir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_NDIR_H if ( test -f /usr/include/sys/ndir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_TIME_H gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_affinecompose.o -c leptonica/src/affinecompose.c if ( test -f /usr/include/sys/time.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 0; fi gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_arrayaccess.o -c leptonica/src/arrayaccess.c ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_TIMES_H if ( test -f /usr/include/sys/times.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h if ( test -f src/jmemsys.h); then true; else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define DONT_HAVE_JMEMSYS_H; fi gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_baseline.o -c leptonica/src/baseline.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bbuffer.o -c leptonica/src/bbuffer.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bilateral.o -c leptonica/src/bilateral.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bilinear.o -c leptonica/src/bilinear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_binexpand.o -c leptonica/src/binexpand.c leptonica/src/baseline.c: In function ?pixGetLocalSkewTransform?: leptonica/src/baseline.c:451:5: warning: ?dely? may be used uninitialized in this function [-Wmaybe-uninitialized] 451 | ptaAddPt(ptas, w - 1, i - dely); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_binreduce.o -c leptonica/src/binreduce.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_blend.o -c leptonica/src/blend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bmf.o -c leptonica/src/bmf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bmpio.o -c leptonica/src/bmpio.c leptonica/src/bmf.c: In function ?pixaGenerateFont?: leptonica/src/bmf.c:624:21: warning: ?yval? may be used uninitialized in this function [-Wmaybe-uninitialized] 624 | baseline[i] = yval; | ~~~~~~~~~~~~^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bmpiostub.o -c leptonica/src/bmpiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen1.o -c leptonica/src/bootnumgen1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen2.o -c leptonica/src/bootnumgen2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen3.o -c leptonica/src/bootnumgen3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen4.o -c leptonica/src/bootnumgen4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxbasic.o -c leptonica/src/boxbasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc1.o -c leptonica/src/boxfunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc2.o -c leptonica/src/boxfunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc3.o -c leptonica/src/boxfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc4.o -c leptonica/src/boxfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc5.o -c leptonica/src/boxfunc5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bytearray.o -c leptonica/src/bytearray.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ccbord.o -c leptonica/src/ccbord.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_classapp.o -c leptonica/src/classapp.c leptonica/src/boxfunc2.c: In function ?boxaaTranspose?: leptonica/src/boxfunc2.c:1853:19: warning: ?nbox? may be used uninitialized in this function [-Wmaybe-uninitialized] 1853 | for (i = 0; i < nbox; i++) { | ~~^~~~~~ leptonica/src/boxfunc2.c: In function ?boxaaAlignBox?: leptonica/src/boxfunc2.c:1929:17: warning: ?maxindex? may be used uninitialized in this function [-Wmaybe-uninitialized] 1929 | *pindex = maxindex; | ~~~~~~~~^~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorcontent.o -c leptonica/src/colorcontent.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_coloring.o -c leptonica/src/coloring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colormap.o -c leptonica/src/colormap.c leptonica/src/ccbord.c: In function ?pixGetAllCCBorders?: leptonica/src/ccbord.c:1037:16: warning: ?xs? may be used uninitialized in this function [-Wmaybe-uninitialized] 1037 | if (px == fpx && py == fpy && npx == spx && npy == spy) | ~~~^~~~~~ leptonica/src/ccbord.c:657:11: note: ?xs? was declared here 657 | l_int32 xs, ys; /* starting hole border pixel, relative in pixs */ | ^~ leptonica/src/ccbord.c:731:16: warning: ?xh? may be used uninitialized in this function [-Wmaybe-uninitialized] 731 | for (x = xh + boxt->x; x < w; x++) { /* look for (fg) border pixel */ | ~~^~~~~~~~~~~~~~ leptonica/src/ccbord.c:656:26: note: ?xh? was declared here 656 | l_int32 allzero, i, x, xh, w, nh; | ^~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colormorph.o -c leptonica/src/colormorph.c leptonica/src/colormap.c: In function ?pixcmapReadStream?: leptonica/src/colormap.c:1793:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1793 | l_int32 rval, gval, bval, aval, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorquant1.o -c leptonica/src/colorquant1.c leptonica/src/classapp.c: In function ?boxaExtractSortedPattern?: leptonica/src/classapp.c:707:5: warning: ?nad? may be used uninitialized in this function [-Wmaybe-uninitialized] 707 | numaaAddNuma(naa, nad, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorquant2.o -c leptonica/src/colorquant2.c leptonica/src/colorcontent.c: In function ?pixColorContent?: leptonica/src/colorcontent.c:211:42: warning: ?wplb? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ leptonica/src/colorcontent.c:211:36: warning: ?wplg? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ leptonica/src/colorcontent.c:211:30: warning: ?wplr? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorseg.o -c leptonica/src/colorseg.c leptonica/src/ccbord.c: In function ?ccbaDisplayImage1?: leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:25: note: ?spy? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:20: note: ?spx? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1130:8: warning: ?fpy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:15: note: ?fpy? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?fpx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:10: note: ?fpx? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c: In function ?ccbaDisplayImage2?: leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:2128:25: note: ?spy? was declared here 2128 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:2128:20: note: ?spx? was declared here 2128 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorspace.o -c leptonica/src/colorspace.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_compare.o -c leptonica/src/compare.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_conncomp.o -c leptonica/src/conncomp.c leptonica/src/colorseg.c: In function ?pixAssignToNearestColor?: leptonica/src/colorseg.c:422:30: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 422 | l_int32 w, h, wpls, wpld, wplm, i, j, success; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_convertfiles.o -c leptonica/src/convertfiles.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_convolve.o -c leptonica/src/convolve.c leptonica/src/colorquant1.c: In function ?pixOctreeColorQuantGeneral?: leptonica/src/colorquant1.c:699:9: warning: ?cmap? may be used uninitialized in this function [-Wmaybe-uninitialized] 699 | pixcmapResetColor(cmap, index, 255, 255, 255); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_correlscore.o -c leptonica/src/correlscore.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp1.o -c leptonica/src/dewarp1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp2.o -c leptonica/src/dewarp2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp3.o -c leptonica/src/dewarp3.c leptonica/src/convolve.c: In function ?pixWindowedVariance?: leptonica/src/convolve.c:1293:56: warning: ?wplrv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1293 | l_int32 i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms; | ^~~~~ leptonica/src/convolve.c:1293:50: warning: ?wplv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1293 | l_int32 i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms; | ^~~~ leptonica/src/correlscore.c: In function ?pixCorrelationScoreThresholded?: leptonica/src/correlscore.c:547:42: warning: ?untouchable? may be used uninitialized in this function [-Wmaybe-uninitialized] 547 | if (count + downcount[y] - untouchable < threshold) { | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp4.o -c leptonica/src/dewarp4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dnabasic.o -c leptonica/src/dnabasic.c leptonica/src/dewarp1.c: In function ?dewarpReadStream?: leptonica/src/dewarp1.c:1255:26: warning: ?fpixv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1255 | dew->sampvdispar = fpixv; | ~~~~~~~~~~~~~~~~~^~~~~~~ leptonica/src/dewarp1.c:1263:26: warning: ?fpixh? may be used uninitialized in this function [-Wmaybe-uninitialized] 1263 | dew->samphdispar = fpixh; | ~~~~~~~~~~~~~~~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dnafunc1.o -c leptonica/src/dnafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dnahash.o -c leptonica/src/dnahash.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dwacomb.2.o -c leptonica/src/dwacomb.2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dwacomblow.2.o -c leptonica/src/dwacomblow.2.c In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/dewarp2.c: In function ?dewarpBuildPageModel?: leptonica/src/environ.h:550:14: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:39: note: ?ybot? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?ytop? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:33: note: ?ytop? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?nbot? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:27: note: ?nbot? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?ntop? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:21: note: ?ntop? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ leptonica/src/dewarp2.c:1339:33: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized] 1339 | fraction = (l_float32)(ybot - ytop) / (l_float32)h; | ~~~~~~^~~~~~~ leptonica/src/dewarp2.c:1301:53: note: ?ybot? was declared here 1301 | l_int32 i, n, iy, both_halves, ntop, nbot, ytop, ybot, nmin; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_edge.o -c leptonica/src/edge.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_encoding.o -c leptonica/src/encoding.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_enhance.o -c leptonica/src/enhance.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fhmtauto.o -c leptonica/src/fhmtauto.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fhmtgenlow.1.o -c leptonica/src/fhmtgenlow.1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fmorphauto.o -c leptonica/src/fmorphauto.c leptonica/src/fhmtgenlow.1.c: In function ?fhmt_1_5?: leptonica/src/fhmtgenlow.1.c:273:21: warning: variable ?wpls5? set but not used [-Wunused-but-set-variable] 273 | l_int32 wpls5, wpls6; | ^~~~~ leptonica/src/fhmtgenlow.1.c:272:35: warning: variable ?wpls4? set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ leptonica/src/fhmtgenlow.1.c:272:28: warning: variable ?wpls3? set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fmorphgen.1.o -c leptonica/src/fmorphgen.1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fmorphgenlow.1.o -c leptonica/src/fmorphgenlow.1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fpix1.o -c leptonica/src/fpix1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fpix2.o -c leptonica/src/fpix2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_gifiostub.o -c leptonica/src/gifiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_gplot.o -c leptonica/src/gplot.c leptonica/src/enhance.c: In function ?pixUnsharpMaskingGray1D?: leptonica/src/enhance.c:1349:25: warning: ?a[4]? may be used uninitialized in this function [-Wmaybe-uninitialized] 1349 | val = a[0] * GET_DATA_BYTE(lines, j - 2) + leptonica/src/enhance.c:1351:58: warning: ?a[3]? may be used uninitialized in this function [-Wmaybe-uninitialized] 1351 | a[2] * GET_DATA_BYTE(lines, j) + leptonica/src/fpix2.c: In function ?linearInterpolatePixelFloat?: leptonica/src/fpix2.c:2282:6: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 2282 | #if DEBUG | ^~~~~ leptonica/src/gplot.c: In function ?gplotRead?: leptonica/src/gplot.c:1243:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1243 | l_int32 outformat, ret, version, ignore; | ^~~~~~ leptonica/src/gplot.c:1242:47: warning: variable ?ignores? set but not used [-Wunused-but-set-variable] 1242 | char *rootname, *title, *xlabel, *ylabel, *ignores; | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_graphics.o -c leptonica/src/graphics.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_graymorph.o -c leptonica/src/graymorph.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_grayquant.o -c leptonica/src/grayquant.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_heap.o -c leptonica/src/heap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jbclass.o -c leptonica/src/jbclass.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jp2kheader.o -c leptonica/src/jp2kheader.c leptonica/src/graphics.c: In function ?makePlotPtaFromNumaGen?: leptonica/src/graphics.c:1211:16: warning: ?maxh? may be used uninitialized in this function [-Wmaybe-uninitialized] 1211 | ptad = ptaReplicatePattern(pta1, NULL, pta2, linewidth / 2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1212 | linewidth / 2, maxw, maxh); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/graphics.c:1211:16: warning: ?maxw? may be used uninitialized in this function [-Wmaybe-uninitialized] leptonica/src/graphics.c: In function ?pixRenderPtaArb?: leptonica/src/graphics.c:1409:13: warning: ?val? may be used uninitialized in this function [-Wmaybe-uninitialized] 1409 | pixSetPixel(pix, x, y, val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jp2kheaderstub.o -c leptonica/src/jp2kheaderstub.c leptonica/src/grayquant.c: In function ?thresholdToBinaryLineLow?: leptonica/src/grayquant.c:617:23: warning: ?sword? may be used uninitialized in this function [-Wmaybe-uninitialized] 617 | sword <<= 8; | ~~~~~~^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jp2kiostub.o -c leptonica/src/jp2kiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jpegiostub.o -c leptonica/src/jpegiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_kernel.o -c leptonica/src/kernel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_libversions.o -c leptonica/src/libversions.c leptonica/src/jbclass.c: In function ?pixWordMaskByDilation?: leptonica/src/jbclass.c:1515:34: warning: ?total? may be used uninitialized in this function [-Wmaybe-uninitialized] 1515 | if (check && count < 0.3 * total) { | ~~~~^~~~~~~ leptonica/src/kernel.c: In function ?kernelReadStream?: leptonica/src/kernel.c:565:48: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 565 | l_int32 sy, sx, cy, cx, i, j, ret, version, ignore; | ^~~~~~ leptonica/src/libversions.c: In function ?getImagelibVersions?: leptonica/src/libversions.c:107:10: warning: unused variable ?first? [-Wunused-variable] 107 | l_int32 first = TRUE; | ^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_list.o -c leptonica/src/list.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_map.o -c leptonica/src/map.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morph.o -c leptonica/src/morph.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morphapp.o -c leptonica/src/morphapp.c leptonica/src/jbclass.c: In function ?jbGetULCorners?: leptonica/src/jbclass.c:2274:76: warning: ?miny? may be used uninitialized in this function [-Wmaybe-uninitialized] 2274 | ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy)); | ~~~~~~~~~~~^~~~~ leptonica/src/jbclass.c:2274:47: warning: ?minx? may be used uninitialized in this function [-Wmaybe-uninitialized] 2274 | ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy)); | ~~~~~~~~~~~^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morphdwa.o -c leptonica/src/morphdwa.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morphseq.o -c leptonica/src/morphseq.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_numabasic.o -c leptonica/src/numabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_numafunc1.o -c leptonica/src/numafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_numafunc2.o -c leptonica/src/numafunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pageseg.o -c leptonica/src/pageseg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_paintcmap.o -c leptonica/src/paintcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_partify.o -c leptonica/src/partify.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_partition.o -c leptonica/src/partition.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio1.o -c leptonica/src/pdfio1.c leptonica/src/partify.c: In function ?boxaRemoveVGaps.isra?: leptonica/src/partify.c:313:5: warning: ?delta? may be used uninitialized in this function [-Wmaybe-uninitialized] 313 | boxaAdjustBoxSides(boxa, nbox - 1, 0, 0, 0, delta); /* bot of last */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio1stub.o -c leptonica/src/pdfio1stub.c leptonica/src/numafunc1.c: In function ?numaThresholdEdges?: leptonica/src/numafunc1.c:1471:8: warning: ?istart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1471 | if (istart == n) /* no intervals found */ | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio2.o -c leptonica/src/pdfio2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio2stub.o -c leptonica/src/pdfio2stub.c leptonica/src/numafunc1.c: In function ?numaInterpolateArbxInterval?: leptonica/src/numafunc1.c:2023:13: warning: ?nadx? may be used uninitialized in this function [-Wmaybe-uninitialized] 2023 | numaAddNumber(nadx, xval); | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix1.o -c leptonica/src/pix1.c leptonica/src/numafunc2.c: In function ?numaFindLocForThreshold?: leptonica/src/numafunc2.c:2709:16: warning: ?index? may be used uninitialized in this function [-Wmaybe-uninitialized] 2709 | minval = fa[index]; | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix2.o -c leptonica/src/pix2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix3.o -c leptonica/src/pix3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix4.o -c leptonica/src/pix4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix5.o -c leptonica/src/pix5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixabasic.o -c leptonica/src/pixabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixacc.o -c leptonica/src/pixacc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixafunc1.o -c leptonica/src/pixafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixafunc2.o -c leptonica/src/pixafunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixalloc.o -c leptonica/src/pixalloc.c leptonica/src/pix4.c: In function ?pixGetAverageTiled?: leptonica/src/pix4.c:1794:34: warning: ?meansq? may be used uninitialized in this function [-Wmaybe-uninitialized] 1794 | valt = (l_int32)(sqrt(meansq - ave * ave) + 0.5); | ^~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pix4.c:1794:34: warning: ?ave? may be used uninitialized in this function [-Wmaybe-uninitialized] leptonica/src/pixabasic.c: In function ?pixaaCreateFromPixa?: leptonica/src/pixabasic.c:1932:13: warning: ?pixat? may be used uninitialized in this function [-Wmaybe-uninitialized] 1932 | pixaaAddPixa(paa, pixat, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pix3.c: In function ?pixAverageInRect?: leptonica/src/pix3.c:2668:39: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 2668 | l_int32 w, h, d, wpls, wm, hm, dm, wplm, val, count; | ^~~~ leptonica/src/pix3.c: In function ?pixAverageInRectRGB?: leptonica/src/pix3.c:2773:36: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 2773 | l_int32 w, h, wpls, wm, hm, dm, wplm, i, j, xstart, xend, ystart, yend; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixarith.o -c leptonica/src/pixarith.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixcomp.o -c leptonica/src/pixcomp.c leptonica/src/pixafunc2.c: In function ?pixaDisplayRandomCmap?: leptonica/src/pixafunc2.c:312:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 312 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixconv.o -c leptonica/src/pixconv.c leptonica/src/pixafunc2.c: In function ?pixaDisplayTiled?: leptonica/src/pixafunc2.c:698:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 698 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pix5.c: In function ?pixScanForEdge?: leptonica/src/pix5.c:2409:27: warning: ?loc? may be used uninitialized in this function [-Wmaybe-uninitialized] 2409 | *ploc = loc; | ~~~~~~^~~~~ leptonica/src/pixafunc2.c: In function ?pixaDisplayTiledInColumns?: leptonica/src/pixafunc2.c:1007:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 1007 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixlabel.o -c leptonica/src/pixlabel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixtiling.o -c leptonica/src/pixtiling.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pngiostub.o -c leptonica/src/pngiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pnmio.o -c leptonica/src/pnmio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pnmiostub.o -c leptonica/src/pnmiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_projective.o -c leptonica/src/projective.c leptonica/src/pnmio.c: In function ?pnmReadNextAsciiValue?: leptonica/src/pnmio.c:1340:14: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1340 | l_int32 c, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio1.o -c leptonica/src/psio1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio1stub.o -c leptonica/src/psio1stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio2.o -c leptonica/src/psio2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio2stub.o -c leptonica/src/psio2stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptabasic.o -c leptonica/src/ptabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptafunc1.o -c leptonica/src/ptafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptafunc2.o -c leptonica/src/ptafunc2.c leptonica/src/psio1.c: In function ?pixWriteSegmentedPageToPS?: leptonica/src/psio1.c:680:39: warning: ?d? may be used uninitialized in this function [-Wmaybe-uninitialized] 680 | val = (d == 8) ? 0xff : 0xffffff00; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptra.o -c leptonica/src/ptra.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_quadtree.o -c leptonica/src/quadtree.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_queue.o -c leptonica/src/queue.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rank.o -c leptonica/src/rank.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rbtree.o -c leptonica/src/rbtree.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_readfile.o -c leptonica/src/readfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_regutils.o -c leptonica/src/regutils.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rop.o -c leptonica/src/rop.c leptonica/src/readfile.c:96:20: warning: ?FILE_JP2K? defined but not used [-Wunused-variable] 96 | static const char *FILE_JP2K = "/tmp/lept/format/file.jp2"; | ^~~~~~~~~ leptonica/src/readfile.c:95:20: warning: ?FILE_WEBP? defined but not used [-Wunused-variable] 95 | static const char *FILE_WEBP = "/tmp/lept/format/file.webp"; | ^~~~~~~~~ leptonica/src/readfile.c:94:20: warning: ?FILE_GIF? defined but not used [-Wunused-variable] 94 | static const char *FILE_GIF = "/tmp/lept/format/file.gif"; | ^~~~~~~~ leptonica/src/readfile.c:93:20: warning: ?FILE_JPG? defined but not used [-Wunused-variable] 93 | static const char *FILE_JPG = "/tmp/lept/format/file.jpg"; | ^~~~~~~~ leptonica/src/readfile.c:92:20: warning: ?FILE_TIFF? defined but not used [-Wunused-variable] 92 | static const char *FILE_TIFF = "/tmp/lept/format/file.tif"; | ^~~~~~~~~ leptonica/src/readfile.c:91:20: warning: ?FILE_TIFF_JPEG? defined but not used [-Wunused-variable] 91 | static const char *FILE_TIFF_JPEG = "/tmp/lept/format/file_jpeg.tif"; | ^~~~~~~~~~~~~~ leptonica/src/readfile.c:90:20: warning: ?FILE_ZIP? defined but not used [-Wunused-variable] 90 | static const char *FILE_ZIP = "/tmp/lept/format/file_zip.tif"; | ^~~~~~~~ leptonica/src/readfile.c:89:20: warning: ?FILE_LZW? defined but not used [-Wunused-variable] 89 | static const char *FILE_LZW = "/tmp/lept/format/file_lzw.tif"; | ^~~~~~~~ leptonica/src/readfile.c:88:20: warning: ?FILE_PB? defined but not used [-Wunused-variable] 88 | static const char *FILE_PB = "/tmp/lept/format/file_packbits.tif"; | ^~~~~~~ leptonica/src/readfile.c:87:20: warning: ?FILE_RLE? defined but not used [-Wunused-variable] 87 | static const char *FILE_RLE = "/tmp/lept/format/file_rle.tif"; | ^~~~~~~~ leptonica/src/readfile.c:86:20: warning: ?FILE_G4? defined but not used [-Wunused-variable] 86 | static const char *FILE_G4 = "/tmp/lept/format/file_g4.tif"; | ^~~~~~~ leptonica/src/readfile.c:85:20: warning: ?FILE_G3? defined but not used [-Wunused-variable] 85 | static const char *FILE_G3 = "/tmp/lept/format/file_g3.tif"; | ^~~~~~~ leptonica/src/readfile.c:83:20: warning: ?FILE_PNG? defined but not used [-Wunused-variable] 83 | static const char *FILE_PNG = "/tmp/lept/format/file.png"; | ^~~~~~~~ leptonica/src/quadtree.c: In function ?fpixaDisplayQuadtree?: leptonica/src/quadtree.c:695:9: warning: ?pixt4? may be used uninitialized in this function [-Wmaybe-uninitialized] 695 | w = pixGetWidth(pixt4); | ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_roplow.o -c leptonica/src/roplow.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotate.o -c leptonica/src/rotate.c leptonica/src/rop.c:553:1: warning: ?checkRasteropCrop? defined but not used [-Wunused-function] 553 | checkRasteropCrop(l_int32 pixw, | ^~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotateam.o -c leptonica/src/rotateam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotateorth.o -c leptonica/src/rotateorth.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotateshear.o -c leptonica/src/rotateshear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_runlength.o -c leptonica/src/runlength.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sarray1.o -c leptonica/src/sarray1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sarray2.o -c leptonica/src/sarray2.c leptonica/src/sarray1.c: In function ?sarrayReadStream?: leptonica/src/sarray1.c:1477:47: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1477 | l_int32 i, n, size, index, bufsize, version, ignore, success; | ^~~~~~ leptonica/src/sarray1.c: In function ?getFilenamesInDirectory?: leptonica/src/sarray1.c:1962:17: warning: variable ?dfd? set but not used [-Wunused-but-set-variable] 1962 | int dfd, stat_ret; | ^~~ leptonica/src/sarray1.c:1957:39: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1957 | char *realdir, *stat_path, *ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_scale1.o -c leptonica/src/scale1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_scale2.o -c leptonica/src/scale2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_seedfill.o -c leptonica/src/seedfill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sel1.o -c leptonica/src/sel1.c leptonica/src/roplow.c: In function ?rasteropLow?: leptonica/src/roplow.c:1156:26: warning: ?psfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 1156 | psfwfull += swpl; | ~~~~~~~~~^~~~~~~ leptonica/src/roplow.c:851:12: note: ?psfwfull? was declared here 851 | l_uint32 *psfwfull; /* ptr to first full src word */ | ^~~~~~~~ leptonica/src/roplow.c:1154:37: warning: ?pdfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 1154 | *(pdfwfull + j) = *(psfwfull + j) | ~(*(pdfwfull + j)); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/roplow.c:850:12: note: ?pdfwfull? was declared here 850 | l_uint32 *pdfwfull; /* ptr to first full dest word */ | ^~~~~~~~ leptonica/src/roplow.c:1382:12: warning: ?psfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 1382 | l_uint32 *psfwfull; /* ptr to first full src word */ | ^~~~~~~~ leptonica/src/roplow.c:1645:37: warning: ?pdfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 1645 | *(pdfwfull + j) |= sword; | ~~~~~~~~~~~~~~~~^~~~~~~~ leptonica/src/roplow.c:1381:12: note: ?pdfwfull? was declared here 1381 | l_uint32 *pdfwfull; /* ptr to first full dest word */ | ^~~~~~~~ leptonica/src/roplow.c:2072:20: warning: ?slwaddb? may be used uninitialized in this function [-Wmaybe-uninitialized] 2072 | if (slwaddb) | ^ leptonica/src/roplow.c:1403:12: note: ?slwaddb? was declared here 1403 | l_int32 slwaddb; /* boolean: do we need an additional slw right shift? */ | ^~~~~~~ leptonica/src/roplow.c:1664:26: warning: ?pslwpart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1664 | pslwpart += swpl; | ~~~~~~~~~^~~~~~~ leptonica/src/roplow.c:1387:12: note: ?pslwpart? was declared here 1387 | l_uint32 *pslwpart; /* ptr to last partial src word */ | ^~~~~~~~ leptonica/src/roplow.c:1661:27: warning: ?pdlwpart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1661 | *pdlwpart = COMBINE_PARTIAL(*pdlwpart, | ^ leptonica/src/roplow.c:1386:12: note: ?pdlwpart? was declared here 1386 | l_uint32 *pdlwpart; /* ptr to last partial dest word */ | ^~~~~~~~ leptonica/src/roplow.c:1384:12: warning: ?dlwmask? may be used uninitialized in this function [-Wmaybe-uninitialized] 1384 | l_uint32 dlwmask; /* mask for last partial dest word */ | ^~~~~~~ leptonica/src/roplow.c:1625:39: warning: ?psfwpart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1625 | *(psfwpart + 1) >> srightshift, | ^ leptonica/src/roplow.c:1378:12: note: ?psfwpart? was declared here 1378 | l_uint32 *psfwpart; /* ptr to first partial src word */ | ^~~~~~~~ leptonica/src/roplow.c:1631:27: warning: ?pdfwpart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1631 | *pdfwpart = COMBINE_PARTIAL(*pdfwpart, | ^ leptonica/src/roplow.c:1377:12: note: ?pdfwpart? was declared here 1377 | l_uint32 *pdfwpart; /* ptr to first partial dest word */ | ^~~~~~~~ leptonica/src/roplow.c:1987:24: warning: ?sfwaddb? may be used uninitialized in this function [-Wmaybe-uninitialized] 1987 | if (sfwaddb) | ^ leptonica/src/roplow.c:1402:12: note: ?sfwaddb? was declared here 1402 | l_int32 sfwaddb; /* boolean: do we need an additional sfw right shift? */ | ^~~~~~~ leptonica/src/roplow.c:1985:20: warning: ?sfwshiftdir? may be used uninitialized in this function [-Wmaybe-uninitialized] 1985 | if (sfwshiftdir == SHIFT_LEFT) { | ^ leptonica/src/roplow.c:1401:12: note: ?sfwshiftdir? was declared here 1401 | l_int32 sfwshiftdir; /* either SHIFT_LEFT or SHIFT_RIGHT */ | ^~~~~~~~~~~ leptonica/src/roplow.c:1208:26: warning: ?psfwpart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1208 | psfwpart += swpl; | ~~~~~~~~~^~~~~~~ leptonica/src/roplow.c:847:12: note: ?psfwpart? was declared here 847 | l_uint32 *psfwpart; /* ptr to first partial src word */ | ^~~~~~~~ leptonica/src/roplow.c:1205:27: warning: ?pdfwpart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1205 | *pdfwpart = COMBINE_PARTIAL(*pdfwpart, | ^ leptonica/src/roplow.c:846:12: note: ?pdfwpart? was declared here 846 | l_uint32 *pdfwpart; /* ptr to first partial dest word */ | ^~~~~~~~ leptonica/src/roplow.c:622:12: warning: ?lwmask? may be used uninitialized in this function [-Wmaybe-uninitialized] 622 | l_uint32 lwmask; /* mask for last partial word */ | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sel2.o -c leptonica/src/sel2.c leptonica/src/sel1.c: In function ?selReadStream?: leptonica/src/sel1.c:1428:41: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1428 | l_int32 sy, sx, cy, cx, i, j, version, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_selgen.o -c leptonica/src/selgen.c leptonica/src/roplow.c: In function ?rasteropVipLow?: leptonica/src/roplow.c:2329:35: warning: ?psfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 2329 | *(pdfwfull + j) = *(psfwfull + j); | ^~~~~~~~~~~~~~~ leptonica/src/roplow.c:2330:22: warning: ?pdfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 2330 | pdfwfull += dirwpl; | ~~~~~~~~~^~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_shear.o -c leptonica/src/shear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_skew.o -c leptonica/src/skew.c leptonica/src/selgen.c: In function ?pixGetRunsOnLine?: leptonica/src/selgen.c:771:5: warning: ?runlen? may be used uninitialized in this function [-Wmaybe-uninitialized] 771 | numaAddNumber(numa, runlen); /* append last run */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_spixio.o -c leptonica/src/spixio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_stack.o -c leptonica/src/stack.c In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/scale2.c: In function ?pixScaleGrayMinMax2?: leptonica/src/arrayaccess.h:199:72: warning: ?maxval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1130:20: note: ?maxval? was declared here 1130 | l_int32 minval, maxval; | ^~~~~~ In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/arrayaccess.h:199:72: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1130:12: note: ?minval? was declared here 1130 | l_int32 minval, maxval; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_stringcode.o -c leptonica/src/stringcode.c In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/scale2.c: In function ?pixScaleGrayMinMax?: leptonica/src/arrayaccess.h:199:72: warning: ?maxval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1025:20: note: ?maxval? was declared here 1025 | l_int32 minval, maxval, val; | ^~~~~~ leptonica/src/scale2.c:1091:48: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized] 1091 | SET_DATA_BYTE(lined, j, maxval - minval); | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sudoku.o -c leptonica/src/sudoku.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_textops.o -c leptonica/src/textops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_tiffiostub.o -c leptonica/src/tiffiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_utils1.o -c leptonica/src/utils1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_utils2.o -c leptonica/src/utils2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_warper.o -c leptonica/src/warper.c leptonica/src/utils2.c: In function ?callSystemDebug?: leptonica/src/utils2.c:2756:10: warning: variable ?ret? set but not used [-Wunused-but-set-variable] 2756 | l_int32 ret; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_webpiostub.o -c leptonica/src/webpiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_writefile.o -c leptonica/src/writefile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_zlibmem.o -c leptonica/src/zlibmem.c In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/writefile.c:93: leptonica/src/writefile.c: In function ?changeFormatForMissingLib?: leptonica/src/environ.h:533:57: warning: unused variable ?procName? [-Wunused-variable] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME? 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_zlibmemstub.o -c leptonica/src/zlibmemstub.c At top level: leptonica/src/environ.h:533:57: warning: ?procName? defined but not used [-Wunused-const-variable=] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME? 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ leptonica/src/textops.c: In function ?splitStringToParagraphs?: leptonica/src/textops.c:1056:50: warning: ?leadwhite? may be used uninitialized in this function [-Wmaybe-uninitialized] 1056 | if ((splitflag == SPLIT_ON_LEADING_WHITE && leadwhite) || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ leptonica/src/textops.c:1058:41: warning: ?allwhite? may be used uninitialized in this function [-Wmaybe-uninitialized] 1058 | (splitflag == SPLIT_ON_BOTH && (allwhite || leadwhite))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_altorenderer.o -c tesseract/src/api/altorenderer.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_baseapi.o -c tesseract/src/api/baseapi.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_capi.o -c tesseract/src/api/capi.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_hocrrenderer.o -c tesseract/src/api/hocrrenderer.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_lstmboxrenderer.o -c tesseract/src/api/lstmboxrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_pdfrenderer.o -c tesseract/src/api/pdfrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_renderer.o -c tesseract/src/api/renderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_wordstrboxrenderer.o -c tesseract/src/api/wordstrboxrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetLoadedLanguagesAsVector(const TessBaseAPI*)?: tesseract/src/api/capi.cpp:284:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 284 | for (int index = 0; index < languages.size(); ++index) { | ~~~~~~^~~~~~~~~~~~~~~~~~ tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetAvailableLanguagesAsVector(const TessBaseAPI*)?: tesseract/src/api/capi.cpp:296:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 296 | for (int index = 0; index < languages.size(); ++index) { | ~~~~~~^~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrix.o -c tesseract/src/arch/intsimdmatrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/api/baseapi.cpp:31: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/api/baseapi.cpp:31: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_simddetect.o -c tesseract/src/arch/simddetect.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/api/baseapi.cpp:37: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_applybox.o -c tesseract/src/ccmain/applybox.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/api/baseapi.cpp: In member function ?bool tesseract::TessBaseAPI::ProcessPagesFileList(FILE*, std::string*, const char*, int, tesseract::TessResultRenderer*, int)?: tesseract/src/api/baseapi.cpp:963:16: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 963 | if (page >= lines.size()) break; | ~~~~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/api/baseapi.cpp:29: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/api/baseapi.cpp: At global scope: tesseract/src/api/baseapi.cpp:1042:1: warning: ?size_t tesseract::WriteMemoryCallback(void*, size_t, size_t, void*)? defined but not used [-Wunused-function] 1042 | WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) | ^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_control.o -c tesseract/src/ccmain/control.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_linerec.o -c tesseract/src/ccmain/linerec.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_ltrresultiterator.o -c tesseract/src/ccmain/ltrresultiterator.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_mutableiterator.o -c tesseract/src/ccmain/mutableiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_output.o -c tesseract/src/ccmain/output.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pageiterator.o -c tesseract/src/ccmain/pageiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/applybox.cpp:29: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pagesegmain.o -c tesseract/src/ccmain/pagesegmain.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/ccmain/control.cpp:35: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/lstmrecognizer.h:28, from tesseract/src/ccmain/control.cpp:35: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/control.cpp:35: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/control.cpp:43: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupAllWordsPassN(int, const tesseract::TBOX*, const char*, tesseract::PAGE_RES*, std::vector<tesseract::WordData>*)?: tesseract/src/ccmain/control.cpp:168:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 168 | for (int w = 0; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupWordPassN(int, tesseract::WordData*)?: tesseract/src/ccmain/control.cpp:191:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 191 | for (int s = 0; s <= sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:193:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 193 | Tesseract* lang_t = s < sub_langs_.size() ? sub_langs_[s] : this; | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::RecogAllWordsPassN(int, tesseract::ETEXT_DESC*, tesseract::PAGE_RES_IT*, std::vector<tesseract::WordData>*)?: tesseract/src/ccmain/control.cpp:220:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 220 | for (int w = 0; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:239:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 239 | for (; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::recog_all_words(tesseract::PAGE_RES*, tesseract::ETEXT_DESC*, const tesseract::TBOX*, const char*, int)?: tesseract/src/ccmain/control.cpp:327:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 327 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToOverlappingBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?: tesseract/src/ccmain/control.cpp:1043:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1043 | for (int i = 0; i < blob_wanted.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToNewBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?: tesseract/src/ccmain/control.cpp:1097:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1097 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1110:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1110 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1120:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1120 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::SelectGoodDiacriticOutlines(int, float, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, std::vector<bool>*)?: tesseract/src/ccmain/control.cpp:1157:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1157 | for (int i = 0; i < test_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1205:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1205 | for (int i = 0; i < best_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?float tesseract::Tesseract::ClassifyBlobPlusOutlines(const std::vector<bool>&, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, tesseract::STRING*)?: tesseract/src/ccmain/control.cpp:1231:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1231 | for (int i = 0; i < ok_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::classify_word_and_language(int, tesseract::PAGE_RES_IT*, tesseract::WordData*)?: tesseract/src/ccmain/control.cpp:1342:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1342 | for (sub = 0; sub < sub_langs_.size() && | ~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1356:55: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1356 | for (int i = 0; !WordsAcceptable(best_words) && i < sub_langs_.size(); | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::set_word_fonts(tesseract::WERD_RES*)?: tesseract/src/ccmain/control.cpp:1970:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1970 | for (int f = 0; f < fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/linerec.cpp:23: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/wordrec/drawfx.h:22, from tesseract/src/ccmain/control.cpp:32: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::TrainFromBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, tesseract::BLOCK_LIST*, tesseract::DocumentData*)?: tesseract/src/ccmain/linerec.cpp:87:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 87 | while (end_box < texts.size() && texts[end_box] == "\t") ++end_box; | ~~~~~~~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp:126:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 126 | while (end_box < texts.size() && texts[end_box] == "\t") ++end_box; | ~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::SearchWords(tesseract::PointerVector<tesseract::WERD_RES>*)?: tesseract/src/ccmain/linerec.cpp:263:8: warning: variable ?any_nonspace_delimited? set but not used [-Wunused-but-set-variable] 263 | bool any_nonspace_delimited = false; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pagewalk.o -c tesseract/src/ccmain/pagewalk.cpp tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/ltrresultiterator.cpp:23: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/ltrresultiterator.cpp: In constructor ?tesseract::ChoiceIterator::ChoiceIterator(const tesseract::LTRResultIterator&)?: tesseract/src/ccmain/ltrresultiterator.cpp:397:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 397 | if (index < word_res_->CTC_symbol_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/ltrresultiterator.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > >* tesseract::ChoiceIterator::Timesteps() const?: tesseract/src/ccmain/ltrresultiterator.cpp:474:14: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 474 | if (offset >= word_res_->segmented_timesteps.size() || !oemLSTM_) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/pageiterator.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_paragraphs.o -c tesseract/src/ccmain/paragraphs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_paramsd.o -c tesseract/src/ccmain/paramsd.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/pagesegmain.cpp: In member function ?tesseract::ColumnFinder* tesseract::Tesseract::SetupPageSegAndDetectOrientation(tesseract::PageSegMode, tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*, tesseract::TO_BLOCK_LIST*, Pix**, Pix**)?: tesseract/src/ccmain/pagesegmain.cpp:365:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 365 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pgedit.o -c tesseract/src/ccmain/pgedit.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_reject.o -c tesseract/src/ccmain/reject.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/pagesegmain.cpp:33: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_resultiterator.o -c tesseract/src/ccmain/resultiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessedit.o -c tesseract/src/ccmain/tessedit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/pagewalk.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tesseractclass.o -c tesseract/src/ccmain/tesseractclass.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessvars.o -c tesseract/src/ccmain/tessvars.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::PrintTable(const std::vector<std::vector<tesseract::STRING> >&, const tesseract::STRING&)?: tesseract/src/ccmain/paragraphs.cpp:115:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 115 | if (c >= max_col_widths.size()) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:125:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 125 | for (int c = 0; c < max_col_widths.size(); c++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:130:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<tesseract::STRING> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 130 | for (int r = 0; r < rows.size(); r++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:131:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 131 | for (int c = 0; c < rows[r].size(); c++) { | ~~^~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, std::vector<tesseract::RowInfo>*, tesseract::GenericVector<tesseract::PARA*>*, tesseract::PARA_LIST*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2291:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2291 | for (int i = 0; i < row_infos->size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, bool, const tesseract::MutableIterator*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2555:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2555 | for (int i = 1; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:2562:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2562 | for (int i = 0; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/paragraphs.h:23, from tesseract/src/ccmain/paragraphs.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_thresholder.o -c tesseract/src/ccmain/thresholder.cpp In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/pgedit.cpp:34: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/resultiterator.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/lsterr.h:22, from tesseract/src/ccutil/elst.h:22, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::CalculateBlobOrder(std::vector<int>*) const?: tesseract/src/ccmain/resultiterator.cpp:220:36: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?long unsigned int?} and ?const int? [-Wsign-compare] 220 | ASSERT_HOST(blob_indices->size() == word_length_); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ tesseract/src/ccmain/resultiterator.cpp: In function ?void tesseract::PrintScriptDirs(const std::vector<tesseract::StrongScriptDirection>&)?: tesseract/src/ccmain/resultiterator.cpp:224:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < dirs.size(); i++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In static member function ?static void tesseract::ResultIterator::CalculateTextlineOrder(bool, const std::vector<tesseract::StrongScriptDirection>&, std::vector<int>*)?: tesseract/src/ccmain/resultiterator.cpp:315:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 315 | for (int i = left; i < word_dirs.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/pgedit.h:22, from tesseract/src/ccmain/pgedit.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::MoveToLogicalStartOfTextline()?: tesseract/src/ccmain/resultiterator.cpp:434:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 434 | for (; i < word_indices.size() && word_indices[i] < 0; i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:442:9: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 442 | if (i >= word_indices.size()) | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?virtual bool tesseract::ResultIterator::Next(tesseract::PageIteratorLevel)?: tesseract/src/ccmain/resultiterator.cpp:480:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 480 | while (next_blob < blob_order.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:484:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 484 | if (next_blob < blob_order.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::AppendUTF8WordText(std::string*) const?: tesseract/src/ccmain/resultiterator.cpp:681:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 681 | for (int i = 0; i < blob_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::IterateAndAppendUTF8TextlineText(std::string*)?: tesseract/src/ccmain/resultiterator.cpp:702:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 702 | for (int i = 0; i < textline_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/reject.cpp: In member function ?bool tesseract::Tesseract::repeated_nonalphanum_wd(tesseract::WERD_RES*, tesseract::ROW*)?: tesseract/src/ccmain/reject.cpp:598:55: warning: comparison of integer expressions of different signedness: ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} and ?int16_t? {aka ?short int?} [-Wsign-compare] 598 | if ((word->best_choice->unichar_lengths().length () == char_quality) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_werdit.o -c tesseract/src/ccmain/werdit.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blamer.o -c tesseract/src/ccstruct/blamer.cpp In file included from tesseract/src/ccmain/tessedit.cpp:31: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/tessedit.cpp:39: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?bool tesseract::Tesseract::init_tesseract_lang_data(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:137:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 137 | for (int i = 0; i < vars_vec->size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In function ?bool tesseract::IsStrInList(const string&, const std::vector<std::__cxx11::basic_string<char> >&)?: tesseract/src/ccmain/tessedit.cpp:241:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 241 | for (int i = 0; i < str_list.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?int tesseract::Tesseract::init_tesseract(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:303:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 303 | for (int lang_index = 0; lang_index < langs_to_load.size(); ++lang_index) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:352:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 352 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:359:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 359 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?void tesseract::Tesseract::SetupUniversalFontIds()?: tesseract/src/ccmain/tessedit.cpp:439:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 439 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:444:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 444 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blobbox.o -c tesseract/src/ccstruct/blobbox.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blobs.o -c tesseract/src/ccstruct/blobs.cpp In file included from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/tesseractclass.cpp:48: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::Clear()?: tesseract/src/ccmain/tesseractclass.cpp:583:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 583 | for (int i = 0; i < sub_langs_.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetAdaptiveClassifier()?: tesseract/src/ccmain/tesseractclass.cpp:597:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 597 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetDocumentDictionary()?: tesseract/src/ccmain/tesseractclass.cpp:607:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 607 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::SetBlackAndWhitelist()?: tesseract/src/ccmain/tesseractclass.cpp:624:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 624 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForPageseg()?: tesseract/src/ccmain/tesseractclass.cpp:645:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 645 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForTessOCR(tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*)?: tesseract/src/ccmain/tesseractclass.cpp:676:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 676 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blread.o -c tesseract/src/ccstruct/blread.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/werdit.h:23, from tesseract/src/ccmain/werdit.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_boxread.o -c tesseract/src/ccstruct/boxread.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/blamer.cpp: In member function ?void tesseract::BlamerBundle::SetWordTruth(const tesseract::UNICHARSET&, const char*, const tesseract::TBOX&)?: tesseract/src/ccstruct/blamer.cpp:85:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 85 | for (int i = 0; i < encoding.size(); total_length += lengths[i++]) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_boxword.o -c tesseract/src/ccstruct/boxword.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/blobs.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/blobs.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccstruct/boxread.cpp: In function ?bool tesseract::ReadMemBoxes(int, bool, const char*, bool, std::vector<tesseract::TBOX>*, std::vector<tesseract::STRING>*, std::vector<tesseract::STRING>*, std::vector<int>*)?: tesseract/src/ccstruct/boxread.cpp:105:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 105 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ccstruct.o -c tesseract/src/ccstruct/ccstruct.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_coutln.o -c tesseract/src/ccstruct/coutln.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_detlinefit.o -c tesseract/src/ccstruct/detlinefit.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/boxword.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_dppoint.o -c tesseract/src/ccstruct/dppoint.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_imagedata.o -c tesseract/src/ccstruct/imagedata.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_linlsq.o -c tesseract/src/ccstruct/linlsq.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_matrix.o -c tesseract/src/ccstruct/matrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_mod128.o -c tesseract/src/ccstruct/mod128.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_normalis.o -c tesseract/src/ccstruct/normalis.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrblock.o -c tesseract/src/ccstruct/ocrblock.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/imagedata.cpp: In member function ?void tesseract::ImageData::AddBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, const std::vector<int>&)?: tesseract/src/ccstruct/imagedata.cpp:338:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 338 | for (int i = 0; i < box_pages.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/imagedata.cpp: In member function ?bool tesseract::DocumentCache::LoadDocuments(const std::vector<tesseract::STRING>&, tesseract::CachingStrategy, tesseract::FileReader)?: tesseract/src/ccstruct/imagedata.cpp:600:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 600 | for (int arg = 0; arg < filenames.size(); ++arg) { | ~~~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/imagedata.h:22, from tesseract/src/ccstruct/imagedata.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:168:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:176:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:182:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrpara.o -c tesseract/src/ccstruct/ocrpara.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrrow.o -c tesseract/src/ccstruct/ocrrow.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_otsuthr.o -c tesseract/src/ccstruct/otsuthr.cpp In file included from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/ccstruct/matrix.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/normalis.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_pageres.o -c tesseract/src/ccstruct/pageres.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/normalis.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_pdblock.o -c tesseract/src/ccstruct/pdblock.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_points.o -c tesseract/src/ccstruct/points.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_polyaprx.o -c tesseract/src/ccstruct/polyaprx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_polyblk.o -c tesseract/src/ccstruct/polyblk.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_quadlsq.o -c tesseract/src/ccstruct/quadlsq.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_quspline.o -c tesseract/src/ccstruct/quspline.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ratngs.o -c tesseract/src/ccstruct/ratngs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_rect.o -c tesseract/src/ccstruct/rect.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_rejctmap.o -c tesseract/src/ccstruct/rejctmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_seam.o -c tesseract/src/ccstruct/seam.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_split.o -c tesseract/src/ccstruct/split.cpp In file included from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/ratngs.h:26, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_statistc.o -c tesseract/src/ccstruct/statistc.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_stepblob.o -c tesseract/src/ccstruct/stepblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_werd.o -c tesseract/src/ccstruct/werd.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_classify.o -c tesseract/src/classify/classify.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_context.o -c tesseract/src/dict/context.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dawg.o -c tesseract/src/dict/dawg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dawg_cache.o -c tesseract/src/dict/dawg_cache.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dict.o -c tesseract/src/dict/dict.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_permdawg.o -c tesseract/src/dict/permdawg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_stopper.o -c tesseract/src/dict/stopper.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/context.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:316:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:323:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long unsigned int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:329:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = short int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:380:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:381:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long unsigned int; size_t = long unsigned int]?: tesseract/src/dict/dawg.cpp:403:29: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/dict/dict.cpp: In member function ?bool tesseract::Dict::valid_bigram(const tesseract::WERD_CHOICE&, const tesseract::WERD_CHOICE&) const?: tesseract/src/dict/dict.cpp:846:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 846 | for (int i = 0; i < bigram_string.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_trie.o -c tesseract/src/dict/trie.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_alignedblob.o -c tesseract/src/textord/alignedblob.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/dict/permdawg.cpp: In member function ?void tesseract::Dict::go_deeper_dawg_fxn(const char*, const BLOB_CHOICE_LIST_VECTOR&, int, const tesseract::CHAR_FRAGMENT_INFO*, bool, tesseract::WERD_CHOICE*, float*, float*, tesseract::WERD_CHOICE*, int*, void*)?: tesseract/src/dict/permdawg.cpp:78:38: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 78 | for (int i = 0; unigrams_ok && i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/dict/permdawg.cpp:86:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 86 | word_ending && i == encoding.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_baselinedetect.o -c tesseract/src/textord/baselinedetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_bbgrid.o -c tesseract/src/textord/bbgrid.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_blkocc.o -c tesseract/src/textord/blkocc.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_blobgrid.o -c tesseract/src/textord/blobgrid.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/dict/trie.cpp: In member function ?bool tesseract::Trie::add_word_list(const std::vector<tesseract::STRING>&, const tesseract::UNICHARSET&, tesseract::Trie::RTLReversePolicy)?: tesseract/src/dict/trie.cpp:309:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 309 | for (int i = 0; i < words.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_ccnontextdetect.o -c tesseract/src/textord/ccnontextdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/baselinedetect.cpp:37: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/baselinedetect.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/textord/bbgrid.cpp:254:6: warning: no previous declaration for ?Pix* tesseract::TraceBlockOnReducedPix(tesseract::BLOCK*, int, tesseract::ICOORD, int*, int*)? [-Wmissing-declarations] 254 | Pix* TraceBlockOnReducedPix(BLOCK* block, int gridsize, | ^~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_cjkpitch.o -c tesseract/src/textord/cjkpitch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colfind.o -c tesseract/src/textord/colfind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartition.o -c tesseract/src/textord/colpartition.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartitionset.o -c tesseract/src/textord/colpartitionset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartitiongrid.o -c tesseract/src/textord/colpartitiongrid.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_devanagari_processing.o -c tesseract/src/textord/devanagari_processing.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_drawtord.o -c tesseract/src/textord/drawtord.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_edgblob.o -c tesseract/src/textord/edgblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_edgloop.o -c tesseract/src/textord/edgloop.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_fpchop.o -c tesseract/src/textord/fpchop.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_gap_map.o -c tesseract/src/textord/gap_map.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_imagefind.o -c tesseract/src/textord/imagefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_linefind.o -c tesseract/src/textord/linefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_makerow.o -c tesseract/src/textord/makerow.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_oldbasel.o -c tesseract/src/textord/oldbasel.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_pithsync.o -c tesseract/src/textord/pithsync.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_pitsync1.o -c tesseract/src/textord/pitsync1.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_scanedg.o -c tesseract/src/textord/scanedg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/makerow.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::delete_non_dropout_rows(tesseract::TO_BLOCK*, float, tesseract::FCOORD, int32_t, bool)?: tesseract/src/textord/makerow.cpp:586:11: warning: variable ?xleft? set but not used [-Wunused-but-set-variable] 586 | int32_t xleft; //of block | ^~~~~ tesseract/src/textord/makerow.cpp:587:11: warning: variable ?ybottom? set but not used [-Wunused-but-set-variable] 587 | int32_t ybottom; //of block | ^~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::assign_blobs_to_rows(tesseract::TO_BLOCK*, float*, int, bool, bool, bool)?: tesseract/src/textord/makerow.cpp:2283:9: warning: variable ?ycoord? set but not used [-Wunused-but-set-variable] 2283 | float ycoord; //current y | ^~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/makerow.h:22, from tesseract/src/textord/makerow.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_sortflts.o -c tesseract/src/textord/sortflts.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/oldbasel.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/oldbasel.h:22, from tesseract/src/textord/oldbasel.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_strokewidth.o -c tesseract/src/textord/strokewidth.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tabfind.o -c tesseract/src/textord/tabfind.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tablefind.o -c tesseract/src/textord/tablefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tabvector.o -c tesseract/src/textord/tabvector.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tablerecog.o -c tesseract/src/textord/tablerecog.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_textlineprojection.o -c tesseract/src/textord/textlineprojection.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_textord.o -c tesseract/src/textord/textord.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_topitch.o -c tesseract/src/textord/topitch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/textord/tablefind.cpp: In member function ?void tesseract::TableFinder::RecognizeTables()?: tesseract/src/textord/tablefind.cpp:1830:15: warning: unused variable ?table_win? [-Wunused-variable] 1830 | ScrollView* table_win = nullptr; | ^~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/textord.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/topitch.cpp:33: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/textord/textord.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/textord/topitch.h:22, from tesseract/src/textord/topitch.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/textord.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tordmain.o -c tesseract/src/textord/tordmain.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tospace.o -c tesseract/src/textord/tospace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tovars.o -c tesseract/src/textord/tovars.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_underlin.o -c tesseract/src/textord/underlin.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_wordseg.o -c tesseract/src/textord/wordseg.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_workingpartset.o -c tesseract/src/textord/workingpartset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_scrollview.o -c tesseract/src/viewer/scrollview.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_svmnode.o -c tesseract/src/viewer/svmnode.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/tordmain.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/tospace.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/tordmain.h:22, from tesseract/src/textord/tordmain.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_svutil.o -c tesseract/src/viewer/svutil.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/drawtord.h:22, from tesseract/src/textord/tospace.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_tface.o -c tesseract/src/wordrec/tface.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/viewer/scrollview.cpp:60:20: warning: ?tesseract::waiting_for_events_mu? defined but not used [-Wunused-variable] 60 | static std::mutex* waiting_for_events_mu; | ^~~~~~~~~~~~~~~~~~~~~ tesseract/src/viewer/scrollview.cpp:56:20: warning: ?tesseract::svmap_mu? defined but not used [-Wunused-variable] 56 | static std::mutex* svmap_mu; | ^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/wordseg.h:22, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_wordrec.o -c tesseract/src/wordrec/wordrec.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_ccutil.o -c tesseract/src/ccutil/ccutil.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_clst.o -c tesseract/src/ccutil/clst.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_elst2.o -c tesseract/src/ccutil/elst2.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_elst.o -c tesseract/src/ccutil/elst.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_errcode.o -c tesseract/src/ccutil/errcode.cpp In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_mainblk.o -c tesseract/src/ccutil/mainblk.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_serialis.o -c tesseract/src/ccutil/serialis.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_strngs.o -c tesseract/src/ccutil/strngs.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_scanutils.o -c tesseract/src/ccutil/scanutils.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_tessdatamanager.o -c tesseract/src/ccutil/tessdatamanager.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_tprintf.o -c tesseract/src/ccutil/tprintf.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unichar.o -c tesseract/src/ccutil/unichar.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharcompress.o -c tesseract/src/ccutil/unicharcompress.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharmap.o -c tesseract/src/ccutil/unicharmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/serialis.cpp: In function ?bool tesseract::SaveDataToFile(const std::vector<char>&, const char*)?: tesseract/src/ccutil/serialis.cpp:59:62: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 59 | static_cast<int>(fwrite(&data[0], 1, data.size(), fp)) == data.size(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?char* tesseract::TFile::FGets(char*, int)?: tesseract/src/ccutil/serialis.cpp:213:44: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 213 | while (size + 1 < buffer_size && offset_ < data_->size()) { | ~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FRead(void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:237:23: warning: comparison of integer expressions of different signedness: ?long unsigned int? and ?int? [-Wsign-compare] 237 | if (SIZE_MAX / size <= count) { | ^ In file included from tesseract/src/ccutil/serialis.cpp:21: tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FWrite(const void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:284:31: warning: comparison of integer expressions of different signedness: ?long unsigned int? and ?int? [-Wsign-compare] 284 | ASSERT_HOST(SIZE_MAX / size > count); | ^ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ In file included from tesseract/src/ccutil/serialis.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:114:19: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:119:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:39: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:107:68: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:108:69: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:109:72: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:110:73: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharset.o -c tesseract/src/ccutil/unicharset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/strngs.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:48:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:49:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:69:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/strngs.cpp:71:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/tessdatamanager.h:22, from tesseract/src/ccutil/tessdatamanager.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:114:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:121:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:129:26: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:179:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long int; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:180:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:183:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_params.o -c tesseract/src/ccutil/params.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_convolve.o -c tesseract/src/lstm/convolve.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_fullyconnected.o -c tesseract/src/lstm/fullyconnected.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/unicharcompress.h:28, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_functions.o -c tesseract/src/lstm/functions.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_input.o -c tesseract/src/lstm/input.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalLine(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:60:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 60 | for (int i = 1; i < entries.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalTable(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 76 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/unicharcompress.h:25, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:63:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:69:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_lstm.o -c tesseract/src/lstm/lstm.cpp In file included from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_ranges_empty()?: tesseract/src/ccutil/unicharset.cpp:378:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 378 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::PartialSetPropertiesFromOther(int, const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:388:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 388 | for (int ch = start_index; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::ExpandRangesFromOther(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:417:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 417 | for (int ch = 0; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::CopyFrom(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:431:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 431 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::AppendOtherUnicharset(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:447:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 447 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::GetStrProperties(const char*, tesseract::UNICHARSET::UNICHAR_PROPERTIES*) const?: tesseract/src/ccutil/unicharset.cpp:534:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 534 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::post_load_setup()?: tesseract/src/ccutil/unicharset.cpp:869:30: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 869 | for (UNICHAR_ID id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:911:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 911 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::major_right_to_left() const?: tesseract/src/ccutil/unicharset.cpp:931:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 931 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_black_and_whitelist(const char*, const char*, const char*)?: tesseract/src/ccutil/unicharset.cpp:950:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 950 | for (int ch = 0; ch < unichars.size(); ++ch) | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:956:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 956 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:965:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 965 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:974:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 974 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::AnyRepeatedUnicodes() const?: tesseract/src/ccutil/unicharset.cpp:986:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 986 | for (int id = start_id; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/unicharset.h:26, from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_lstmrecognizer.o -c tesseract/src/lstm/lstmrecognizer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/convolve.h:23, from tesseract/src/lstm/convolve.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/fullyconnected.h:21, from tesseract/src/lstm/fullyconnected.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/input.h:21, from tesseract/src/lstm/input.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/lstm.h:21, from tesseract/src/lstm/lstm.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_maxpool.o -c tesseract/src/lstm/maxpool.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_network.o -c tesseract/src/lstm/network.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_networkio.o -c tesseract/src/lstm/networkio.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_parallel.o -c tesseract/src/lstm/parallel.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_plumbing.o -c tesseract/src/lstm/plumbing.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/lstmrecognizer.h:28, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::RecognizeLine(const tesseract::ImageData&, bool, bool, double, const tesseract::TBOX&, tesseract::PointerVector<tesseract::WERD_RES>*, int, int)?: tesseract/src/lstm/lstmrecognizer.cpp:218:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 218 | if (char_it < search_->ctc_choices.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:221:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 221 | if (char_it < search_->segmentedTimesteps.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?tesseract::STRING tesseract::LSTMRecognizer::DecodeLabels(const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:337:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 337 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::DebugActivationPath(const tesseract::NetworkIO&, const std::vector<int>&, const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:398:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 398 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?const char* tesseract::LSTMRecognizer::DecodeLabel(const std::vector<int>&, int, int*, int*)?: tesseract/src/lstm/lstmrecognizer.cpp:521:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 521 | while (index < labels.size() && | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:524:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 524 | while (index < labels.size() && labels[index] == null_char_) ++index; | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:529:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 529 | (index == labels.size() || | ~~~~~~^~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/maxpool.h:22, from tesseract/src/lstm/maxpool.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = float; size_t = long unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:98:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = long unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:120:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_recodebeam.o -c tesseract/src/lstm/recodebeam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/lstm/network.cpp:37: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/network.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:153:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:165:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:166:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/lstm/network.cpp:171:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/networkio.h:26, from tesseract/src/lstm/networkio.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_reconfig.o -c tesseract/src/lstm/reconfig.cpp tesseract/src/lstm/parallel.cpp: In member function ?virtual void tesseract::Parallel::Forward(bool, const tesseract::NetworkIO&, const tesseract::TransposedArray*, tesseract::NetworkScratch*, tesseract::NetworkIO*)?: tesseract/src/lstm/parallel.cpp:55:8: warning: variable ?parallel_debug? set but not used [-Wunused-but-set-variable] 55 | bool parallel_debug = false; | ^~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/parallel.h:22, from tesseract/src/lstm/parallel.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/plumbing.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/plumbing.cpp:186:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/plumbing.cpp:201:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_reversed.o -c tesseract/src/lstm/reversed.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_series.o -c tesseract/src/lstm/series.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_stridemap.o -c tesseract/src/lstm/stridemap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_tfnetwork.o -c tesseract/src/lstm/tfnetwork.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_weightmatrix.o -c tesseract/src/lstm/weightmatrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/reconfig.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::DecodeSecondaryBeams(const tesseract::NetworkIO&, double, double, double, const tesseract::UNICHARSET*, int)?: tesseract/src/lstm/recodebeam.cpp:117:31: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 117 | while ((bucketNumber + 1) < character_boundaries_.size() && | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::segmentTimestepsByCharacters()?: tesseract/src/lstm/recodebeam.cpp:158:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 158 | for (int i = 1; i < character_boundaries_.size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > > tesseract::RecodeBeamSearch::combineSegmentedTimesteps(std::vector<std::vector<std::vector<std::pair<const char*, float> > > >*)?: tesseract/src/lstm/recodebeam.cpp:171:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 171 | for (int i = 0; i < segmentedTimesteps->size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:172:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 172 | for (int j = 0; j < (*segmentedTimesteps)[i].size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In static member function ?static void tesseract::RecodeBeamSearch::calculateCharBoundaries(std::vector<int>*, std::vector<int>*, std::vector<int>*, int)?: tesseract/src/lstm/recodebeam.cpp:184:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 184 | for (int i = 0; i < ends->size(); ++i) { | ~~^~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproduct.o -c tesseract/src/arch/dotproduct.cpp tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::PrintBeam2(bool, int, const tesseract::UNICHARSET*, bool) const?: tesseract/src/lstm/recodebeam.cpp:345:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 345 | if (cb >= character_boundaries_.size()) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::extractSymbolChoices(const tesseract::UNICHARSET*)?: tesseract/src/lstm/recodebeam.cpp:408:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 408 | for (int j = 1; j < character_boundaries_.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:441:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 441 | for (int i = 1; i < unichar_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:458:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 458 | if (j - 1 < excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:466:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 466 | if (j - 1 < ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:445:11: warning: variable ?bestCode? set but not used [-Wunused-but-set-variable] 445 | int bestCode = -10; | ^~~~~~~~ tesseract/src/lstm/recodebeam.cpp:482:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 482 | if (j - 1 >= excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:486:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare] 486 | if (j - 1 >= ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?tesseract::WERD_RES* tesseract::RecodeBeamSearch::InitializeWord(bool, const tesseract::TBOX&, int, int, float, const tesseract::UNICHARSET*, const std::vector<int>&, float)?: tesseract/src/lstm/recodebeam.cpp:618:38: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?long unsigned int?} and ?int? [-Wsign-compare] 618 | if (character_boundaries_.size() > (i + 1)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproductavx.o -c tesseract/src/arch/dotproductavx.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrixavx2.o -c tesseract/src/arch/intsimdmatrixavx2.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproductfma.o -c tesseract/src/arch/dotproductfma.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproductsse.o -c tesseract/src/arch/dotproductsse.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrixsse.o -c tesseract/src/arch/intsimdmatrixsse.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/lstm/reversed.cpp:18: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrixneon.o -c tesseract/src/arch/intsimdmatrixneon.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_adaptions.o -c tesseract/src/ccmain/adaptions.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_docqual.o -c tesseract/src/ccmain/docqual.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_equationdetect.o -c tesseract/src/ccmain/equationdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reversed.h:22, from tesseract/src/lstm/reversed.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/series.h:22, from tesseract/src/lstm/series.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/weightmatrix.h:24, from tesseract/src/lstm/weightmatrix.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned char; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:179:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:191:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:204:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:211:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = long unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:213:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:157:23: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::Serialize(tesseract::TFile*) const [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:181:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = float]? tesseract/src/lstm/weightmatrix.cpp:246:33: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/matrix.h:500:25: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerializeSize(tesseract::TFile*) [with T = signed char]? tesseract/src/ccstruct/matrix.h:179:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_fixspace.o -c tesseract/src/ccmain/fixspace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_fixxht.o -c tesseract/src/ccmain/fixxht.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_osdetect.o -c tesseract/src/ccmain/osdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/adaptions.cpp:26: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_par_control.o -c tesseract/src/ccmain/par_control.cpp In file included from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/equationdetect.h:22, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_recogtraining.o -c tesseract/src/ccmain/recogtraining.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/ccmain/fixxht.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/fixspace.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/fixxht.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_superscript.o -c tesseract/src/ccmain/superscript.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/osdetect.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp: In member function ?bool tesseract::OrientationDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:394:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 394 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp: In member function ?void tesseract::ScriptDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:490:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 490 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp:493:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 493 | if (s == allowed_scripts_->size()) continue; // Not found in list. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessbox.o -c tesseract/src/ccmain/tessbox.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/osdetect.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/par_control.cpp: In member function ?void tesseract::Tesseract::PrerecAllWordsPar(const std::vector<tesseract::WordData>&)?: tesseract/src/ccmain/par_control.cpp:45:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 45 | Tesseract* sub = s < sub_langs_.size() ? sub_langs_[s] : this; | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tfacepp.o -c tesseract/src/ccmain/tfacepp.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/fixspace.cpp: In member function ?void tesseract::Tesseract::break_noisiest_blob_word(tesseract::WERD_RES_LIST&)?: tesseract/src/ccmain/fixspace.cpp:699:25: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::current? may be used uninitialized in this function [-Wmaybe-uninitialized] 699 | word_res->ClearResults(); | ~~~~~~~~~~~~~~~~~~~~~~^~ In file included from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/blobs.h:25, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/elst.h:438:16: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? may be used uninitialized in this function [-Wmaybe-uninitialized] 438 | prev->next = new_element; | ~~~~~~~~~~~^~~~~~~~~~~~~ tesseract/src/ccmain/fixspace.cpp:639:15: note: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? was declared here 639 | WERD_RES_IT worst_word_it; | ^~~~~~~~~~~~~ In file included from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_fontinfo.o -c tesseract/src/ccstruct/fontinfo.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_params_training_featdef.o -c tesseract/src/ccstruct/params_training_featdef.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_ambigs.o -c tesseract/src/ccutil/ambigs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_bitvector.o -c tesseract/src/ccutil/bitvector.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_indexmapbidi.o -c tesseract/src/ccutil/indexmapbidi.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_universalambigs.o -c tesseract/src/ccutil/universalambigs.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_adaptive.o -c tesseract/src/classify/adaptive.cpp In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsFontProperties(int, const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:63:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 63 | for (int f = 0; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsMultipleFontProperties(const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 76 | for (int f = 1; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/ccmain/tessbox.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/ccstruct/fontinfo.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:135:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:138:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:152:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = long unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:158:24: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccmain/tfacepp.cpp:25: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_adaptmatch.o -c tesseract/src/classify/adaptmatch.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/ambigs.cpp: In member function ?void tesseract::UnicharAmbigs::LoadUnicharAmbigs(const tesseract::UNICHARSET&, tesseract::TFile*, int, bool, tesseract::UNICHARSET*)?: tesseract/src/ccutil/ambigs.cpp:144:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 144 | for (int r = 0; r < encoding.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/ambigs.cpp: In member function ?bool tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const tesseract::UNICHARSET&, char*, int*, tesseract::UNICHAR_ID*, int*, char*, int*)?: tesseract/src/ccutil/ambigs.cpp:251:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 251 | for (int i = 0; i < unichars.size(); ++i) | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_blobclass.o -c tesseract/src/classify/blobclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_cluster.o -c tesseract/src/classify/cluster.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_clusttool.o -c tesseract/src/classify/clusttool.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_cutoffs.o -c tesseract/src/classify/cutoffs.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptive.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_featdefs.o -c tesseract/src/classify/featdefs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_float2int.o -c tesseract/src/classify/float2int.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptmatch.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_fpoint.o -c tesseract/src/classify/fpoint.cpp tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::ADAPT_RESULTS::ComputeBest()?: tesseract/src/classify/adaptmatch.cpp:112:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 112 | for (int i = 0; i < match.size(); ++i) { | ~~^~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?int tesseract::FindScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:150:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 150 | for (int i = 0; i < results.match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?float tesseract::ScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:161:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 161 | if (index >= results.match.size()) return WORST_POSSIBLE_RATING; | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::LearnWord(const char*, tesseract::WERD_RES*)?: tesseract/src/classify/adaptmatch.cpp:330:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 330 | for (int i = 0; i < tokens.size(); i++) { | ~~^~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:332:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 332 | if (i != tokens.size() - 1) | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::AddNewResult(const tesseract::UnicharRating&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1014:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1014 | (old_match < results->match.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1021:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1021 | if (old_match < results->match.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::MasterMatcher(tesseract::INT_TEMPLATES, int16_t, const tesseract::INT_FEATURE_STRUCT*, const uint8_t*, tesseract::ADAPT_CLASS_STRUCT**, int, int, const tesseract::TBOX&, const std::vector<tesseract::CP_RESULT_STRUCT>&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1116:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1116 | for (int c = 0; c < results.size(); c++) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ExpandShapesAndApplyCorrections(tesseract::ADAPT_CLASS_STRUCT**, bool, int, int, int, float, int, int, const uint8_t*, tesseract::UnicharRating*, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1151:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1151 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1158:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1158 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1172:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1172 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormClassifier(tesseract::TBLOB*, const tesseract::TrainingSample&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1336:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1336 | for (int r = 0; r < unichar_results.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormTrainingSample(bool, int, const tesseract::TrainingSample&, std::vector<tesseract::UnicharRating>*)?: tesseract/src/classify/adaptmatch.cpp:1379:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1379 | for (int i = 0; i < adapt_results->CPResults.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1391:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1391 | for (int i = 0; i < adapt_results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ConvertMatchesToChoices(const tesseract::DENORM&, const tesseract::TBOX&, tesseract::ADAPT_RESULTS*, tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/classify/adaptmatch.cpp:1453:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1453 | for (int i = 0; i < Results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?tesseract::UNICHAR_ID* tesseract::Classify::GetAmbiguities(tesseract::TBLOB*, tesseract::CLASS_ID)?: tesseract/src/classify/adaptmatch.cpp:1637:19: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 1637 | for (i = 0; i < Results->match.size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::PrintAdaptiveMatchResults(const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:2029:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2029 | for (int i = 0; i < results.match.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveBadMatches(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2062:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2062 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:2087:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2087 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveExtraPuncs(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2118:34: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2118 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/classify/cluster.cpp: In function ?bool tesseract::MultipleCharSamples(tesseract::CLUSTERER*, tesseract::CLUSTER*, float)?: tesseract/src/classify/cluster.cpp:2302:26: warning: comparison of integer expressions of different signedness: ?int32_t? {aka ?int?} and ?std::vector<unsigned char>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 2302 | if (Clusterer->NumChar > CharFlags.size()) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intfeaturespace.o -c tesseract/src/classify/intfeaturespace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/float2int.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intfx.o -c tesseract/src/classify/intfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intmatcher.o -c tesseract/src/classify/intmatcher.cpp cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intproto.o -c tesseract/src/classify/intproto.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_kdtree.o -c tesseract/src/classify/kdtree.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mf.o -c tesseract/src/classify/mf.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfdefs.o -c tesseract/src/classify/mfdefs.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfeaturespace.h:24, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/classify/intfeaturespace.h:23, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfoutline.o -c tesseract/src/classify/mfoutline.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intmatcher.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intfx.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfx.o -c tesseract/src/classify/mfx.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intproto.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_normfeat.o -c tesseract/src/classify/normfeat.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/intfx.h:21, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_normmatch.o -c tesseract/src/classify/normmatch.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_ocrfeatures.o -c tesseract/src/classify/ocrfeatures.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_outfeat.o -c tesseract/src/classify/outfeat.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_picofeat.o -c tesseract/src/classify/picofeat.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/mfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/mfx.h:22, from tesseract/src/classify/mfx.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/normfeat.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/mfoutline.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normfeat.h:22, from tesseract/src/classify/normfeat.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_protos.o -c tesseract/src/classify/protos.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_shapeclassifier.o -c tesseract/src/classify/shapeclassifier.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_shapetable.o -c tesseract/src/classify/shapetable.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_tessclassifier.o -c tesseract/src/classify/tessclassifier.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normmatch.h:22, from tesseract/src/classify/normmatch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_trainingsample.o -c tesseract/src/classify/trainingsample.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/outfeat.h:21, from tesseract/src/classify/outfeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/picofeat.h:22, from tesseract/src/classify/picofeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_cutil_oldlist.o -c tesseract/src/cutil/oldlist.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_hyphen.o -c tesseract/src/dict/hyphen.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::UnicharPrintResults(const char*, const std::vector<tesseract::UnicharRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:179:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 179 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp:184:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 184 | for (int f = 0; f < results[i].fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::PrintResults(const char*, const std::vector<tesseract::ShapeRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:194:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 194 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?void tesseract::ShapeClassifier::FilterDuplicateUnichars(std::vector<tesseract::ShapeRating>*) const?: tesseract/src/classify/shapeclassifier.cpp:211:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 211 | for (int r = 0; r < results->size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_equationdetectbase.o -c tesseract/src/textord/equationdetectbase.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?: tesseract/src/classify/shapetable.cpp:75:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = long unsigned int]?: tesseract/src/classify/shapetable.cpp:94:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_associate.o -c tesseract/src/wordrec/associate.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/protos.h:23, from tesseract/src/classify/protos.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_chop.o -c tesseract/src/wordrec/chop.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/trainingsample.h:21, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_chopper.o -c tesseract/src/wordrec/chopper.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_drawfx.o -c tesseract/src/wordrec/drawfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/classify/trainingsample.h:19, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_findseam.o -c tesseract/src/wordrec/findseam.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_gradechop.o -c tesseract/src/wordrec/gradechop.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_language_model.o -c tesseract/src/wordrec/language_model.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_consistency.o -c tesseract/src/wordrec/lm_consistency.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_pain_points.o -c tesseract/src/wordrec/lm_pain_points.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_state.o -c tesseract/src/wordrec/lm_state.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/chop.h:22, from tesseract/src/wordrec/chop.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/wordrec/chopper.cpp: In member function ?tesseract::SEAM* tesseract::Wordrec::chop_overlapping_blob(const std::vector<tesseract::TBOX>&, bool, tesseract::WERD_RES*, int*)?: tesseract/src/wordrec/chopper.cpp:288:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::TBOX>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | for (int i = 0; i < boxes.size(); i++) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_outlines.o -c tesseract/src/wordrec/outlines.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/wordrec/language_model.cpp: In member function ?tesseract::LanguageModelDawgInfo* tesseract::LanguageModel::GenerateDawgInfo(bool, int, int, const tesseract::BLOB_CHOICE&, const tesseract::ViterbiStateEntry*)?: tesseract/src/wordrec/language_model.cpp:849:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 849 | for (int i = 0; i < normed_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:854:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 854 | word_end && i == normed_ids.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:857:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 857 | } else if (i < normed_ids.size() - 1) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/seam.h:26, from tesseract/src/wordrec/findseam.h:22, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_params_model.o -c tesseract/src/wordrec/params_model.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/lm_pain_points.h:25, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_pieces.o -c tesseract/src/wordrec/pieces.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_plotedges.o -c tesseract/src/wordrec/plotedges.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/findseam.h:24, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/kdpair.h: In member function ?void tesseract::Wordrec::choose_best_seam(tesseract::SeamQueue*, const tesseract::SPLIT*, tesseract::PRIORITY, tesseract::SEAM**, tesseract::TBLOB*, tesseract::SeamPile*)?: tesseract/src/ccutil/kdpair.h:125:10: warning: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? may be used uninitialized in this function [-Wmaybe-uninitialized] 125 | key_ = new_key; | ~~~~~^~~~~~~~~ tesseract/src/wordrec/findseam.cpp:127:14: note: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? was declared here 127 | SeamPair seam_pair; | ^~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_render.o -c tesseract/src/wordrec/render.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_segsearch.o -c tesseract/src/wordrec/segsearch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_wordclass.o -c tesseract/src/wordrec/wordclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/outlines.h:24, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cp ./obj/zlibd_1.dev ./obj/zlibd.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/freetype_1 -lib -lfreetype ./obj/aux/echogs -e .dev -a- ./obj/freetype_1 -libpath -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/macglyph -include ./obj/macroman -ps gs_mgl_e gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_getnv.o -c ./base/gp_getnv.c In file included from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_upapr.o -c ./base/gp_upapr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -o ./obj/gp_unix.o -c ./base/gp_unix.c tesseract/src/wordrec/pieces.cpp: In member function ?void tesseract::Wordrec::merge_and_put_fragment_lists(int16_t, int16_t, int16_t, tesseract::BLOB_CHOICE_LIST*, tesseract::MATRIX*)?: tesseract/src/wordrec/pieces.cpp:221:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 221 | for (; merged_f < merged_fonts.size() && | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/pieces.cpp:224:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 224 | if (merged_f == merged_fonts.size()) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/pieces.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_unifs.o -c ./base/gp_unifs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_unifn.o -c ./base/gp_unifn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_stdia.o -c ./base/gp_stdia.c In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_nxpsprn.o -c ./base/gp_nxpsprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_nsync.o -c ./base/gp_nsync.c In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/smd5.o -c ./base/smd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmd5.o -c ./base/gsmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevpipe.o -c ./base/gdevpipe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsnogc.o -c ./base/gsnogc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gshtx.o -c ./base/gshtx.c In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsclipsr.o -c ./base/gsclipsr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscdevn.o -c ./base/gscdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdevndi.o -c ./base/gxdevndi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclipm.o -c ./base/gxclipm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage3.o -c ./base/gximage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage4.o -c ./base/gximage4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxmclip.o -c ./base/gxmclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor3.o -c ./base/gscolor3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc3.o -c ./base/gsfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsptype2.o -c ./base/gsptype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsshade.o -c ./base/gsshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade.o -c ./base/gxshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade1.o -c ./base/gxshade1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade4.o -c ./base/gxshade4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade6.o -c ./base/gxshade6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdsrc.o -c ./base/gsdsrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc.o -c ./base/gsfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc0.o -c ./base/gsfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor1.o -c ./base/gscolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsht1.o -c ./base/gsht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor2.o -c ./base/gscolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspcolor.o -c ./base/gspcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsptype1.o -c ./base/gsptype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclip2.o -c ./base/gxclip2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxp1fill.o -c ./base/gxp1fill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpcmap.o -c ./base/gxpcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxicolor_0.o -c ./base/gxicolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdps1.o -c ./base/gsdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspath1.o -c ./base/gspath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/srld.o -c ./base/srld.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstype42.o -c ./base/gstype42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxchrout.o -c ./base/gxchrout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttcalc.o -c ./base/ttcalc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttfinp.o -c ./base/ttfinp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttfmain.o -c ./base/ttfmain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttfmemd.o -c ./base/ttfmemd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttinterp.o -c ./base/ttinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttload.o -c ./base/ttload.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttobjs.o -c ./base/ttobjs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxttfb.o -c ./base/gxttfb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gzspotan.o -c ./base/gzspotan.c ./base/ttobjs.c: In function ?Context_Create?: ./base/ttobjs.c:306:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 306 | if ( ALLOC_ARRAY( exec->callStack, exec->callSize, callSize, TCallRecord ) || | ^~ ./base/ttobjs.c:331:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 331 | SETMAX(exec->callSize, callSize); | ^~~~ ./base/ttobjs.c:208:22: note: in definition of macro ?SETMAX? 208 | #define SETMAX(a, b) a = (a > b ? a : b) | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscie.o -c ./base/gscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsciemap.o -c ./base/gsciemap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscscie.o -c ./base/gscscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscrd.o -c ./base/gscrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscrdp.o -c ./base/gscrdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxctable.o -c ./base/gxctable.c cp ./obj/jpeglib1.h ./obj/jpeglib_.h cp ./obj/jpegd_1.dev ./obj/jpegd.dev gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sdcte_1.o -c ./base/sdcte.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpege_1.o -c ./base/sjpege.c cp ./obj/jpege_1.dev ./obj/jpege.dev cp ./obj/zlibe_1.dev ./obj/zlibe.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscsepr.o -c ./base/gscsepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsnamecl.o -c ./base/gsnamecl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsncdummy.o -c ./base/gsncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstrans.o -c ./base/gstrans.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximag3x.o -c ./base/gximag3x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxblend_0.o -c ./base/gxblend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxblend1.o -c ./base/gxblend1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevp14_0.o -c ./base/gdevp14.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdevn.o -c ./base/gdevdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsequivc.o -c ./base/gsequivc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdcrd.o -c ./base/gdevdcrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscpixel.o -c ./base/gscpixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevbbox.o -c ./base/gdevbbox.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevprn.o -c ./base/gdevprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevppla.o -c ./base/gdevppla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmplt.o -c ./base/gdevmplt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevflp.o -c ./base/gdevflp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdownscale_0.o -c ./base/gxdownscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/claptrap.o -c ./base/claptrap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/claptrap-init.o -c ./base/claptrap-init.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/claptrap-planar.o -c ./base/claptrap-planar.c ./base/claptrap.c: In function ?process_at_pixel.constprop?: ./base/claptrap.c:104:39: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 104 | if (!first_comp && cv > max_v) | ~~~^~~~~~~ ./base/claptrap.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ cp ./obj/ets_0.o ./obj/ets.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevoflt.o -c ./base/gdevoflt.c ./base/claptrap-planar.c: In function ?process_at_pixel.constprop?: ./base/claptrap-planar.c:89:20: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 89 | int min_v, max_v; | ^~~~~ ./base/claptrap-planar.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevnup.o -c ./base/gdevnup.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevsclass.o -c ./base/gdevsclass.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevepo.o -c ./base/gdevepo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcid.o -c ./base/gsfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcid2.o -c ./base/gsfcid2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcmap.o -c ./base/gsfcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcmap1.o -c ./base/gsfcmap1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gschar0.o -c ./base/gschar0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfont0.o -c ./base/gsfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstype1.o -c ./base/gstype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxtype1.o -c ./base/gxtype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhintn.o -c ./base/gxhintn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhintn1.o -c ./base/gxhintn1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscrypt1.o -c ./base/gscrypt1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstype2.o -c ./base/gstype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/slzwd.o -c ./base/slzwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/slzwc.o -c ./base/slzwc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc.o -c ./base/gsicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_manage.o -c ./base/gsicc_manage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_cache.o -c ./base/gsicc_cache.c gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -I./lcms2mt/include -o ./obj/gsicc_lcms2mt_0_0.o -c ./base/gsicc_lcms2mt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_profilecache.o -c ./base/gsicc_profilecache.c gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -I./lcms2mt/include -o ./obj/gsicc_create_0.o -c ./base/gsicc_create.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_nocm.o -c ./base/gsicc_nocm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_replacecm.o -c ./base/gsicc_replacecm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_monitorcm.o -c ./base/gsicc_monitorcm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_blacktext.o -c ./base/gsicc_blacktext.c cp ./obj/lcms2mt_0.dev ./obj/lcms2mt.dev gcc -I./obj -I./base -I./devices -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjbig2.o -c ./base/sjbig2.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/openjpeg_0 ./obj/opj_bio.o ./obj/opj_cidx_manager.o ./obj/opj_cio.o ./obj/opj_dwt.o ./obj/opj_event.o ./obj/opj_function_list.o ./obj/opj_image.o ./obj/opj_invert.o ./obj/opj_j2k.o ./obj/opj_jp2.o ./obj/opj_mct.o ./obj/opj_mqc.o ./obj/opj_openjpeg.o ./obj/opj_phix_manager.o ./obj/opj_pi.o ./obj/opj_ppix_manager.o ./obj/opj_t1.o ./obj/opj_t2.o ./obj/opj_tcd.o ./obj/opj_tgt.o ./obj/opj_thix_manager.o ./obj/opj_tpix_manager.o ./obj/opj_thread.o ./obj/opj_sparse_array.o gcc -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./obj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpx_openjpeg.o \ -c ./base/sjpx_openjpeg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsioram.o -c ./base/gsioram.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ramfs.o -c ./base/ramfs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spwgd.o -c ./base/spwgd.c ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/bbox ./obj/gdevbbox.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfimg.o -c ./devices/gdevpdfimg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbit.o -c ./devices/gdevbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbmp.o -c ./devices/gdevbmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbmpc.o -c ./devices/gdevbmpc.c ./devices/gdevbit.c:339:76: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 339 | bittag_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:41:8: note: in expansion of macro ?dev_proc_map_color_rgb? 41 | static dev_proc_map_color_rgb(bittag_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:429:73: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 429 | bit_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:51:8: note: in expansion of macro ?dev_proc_map_color_rgb? 51 | static dev_proc_map_color_rgb(bit_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevpccm.o -c ./base/gdevpccm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevccr.o -c ./devices/gdevccr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcfax.o -c ./devices/gdevcfax.c gcc -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/gstiffio_1.o -DSHARE_LIBTIFF=1 -c ./base/gstiffio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevfax.o -c ./devices/gdevfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/minftrsz.o -c ./devices/minftrsz.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfe.o -c ./base/scfe.c ./base/gstiffio.c:190:1: warning: ?gs_tifsErrorHandlerEx? defined but not used [-Wunused-function] 190 | gs_tifsErrorHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~ ./base/gstiffio.c:174:1: warning: ?gs_tifsWarningHandlerEx? defined but not used [-Wunused-function] 174 | gs_tifsWarningHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfetab.o -c ./base/scfetab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/shc.o -c ./base/shc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcif.o -c ./devices/gdevcif.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdfax.o -c ./devices/gdevdfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtfax.o -c ./devices/gdevtfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/slzwe.o -c ./base/slzwe.c In file included from ./devices/gdevtfax.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtfax.c:50:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 50 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtfax.c: In function ?tfax_put_params?: ./devices/gdevtfax.c:163:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 163 | uint16 compr = tfdev->Compression; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/srle.o -c ./base/srle.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -I./obj -I./base -I./obj -I./devices -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtifs.o -c ./devices/gdevtifs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdsp.o -c ./devices/gdevdsp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdocxw.o -c ./devices/vector/gdevdocxw.c In file included from ./devices/gdevtifs.c:22: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtifs.c: In function ?tiff_put_some_params?: ./devices/gdevtifs.c:152:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 152 | uint16 compr = tfdev->Compression; | ^~~~~~ ./devices/gdevtifs.c: In function ?tiff_print_page?: ./devices/gdevtifs.c:461:17: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 461 | TIFFSwabArrayOfShort((uint16 *)data, | ^~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c: At top level: ./devices/gdevtifs.c:568:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 568 | uint16 id; | ^~~~~~ ./devices/gdevtifs.c:582:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 582 | tiff_compression_param_string(gs_param_string *param, uint16 id) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:594:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 594 | tiff_compression_id(uint16 *id, gs_param_string *param) | ^~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:607:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 607 | int tiff_compression_allowed(uint16 compression, byte depth) | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/doc_common.o -c ./devices/vector/doc_common.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdf.o -c ./devices/vector/gdevpdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfb.o -c ./devices/vector/gdevpdfb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfc.o -c ./devices/vector/gdevpdfc.c ./devices/gdevdsp.c:475:33: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 475 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./devices/gdevdsp.c:43: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevdsp.c:83:8: note: in expansion of macro ?dev_proc_decode_color? 83 | static dev_proc_decode_color(display_decode_color_device8); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfd.o -c ./devices/vector/gdevpdfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfe.o -c ./devices/vector/gdevpdfe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfg.o -c ./devices/vector/gdevpdfg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfi.o -c ./devices/vector/gdevpdfi.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/gdevpdfj.o -c ./devices/vector/gdevpdfj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfk.o -c ./devices/vector/gdevpdfk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfm.o -c ./devices/vector/gdevpdfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfo.o -c ./devices/vector/gdevpdfo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfp.o -c ./devices/vector/gdevpdfp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdft.o -c ./devices/vector/gdevpdft.c ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_param?: ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 279 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:290:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 290 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:285:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 285 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_params?: ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 330 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:341:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 341 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:336:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 336 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfr.o -c ./devices/vector/gdevpdfr.c cp ./obj/opdfread_.h ./obj/opdfread.h gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfv.o -c ./devices/vector/gdevpdfv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsflip.o -c ./base/gsflip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scantab.o -c ./base/scantab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfilter2.o -c ./base/sfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sdeparam.o -c ./base/sdeparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sdcparam.o -c ./base/sdcparam.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/szlibc_1.o -c ./base/szlibc.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/szlibe_1.o -c ./base/szlibe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/gdevpsdi.o -c ./devices/vector/gdevpsdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/gdevpsdp.o -c ./devices/vector/gdevpsdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsds.o -c ./devices/vector/gdevpsds.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/gdevpsdu.o -c ./devices/vector/gdevpsdu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfparam.o -c ./base/scfparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spprint.o -c ./base/spprint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spsdf.o -c ./base/spsdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sstring.o -c ./base/sstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparamx.o -c ./base/gsparamx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevvec.o -c ./base/gdevvec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfxstdio.o -c ./base/sfxstdio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfxcommon.o -c ./base/sfxcommon.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/stream.o -c ./base/stream.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spngp.o -c ./base/spngp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/seexec.o -c ./base/seexec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sarc4.o -c ./base/sarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdt.o -c ./devices/vector/gdevpdt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtb.o -c ./devices/vector/gdevpdtb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtc.o -c ./devices/vector/gdevpdtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtd.o -c ./devices/vector/gdevpdtd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdte.o -c ./devices/vector/gdevpdte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtf.o -c ./devices/vector/gdevpdtf.c ./devices/vector/gdevpdte.c: In function ?OCRText?: ./devices/vector/gdevpdte.c:96:18: warning: unused variable ?DbgFile? [-Wunused-variable] 96 | gp_file *DbgFile; | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdti.o -c ./devices/vector/gdevpdti.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdts.o -c ./devices/vector/gdevpdts.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtt.o -c ./devices/vector/gdevpdtt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtv.o -c ./devices/vector/gdevpdtv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtw.o -c ./devices/vector/gdevpdtw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfont0c.o -c ./base/gsfont0c.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gxfcopy.o -c ./devices/gxfcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsf1.o -c ./devices/vector/gdevpsf1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsf2.o -c ./devices/vector/gdevpsf2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsfm.o -c ./devices/vector/gdevpsfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsft.o -c ./devices/vector/gdevpsft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsfu.o -c ./devices/vector/gdevpsfu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsfx.o -c ./devices/vector/gdevpsfx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc -DSHARE_LIBPNG=1 -o ./obj/gdevfpng_1.o -c ./devices/gdevfpng.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevifno.o -c ./devices/gdevifno.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevicov.o -c ./devices/gdevicov.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevjpeg.o -c ./devices/gdevjpeg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmgr.o -c ./devices/gdevmgr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmiff.o -c ./devices/gdevmiff.c ./devices/gdevjpeg.c:175:38: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 175 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevjpeg.c:19: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevjpeg.c:53:8: note: in expansion of macro ?dev_proc_decode_color? 53 | static dev_proc_decode_color(jpegcmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpbm.o -c ./devices/gdevpbm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmpla.o -c ./base/gdevmpla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpcx.o -c ./devices/gdevpcx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevplan.o -c ./devices/gdevplan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevplib.o -c ./devices/gdevplib.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsd.o -c ./devices/gdevpsd.c ./devices/gdevpbm.c:459:33: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 459 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpbm.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpbm.c:116:8: note: in expansion of macro ?dev_proc_decode_color? 116 | static dev_proc_decode_color(ppm_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcmykog.o -c ./devices/gdevcmykog.c ./devices/gdevplan.c:441:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 441 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:70:8: note: in expansion of macro ?dev_proc_decode_color? 70 | static dev_proc_decode_color(plang_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:455:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 455 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:68:8: note: in expansion of macro ?dev_proc_decode_color? 68 | static dev_proc_decode_color(plan_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:473:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 473 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(planc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:737:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 737 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:249:8: note: in expansion of macro ?dev_proc_decode_color? 249 | static dev_proc_decode_color(plibg_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:751:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 751 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:247:8: note: in expansion of macro ?dev_proc_decode_color? 247 | static dev_proc_decode_color(plib_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:769:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 769 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:250:8: note: in expansion of macro ?dev_proc_decode_color? 250 | static dev_proc_decode_color(plibc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtfnx.o -c ./devices/gdevtfnx.c In file included from ./devices/gdevtfnx.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtsep_0.o -c ./devices/gdevtsep.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevtxtw.o -c ./devices/vector/gdevtxtw.c In file included from ./devices/gdevtsep.c:37: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevxcf.o -c ./devices/gdevxcf.c ./devices/gdevtsep.c:448:22: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 448 | uint16 compression, | ^~~~~~ ./devices/gdevtsep.c:687:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 687 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtsep.c:691:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 691 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevescv.o -c -DGS_VERSION_MAJOR=9 ./contrib/eplaser/gdevescv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevescp.o -c ./devices/gdevescp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevadmp.o -c ./contrib/gdevadmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevatx.o -c ./devices/gdevatx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbj10.o -c ./devices/gdevbj10.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdev10v.o -c ./contrib/japanese/gdev10v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcdj.o -c ./devices/gdevcdj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpcl.o -c ./devices/gdevpcl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevl4r.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4r.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlips.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlips.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlprn.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbjc_.o -c ./contrib/gdevbjc_.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbjca.o -c ./contrib/gdevbjca.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcd8.o -c ./contrib/gdevcd8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdj9.o -c ./contrib/gdevdj9.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevclj.o -c ./devices/gdevclj.c ./contrib/gdevcd8.c:2360:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 2360 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1212:45: note: previously declared as ?int *? 1212 | do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ ./contrib/gdevcd8.c:2434:49: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2434 | do_gcr(int bytecount, byte * inbyte, const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:1226:50: warning: argument 3 of type ?byte[256]? {aka ?unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1226 | do_gamma(float mastergamma, float gammaval, byte values[256]) | ~~~~~^~~~~~~~~~~ ./contrib/gdevdj9.c:794:64: note: previously declared as ?byte *? {aka ?unsigned char *?} 794 | static void do_gamma(float mastergamma, float gammaval, byte * values); | ~~~~~~~^~~~~~ ./contrib/gdevcd8.c:1183:55: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1183 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2435:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:1253:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 1253 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:796:52: note: previously declared as ?int *? 796 | static void do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ ./contrib/gdevcd8.c:2435:44: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:1314:19: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1314 | const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:47: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:783:51: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 783 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:1315:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1315 | const byte cvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:1185:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1316:19: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1316 | const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:43: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1185:45: note: previously declared as ?const int *? 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~^~~~~~~~ ./contrib/gdevdj9.c:1317:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:785:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1317:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevdj9.c:785:41: note: previously declared as ?const int *? 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcljc.o -c ./devices/gdevcljc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcslw.o -c ./devices/gdevcslw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdjet.o -c ./devices/gdevdjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdljm.o -c ./devices/gdevdljm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdjtc.o -c ./devices/gdevdjtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevln03.o -c ./contrib/gdevln03.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevepsn.o -c ./devices/gdevepsn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevepsc.o -c ./devices/gdevepsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevespg.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevespg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DFMLBP_NOADJUST_MARGIN -o obj/gdevfmlbp.o -c ./contrib/japanese/gdevfmlbp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevfmpr.o -c ./contrib/japanese/gdevfmpr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevgdi.o -c ./contrib/gdevgdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevhl12.o -c ./contrib/gdevhl12.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevhl7x.o -c ./devices/gdevhl7x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/gdeveprn.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/gdeveprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pagecount.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/pagecount.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/mediasize.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/mediasize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/eprnparm.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/eprnrend.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnrend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/eprnfs.o -DGS_REVISION=9561 -I./psi \ ./contrib/pcl3/eprn/eprnfs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/gdevpcl3.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/gdevpcl3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclcap.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclgen.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclgen.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclcomp.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcomp.c ./contrib/pcl3/eprn/eprnrend.c:404:18: warning: argument 3 of type ?gx_color_value[]? {aka ?short unsigned int[]?} with mismatched bound [-Warray-parameter=] 404 | gx_color_value rgb[]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./contrib/pcl3/eprn/gdeveprn.h:187, from ./contrib/pcl3/eprn/eprnrend.c:67: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:661:8: note: in expansion of macro ?dev_proc_map_color_rgb? 661 | extern dev_proc_map_color_rgb(eprn_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclsize.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclsize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevimgn.o -c ./devices/gdevimgn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev3852.o -c ./devices/gdev3852.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevj100.o -c ./contrib/japanese/gdevj100.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevlbp3.o -c ./contrib/japanese/gdevlbp3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlbp8.o -c ./devices/gdevlbp8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlx7.o -c ./contrib/gdevlx7.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevl4v.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpjet.o -c ./devices/gdevpjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevl31s.o -c ./devices/gdevl31s.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmeds.o -c ./devices/gdevmeds.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlj56.o -c ./devices/gdevlj56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpxut.o -c ./devices/gdevpxut.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlp8k.o -c ./devices/gdevlp8k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdm24.o -c ./devices/gdevdm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlx32.o -c ./contrib/gdevlx32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlxm.o -c ./devices/gdevlxm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev8510.o -c ./devices/gdev8510.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevalps.o -c ./contrib/japanese/gdevalps.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmd2k.o -c ./contrib/gdevmd2k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevmjc.o -c ./contrib/japanese/gdevmjc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevml6.o -c ./contrib/japanese/gdevml6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevnpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevnpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevo182.o -c ./devices/gdevo182.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevop4w.o -c ./contrib/gdevop4w.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevokii.o -c ./devices/gdevokii.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevopvp.o -DGS_VERSION_MAJOR=9 -I./psi/ -c ./contrib/opvp/gdevopvp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevphex.o -c ./devices/gdevphex.c ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/picty180 ./obj/gdevcdj.o ./obj/gdevpcl.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevp201.o -c ./contrib/japanese/gdevp201.c ./contrib/opvp/gdevopvp.c:2860:20: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2860 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ ./contrib/opvp/gdevopvp.c:223:61: note: previously declared as ?gx_color_value *? {aka ?short unsigned int *?} 223 | static int opvp_map_color_rgb(gx_device *, gx_color_index, gx_color_value *); | ^~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpx.o -c ./devices/vector/gdevpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev4081.o -c ./devices/gdev4081.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevrinkj.o -c ./devices/gdevrinkj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-byte-stream.o -c ./devices/rinkj/rinkj-byte-stream.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-epson870.o -c ./devices/rinkj/rinkj-epson870.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevrpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevrpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevsj48.o -c ./devices/gdevsj48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc.o -c ./devices/gdevstc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc1.o -c ./devices/gdevstc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc2.o -c ./devices/gdevstc2.c ./devices/gdevstc.c:2099:76: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2099 | stc_gray_decode_color(gx_device *pdev, gx_color_index color,gx_color_value prgb[1]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:117:8: note: in expansion of macro ?dev_proc_decode_color? 117 | static dev_proc_decode_color(stc_gray_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2274:77: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2274 | stc_cmyk_decode_color(gx_device *pdev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:127:8: note: in expansion of macro ?dev_proc_decode_color? 127 | static dev_proc_decode_color(stc_cmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2459:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2459 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:132:8: note: in expansion of macro ?dev_proc_decode_color? 132 | static dev_proc_decode_color(stc_cmyk10_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc3.o -c ./devices/gdevstc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc4.o -c ./devices/gdevstc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev4693.o -c ./devices/gdev4693.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevtknk.o -c ./devices/gdevtknk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevupd.o -c ./devices/gdevupd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevxes.o -c ./contrib/gdevxes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./ijs -I./ijs/.. \ -o ./obj/gdevijs.o -c ./devices/gdevijs.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ijslib_0 ./obj/ijs.o ./obj/ijs_server.o ./obj/ijs_client.o ./obj/ijs_exec_unix.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./obj/gdevpng.o -c ./devices/gdevpng.c g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DLEPTONICA_INTERCEPT_ALLOC=1 -Ileptonica/src -o ./obj/tessocr.o -c -DTESSDATA="/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/tessdata" ./base/tessocr.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ ./devices/gdevupd.c:2223:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2223 | upd_icolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:167:8: note: in expansion of macro ?dev_proc_decode_color? 167 | static dev_proc_decode_color( upd_icolor_rgb); /** KCMY->RGB-Index */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2306:70: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2306 | upd_1color_rgb(gx_device *pdev, gx_color_index color, gx_color_value cv[1]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:145:8: note: in expansion of macro ?dev_proc_decode_color? 145 | static dev_proc_decode_color( upd_1color_rgb); /** Gray-Index->Gray */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2365:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2365 | upd_3color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:148:8: note: in expansion of macro ?dev_proc_decode_color? 148 | static dev_proc_decode_color( upd_3color_rgb); /** RGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2446:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2446 | upd_4color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:157:8: note: in expansion of macro ?dev_proc_decode_color? 157 | static dev_proc_decode_color(upd_4color_rgb); /** WRGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2543:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2543 | upd_kcolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:176:8: note: in expansion of macro ?dev_proc_decode_color? 176 | static dev_proc_decode_color( upd_kcolor_rgb); /** watches black-gen */ | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./obj/gdevocr.o -c ./devices/gdevocr.c ./devices/gdevupd.c: In function ?upd_fscomp?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmyk?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ ./devices/gdevpng.c:931:45: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 931 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpng.c:53: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpng.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(pngalpha_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmy_k?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ ./base/tessocr.cpp:641:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 641 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ ./base/tessocr.cpp:667:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 667 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfocr.o -c ./devices/gdevpdfocr.c ./devices/gdevocr.c: In function ?ocr_close?: ./devices/gdevocr.c:125:31: warning: unused variable ?ppdev? [-Wunused-variable] 125 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?hocr_close?: ./devices/gdevocr.c:136:31: warning: unused variable ?ppdev? [-Wunused-variable] 136 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?do_ocr_print_page?: ./devices/gdevocr.c:233:18: warning: unused variable ?mem? [-Wunused-variable] 233 | gs_memory_t *mem = pdev->memory; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gpmisc.o -c ./base/gpmisc.c ./base/gpmisc.c:842:41: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 842 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:423:50: note: previously declared as an array ?char[4096]? 423 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gpmisc.c:851:44: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 851 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:433:53: note: previously declared as an array ?char[4096]? 433 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/strmio.o -c ./base/strmio.c ./base/tessocr.cpp:216:50: warning: ISO C++ forbids converting a string constant to ?char*? [-Wwrite-strings] 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^ ./base/tessocr.cpp:214:24: note: in definition of macro ?STRINGIFY2? 214 | #define STRINGIFY2(S) #S | ^ ./base/tessocr.cpp:216:32: note: in expansion of macro ?STRINGIFY? 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^~~~~~~~~ ./base/tessocr.cpp: In function ?int do_ocr_image(wrapped_api*, int, int, int, int, int, int, void*, int, int, int, char**)?: ./base/tessocr.cpp:412:9: warning: unused variable ?code? [-Wunused-variable] 412 | int code; | ^~~~ ./base/tessocr.cpp: In function ?int ocr_recognise(void*, int, int, void*, int, int, int (*)(void*, const char*, const int*, const int*, const int*, int), void*)?: ./base/tessocr.cpp:491:17: warning: variable ?font_name? set but not used [-Wunused-but-set-variable] 491 | const char* font_name; | ^~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsalloc.o -c ./base/gsalloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevkrnlsclass.o -c ./base/gdevkrnlsclass.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsbitcom.o -c ./base/gsbitcom.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsbitops.o -c ./base/gsbitops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscencs.o -c ./base/gscencs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gschar.o -c ./base/gschar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor.o -c ./base/gscolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscoord.o -c ./base/gscoord.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscparam.o -c ./base/gscparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscspace.o -c ./base/gscspace.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscicach.o -c ./base/gscicach.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsovrc.o -c ./base/gsovrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxoprect.o -c ./base/gxoprect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdevice.o -c ./base/gsdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdevmem.o -c ./base/gsdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdparam.o -c ./base/gsdparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfname.o -c ./base/gsfname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfont.o -c ./base/gsfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsgdata.o -c ./base/gsgdata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsgcache.o -c ./base/gsgcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsht.o -c ./base/gsht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gshtscr.o -c ./base/gshtscr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gen_ordered.o -c -DGS_LIB_BUILD \ ./base/gen_ordered.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsimage.o -c ./base/gsimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsimpath.o -c ./base/gsimpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsinit.o -c ./base/gsinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsiodev.o -c ./base/gsiodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsgstate.o -c ./base/gsgstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsline.o -c ./base/gsline.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmalloc.o -c ./base/gsmalloc.c gcc -I./obj -I./base -I./devices -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/memento.o -c ./base/memento.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmatrix.o -c ./base/gsmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmemory.o -c ./base/gsmemory.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmemret.o -c ./base/gsmemret.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmisc.o -c ./base/gsmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsnotify.o -c ./base/gsnotify.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gslibctx_0.o -c ./base/gslibctx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspaint.o -c ./base/gspaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparam.o -c ./base/gsparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspath.o -c ./base/gspath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsstate.o -c ./base/gsstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstext.o -c ./base/gstext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsutil.o -c ./base/gsutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gssprintf.o -c ./base/gssprintf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsstrtok.o -c ./base/gsstrtok.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsstrl.o -c ./base/gsstrl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmrun.o -c ./base/gdevmrun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsiodevs.o -c ./base/gsiodevs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclist.o -c ./base/gxclist.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclbits.o -c ./base/gxclbits.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclpage.o -c ./base/gxclpage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclrast.o -c ./base/gxclrast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclread.o -c ./base/gxclread.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclrect.o -c ./base/gxclrect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclutil.o -c ./base/gxclutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparams.o -c ./base/gsparams.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparaml.o -c ./base/gsparaml.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsroprun.o -c ./base/gsroprun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclimag.o -c ./base/gxclimag.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclpath.o -c ./base/gxclpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdhtserial.o -c ./base/gxdhtserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclthrd.o -c ./base/gxclthrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmchunk.o -c ./base/gsmchunk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclfile.o -c ./base/gxclfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclmem.o -c ./base/gxclmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclzlib.o -c ./base/gxclzlib.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/szlibd_1.o -c ./base/szlibd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_psync.o -c ./base/gp_psync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfd.o -c ./base/scfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfdtab.o -c ./base/scfdtab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxfapi.o -c ./base/gxfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/fapi_ft_1.o -c ./base/fapi_ft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/write_t1.o -c ./base/write_t1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/write_t2.o -c ./base/write_t2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/include/freetype2 -I/gnu/store/zhiqm2c1jqqwsnj3rfkf794z3yxbm5z0-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/wrfont.o -c ./base/wrfont.c cp ./obj/freetype_1.dev ./obj/freetype.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsiorom_1.o -Isrc -c ./base/gsiorom.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxacpath.o -c ./base/gxacpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxbcache.o -c ./base/gxbcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxccache.o -c ./base/gxccache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxccman.o -c ./base/gxccman.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxchar.o -c ./base/gxchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxcht.o -c ./base/gxcht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclip.o -c ./base/gxclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxcmap.o -c ./base/gxcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxcpath.o -c ./base/gxcpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdcconv.o -c ./base/gxdcconv.c ./base/gxcht.c:1155:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1155 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:547:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 547 | static SET_COLOR_HT_PROC(set_color_ht_le_4); | ^~~~~~~~~~~~~~~~~ ./base/gxcht.c:1346:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1346 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:548:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 548 | static SET_COLOR_HT_PROC(set_color_ht_gt_4); | ^~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1766:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1766 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:267:1: note: in expansion of macro ?dev_proc_decode_color? 267 | dev_proc_decode_color(gx_default_w_b_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1802:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1802 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:342:1: note: in expansion of macro ?dev_proc_decode_color? 342 | dev_proc_decode_color(gx_default_b_w_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1867:46: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1867 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:365:1: note: in expansion of macro ?dev_proc_decode_color? 365 | dev_proc_decode_color(gx_default_8bit_map_color_gray); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1959:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 1959 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:357:1: note: in expansion of macro ?dev_proc_decode_color? 357 | dev_proc_decode_color(cmyk_1bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2015:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2015 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:360:1: note: in expansion of macro ?dev_proc_decode_color? 360 | dev_proc_decode_color(cmyk_8bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2026:42: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2026 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:363:1: note: in expansion of macro ?dev_proc_decode_color? 363 | dev_proc_decode_color(cmyk_16bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdcolor.o -c ./base/gxdcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhldevc.o -c ./base/gxhldevc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxfill.o -c ./base/gxfill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxht.o -c ./base/gxht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhtbit.o -c ./base/gxhtbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxht_thresh.o -c ./base/gxht_thresh.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxidata_0.o -c ./base/gxidata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxifast.o -c ./base/gxifast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage.o -c ./base/gximage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximdecode.o -c ./base/gximdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage1.o -c ./base/gximage1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximono_0.o -c ./base/gximono.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxipixel.o -c ./base/gxipixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximask.o -c ./base/gximask.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxi12bit.o -c ./base/gxi12bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxi16bit.o -c ./base/gxi16bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxiscale.o -c ./base/gxiscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpaint.o -c ./base/gxpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpath.o -c ./base/gxpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpath2.o -c ./base/gxpath2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpcopy.o -c ./base/gxpcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpdash.o -c ./base/gxpdash.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpflat.o -c ./base/gxpflat.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxsample.o -c ./base/gxsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxstroke.o -c ./base/gxstroke.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxsync.o -c ./base/gxsync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevabuf.o -c ./base/gdevabuf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdbit.o -c ./base/gdevdbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevddrw.o -c ./base/gdevddrw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdflt.o -c ./base/gdevdflt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdgbr.o -c ./base/gdevdgbr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevnfwd.o -c ./base/gdevnfwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmem.o -c ./base/gdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevplnx.o -c ./base/gdevplnx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm1.o -c ./base/gdevm1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm2.o -c ./base/gdevm2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm4.o -c ./base/gdevm4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm8.o -c ./base/gdevm8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm16.o -c ./base/gdevm16.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm24.o -c ./base/gdevm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm32.o -c ./base/gdevm32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm40.o -c ./base/gdevm40.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm48.o -c ./base/gdevm48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm56.o -c ./base/gdevm56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm64.o -c ./base/gdevm64.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmx.o -c ./base/gdevmx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdsha.o -c ./base/gdevdsha.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxscanc.o -c ./base/gxscanc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/siinterp.o -c ./base/siinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/siscale_0.o -c ./base/siscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sidscale.o -c ./base/sidscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdrop_0.o -c ./base/gdevdrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr1.o -c ./base/gdevmr1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr2n.o -c ./base/gdevmr2n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr8n.o -c ./base/gdevmr8n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevrops.o -c ./base/gdevrops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsrop.o -c ./base/gsrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_strdl.o -c ./base/gp_strdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcid.o -c ./psi/zcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcid.o -c ./psi/zfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcid0.o -c ./psi/zfcid0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcid1.o -c ./psi/zfcid1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar1.o -c ./psi/zchar1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcharout.o -c ./psi/zcharout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont1.o -c ./psi/zfont1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc1.o -c ./psi/zmisc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iutil2.o -c ./psi/iutil2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc2.o -c ./psi/zmisc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zvmem2.o -c ./psi/zvmem2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdps1.o -c ./psi/zdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zusparam.o -c ./psi/zusparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar2.o -c ./psi/zchar2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont2.o -c ./psi/zfont2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar42.o -c ./psi/zchar42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont42.o -c ./psi/zfont42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfrsd.o -c ./psi/zfrsd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcie.o -c ./psi/zcie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcrd.o -c ./psi/zcrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcmap.o -c ./psi/zfcmap.c ./psi/zcie.c: In function ?ciedefgspace?: ./psi/zcie.c:468:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 468 | if (r_size(ptref) != 5) | ^~ ./psi/zcie.c:471:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 471 | code = gs_cspace_build_CIEDEFG(&pcs, NULL, mem->stable_memory); | ^~~~ ./psi/zcie.c: In function ?ciedefspace?: ./psi/zcie.c:581:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 581 | if (r_size(ptref) != 4) | ^~ ./psi/zcie.c:584:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 584 | code = gs_cspace_build_CIEDEF(&pcs, NULL, mem->stable_memory); | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcfont.o -c ./psi/zcfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont0.o -c ./psi/zfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfdcte.o -c ./psi/zfdcte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sddparam.o -c ./base/sddparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfdctd.o -c ./psi/zfdctd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iscanbin.o -c ./psi/iscanbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zbseq.o -c ./psi/zbseq.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor1.o -c ./psi/zcolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zht1.o -c ./psi/zht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zupath.o -c ./psi/zupath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ibnum.o -c ./psi/ibnum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevhit.o -c ./base/gdevhit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcharx.o -c ./psi/zcharx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfdecode.o -c ./psi/zfdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spdiff.o -c ./base/spdiff.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfilter1.o -c ./base/sfilter1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sa85d.o -c ./base/sa85d.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfilter2.o -c ./psi/zfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ziodev2.o -c ./psi/ziodev2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdevcal.o -c ./psi/zdevcal.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdevice2.o -c ./psi/zdevice2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmedia2.o -c ./psi/zmedia2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpcolor.o -c ./psi/zpcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/imain.o -c ./psi/imain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/imainarg.o -c ./psi/imainarg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsargs.o -c ./base/gsargs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -I./devices -o ./obj/idisp.o -c ./psi/idisp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/psapi.o -c ./psi/psapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/icontext.o -c ./psi/icontext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idebug.o -c ./psi/idebug.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idict.o -c ./psi/idict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idparam.o -c ./psi/idparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idstack.o -c ./psi/idstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iinit.o -c ./psi/iinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/interp.o -c ./psi/interp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iparam.o -c ./psi/iparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ireclaim.o -c ./psi/ireclaim.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iplugin.o -c ./psi/iplugin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iscan.o -c ./psi/iscan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iscannum.o -c ./psi/iscannum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/istack.o -c ./psi/istack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iutil.o -c ./psi/iutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zarith.o -c ./psi/zarith.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zarray.o -c ./psi/zarray.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcontrol.o -c ./psi/zcontrol.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdict.o -c ./psi/zdict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfile.o -c ./psi/zfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfile1.o -c ./psi/zfile1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfileio.o -c ./psi/zfileio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfilter.o -c ./psi/zfilter.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfproc.o -c ./psi/zfproc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zgeneric.o -c ./psi/zgeneric.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ziodev.o -c ./psi/ziodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ziodevsc.o -c ./psi/ziodevsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmath.o -c ./psi/zmath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zalg.o -c ./psi/zalg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc.o -c ./psi/zmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpacked.o -c ./psi/zpacked.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zrelbit.o -c ./psi/zrelbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zstack.o -c ./psi/zstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zstring.o -c ./psi/zstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zsysvm.o -c ./psi/zsysvm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ztoken.o -c ./psi/ztoken.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ztype.o -c ./psi/ztype.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zvmem.o -c ./psi/zvmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zbfont.o -c ./psi/zbfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar.o -c ./psi/zchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor.o -c ./psi/zcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdevice.o -c ./psi/zdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont.o -c ./psi/zfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfontenum.o -c ./psi/zfontenum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zgstate.o -c ./psi/zgstate.c ./psi/zvmem.c: In function ?zforgetsave?: ./psi/zvmem.c:466:12: warning: ?asave? may be used uninitialized in this function [-Wmaybe-uninitialized] 466 | code = alloc_forget_save_in(idmemory, asave); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zht.o -c ./psi/zht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zimage.o -c ./psi/zimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmatrix.o -c ./psi/zmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpaint.o -c ./psi/zpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpath.o -c ./psi/zpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zncdummy.o -c ./psi/zncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ialloc.o -c ./psi/ialloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/igc.o -c ./psi/igc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/igcref.o -c ./psi/igcref.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/igcstr.o -c ./psi/igcstr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ilocate.o -c ./psi/ilocate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iname.o -c ./psi/iname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/isave.o -c ./psi/isave.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/inobtokn.o -c ./psi/inobtokn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/inouparm.o -c ./psi/inouparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdscpars.o -c ./psi/zdscpars.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/dscparse.o -c ./psi/dscparse.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfapi.o -c ./psi/zfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sbcp.o -c ./base/sbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfbcp.o -c ./psi/zfbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpath1.o -c ./psi/zpath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor2.o -c ./psi/zcolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcsindex.o -c ./psi/zcsindex.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zht2.o -I./toolbin/halftone/gen_ordered -c ./psi/zht2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcssepr.o -c ./psi/zcssepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfsample.o -c ./psi/zfsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc4.o -c ./psi/zfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc.o -c ./psi/zfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc0.o -c ./psi/zfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc4.o -c ./base/gsfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar32.o -c ./psi/zchar32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont32.o -c ./psi/zfont32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfimscale.o -c ./psi/zfimscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/simscale.o -c ./base/simscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zform.o -c ./psi/zform.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zicc.o -c ./psi/zicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcspixel.o -c ./psi/zcspixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc3.o -c ./psi/zfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zimage3.o -c ./psi/zimage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc3.o -c ./psi/zmisc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor3.o -c ./psi/zcolor3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zshade.o -c ./psi/zshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfzlib.o -c ./psi/zfzlib.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ztrans.o -c ./psi/ztrans.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfmd5.o -c ./psi/zfmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfsha2.o -c ./psi/zfsha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ssha2.o -c ./base/ssha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sha2.o -c ./base/sha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfarc4.o -c ./psi/zfarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfaes.o -c ./psi/zfaes.c ./base/sha2.c:586:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 586 | void pSHA256_Final(sha2_byte digest[], SHA256_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:120:20: note: previously declared as ?uint8_t[32]? {aka ?unsigned char[32]?} 120 | void pSHA256_Final(uint8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:649:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 649 | char *pSHA256_End(SHA256_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:121:32: note: previously declared as ?char[65]? 121 | char* pSHA256_End(SHA256_CTX*, char[SHA256_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:947:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 947 | void pSHA512_Final(sha2_byte digest[], SHA512_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:132:20: note: previously declared as ?uint8_t[64]? {aka ?unsigned char[64]?} 132 | void pSHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:976:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 976 | char *pSHA512_End(SHA512_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:133:32: note: previously declared as ?char[129]? 133 | char* pSHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1021:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 1021 | void pSHA384_Final(sha2_byte digest[], SHA384_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:126:20: note: previously declared as ?uint8_t[48]? {aka ?unsigned char[48]?} 126 | void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1050:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 1050 | char *pSHA384_End(SHA384_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:127:32: note: previously declared as ?char[97]? 127 | char* pSHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/saes.o -c ./base/saes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/aes.o -c ./base/aes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpdfops.o -c ./psi/zpdfops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpdf_r6.o -c ./psi/zpdf_r6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_loop_detect.c -o ./obj/pdf_loop_detect.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/ghostpdf.c -o ./obj/ghostpdf.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_dict.c -o ./obj/pdf_dict.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_array.c -o ./obj/pdf_array.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_xref.c -o ./obj/pdf_xref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_int.c -o ./obj/pdf_int.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_file.c -o ./obj/pdf_file_jbig2dec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_path.c -o ./obj/pdf_path.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_colour.c -o ./obj/pdf_colour.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_pattern.c -o ./obj/pdf_pattern.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_gstate.c -o ./obj/pdf_gstate.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_stack.c -o ./obj/pdf_stack.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_image.c -o ./obj/pdf_image.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_page.c -o ./obj/pdf_page.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_annot.c -o ./obj/pdf_annot.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_mark.c -o ./obj/pdf_mark.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fapi.c -o ./obj/pdf_fapi.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font.c -o ./obj/pdf_font.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font0.c -o ./obj/pdf_font0.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_ciddec.c -o ./obj/pdf_ciddec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1.c -o ./obj/pdf_font1.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1C.c -o ./obj/pdf_font1C.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontps.c -o ./obj/pdf_fontps.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font3.c -o ./obj/pdf_font3.o ./pdf/pdf_font1.c: In function ?pdfi_t1_seac_data?: ./pdf/pdf_font1.c:171:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 171 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1.c:34: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1.c:174:17: note: in expansion of macro ?pdfi_countdown? 174 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontTT.c -o ./obj/pdf_fontTT.o ./pdf/pdf_font1C.c: In function ?pdfi_cff_seac_data?: ./pdf/pdf_font1C.c:208:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 208 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1C.c:27: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1C.c:211:17: note: in expansion of macro ?pdfi_countdown? 211 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font9.c -o ./obj/pdf_font9.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font11.c -o ./obj/pdf_font11.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_cmap.c -o ./obj/pdf_cmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fmap.c -o ./obj/pdf_fmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_text.c -o ./obj/pdf_text.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_shading.c -o ./obj/pdf_shading.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_func.c -o ./obj/pdf_func.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_trans.c -o ./obj/pdf_trans.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_device.c -o ./obj/pdf_device.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_misc.c -o ./obj/pdf_misc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_optcontent.c -o ./obj/pdf_optcontent.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_check.c -o ./obj/pdf_check.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_sec.c -o ./obj/pdf_sec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_utf8.c -o ./obj/pdf_utf8_unix_.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_deref.c -o ./obj/pdf_deref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_repair.c -o ./obj/pdf_repair.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_obj.c -o ./obj/pdf_obj.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_doc.c -o ./obj/pdf_doc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./psi -I./obj -I./obj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/zfjpx_openjpeg.o \ -c ./psi/zfjpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Isrc -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfjbig2_jbig2dec.o -c ./psi/zfjbig2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iapi.o -c ./psi/iapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/gs.o -c ./psi/gs.c rm -f ./obj/gscdefs.c cp ./base/gscdef.c ./obj/gscdefs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscdefs.o -c ./obj/gscdefs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsromfs0.o -c ./base/gsromfs0.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/nosync ./obj/gp_nsync.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/smd5 ./obj/smd5.o ./obj/gsmd5.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pipe ./obj/gdevpipe.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsnogc ./obj/gsnogc.o ./obj/aux/echogs -e .dev -a- ./obj/pipe -iodev pipe ./obj/aux/echogs -e .dev -w- -l-obj ./obj/htxlib ./obj/gshtx.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/imasklib ./obj/gxclipm.o ./obj/gximage3.o ./obj/gximage4.o ./obj/gxmclip.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/funclib ./obj/gsdsrc.o ./obj/gsfunc.o ./obj/gsfunc0.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmyklib ./obj/gscolor1.o ./obj/gsht1.o ./obj/aux/echogs -e .dev -a- ./obj/imasklib -imagetype 3 4 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2cs ./obj/gscolor2.o cp ./obj/gxicolor_0.o ./obj/gxicolor.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2lib ./obj/gsdps1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/path1lib ./obj/gspath1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/rld ./obj/srld.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ttflib ./obj/gstype42.o ./obj/gxchrout.o ./obj/ttcalc.o ./obj/ttfinp.o ./obj/ttfmain.o ./obj/ttfmemd.o ./obj/ttinterp.o ./obj/ttload.o ./obj/ttobjs.o ./obj/gxttfb.o ./obj/gzspotan.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cielib ./obj/gscie.o ./obj/gsciemap.o ./obj/gscscie.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sdctc.o -c ./base/sdctc.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpegc_1.o -c ./base/sjpegc.c ./obj/aux/echogs -e .dev -a- ./obj/cielib ./obj/gscrd.o ./obj/gscrdp.o ./obj/gxctable.o gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sdctd_1.o -c ./base/sdctd.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpegd_1.o -c ./base/sjpegd.c cp ./obj/sdcte_1.o ./obj/sdcte.o cp ./obj/sjpege_1.o ./obj/sjpege.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libpng_1 -lib png ./obj/aux/echogs -e .dev -w- -l-obj ./obj/seprlib ./obj/gscsepr.o ./obj/gsnamecl.o ./obj/gsncdummy.o cp ./obj/gxblend_0.o ./obj/gxblend.o ./obj/aux/echogs -e .dev -a- ./obj/libpng_1 -include ./obj/zlibe.dev cp ./obj/gdevp14_0.o ./obj/gdevp14.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cspixlib ./obj/gscpixel.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/bboxutil ./obj/gdevbbox.o cp ./obj/gxdownscale_0.o ./obj/gxdownscale.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cidlib ./obj/gsfcid.o ./obj/gsfcid2.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf1lib ./obj/gstype1.o ./obj/aux/echogs -e .dev -a- ./obj/cidlib -include ./obj/ttflib ./obj/aux/echogs -e .dev -a- ./obj/psf1lib ./obj/gxtype1.o ./obj/gxhintn.o ./obj/gxhintn1.o ./obj/gscrypt1.o ./obj/gxchrout.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf2lib ./obj/gstype2.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/lzwd ./obj/slzwd.o ./obj/slzwc.o cp ./obj/gsicc_lcms2mt_0_0.o ./obj/gsicc_lcms2mt.o ./obj/aux/echogs -e .dev -a- ./obj/psf2lib ./obj/gxtype1.o ./obj/gxhintn.o ./obj/gxhintn1.o ./obj/gscrypt1.o ./obj/gxchrout.o cp ./obj/gsicc_create_0.o ./obj/gsicc_create.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sjbig2_jbig2dec ./obj/sjbig2.o cp ./obj/openjpeg_0.dev ./obj/openjpeg.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ramfs ./obj/gsioram.o ./obj/ramfs.o ./obj/aux/echogs -e .dev -a- ./obj/sjbig2_jbig2dec -include ./obj/jbig2dec.dev ./obj/aux/echogs -e .dev -a- ./obj/ramfs -iodev ram ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pwgd ./obj/spwgd.o cp ./obj/gstiffio_1.o ./obj/gstiffio.o ./obj/aux/echogs -e .dev -a- ./obj/ramfs -obj ./obj/ramfs.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cfe ./obj/scfe.o ./obj/scfetab.o ./obj/shc.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/lzwe ./obj/slzwe.o ./obj/slzwc.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/rle ./obj/srle.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/display ./obj/gdevdsp.o ./obj/gdevpccm.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/docxwrite ./obj/gdevdocxw.o ./obj/doc_common.o ./obj/extract_alloc.o ./obj/extract_astring.o ./obj/extract_buffer.o ./obj/extract_document.o ./obj/extract_docx.o ./obj/extract_docx_template.o ./obj/extract_extract.o ./obj/extract_html.o ./obj/extract_join.o ./obj/extract_mem.o ./obj/extract_odt.o ./obj/extract_odt_template.o ./obj/extract_outf.o ./obj/extract_sys.o ./obj/extract_text.o ./obj/extract_xml.o ./obj/extract_zip.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/gdevpdfu.o -c ./devices/vector/gdevpdfu.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdeparam ./obj/sdeparam.o ./obj/sdcparam.o ./obj/aux/echogs -e .dev -a- ./obj/docxwrite -include ./obj/gsagl cp ./obj/szlibc_1.o ./obj/szlibc.o cp ./obj/szlibe_1.o ./obj/szlibe.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sfile ./obj/sfxstdio.o ./obj/sfxcommon.o ./obj/stream.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pngp ./obj/spngp.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/seexec ./obj/seexec.o ./obj/gscrypt1.o cp ./obj/lzwe.dev ./obj/slzwe.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sarc4 ./obj/sarc4.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fcopy ./obj/gxfcopy.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf ./obj/gdevpsf1.o ./obj/gdevpsf2.o ./obj/gdevpsfm.o ./obj/aux/echogs -e .dev -a- ./obj/psf -obj ./obj/gdevpsft.o ./obj/gdevpsfu.o ./obj/gdevpsfx.o cp ./obj/gdevfpng_1.o ./obj/gdevfpng.o ./obj/aux/echogs -e .dev -a- ./obj/psf -obj ./obj/spsdf.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/ink_cov ./obj/gdevicov.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/inkcov ./obj/gdevicov.o cp ./obj/gdevtsep_0.o ./obj/gdevtsep.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/txtwrite ./obj/gdevtxtw.o ./obj/doc_common.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10v ./obj/gdev10v.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10vh ./obj/gdev10v.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dj505j ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/jj100 ./obj/gdevj100.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr1000 ./obj/gdevp201.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr1000_4 ./obj/gdevp201.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr150 ./obj/gdevp201.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr201 ./obj/gdevp201.o ./obj/gdevprn.o cp ./obj/ijslib_0.dev ./obj/ijslib.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libocr_1 ./obj/tessocr.o cp ./obj/gslibctx_0.o ./obj/gslibctx.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/leptonica_adaptmap.o ./obj/leptonica_affine.o ./obj/leptonica_affinecompose.o ./obj/leptonica_arrayaccess.o ./obj/leptonica_baseline.o ./obj/leptonica_bbuffer.o ./obj/leptonica_bilateral.o ./obj/leptonica_bilinear.o ./obj/leptonica_binexpand.o ./obj/leptonica_binreduce.o ./obj/leptonica_blend.o ./obj/leptonica_bmf.o ./obj/leptonica_bmpio.o ./obj/leptonica_bmpiostub.o ./obj/leptonica_bootnumgen1.o ./obj/leptonica_bootnumgen2.o ./obj/leptonica_bootnumgen3.o ./obj/leptonica_bootnumgen4.o ./obj/leptonica_boxbasic.o ./obj/leptonica_boxfunc1.o ./obj/leptonica_boxfunc2.o ./obj/leptonica_boxfunc3.o ./obj/leptonica_boxfunc4.o ./obj/leptonica_boxfunc5.o ./obj/leptonica_bytearray.o ./obj/leptonica_ccbord.o ./obj/leptonica_classapp.o ./obj/leptonica_colorcontent.o ./obj/leptonica_coloring.o ./obj/leptonica_colormap.o ./obj/leptonica_colormorph.o ./obj/leptonica_colorquant1.o ./obj/leptonica_colorquant2.o ./obj/leptonica_colorseg.o ./obj/leptonica_colorspace.o ./obj/leptonica_compare.o ./obj/leptonica_conncomp.o ./obj/leptonica_convertfiles.o ./obj/leptonica_convolve.o ./obj/leptonica_correlscore.o ./obj/leptonica_dewarp1.o ./obj/leptonica_dewarp2.o ./obj/leptonica_dewarp3.o ./obj/leptonica_dewarp4.o ./obj/leptonica_dnabasic.o ./obj/leptonica_dnafunc1.o ./obj/leptonica_dnahash.o ./obj/leptonica_dwacomb.2.o ./obj/leptonica_dwacomblow.2.o ./obj/leptonica_edge.o ./obj/leptonica_encoding.o ./obj/leptonica_enhance.o ./obj/leptonica_fhmtauto.o ./obj/leptonica_fhmtgenlow.1.o ./obj/leptonica_fmorphauto.o ./obj/leptonica_fmorphgen.1.o ./obj/leptonica_fmorphgenlow.1.o ./obj/leptonica_fpix1.o ./obj/leptonica_fpix2.o ./obj/leptonica_gifiostub.o ./obj/leptonica_gplot.o ./obj/leptonica_graphics.o ./obj/leptonica_graymorph.o ./obj/leptonica_grayquant.o ./obj/leptonica_heap.o ./obj/leptonica_jbclass.o ./obj/leptonica_jp2kheader.o ./obj/leptonica_jp2kheaderstub.o ./obj/leptonica_jp2kiostub.o ./obj/leptonica_jpegiostub.o ./obj/leptonica_kernel.o ./obj/leptonica_libversions.o ./obj/leptonica_list.o ./obj/leptonica_map.o ./obj/leptonica_morph.o ./obj/leptonica_morphapp.o ./obj/leptonica_morphdwa.o ./obj/leptonica_morphseq.o ./obj/leptonica_numabasic.o ./obj/leptonica_numafunc1.o ./obj/leptonica_numafunc2.o ./obj/leptonica_pageseg.o ./obj/leptonica_paintcmap.o ./obj/leptonica_partify.o ./obj/leptonica_partition.o ./obj/leptonica_pdfio1.o ./obj/leptonica_pdfio1stub.o ./obj/leptonica_pdfio2.o ./obj/leptonica_pdfio2stub.o ./obj/leptonica_pix1.o ./obj/leptonica_pix2.o ./obj/leptonica_pix3.o ./obj/leptonica_pix4.o ./obj/leptonica_pix5.o ./obj/leptonica_pixabasic.o ./obj/leptonica_pixacc.o ./obj/leptonica_pixafunc1.o ./obj/leptonica_pixafunc2.o ./obj/leptonica_pixalloc.o ./obj/leptonica_pixarith.o ./obj/leptonica_pixcomp.o ./obj/leptonica_pixconv.o ./obj/leptonica_pixlabel.o ./obj/leptonica_pixtiling.o ./obj/leptonica_pngiostub.o ./obj/leptonica_pnmio.o ./obj/leptonica_pnmiostub.o ./obj/leptonica_projective.o ./obj/leptonica_psio1.o ./obj/leptonica_psio1stub.o ./obj/leptonica_psio2.o ./obj/leptonica_psio2stub.o ./obj/leptonica_ptabasic.o ./obj/leptonica_ptafunc1.o ./obj/leptonica_ptafunc2.o ./obj/leptonica_ptra.o ./obj/leptonica_quadtree.o ./obj/leptonica_queue.o ./obj/leptonica_rank.o ./obj/leptonica_rbtree.o ./obj/leptonica_readfile.o ./obj/leptonica_regutils.o ./obj/leptonica_rop.o ./obj/leptonica_roplow.o ./obj/leptonica_rotate.o ./obj/leptonica_rotateam.o ./obj/leptonica_rotateorth.o ./obj/leptonica_rotateshear.o ./obj/leptonica_runlength.o ./obj/leptonica_sarray1.o ./obj/leptonica_sarray2.o ./obj/leptonica_scale1.o ./obj/leptonica_scale2.o ./obj/leptonica_seedfill.o ./obj/leptonica_sel1.o ./obj/leptonica_sel2.o ./obj/leptonica_selgen.o ./obj/leptonica_shear.o ./obj/leptonica_skew.o ./obj/leptonica_spixio.o ./obj/leptonica_stack.o ./obj/leptonica_stringcode.o ./obj/leptonica_sudoku.o ./obj/leptonica_textops.o ./obj/leptonica_tiffiostub.o ./obj/leptonica_utils1.o ./obj/leptonica_utils2.o ./obj/leptonica_warper.o ./obj/leptonica_webpiostub.o ./obj/leptonica_writefile.o ./obj/leptonica_zlibmem.o ./obj/leptonica_zlibmemstub.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsiodevs ./obj/gsiodevs.o ./obj/aux/echogs -e .dev -a- ./obj/gsiodevs -include ./obj/sfile ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_api_altorenderer.o ./obj/tesseract_api_baseapi.o ./obj/tesseract_api_capi.o ./obj/tesseract_api_hocrrenderer.o ./obj/tesseract_api_lstmboxrenderer.o ./obj/tesseract_api_pdfrenderer.o ./obj/tesseract_api_renderer.o ./obj/tesseract_api_wordstrboxrenderer.o ./obj/tesseract_arch_intsimdmatrix.o ./obj/tesseract_arch_simddetect.o ./obj/tesseract_ccmain_applybox.o ./obj/tesseract_ccmain_control.o ./obj/tesseract_ccmain_linerec.o ./obj/tesseract_ccmain_ltrresultiterator.o ./obj/tesseract_ccmain_mutableiterator.o ./obj/tesseract_ccmain_output.o ./obj/tesseract_ccmain_pageiterator.o ./obj/tesseract_ccmain_pagesegmain.o ./obj/tesseract_ccmain_pagewalk.o ./obj/tesseract_ccmain_paragraphs.o ./obj/tesseract_ccmain_paramsd.o ./obj/tesseract_ccmain_pgedit.o ./obj/tesseract_ccmain_reject.o ./obj/tesseract_ccmain_resultiterator.o ./obj/tesseract_ccmain_tessedit.o ./obj/tesseract_ccmain_tesseractclass.o ./obj/tesseract_ccmain_tessvars.o ./obj/tesseract_ccmain_thresholder.o ./obj/tesseract_ccmain_werdit.o ./obj/aux/echogs -e .dev -a- ./obj/gsiodevs -iodev stdin stdout stderr ./obj/aux/echogs -e .dev -w- -l-obj ./obj/clfile ./obj/gxclfile.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_ccstruct_blamer.o ./obj/tesseract_ccstruct_blobbox.o ./obj/tesseract_ccstruct_blobs.o ./obj/tesseract_ccstruct_blread.o ./obj/tesseract_ccstruct_boxread.o ./obj/tesseract_ccstruct_boxword.o ./obj/tesseract_ccstruct_ccstruct.o ./obj/tesseract_ccstruct_coutln.o ./obj/tesseract_ccstruct_detlinefit.o ./obj/tesseract_ccstruct_dppoint.o ./obj/tesseract_ccstruct_imagedata.o ./obj/tesseract_ccstruct_linlsq.o ./obj/tesseract_ccstruct_matrix.o ./obj/tesseract_ccstruct_mod128.o ./obj/tesseract_ccstruct_normalis.o ./obj/tesseract_ccstruct_ocrblock.o ./obj/tesseract_ccstruct_ocrpara.o ./obj/tesseract_ccstruct_ocrrow.o ./obj/tesseract_ccstruct_otsuthr.o ./obj/tesseract_ccstruct_pageres.o ./obj/tesseract_ccstruct_pdblock.o ./obj/tesseract_ccstruct_points.o ./obj/tesseract_ccstruct_polyaprx.o ./obj/tesseract_ccstruct_polyblk.o ./obj/tesseract_ccstruct_quadlsq.o ./obj/tesseract_ccstruct_quspline.o ./obj/tesseract_ccstruct_ratngs.o ./obj/tesseract_ccstruct_rect.o ./obj/tesseract_ccstruct_rejctmap.o ./obj/tesseract_ccstruct_seam.o ./obj/tesseract_ccstruct_split.o ./obj/tesseract_ccstruct_statistc.o ./obj/tesseract_ccstruct_stepblob.o ./obj/tesseract_ccstruct_werd.o cp ./obj/szlibd_1.o ./obj/szlibd.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/posync ./obj/gp_psync.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_classify_classify.o ./obj/tesseract_dict_context.o ./obj/tesseract_dict_dawg.o ./obj/tesseract_dict_dawg_cache.o ./obj/tesseract_dict_dict.o ./obj/tesseract_dict_permdawg.o ./obj/tesseract_dict_stopper.o ./obj/tesseract_dict_trie.o ./obj/tesseract_textord_alignedblob.o ./obj/tesseract_textord_baselinedetect.o ./obj/tesseract_textord_bbgrid.o ./obj/tesseract_textord_blkocc.o ./obj/tesseract_textord_blobgrid.o ./obj/tesseract_textord_ccnontextdetect.o ./obj/tesseract_textord_cjkpitch.o ./obj/tesseract_textord_colfind.o ./obj/tesseract_textord_colpartition.o ./obj/tesseract_textord_colpartitionset.o ./obj/tesseract_textord_colpartitiongrid.o ./obj/tesseract_textord_devanagari_processing.o ./obj/tesseract_textord_drawtord.o ./obj/tesseract_textord_edgblob.o ./obj/tesseract_textord_edgloop.o ./obj/tesseract_textord_fpchop.o ./obj/tesseract_textord_gap_map.o ./obj/tesseract_textord_imagefind.o ./obj/tesseract_textord_linefind.o ./obj/tesseract_textord_makerow.o ./obj/tesseract_textord_oldbasel.o ./obj/tesseract_textord_pithsync.o ./obj/tesseract_textord_pitsync1.o ./obj/tesseract_textord_scanedg.o ./obj/tesseract_textord_sortflts.o ./obj/tesseract_textord_strokewidth.o ./obj/tesseract_textord_tabfind.o ./obj/tesseract_textord_tablefind.o ./obj/tesseract_textord_tabvector.o ./obj/tesseract_textord_tablerecog.o ./obj/tesseract_textord_textlineprojection.o ./obj/tesseract_textord_textord.o ./obj/tesseract_textord_topitch.o ./obj/tesseract_textord_tordmain.o ./obj/tesseract_textord_tospace.o ./obj/tesseract_textord_tovars.o ./obj/tesseract_textord_underlin.o ./obj/tesseract_textord_wordseg.o ./obj/tesseract_textord_workingpartset.o ./obj/aux/echogs -e .dev -a- ./obj/clfile -init gxclfile ./obj/aux/echogs -e .dev -a- ./obj/posync -replace ./obj/nosync ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cfd ./obj/scfd.o ./obj/scfdtab.o cp ./obj/fapi_ft_1.o ./obj/fapi_ft.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_viewer_scrollview.o ./obj/tesseract_viewer_svmnode.o ./obj/tesseract_viewer_svutil.o ./obj/tesseract_wordrec_tface.o ./obj/tesseract_wordrec_wordrec.o ./obj/tesseract_ccutil_ccutil.o ./obj/tesseract_ccutil_clst.o ./obj/tesseract_ccutil_elst2.o ./obj/tesseract_ccutil_elst.o ./obj/tesseract_ccutil_errcode.o ./obj/tesseract_ccutil_mainblk.o ./obj/tesseract_ccutil_serialis.o ./obj/tesseract_ccutil_strngs.o ./obj/tesseract_ccutil_scanutils.o ./obj/tesseract_ccutil_tessdatamanager.o ./obj/tesseract_ccutil_tprintf.o ./obj/tesseract_ccutil_unichar.o ./obj/tesseract_ccutil_unicharcompress.o ./obj/tesseract_ccutil_unicharmap.o ./obj/tesseract_ccutil_unicharset.o ./obj/tesseract_ccutil_params.o ./obj/tesseract_lstm_convolve.o ./obj/tesseract_lstm_fullyconnected.o ./obj/tesseract_lstm_functions.o ./obj/tesseract_lstm_input.o ./obj/tesseract_lstm_lstm.o ./obj/tesseract_lstm_lstmrecognizer.o ./obj/tesseract_lstm_maxpool.o ./obj/tesseract_lstm_network.o ./obj/tesseract_lstm_networkio.o ./obj/tesseract_lstm_parallel.o ./obj/tesseract_lstm_plumbing.o ./obj/tesseract_lstm_recodebeam.o ./obj/tesseract_lstm_reconfig.o ./obj/tesseract_lstm_reversed.o ./obj/tesseract_lstm_series.o ./obj/tesseract_lstm_stridemap.o ./obj/tesseract_lstm_tfnetwork.o ./obj/tesseract_lstm_weightmatrix.o ./obj/tesseract_arch_dotproduct.o ./obj/tesseract_arch_dotproductavx.o ./obj/tesseract_arch_intsimdmatrixavx2.o ./obj/tesseract_arch_dotproductfma.o ./obj/tesseract_arch_dotproductsse.o ./obj/tesseract_arch_intsimdmatrixsse.o ./obj/tesseract_arch_intsimdmatrixneon.o cp ./obj/gsiorom_1.o ./obj/gsiorom.o cp ./obj/gxidata_0.o ./obj/gxidata.o cp ./obj/gximono_0.o ./obj/gximono.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_ccmain_adaptions.o ./obj/tesseract_ccmain_docqual.o ./obj/tesseract_ccmain_equationdetect.o ./obj/tesseract_ccmain_fixspace.o ./obj/tesseract_ccmain_fixxht.o ./obj/tesseract_ccmain_osdetect.o ./obj/tesseract_ccmain_par_control.o ./obj/tesseract_ccmain_recogtraining.o ./obj/tesseract_ccmain_superscript.o ./obj/tesseract_ccmain_tessbox.o ./obj/tesseract_ccmain_tfacepp.o ./obj/tesseract_ccstruct_fontinfo.o ./obj/tesseract_ccstruct_params_training_featdef.o ./obj/tesseract_ccutil_ambigs.o ./obj/tesseract_ccutil_bitvector.o ./obj/tesseract_ccutil_indexmapbidi.o ./obj/tesseract_ccutil_universalambigs.o ./obj/tesseract_classify_adaptive.o ./obj/tesseract_classify_adaptmatch.o ./obj/tesseract_classify_blobclass.o ./obj/tesseract_classify_cluster.o ./obj/tesseract_classify_clusttool.o ./obj/tesseract_classify_cutoffs.o ./obj/tesseract_classify_featdefs.o ./obj/tesseract_classify_float2int.o ./obj/tesseract_classify_fpoint.o ./obj/tesseract_classify_intfeaturespace.o ./obj/tesseract_classify_intfx.o ./obj/tesseract_classify_intmatcher.o ./obj/tesseract_classify_intproto.o ./obj/tesseract_classify_kdtree.o ./obj/tesseract_classify_mf.o ./obj/tesseract_classify_mfdefs.o ./obj/tesseract_classify_mfoutline.o ./obj/tesseract_classify_mfx.o ./obj/tesseract_classify_normfeat.o ./obj/tesseract_classify_normmatch.o ./obj/tesseract_classify_ocrfeatures.o ./obj/tesseract_classify_outfeat.o ./obj/tesseract_classify_picofeat.o ./obj/tesseract_classify_protos.o ./obj/tesseract_classify_shapeclassifier.o ./obj/tesseract_classify_shapetable.o ./obj/tesseract_classify_tessclassifier.o ./obj/tesseract_classify_trainingsample.o ./obj/tesseract_cutil_oldlist.o ./obj/tesseract_dict_hyphen.o ./obj/tesseract_textord_equationdetectbase.o ./obj/tesseract_wordrec_associate.o ./obj/tesseract_wordrec_chop.o ./obj/tesseract_wordrec_chopper.o ./obj/tesseract_wordrec_drawfx.o ./obj/tesseract_wordrec_findseam.o ./obj/tesseract_wordrec_gradechop.o ./obj/tesseract_wordrec_language_model.o ./obj/tesseract_wordrec_lm_consistency.o ./obj/tesseract_wordrec_lm_pain_points.o ./obj/tesseract_wordrec_lm_state.o ./obj/tesseract_wordrec_outlines.o ./obj/tesseract_wordrec_params_model.o ./obj/tesseract_wordrec_pieces.o ./obj/tesseract_wordrec_plotedges.o ./obj/tesseract_wordrec_render.o ./obj/tesseract_wordrec_segsearch.o ./obj/tesseract_wordrec_wordclass.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libd ./obj/gdevabuf.o ./obj/gdevdbit.o ./obj/gdevddrw.o ./obj/gdevdflt.o cp ./obj/siscale_0.o ./obj/siscale.o cp ./obj/gdevdrop_0.o ./obj/gdevdrop.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/strdline ./obj/gp_strdl.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf1read ./obj/zchar1.o ./obj/zcharout.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2int ./obj/zvmem2.o ./obj/zdps1.o ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevdgbr.o ./obj/gdevnfwd.o ./obj/gdevmem.o ./obj/gdevplnx.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/usparam ./obj/zusparam.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type42 ./obj/zchar42.o ./obj/zcharout.o ./obj/zfont42.o ./obj/aux/echogs -e .dev -a- ./obj/psf1read -obj ./obj/zfont1.o ./obj/zmisc1.o ./obj/aux/echogs -e .dev -a- ./obj/usparam -oper zusparam -replace ./obj/nousparm ./obj/aux/echogs -e .dev -w- -l-obj ./obj/zfrsd ./obj/zfrsd.o ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevm1.o ./obj/gdevm2.o ./obj/gdevm4.o ./obj/gdevm8.o ./obj/aux/echogs -e .dev -a- ./obj/psf1read -include ./obj/seexec ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cie ./obj/zcie.o ./obj/zcrd.o ./obj/aux/echogs -e .dev -a- ./obj/type42 -include ./obj/ttflib ./obj/aux/echogs -e .dev -a- ./obj/zfrsd -oper zfrsd ./obj/aux/echogs -e .dev -a- ./obj/dps2int -oper zvmem2 zdps1_l2 ./obj/aux/echogs -e .dev -a- ./obj/psf1read -oper zchar1 zfont1 zmisc1 ./obj/aux/echogs -e .dev -a- ./obj/type42 -oper zchar42 zfont42 ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevm16.o ./obj/gdevm24.o ./obj/gdevm32.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/dps2int -ps gs_dps1 ./obj/aux/echogs -e .dev -a- ./obj/psf1read -ps gs_agl gs_type1 ./obj/aux/echogs -e .dev -a- ./obj/type42 -ps gs_typ42 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf0read ./obj/zcfont.o ./obj/zfont0.o ./obj/aux/echogs -e .dev -a- ./obj/cie -oper zcrd_l2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sddparam ./obj/sddparam.o ./obj/sdcparam.o ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevm40.o ./obj/gdevm48.o ./obj/gdevm56.o ./obj/gdevm64.o ./obj/gdevmx.o ./obj/aux/echogs -e .dev -a- ./obj/cie -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/btoken ./obj/iscanbin.o ./obj/zbseq.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmykread ./obj/zcolor1.o ./obj/zht1.o ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevdsha.o ./obj/gxscanc.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/upath ./obj/zupath.o ./obj/ibnum.o ./obj/gdevhit.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2read ./obj/ibnum.o ./obj/zcharx.o ./obj/aux/echogs -e .dev -a- ./obj/cmykread -oper zcolor1 zht1 ./obj/aux/echogs -e .dev -a- ./obj/upath -oper zupath_l2 zupath ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdiff ./obj/spdiff.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psfilters ./obj/sfilter1.o ./obj/sfilter2.o ./obj/sa85d.o ./obj/aux/echogs -e .dev -a- ./obj/dps2read -include ./obj/dps2int ./obj/aux/echogs -e .dev -a- ./obj/psf0read -oper zcfont zfont0 ./obj/aux/echogs -e .dev -a- ./obj/psfilters ./obj/sa85d.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/iodevice ./obj/ziodev2.o ./obj/zdevcal.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pagedev ./obj/zdevice2.o ./obj/zmedia2.o ./obj/aux/echogs -e .dev -a- ./obj/btoken -oper zbseq_l2 -replace ./obj/nobtoken ./obj/aux/echogs -e .dev -w- -l-obj ./obj/patread ./obj/zpcolor.o ./obj/aux/echogs -e .dev -a- ./obj/dps2read -oper ireclaim_l2 zcharx ./obj/aux/echogs -e .dev -a- ./obj/btoken -ps gs_btokn ./obj/aux/echogs -e .dev -w- -l-obj ./obj/isupport ./obj/ialloc.o ./obj/igc.o ./obj/igcref.o ./obj/igcstr.o ./obj/aux/echogs -e .dev -a- ./obj/psf0read -include ./obj/cmapread ./obj/aux/echogs -e .dev -a- ./obj/pagedev -oper zdevice2_l2 zmedia2_l2 ./obj/aux/echogs -e .dev -a- ./obj/isupport -obj ./obj/ilocate.o ./obj/iname.o ./obj/isave.o ./obj/aux/echogs -e .dev -a- ./obj/iodevice -oper ziodev2_l2 ./obj/aux/echogs -e .dev -a- ./obj/dps2read -ps gs_dps2 ./obj/aux/echogs -e .dev -a- ./obj/patread -oper zpcolor_l2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/nobtoken ./obj/inobtokn.o ./obj/aux/echogs -e .dev -a- ./obj/pagedev -ps gs_setpd ./obj/aux/echogs -e .dev -w- -l-obj ./obj/nousparm ./obj/inouparm.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dscparse -obj ./obj/zdscpars.o ./obj/dscparse.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapi_ps ./obj/zfapi.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/bcp ./obj/sbcp.o ./obj/zfbcp.o ./obj/aux/echogs -e .dev -a- ./obj/iodevice -iodev null calendar ./obj/aux/echogs -e .dev -w- -l-obj ./obj/path1 ./obj/zpath1.o ./obj/aux/echogs -e .dev -a- ./obj/dscparse -oper zdscpars ./obj/aux/echogs -e .dev -w- -l-obj ./obj/func ./obj/zfunc.o ./obj/zfunc0.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/func4lib ./obj/gsfunc4.o ./obj/spprint.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type32 ./obj/zchar32.o ./obj/zfont32.o ./obj/aux/echogs -e .dev -a- ./obj/path1 -include ./obj/path1lib ./obj/aux/echogs -e .dev -a- ./obj/fapi_ps -oper zfapi ./obj/aux/echogs -e .dev -a- ./obj/bcp -oper zfbcp ./obj/aux/echogs -e .dev -a- ./obj/func -oper zfunc ./obj/aux/echogs -e .dev -w- -l-obj ./obj/simscale ./obj/simscale.o ./obj/simscale_foo.o ./obj/aux/echogs -e .dev -a- ./obj/func4lib -include ./obj/funclib ./obj/aux/echogs -e .dev -a- ./obj/func -functiontype 0 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/form ./obj/zform.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cspixel ./obj/zcspixel.o ./obj/aux/echogs -e .dev -a- ./obj/func -include ./obj/funclib ./obj/aux/echogs -e .dev -a- ./obj/type32 -oper zchar32 zfont32 ./obj/aux/echogs -e .dev -a- ./obj/fapi_ps -ps gs_fntem gs_fapi ./obj/aux/echogs -e .dev -a- ./obj/form -oper zform ./obj/aux/echogs -e .dev -a- ./obj/type32 -ps gs_res gs_typ32 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/frsd -include ./obj/zfrsd ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ttfont -include ./obj/macglyph ./obj/type42 ./obj/aux/echogs -e .dev -a- ./obj/frsd -ps gs_lev2 gs_res gs_frsd ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fmd5 ./obj/zfmd5.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ssha2 ./obj/ssha2.o ./obj/sha2.o ./obj/aux/echogs -e .dev -a- ./obj/path1 -oper zpath1 ./obj/aux/echogs -e .dev -a- ./obj/fmd5 -include ./obj/smd5 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/farc4 ./obj/zfarc4.o ./obj/aux/echogs -e .dev -a- ./obj/cspixel -include ./obj/cspixlib ./obj/aux/echogs -e .dev -a- ./obj/ttfont -ps gs_wan_e gs_ttf ./obj/aux/echogs -e .dev -w- -l-obj ./obj/saes ./obj/saes.o ./obj/aes.o ./obj/aux/echogs -e .dev -a- ./obj/fmd5 -oper zfmd5 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfops ./obj/zpdfops.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdf_r6 ./obj/zpdf_r6.o cp ./obj/pdf_file_jbig2dec.o ./obj/pdf_file.o cp ./obj/pdf_utf8_unix_.o ./obj/pdf_utf8.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/iapi ./obj/iapi.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/unix_ ./obj/gp_getnv.o ./obj/gp_upapr.o ./obj/gp_unix.o ./obj/gp_unifs.o ./obj/gp_unifn.o ./obj/gp_stdia.o ./obj/gp_nxpsprn.o -include ./obj/nosync ./obj/aux/echogs -e .dev -a- ./obj/pdf_r6 -oper zpdf_r6 ./obj/aux/echogs -e .dev -a- ./obj/pdfops -oper zpdfops ./obj/aux/echogs -e .dev -w- -l-obj ./obj/patlib -include ./obj/cmyklib ./obj/imasklib ./obj/psl2cs ./obj/aux/echogs -e .dev -w- -l-obj ./obj/colimlib ./obj/gxicolor.o cp ./obj/sjpegc_1.o ./obj/sjpegc.o cp ./obj/sdctd_1.o ./obj/sdctd.o cp ./obj/sjpegd_1.o ./obj/sjpegd.o ./obj/aux/echogs -e .dev -a- ./obj/unix_ -include ./obj/smd5 cp ./obj/libpng_1.dev ./obj/libpng.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/page ./obj/gdevprn.o ./obj/gdevppla.o ./obj/gdevmplt.o ./obj/gdevflp.o ./obj/gxdownscale.o ./obj/claptrap.o ./obj/claptrap-init.o ./obj/claptrap-planar.o ./obj/ets.o ./obj/gdevoflt.o ./obj/gdevnup.o ./obj/gdevsclass.o ./obj/gdevepo.o ./obj/aux/echogs -e .dev -a- ./obj/patlib -obj ./obj/gspcolor.o ./obj/gsptype1.o ./obj/gxclip2.o ./obj/aux/echogs -e .dev -a- ./obj/farc4 -include ./obj/sarc4 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmaplib ./obj/gsfcmap.o ./obj/gsfcmap1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sicclib ./obj/gsicc.o ./obj/aux/echogs -e .dev -a- ./obj/colimlib -imageclass 4_color ./obj/aux/echogs -e .dev -a- ./obj/page -include ./obj/clist ./obj/aux/echogs -e .dev -a- ./obj/patlib -obj ./obj/gxmclip.o ./obj/gxp1fill.o ./obj/gxpcmap.o cp ./obj/sjbig2_jbig2dec.dev ./obj/sjbig2.dev ./obj/aux/echogs -e .dev -a- ./obj/cmaplib -include ./obj/cidlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sjpx_openjpeg ./obj/sjpx_openjpeg.o ./obj/aux/echogs -e .dev -a- ./obj/sicclib ./obj/gsicc_manage.o ./obj/gsicc_cache.o ./obj/gsicc_lcms2mt.o ./obj/gsicc_profilecache.o ./obj/gsicc_create.o ./obj/gsicc_nocm.o ./obj/gsicc_replacecm.o ./obj/gsicc_monitorcm.o ./obj/gsicc_blacktext.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libtiff_1 ./obj/gstiffio.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/szlibe ./obj/szlibc.o ./obj/szlibe.o ./obj/aux/echogs -e .dev -a- ./obj/sjpx_openjpeg -include ./obj/openjpeg.dev ./obj/aux/echogs -e .dev -a- ./obj/farc4 -oper zfarc4 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/vector ./obj/gdevvec.o ./obj/aux/echogs -e .dev -a- ./obj/sicclib ./obj/gsmd5.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdxtext ./obj/gdevpdt.o ./obj/gdevpdtb.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/fpng ./obj/gdevfpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/libtiff_1 -lib tiff ./obj/aux/echogs -e .dev -a- ./obj/vector -include ./obj/bboxutil ./obj/sfile ./obj/aux/echogs -e .dev -a- ./obj/szlibe -include ./obj/zlibe.dev ./obj/aux/echogs -e .dev -a- ./obj/sicclib -include ./obj/lcms2mt.dev ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdtc.o ./obj/gdevpdtd.o ./obj/gdevpdte.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/inferno ./obj/gdevifno.o ./obj/aux/echogs -e .dev -a- ./obj/fpng ./obj/aux/echogs -e .dev -a- ./obj/libtiff_1 -include ./obj/jpegd.dev ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgr4 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgr8 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/libtiff_1 -include ./obj/jpege.dev ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray2 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray4 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray8 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdtf.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrmono ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/miff24 ./obj/gdevmiff.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pam ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pamcmyk32 ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pamcmyk4 ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pbm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pbmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx16 ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdti.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx24b ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx256 ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxcmyk ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxgray ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxmono ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage24 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage32 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage8 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgnm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgnmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/aux/echogs -e .dev -a- ./obj/pdfimage24 -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/pdfimage8 -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pkm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdfimage32 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pkmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pksm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdts.o ./obj/gdevpdtt.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pksmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plan ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plan9bm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/planc ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plang ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plank ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/planm ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plib ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibc ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibg ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibk ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdtv.o ./obj/gdevpdtw.o ./obj/whitelst.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibm ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gsfont0c.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ppm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ppmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext -include ./obj/fcopy ./obj/psf ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyk ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyk16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyktags ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyktags16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdrgb ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdrgb16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/spotcmyk ./obj/gdevdevn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/xcf ./obj/gdevxcf.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc1900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc2000 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc4000 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc4100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc8500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc8600 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc9100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ap3250 ./obj/gdevescp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/appledmp ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx23 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx24 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx38 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10e ./obj/gdevbj10.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj200 ./obj/gdevbj10.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc600 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc800 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc880j ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjccmyk ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjccolor ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjcgray ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjcmono ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdeskjet ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj1600 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdj500 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdj550 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj670 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj850 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj880 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj890 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj970 ./obj/gdevdj9.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdjcolor ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdjmono ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdnj500 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/chp2200 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5 ./obj/gdevclj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5c ./obj/gdevcljc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5pr ./obj/gdevclj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/coslw2p ./obj/gdevcslw.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/coslwxl ./obj/gdevcslw.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/declj250 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/deskjet ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/djet500 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/djet500c ./obj/gdevdjtc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dl2100 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dnj650c ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2050 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2050p ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2120 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2750 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl5800 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl5900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl6100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl6200 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eplcolor ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eplmono ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eps9high ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eps9mid ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epson ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epsonc ./obj/gdevepsc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/escp ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/escpage ./obj/gdevespg.o ./obj/gdevlprn.o ./obj/gdevlips.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/fmlbp ./obj/gdevfmlbp.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/fmpr ./obj/gdevfmpr.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/fs600 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/gdi ./obj/gdevgdi.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl1240 ./obj/gdevhl12.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl1250 ./obj/gdevhl12.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl7x0 ./obj/gdevhl7x.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj1120c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj310 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj320 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj340 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj400 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj500 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj500c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj510 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj520 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj540 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj550c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj560c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj600 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj660c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj670c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj680c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj690c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj850c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj855c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj870c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj890c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdjplus ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdjportable ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ibmpro ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/imagen ./obj/gdevimgn.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/itk24i ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/itk38 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwhi ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwlo ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwlq ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/jetp3852 ./obj/gdev3852.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la50 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la70 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la75 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la75plus ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/laserjet ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp310 ./obj/gdevlbp3.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp320 ./obj/gdevlbp3.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp8 ./obj/gdevlbp8.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex2050 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex3200 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex5700 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex7000 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips2p ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips3 ./obj/gdevlbp8.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips4 ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/lips4v ./obj/gdevl4v.o ./obj/gdevlips.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj250 ./obj/gdevpjet.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj3100sw ./obj/gdevl31s.o ./obj/gdevmeds.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj4dith ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -a- ./obj/lips4v -include ./obj/vector ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj4dithp ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj5gray ./obj/gdevlj56.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj5mono ./obj/gdevlj56.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet2p ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet3 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet3d ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet4 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet4d ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ljet4pjl ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljetplus ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ln03 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp1800 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp1900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2000 ./obj/gdevespg.o ./obj/gdevlprn.o ./obj/gdevlips.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2200 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2400 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/lp2563 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp3000c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7700 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8000 ./obj/gdevlp8k.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8000c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8200c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8300c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8300f ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8400f ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8500c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8600 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8600f ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8700 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8800c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9000b ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9000c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9200b ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9200c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9300 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9400 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9500c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9600 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9600s ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9800c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lps4500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lps6500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lq850 ./obj/gdevdm24.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lxm3200 ./obj/gdevlx32.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lxm5700m ./obj/gdevlxm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/m8510 ./obj/gdev8510.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md1xMono ./obj/gdevalps.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md2k ./obj/gdevmd2k.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md50Eco ./obj/gdevalps.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md50Mono ./obj/gdevalps.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md5k ./obj/gdevmd2k.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj500c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj6000c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj700v2c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj8000c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ml600 ./obj/gdevml6.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/necp6 ./obj/gdevdm24.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/npdl ./obj/gdevnpdl.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/oce9050 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oki182 ./obj/gdevo182.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oki4w ./obj/gdevop4w.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/okiibm ./obj/gdevokii.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oprp ./obj/gdevopvp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/opvp ./obj/gdevopvp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/paintjet ./obj/gdevpjet.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pcl3 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/photoex ./obj/gdevphex.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pj ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjetxl ./obj/gdevpjet.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjxl ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjxl300 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pxlcolor ./obj/gdevpx.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pxlmono ./obj/gdevpx.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/r4081 ./obj/gdev4081.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/rinkj ./obj/gdevrinkj.o ./obj/evenbetter-rll.o ./obj/rinkj-byte-stream.o ./obj/rinkj-device.o ./obj/rinkj-config.o ./obj/rinkj-dither.o ./obj/rinkj-epson870.o ./obj/rinkj-screen-eb.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/rpdl ./obj/gdevrpdl.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/samsunggdi ./obj/gdevgdi.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/sj48 ./obj/gdevsj48.o ./obj/aux/echogs -e .dev -a- ./obj/pxlcolor -include ./obj/vector ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/st800 ./obj/gdevescp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/stcolor ./obj/gdevstc.o ./obj/gdevstc1.o ./obj/gdevstc2.o ./obj/aux/echogs -e .dev -a- ./obj/pxlmono -include ./obj/vector ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d2 ./obj/gdev4693.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d4 ./obj/gdev4693.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d8 ./obj/gdev4693.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/tek4696 ./obj/gdevtknk.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/uniprint ./obj/gdevupd.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/xes ./obj/gdevxes.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ijs ./obj/gdevijs.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png16 ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/ijs -include ./obj/ijslib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png16m ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png256 ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/png16 -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/stcolor -obj ./obj/gdevstc3.o ./obj/gdevstc4.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png48 ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngalpha ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnggray ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/png48 -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/pngalpha -include ./obj/libpng ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngmono ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/png256 -include ./obj/libpng ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngmonod ./obj/gdevpng.o ./obj/gdevpccm.o cp ./obj/libocr_1.dev ./obj/libocr.dev ./obj/aux/echogs -e .dev -a- ./obj/png16m -include ./obj/libpng ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr8 ./obj/gdevpdfocr.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr24 ./obj/gdevpdfocr.o ./obj/aux/echogs -e .dev -a- ./obj/pnggray -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/pngmono -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/pdfocr8 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr32 ./obj/gdevpdfocr.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/szlibd ./obj/szlibc.o ./obj/szlibd.o ./obj/aux/echogs -e .dev -a- ./obj/pdfocr32 -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/pdfocr24 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapif1 ./obj/fapi_ft.o ./obj/write_t1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/romfs1 ./obj/gsiorom.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libx ./obj/gxacpath.o ./obj/gxbcache.o ./obj/gxccache.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/iscale ./obj/siinterp.o ./obj/siscale.o ./obj/sidscale.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/roplib ./obj/gdevdrop.o ./obj/gsroprun.o ./obj/aux/echogs -e .dev -a- ./obj/romfs1 -iodev rom ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxccman.o ./obj/gxchar.o ./obj/gxcht.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2int ./obj/iutil2.o ./obj/zmisc2.o ./obj/aux/echogs -e .dev -a- ./obj/fapif1 ./obj/write_t2.o ./obj/wrfont.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxclip.o ./obj/gxcmap.o ./obj/gxcpath.o ./obj/aux/echogs -e .dev -a- ./obj/szlibd -include ./obj/zlibd.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type1 -include ./obj/psf1lib ./obj/psf1read ./obj/aux/echogs -e .dev -a- ./obj/psl2int -include ./obj/dps2int ./obj/usparam ./obj/aux/echogs -e .dev -a- ./obj/pngmonod -include ./obj/libpng ./obj/aux/echogs -e .dev -w- -l-obj ./obj/color -include ./obj/cmyklib ./obj/colimlib ./obj/cmykread ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fdecode ./obj/scantab.o ./obj/scfparam.o ./obj/zfdecode.o ./obj/aux/echogs -e .dev -a- ./obj/fdecode -include ./obj/cfd ./obj/lzwd ./obj/pdiff ./obj/pngp ./obj/rld ./obj/psfilters.dev ./obj/aux/echogs -e .dev -a- ./obj/fdecode -oper zfdecode ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pattern -include ./obj/patlib ./obj/patread ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxdcconv.o ./obj/gxdcolor.o ./obj/gxhldevc.o ./obj/aux/echogs -e .dev -a- ./obj/psl2int -oper zmisc2 ./obj/aux/echogs -e .dev -a- ./obj/roplib ./obj/gdevmr1.o ./obj/gdevmr2n.o ./obj/gdevmr8n.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psbase ./obj/imain.o ./obj/imainarg.o ./obj/gsargs.o ./obj/idisp.o ./obj/aux/echogs -e .dev -a- ./obj/fapif1 -include ./obj/freetype ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/gconfig.o ./obj/gscdefs.o ./obj/iconfig.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxfill.o ./obj/gxht.o ./obj/gxhtbit.o ./obj/gxht_thresh.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/func4 ./obj/zfunc4.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fimscale ./obj/zfimscale.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxidata.o ./obj/gxifast.o ./obj/gximage.o ./obj/gximdecode.o ./obj/aux/echogs -e .dev -a- ./obj/fimscale -include ./obj/simscale ./obj/aux/echogs -e .dev -a- ./obj/roplib ./obj/gdevrops.o ./obj/gsrop.o ./obj/gsroptab.o ./obj/aux/echogs -e .dev -a- ./obj/fapif1 -fapi fapi_ft ./obj/aux/echogs -e .dev -a- ./obj/psl2int -ps gs_lev2 gs_res ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gximage1.o ./obj/gximono.o ./obj/gxipixel.o ./obj/gximask.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/icc ./obj/zicc.o ./obj/aux/echogs -e .dev -a- ./obj/fimscale -oper zfimscale ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fzlib -include ./obj/szlibe ./obj/szlibd ./obj/aux/echogs -e .dev -a- ./obj/func4 -functiontype 4 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fsha2 ./obj/zfsha2.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxi12bit.o ./obj/gxi16bit.o ./obj/gxiscale.o ./obj/gxpaint.o ./obj/gxpath.o ./obj/gxpath2.o ./obj/aux/echogs -e .dev -a- ./obj/func4 -include ./obj/func ./obj/func4lib ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/psapi.o ./obj/icontext.o ./obj/idebug.o ./obj/aux/echogs -e .dev -a- ./obj/fsha2 -include ./obj/ssha2 ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxpcopy.o ./obj/gxpdash.o ./obj/gxpflat.o ./obj/aux/echogs -e .dev -a- ./obj/fsha2 -oper zfsha2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/faes ./obj/zfaes.o ./obj/aux/echogs -e .dev -a- ./obj/fzlib -obj ./obj/zfzlib.o ./obj/aux/echogs -e .dev -a- ./obj/faes -include ./obj/saes ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jbig2_jbig2dec ./obj/zfjbig2_jbig2dec.o ./obj/aux/echogs -e .dev -a- ./obj/icc -oper zicc ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/idict.o ./obj/idparam.o ./obj/idstack.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxsample.o ./obj/gxstroke.o ./obj/gxsync.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/shadelib ./obj/gscolor3.o ./obj/gsfunc3.o ./obj/gsptype2.o ./obj/gsshade.o ./obj/aux/echogs -e .dev -a- ./obj/fzlib -oper zfzlib ./obj/aux/echogs -e .dev -a- ./obj/faes -oper zfaes ./obj/aux/echogs -e .dev -a- ./obj/icc -ps gs_icc ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iinit.o ./obj/interp.o ./obj/aux/echogs -e .dev -a- ./obj/jbig2_jbig2dec -include ./obj/sjbig2 ./obj/aux/echogs -e .dev -a- ./obj/libx -imageclass 0_interpolate ./obj/aux/echogs -e .dev -a- ./obj/shadelib -obj ./obj/gxshade.o ./obj/gxshade1.o ./obj/gxshade4.o ./obj/gxshade6.o ./obj/aux/echogs -e .dev -a- ./obj/icc -include ./obj/sicclib ./obj/cie ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iparam.o ./obj/ireclaim.o ./obj/iplugin.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2lib -include ./obj/colimlib ./obj/psl2cs ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdctd ./obj/sdctc.o ./obj/sjpegc.o ./obj/sdctd.o ./obj/sjpegd.o ./obj/aux/echogs -e .dev -a- ./obj/jbig2_jbig2dec -oper zfjbig2 ./obj/aux/echogs -e .dev -a- ./obj/libx -imageclass 1_simple 3_mono ./obj/aux/echogs -e .dev -a- ./obj/shadelib -include ./obj/funclib ./obj/patlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdcte ./obj/sdctc.o ./obj/sjpegc.o ./obj/sdcte.o ./obj/sjpege.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iscan.o ./obj/iscannum.o ./obj/istack.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/translib ./obj/gstrans.o ./obj/gximag3x.o ./obj/gxblend.o ./obj/gxblend1.o ./obj/gdevp14.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/psl2lib -imageclass 2_fracs ./obj/aux/echogs -e .dev -a- ./obj/libx -imagetype 1 mask1 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf0lib ./obj/gschar0.o ./obj/gsfont0.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iutil.o ./obj/scantab.o ./obj/aux/echogs -e .dev -a- ./obj/sdcte -include ./obj/jpege.dev ./obj/aux/echogs -e .dev -a- ./obj/sdctd -include ./obj/jpegd.dev ./obj/aux/echogs -e .dev -a- ./obj/translib -imagetype 3x cp ./obj/sjpx_openjpeg.dev ./obj/sjpx.dev ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/sstring.o ./obj/stream.o ./obj/aux/echogs -e .dev -a- ./obj/translib -include ./obj/cspixlib ./obj/bboxutil ./obj/page ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/PCLm ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/PCLm8 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bit ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zarith.o ./obj/zarray.o ./obj/zcontrol.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitcmyk ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/psf0lib -include ./obj/cmaplib ./obj/aux/echogs -e .dev -a- ./obj/PCLm -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/PCLm8 -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/translib -include ./obj/cielib.dev ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitrgb ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/bitcmyk -include ./obj/cielib ./obj/aux/echogs -e .dev -a- ./obj/bit -include ./obj/cielib ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zdict.o ./obj/zfile.o ./obj/zfile1.o ./obj/zfileio.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitrgbtags ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp16 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp16m ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/bitrgb -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp256 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zfilter.o ./obj/zfproc.o ./obj/zgeneric.o ./obj/aux/echogs -e .dev -a- ./obj/bitrgbtags -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp32b ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpgray ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpmono ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpsep1 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpsep8 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/ziodev.o ./obj/ziodevsc.o ./obj/zmath.o ./obj/zalg.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ccr ./obj/gdevccr.o cp ./obj/libtiff_1.dev ./obj/libtiff.dev ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cif ./obj/gdevcif.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/devicen ./obj/gdevdevn.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psdf ./obj/gdevpsdi.o ./obj/gdevpsdp.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdtext -include ./obj/pdxtext ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zmisc.o ./obj/zpacked.o ./obj/zrelbit.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpeg ./obj/gdevjpeg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpegcmyk ./obj/gdevjpeg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpeggray ./obj/gdevjpeg.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zstack.o ./obj/zstring.o ./obj/zsysvm.o ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/gdevpsds.o ./obj/gdevpsdu.o ./obj/aux/echogs -e .dev -a- ./obj/jpegcmyk -include ./obj/sdcte ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/psdcmykog ./obj/gdevcmykog.o ./obj/aux/echogs -e .dev -a- ./obj/jpeg -include ./obj/sdcte ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ocr ./obj/gdevocr.o ./obj/aux/echogs -e .dev -a- ./obj/jpeggray -include ./obj/sdcte ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/ztoken.o ./obj/ztype.o ./obj/zvmem.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/hocr ./obj/aux/echogs -e .dev -w- -l-obj ./obj/clmemory ./obj/gxclmem.o ./obj/gxclzlib.o ./obj/aux/echogs -e .dev -a- ./obj/ocr -include ./obj/libocr ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/scfparam.o ./obj/sdcparam.o ./obj/sdeparam.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gxfapi ./obj/gxfapi.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type2 ./obj/zchar2.o ./obj/zfont2.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zbfont.o ./obj/zchar.o ./obj/zcolor.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmapread ./obj/zcid.o ./obj/zfcmap.o ./obj/aux/echogs -e .dev -a- ./obj/clmemory -include ./obj/szlibe ./obj/aux/echogs -e .dev -a- ./obj/hocr ./obj/aux/echogs -e .dev -a- ./obj/gxfapi -include ./obj/fapiu ./obj/aux/echogs -e .dev -a- ./obj/cmapread -include ./obj/cmaplib ./obj/psl2int ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/spprint.o ./obj/spsdf.o ./obj/sstring.o ./obj/aux/echogs -e .dev -a- ./obj/clmemory -include ./obj/szlibd ./obj/aux/echogs -e .dev -a- ./obj/clmemory -init gxclmem ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/gsparamx.o ./obj/aux/echogs -e .dev -a- ./obj/psdf -include ./obj/vector.dev ./obj/pngp.dev ./obj/seexec.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/compfont -include ./obj/psf0lib ./obj/psf0read ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zdevice.o ./obj/zfont.o ./obj/zfontenum.o ./obj/zgstate.o ./obj/aux/echogs -e .dev -a- ./obj/psdf -include ./obj/sdcte.dev ./obj/slzwe.dev ./obj/szlibe.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dcte -include ./obj/sdcte ./obj/sdeparam ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dctd -include ./obj/sdctd ./obj/sddparam ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zht.o ./obj/zimage.o ./obj/zmatrix.o ./obj/aux/echogs -e .dev -a- ./obj/type2 -oper zchar2 zfont2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dpsand2 -include ./obj/btoken ./obj/color ./obj/upath ./obj/dps2lib ./obj/dps2read ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zpaint.o ./obj/zpath.o ./obj/aux/echogs -e .dev -a- ./obj/dcte -obj ./obj/zfdcte.o ./obj/aux/echogs -e .dev -a- ./obj/cmapread -oper zfcmap ./obj/aux/echogs -e .dev -a- ./obj/dctd -obj ./obj/zfdctd.o ./obj/aux/echogs -e .dev -a- ./obj/type2 -include ./obj/type1 ./obj/psf2lib ./obj/aux/echogs -e .dev -a- ./obj/gxfapi -include ./obj/fapif1 ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zncdummy.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/filter -include ./obj/fdecode ./obj/aux/echogs -e .dev -a- ./obj/cmapread -ps gs_cmap ./obj/aux/echogs -e .dev -a- ./obj/dcte -oper zfdcte ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2read ./obj/zcolor2.o ./obj/zcsindex.o ./obj/zht2.o ./obj/aux/echogs -e .dev -a- ./obj/gxfapi -include ./obj/fapib ./obj/aux/echogs -e .dev -a- ./obj/dctd -oper zfdctd ./obj/aux/echogs -e .dev -a- ./obj/filter -obj ./obj/zfilter2.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sepr ./obj/zcssepr.o ./obj/zfsample.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zarith zarray zcontrol1 zcontrol2 zcontrol3 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3read ./obj/zfunc3.o ./obj/zfsample.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cff -include ./obj/psl2int -ps gs_cff ./obj/aux/echogs -e .dev -a- ./obj/psl2read -include ./obj/psl2int ./obj/dps2read ./obj/aux/echogs -e .dev -a- ./obj/sepr -oper zcssepr_l2 ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zdict1 zdict2 zfile zfile1 zfileio1 zfileio2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpx_openjpeg ./obj/zfjpx_openjpeg.o ./obj/aux/echogs -e .dev -a- ./obj/filter -include ./obj/cfe ./obj/lzwe ./obj/rle ./obj/aux/echogs -e .dev -a- ./obj/psl3read ./obj/zimage3.o ./obj/zmisc3.o ./obj/zcolor3.o ./obj/zshade.o cp ./obj/jbig2_jbig2dec.dev ./obj/jbig2.dev ./obj/aux/echogs -e .dev -a- ./obj/psl2read -oper zht2_l2 ./obj/aux/echogs -e .dev -a- ./obj/jpx_openjpeg -include ./obj/sjpx ./obj/aux/echogs -e .dev -a- ./obj/sepr -oper zfsample ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zfilter zfproc zgeneric ziodev zmath zalg ./obj/aux/echogs -e .dev -a- ./obj/filter -oper zfilter2 ./obj/aux/echogs -e .dev -a- ./obj/jpx_openjpeg -include ./obj/openjpeg ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3lib ./obj/gsclipsr.o ./obj/gscdevn.o ./obj/gxdevndi.o ./obj/aux/echogs -e .dev -a- ./obj/psl3read -oper zfsample ./obj/aux/echogs -e .dev -a- ./obj/jpx_openjpeg -oper zfjpx ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdct -include ./obj/sdctd.dev ./obj/sdcte.dev ./obj/aux/echogs -e .dev -a- ./obj/sepr -include ./obj/func4 ./obj/seprlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fax ./obj/gdevfax.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zmisc_a zmisc_b zpacked zrelbit zstack zstring zsysvm ./obj/aux/echogs -e .dev -a- ./obj/psl3lib -include ./obj/imasklib ./obj/shadelib ./obj/aux/echogs -e .dev -a- ./obj/psl3read -oper zimage3 zmisc3 zcolor3_l3 zshade ./obj/aux/echogs -e .dev -w- -l-obj ./obj/tiffs ./obj/gdevtifs.o ./obj/minftrsz.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevxps_1.o -c ./devices/vector/gdevxps.c ./obj/aux/echogs -e .dev -a- ./obj/fax -include ./obj/cfe -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/psl3lib -include ./obj/gxfapiu ./obj/aux/echogs -e .dev -w- -l-obj ./obj/clist ./obj/gxclist.o ./obj/gxclbits.o ./obj/gxclpage.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper ztoken ztype zvmem zbfont zchar_a zchar_b zcolor zcolor_ext ./obj/aux/echogs -e .dev -a- ./obj/psl3read -functiontype 2 3 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cidfont ./obj/zcid.o ./obj/zfcid.o ./obj/zfcid0.o ./obj/zfcid1.o ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclrast.o ./obj/gxclread.o ./obj/gxclrect.o ./obj/aux/echogs -e .dev -a- ./obj/tiffs -include ./obj/page -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zdevice zdevice_ext zfont zfontenum zgstate1 zgstate2 zgstate3 zgstate4 ./obj/aux/echogs -e .dev -a- ./obj/cidfont -include ./obj/psf1read ./obj/psl2int ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dct -include ./obj/dcte ./obj/dctd ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclutil.o ./obj/gsparams.o ./obj/gsparaml.o ./obj/gsparamx.o ./obj/gxshade6.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/transpar ./obj/ztrans.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfi ./obj/pdf_loop_detect.o ./obj/ghostpdf.o ./obj/pdf_dict.o ./obj/pdf_array.o ./obj/pdf_xref.o ./obj/pdf_int.o ./obj/pdf_file.o ./obj/pdf_path.o ./obj/pdf_colour.o ./obj/pdf_pattern.o ./obj/pdf_gstate.o ./obj/pdf_stack.o ./obj/pdf_image.o ./obj/pdf_page.o ./obj/pdf_annot.o ./obj/pdf_mark.o ./obj/pdf_fapi.o ./obj/pdf_font.o ./obj/pdf_font0.o ./obj/pdf_ciddec.o ./obj/pdf_font1.o ./obj/pdf_font1C.o ./obj/pdf_fontps.o ./obj/pdf_font3.o ./obj/pdf_fontTT.o ./obj/pdf_font9.o ./obj/pdf_font11.o ./obj/pdf_cmap.o ./obj/pdf_fmap.o ./obj/pdf_text.o ./obj/pdf_shading.o ./obj/pdf_func.o ./obj/pdf_trans.o ./obj/pdf_device.o ./obj/pdf_misc.o ./obj/pdf_optcontent.o ./obj/pdf_check.o ./obj/pdf_sec.o ./obj/pdf_utf8.o ./obj/pdf_deref.o ./obj/pdf_repair.o ./obj/pdf_obj.o ./obj/pdf_doc.o ./obj/aux/echogs -e .dev -a- ./obj/pdfi -include ./obj/func4lib.dev ./obj/gsagl.dev ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zht zimage zmatrix zmatrix2 ./obj/aux/echogs -e .dev -a- ./obj/psl3read -ps gs_ll3 ./obj/aux/echogs -e .dev -a- ./obj/cidfont -include ./obj/type2 ./obj/type42 ./obj/zfrsd ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gsroptab.o ./obj/gsroprun.o ./obj/stream.o ./obj/aux/echogs -e .dev -a- ./obj/transpar -oper ztrans1 ztrans2 ztrans3 ./obj/aux/echogs -e .dev -a- ./obj/pdfi -include ./obj/pdiff.dev ./obj/psfilters.dev ./obj/saes.dev ./obj/sjpx.dev ./obj/aux/echogs -e .dev -a- ./obj/psl3read -include ./obj/frsd ./obj/fzlib ./obj/aux/echogs -e .dev -a- ./obj/pdfi -include ./obj/ssha2.dev ./obj/psfilters.dev ./obj/sdct.dev ./obj/simscale.dev ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclimag.o ./obj/gxclpath.o ./obj/gxdhtserial.o cp ./obj/jpx_openjpeg.dev ./obj/jpx.dev ./obj/aux/echogs -w ./obj/fdevs.tr - -include ./obj/unix_ ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclthrd.o ./obj/gsmchunk.o ./obj/aux/echogs -a ./obj/fdevs.tr -+ ./obj/pipe.dev ./obj/gsnogc.dev ./obj/htxlib.dev ./obj/psl3lib.dev ./obj/psl2lib.dev ./obj/dps2lib.dev ./obj/path1lib.dev ./obj/patlib.dev ./obj/psl2cs.dev ./obj/rld.dev ./obj/gxfapiu.dev ./obj/ttflib.dev ./obj/cielib.dev ./obj/pipe.dev ./obj/htxlib.dev ./obj/sdct.dev ./obj/libpng.dev ./obj/seprlib.dev ./obj/translib.dev ./obj/cidlib.dev ./obj/psf0lib.dev ./obj/psf1lib.dev ./obj/psf2lib.dev ./obj/lzwd.dev ./obj/sicclib.dev ./obj/sjbig2.dev ./obj/sjpx.dev ./obj/ramfs.dev ./obj/pwgd.dev ./obj/siscale.dev ./obj/aux/echogs -e .dev -a- ./obj/clist -include ./obj/clfile ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/cfax ./obj/gdevcfax.o ./obj/aux/echogs -a ./obj/fdevs.tr -+ ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zpaint zpath pantone zcolor_pdf ./obj/aux/echogs -e .dev -a- ./obj/psbase -iodev stdin stdout stderr lineedit statementedit ./obj/aux/echogs -e .dev -a- ./obj/psbase -include ./obj/isupport ./obj/nobtoken ./obj/nousparm ./obj/aux/echogs -e .dev -a- ./obj/cidfont -oper zfcid0 zfcid1 ./obj/aux/echogs -e .dev -a- ./obj/clist -include ./obj/clmemory ./obj/posync.dev ./obj/aux/echogs -e .dev -a- ./obj/cidfont -ps gs_cidfn gs_cidcm gs_fntem gs_cidtt gs_cidfm ./obj/aux/echogs -e .dev -a- ./obj/clist -include ./obj/cfe ./obj/cfd ./obj/rle ./obj/rld ./obj/psl2cs ./obj/aux/echogs -e .dev -a- ./obj/psbase -include ./obj/rld ./obj/rle ./obj/sfile ./obj/dscparse ./obj/aux/echogs -e .dev -w- -l-obj ./obj/tfax ./obj/gdevtfax.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/cfax -include ./obj/fax ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg3 -include ./obj/fax ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg32d -include ./obj/fax ./obj/aux/echogs -e .dev -a- ./obj/tfax -include ./obj/cfe ./obj/lzwe ./obj/rle ./obj/aux/echogs -e .dev -a- ./obj/psbase -include ./obj/fapi_ps ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg4 -include ./obj/fax ./obj/aux/echogs -e .dev -a- ./obj/faxg32d -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/faxg4 -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/psbase -replace ./obj/gsiodevs ./obj/aux/echogs -e .dev -a- ./obj/faxg3 -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/transpar -include ./obj/psl2read ./obj/translib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff12nc ./obj/gdevtfnx.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/tiff12nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff24nc ./obj/gdevtfnx.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff32nc ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff48nc ./obj/gdevtfnx.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/tiff32nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tfax -include ./obj/fax ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff64nc ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/tiff64nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffgray ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled24 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -a- ./obj/tiffgray -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiff48nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled24 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled32 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled4 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled32 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled8 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffsep ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled8 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffsep -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffsep1 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libs ./obj/gpmisc.o ./obj/stream.o ./obj/strmio.o ./obj/aux/echogs -e .dev -a- ./obj/tiffsep1 -include ./obj/tiffs ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsalloc.o ./obj/gxdownscale.o ./obj/gxdownscale.o ./obj/claptrap.o ./obj/claptrap-init.o ./obj/claptrap-planar.o ./obj/ets.o ./obj/gdevprn.o ./obj/gdevflp.o ./obj/gdevkrnlsclass.o ./obj/gdevepo.o ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gdevmplt.o ./obj/gsbitcom.o ./obj/gsbitops.o ./obj/gsbittab.o ./obj/gdevoflt.o ./obj/gdevnup.o ./obj/gdevsclass.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl1 -include ./obj/psbase ./obj/bcp ./obj/path1 ./obj/type1 ./obj/aux/echogs -e .dev -a- ./obj/tiff24nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/psl1 -emulator PostScript PostScriptLevel1 ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gscedata.o ./obj/gscencs.o ./obj/gschar.o ./obj/gscolor.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfread -include ./obj/frsd ./obj/func4 ./obj/fzlib ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/dfaxhigh ./obj/gdevdfax.o ./obj/aux/echogs -e .dev -a- ./obj/pdfread -include ./obj/transpar ./obj/aux/echogs -e .dev -a- ./obj/dfaxhigh -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled4 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/dfaxlow ./obj/gdevdfax.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffcrle -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gscoord.o ./obj/gscparam.o ./obj/gscspace.o ./obj/gscicach.o ./obj/gsovrc.o ./obj/gxoprect.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg3 -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/dfaxlow -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/tiffcrle -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffg3 -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsdevice.o ./obj/gsdevmem.o ./obj/gsdparam.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg32d -include ./obj/tfax ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg4 -include ./obj/tfax ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tifflzw -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/tifflzw -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffpack -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/tiffg32d -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2 -include ./obj/dpsand2 ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsfname.o ./obj/gsfont.o ./obj/gsgdata.o ./obj/gsgcache.o ./obj/aux/echogs -e .dev -a- ./obj/tiffg4 -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/cidfont ./obj/cie ./obj/cmapread ./obj/compfont ./obj/aux/echogs -e .dev -a- ./obj/tiffpack -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_ops ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_rbld ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/dct ./obj/filter ./obj/iodevice ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsht.o ./obj/gshtscr.o ./obj/gen_ordered.o ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_base pdf_draw ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/pagedev ./obj/pattern ./obj/psl1 ./obj/psl2lib ./obj/psl2read ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsimage.o ./obj/gsimpath.o ./obj/gsinit.o ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/sepr ./obj/type32 ./obj/type42 ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsiodev.o ./obj/gsgstate.o ./obj/gsline.o ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsmalloc.o ./obj/memento.o ./obj/bobbin.o ./obj/gsmatrix.o ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/fimscale ./obj/form ./obj/aux/echogs -e .dev -a- ./obj/psl3 -include ./obj/icc ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsmemory.o ./obj/gsmemret.o ./obj/gsmisc.o ./obj/gsnotify.o ./obj/gslibctx.o ./obj/aux/echogs -e .dev -a- ./obj/psl2 -emulator PostScript PostScriptLevel2 ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gspaint.o ./obj/gsparam.o ./obj/gspath.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3 -include ./obj/psl2 ./obj/cspixel ./obj/frsd ./obj/func ./obj/aux/echogs -e .dev -a- ./obj/pdfread -include ./obj/cff ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsserial.o ./obj/gsstate.o ./obj/gstext.o ./obj/gsutil.o ./obj/gssprintf.o ./obj/gsstrtok.o ./obj/gsstrl.o ./obj/aux/echogs -e .dev -a- ./obj/pdfread -include ./obj/ttfont ./obj/aux/echogs -e .dev -a- ./obj/psl3 -include ./obj/psl3lib ./obj/psl3read ./obj/aux/echogs -e .dev -a- -l-comp ./obj/libs overprint ./obj/aux/echogs -e .dev -a- ./obj/psl3 -include ./obj/icc ./obj/aux/echogs -e .dev -a- -l-comp ./obj/libs pdf14trans ./obj/aux/echogs -e .dev -a- ./obj/psl3 -emulator PostScript PostScriptLevel2 PostScriptLevel3 ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_font pdf_main pdf_sec ./obj/aux/echogs -e .dev -a- ./obj/libs -init gshtscr ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/gsiodevs ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdf -include ./obj/psbase ./obj/dps2lib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gs_pdfwr -include ./obj/psl3 ./obj/aux/echogs -e .dev -a- ./obj/gs_pdfwr -ps gs_pdfwr ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/translib ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/dps2read ./obj/pdffonts ./obj/psl3 ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/clist ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/romfs1 ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gxfapi ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/psl2lib ./obj/pdfread ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pdfwrite ./obj/gdevpdf.o ./obj/gdevpdfb.o ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/fmd5 ./obj/fsha2 ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfc.o ./obj/gdevpdfd.o ./obj/gdevpdfe.o ./obj/aux/echogs -e .dev -a- ./obj/libs -init fapi ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/farc4 ./obj/faes.dev ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfg.o ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/type2 ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfi.o ./obj/gdevpdfj.o ./obj/gdevpdfk.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libcore ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfm.o ./obj/aux/echogs -e .dev -a- ./obj/libcore -dev2 nullpage ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfo.o ./obj/gdevpdfp.o ./obj/gdevpdft.o ./obj/aux/echogs -e .dev -a- ./obj/libcore -include ./obj/libs ./obj/libx ./obj/libd ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/pdfops ./obj/aux/echogs -e .dev -a- ./obj/libcore -include ./obj/iscale ./obj/roplib ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/pdf_r6 ./obj/aux/echogs -e .dev -a- ./obj/libcore -include ./obj/strdline ./obj/aux/echogs -e .dev -a- ./obj/pdf -functiontype 4 ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfr.o ./obj/aux/echogs -e .dev -a- ./obj/pdf -emulator PDF ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfu.o ./obj/gdevpdfv.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gsflip.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/scantab.o ./obj/sfilter2.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/cmyklib ./obj/cfe ./obj/lzwe In file included from ./devices/vector/gdevxps.c:27: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/rle ./obj/sdcte ./obj/sdeparam ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/smd5 ./obj/szlibe ./obj/sarc4.dev ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/psdf ./obj/gsagl ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/pdtext ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/eps2write ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/ps2write ./obj/aux/echogs -e .dev -a- ./obj/eps2write -include ./obj/pdfwrite.dev ./obj/aux/echogs -e .dev -a- ./obj/ps2write -include ./obj/pdfwrite.dev cp ./obj/gdevxps_1.o ./obj/gdevxps.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/xpswrite ./obj/gdevxps.o ./obj/aux/echogs -e .dev -a- ./obj/xpswrite -include ./obj/vector -include ./obj/libtiff ./obj/aux/echogs -w ./obj/devdevs.tr -+ ./obj/bbox.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/PCLm.dev ./obj/PCLm8.dev ./obj/bbox.dev ./obj/bit.dev ./obj/bitcmyk.dev ./obj/bitrgb.dev ./obj/bitrgbtags.dev ./obj/bmp16.dev ./obj/bmp16m.dev ./obj/bmp256.dev ./obj/bmp32b.dev ./obj/bmpgray.dev ./obj/bmpmono.dev ./obj/bmpsep1.dev ./obj/bmpsep8.dev ./obj/ccr.dev ./obj/cfax.dev ./obj/cif.dev ./obj/devicen.dev ./obj/dfaxhigh.dev ./obj/dfaxlow.dev ./obj/display.dev ./obj/docxwrite.dev ./obj/eps2write.dev ./obj/fax.dev ./obj/faxg3.dev ./obj/faxg32d.dev ./obj/faxg4.dev ./obj/fpng.dev ./obj/inferno.dev ./obj/ink_cov.dev ./obj/inkcov.dev ./obj/jpeg.dev ./obj/jpegcmyk.dev ./obj/jpeggray.dev ./obj/mgr4.dev ./obj/mgr8.dev ./obj/mgrgray2.dev ./obj/mgrgray4.dev ./obj/mgrgray8.dev ./obj/mgrmono.dev ./obj/miff24.dev ./obj/pam.dev ./obj/pamcmyk32.dev ./obj/pamcmyk4.dev ./obj/pbm.dev ./obj/pbmraw.dev ./obj/pcx16.dev ./obj/pcx24b.dev ./obj/pcx256.dev ./obj/pcxcmyk.dev ./obj/pcxgray.dev ./obj/pcxmono.dev ./obj/pdfimage24.dev ./obj/pdfimage32.dev ./obj/pdfimage8.dev ./obj/pdfwrite.dev ./obj/pgm.dev ./obj/pgmraw.dev ./obj/pgnm.dev ./obj/pgnmraw.dev ./obj/pkm.dev ./obj/pkmraw.dev ./obj/pksm.dev ./obj/pksmraw.dev ./obj/plan.dev ./obj/plan9bm.dev ./obj/planc.dev ./obj/plang.dev ./obj/plank.dev ./obj/planm.dev ./obj/plib.dev ./obj/plibc.dev ./obj/plibg.dev ./obj/plibk.dev ./obj/plibm.dev ./obj/pnm.dev ./obj/pnmraw.dev ./obj/ppm.dev ./obj/ppmraw.dev ./obj/ps2write.dev ./obj/psdcmyk.dev ./obj/psdcmyk16.dev ./obj/psdcmykog.dev ./obj/psdcmyktags.dev ./obj/psdcmyktags16.dev ./obj/psdf.dev ./obj/psdrgb.dev ./obj/psdrgb16.dev ./obj/spotcmyk.dev ./obj/tfax.dev ./obj/tiff12nc.dev ./obj/tiff24nc.dev ./obj/tiff32nc.dev ./obj/tiff48nc.dev ./obj/tiff64nc.dev ./obj/tiffcrle.dev ./obj/tiffg3.dev ./obj/tiffg32d.dev ./obj/tiffg4.dev ./obj/tiffgray.dev ./obj/tifflzw.dev ./obj/tiffpack.dev ./obj/tiffs.dev ./obj/tiffscaled.dev ./obj/tiffscaled24.dev ./obj/tiffscaled32.dev ./obj/tiffscaled4.dev ./obj/tiffscaled8.dev ./obj/tiffsep.dev ./obj/tiffsep1.dev ./obj/txtwrite.dev ./obj/xcf.dev ./obj/xpswrite.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/alc1900.dev ./obj/alc2000.dev ./obj/alc4000.dev ./obj/alc4100.dev ./obj/alc8500.dev ./obj/alc8600.dev ./obj/alc9100.dev ./obj/ap3250.dev ./obj/appledmp.dev ./obj/atx23.dev ./obj/atx24.dev ./obj/atx38.dev ./obj/bj10e.dev ./obj/bj10v.dev ./obj/bj10vh.dev ./obj/bj200.dev ./obj/bjc600.dev ./obj/bjc800.dev ./obj/bjc880j.dev ./obj/bjccmyk.dev ./obj/bjccolor.dev ./obj/bjcgray.dev ./obj/bjcmono.dev ./obj/cdeskjet.dev ./obj/cdj1600.dev ./obj/cdj500.dev ./obj/cdj550.dev ./obj/cdj670.dev ./obj/cdj850.dev ./obj/cdj880.dev ./obj/cdj890.dev ./obj/cdj970.dev ./obj/cdjcolor.dev ./obj/cdjmono.dev ./obj/cdnj500.dev ./obj/chp2200.dev ./obj/cljet5.dev ./obj/cljet5c.dev ./obj/cljet5pr.dev ./obj/coslw2p.dev ./obj/coslwxl.dev ./obj/declj250.dev ./obj/deskjet.dev ./obj/dj505j.dev ./obj/djet500.dev ./obj/djet500c.dev ./obj/dl2100.dev ./obj/dnj650c.dev ./obj/epl2050.dev ./obj/epl2050p.dev ./obj/epl2120.dev ./obj/epl2500.dev ./obj/epl2750.dev ./obj/epl5800.dev ./obj/epl5900.dev ./obj/epl6100.dev ./obj/epl6200.dev ./obj/eplcolor.dev ./obj/eplmono.dev ./obj/eps9high.dev ./obj/eps9mid.dev ./obj/epson.dev ./obj/epsonc.dev ./obj/escp.dev ./obj/escpage.dev ./obj/fmlbp.dev ./obj/fmpr.dev ./obj/fs600.dev ./obj/gdi.dev ./obj/hl1240.dev ./obj/hl1250.dev ./obj/hl7x0.dev ./obj/hpdj1120c.dev ./obj/hpdj310.dev ./obj/hpdj320.dev ./obj/hpdj340.dev ./obj/hpdj400.dev ./obj/hpdj500.dev ./obj/hpdj500c.dev ./obj/hpdj510.dev ./obj/hpdj520.dev ./obj/hpdj540.dev ./obj/hpdj550c.dev ./obj/hpdj560c.dev ./obj/hpdj600.dev ./obj/hpdj660c.dev ./obj/hpdj670c.dev ./obj/hpdj680c.dev ./obj/hpdj690c.dev ./obj/hpdj850c.dev ./obj/hpdj855c.dev ./obj/hpdj870c.dev ./obj/hpdj890c.dev ./obj/hpdjplus.dev ./obj/hpdjportable.dev ./obj/ibmpro.dev ./obj/imagen.dev ./obj/itk24i.dev ./obj/itk38.dev ./obj/iwhi.dev ./obj/iwlo.dev ./obj/iwlq.dev ./obj/jetp3852.dev ./obj/jj100.dev ./obj/la50.dev ./obj/la70.dev ./obj/la75.dev ./obj/la75plus.dev ./obj/laserjet.dev ./obj/lbp310.dev ./obj/lbp320.dev ./obj/lbp8.dev ./obj/lex2050.dev ./obj/lex3200.dev ./obj/lex5700.dev ./obj/lex7000.dev ./obj/lips2p.dev ./obj/lips3.dev ./obj/lips4.dev ./obj/lips4v.dev ./obj/lj250.dev ./obj/lj3100sw.dev ./obj/lj4dith.dev ./obj/lj4dithp.dev ./obj/lj5gray.dev ./obj/lj5mono.dev ./obj/ljet2p.dev ./obj/ljet3.dev ./obj/ljet3d.dev ./obj/ljet4.dev ./obj/ljet4d.dev ./obj/ljet4pjl.dev ./obj/ljetplus.dev ./obj/ln03.dev ./obj/lp1800.dev ./obj/lp1900.dev ./obj/lp2000.dev ./obj/lp2200.dev ./obj/lp2400.dev ./obj/lp2500.dev ./obj/lp2563.dev ./obj/lp3000c.dev ./obj/lp7500.dev ./obj/lp7700.dev ./obj/lp7900.dev ./obj/lp8000.dev ./obj/lp8000c.dev ./obj/lp8100.dev ./obj/lp8200c.dev ./obj/lp8300c.dev ./obj/lp8300f.dev ./obj/lp8400f.dev ./obj/lp8500c.dev ./obj/lp8600.dev ./obj/lp8600f.dev ./obj/lp8700.dev ./obj/lp8800c.dev ./obj/lp8900.dev ./obj/lp9000b.dev ./obj/lp9000c.dev ./obj/lp9100.dev ./obj/lp9200b.dev ./obj/lp9200c.dev ./obj/lp9300.dev ./obj/lp9400.dev ./obj/lp9500c.dev ./obj/lp9600.dev ./obj/lp9600s.dev ./obj/lp9800c.dev ./obj/lps4500.dev ./obj/lps6500.dev ./obj/lq850.dev ./obj/lxm3200.dev ./obj/lxm5700m.dev ./obj/m8510.dev ./obj/md1xMono.dev ./obj/md2k.dev ./obj/md50Eco.dev ./obj/md50Mono.dev ./obj/md5k.dev ./obj/mj500c.dev ./obj/mj6000c.dev ./obj/mj700v2c.dev ./obj/mj8000c.dev ./obj/ml600.dev ./obj/necp6.dev ./obj/npdl.dev ./obj/oce9050.dev ./obj/oki182.dev ./obj/oki4w.dev ./obj/okiibm.dev ./obj/oprp.dev ./obj/opvp.dev ./obj/paintjet.dev ./obj/pcl3.dev ./obj/photoex.dev ./obj/picty180.dev ./obj/pj.dev ./obj/pjetxl.dev ./obj/pjxl.dev ./obj/pjxl300.dev ./obj/pr1000.dev ./obj/pr1000_4.dev ./obj/pr150.dev ./obj/pr201.dev ./obj/pxlcolor.dev ./obj/pxlmono.dev ./obj/r4081.dev ./obj/rinkj.dev ./obj/rpdl.dev ./obj/samsunggdi.dev ./obj/sj48.dev ./obj/st800.dev ./obj/stcolor.dev ./obj/t4693d2.dev ./obj/t4693d4.dev ./obj/t4693d8.dev ./obj/tek4696.dev ./obj/uniprint.dev ./obj/xes.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/ijs.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/png16.dev ./obj/png16m.dev ./obj/png256.dev ./obj/png48.dev ./obj/pngalpha.dev ./obj/pnggray.dev ./obj/pngmono.dev ./obj/pngmonod.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/ocr.dev ./obj/hocr.dev ./obj/pdfocr8.dev ./obj/pdfocr24.dev ./obj/pdfocr32.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr - ./obj/libcore ./obj/aux/echogs -w ./obj/devs.tr -n -R ./obj/fdevs.tr ./obj/aux/echogs -a ./obj/devs.tr -+ "" ./obj/aux/echogs -a ./obj/devs.tr -n -R ./obj/devdevs.tr ./obj/aux/genconf ./obj/devs.tr -h ./obj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/ld.tr ./obj/aux/echogs -a ./obj/gconfxx.h ./obj/aux/echogs -w ./obj/igs.tr - -include ./obj/psl3.dev ./obj/pdf.dev ./obj/pdfi.dev ./obj/epsf.dev ./obj/ttfont.dev ./obj/fapi_ps.dev ./obj/jpx.dev ./obj/jbig2.dev ./obj/gs_pdfwr.dev rm -f ./obj/gconfig.h ./obj/aux/genconf ./obj/igs.tr -h ./obj/iconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsld.tr ./obj/aux/echogs -w ./obj/iconfig.h -R ./obj/iconfxx.h cp ./obj/gconfxx.h ./obj/gconfig.h ./obj/aux/echogs -w ./obj/gsnoapi.tr -R ./obj/devs.tr ./obj/aux/echogs -a ./obj/gsnoapi.tr -R ./obj/igs.tr ./obj/aux/genconf ./obj/gsnoapi.tr -h ./obj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsnoapild.tr rm -f ./obj/gconfig.c cp ./base/gconf.c ./obj/gconfig.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gconfig.o -c ./obj/gconfig.c ./obj/aux/echogs -w ./obj/gs.tr -R ./obj/gsnoapi.tr ./obj/aux/echogs -a ./obj/gs.tr - -include ./obj/iapi.dev ./obj/aux/genconf ./obj/gs.tr -h ./obj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsld.tr rm -f ./obj/iconfig.c cp ./psi/iconf.c ./obj/iconfig.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iconfig.o -c ./obj/iconfig.c ./obj/gconfig.c:211:1: warning: no previous prototype for ?gs_lib_register_device? [-Wmissing-prototypes] 211 | gs_lib_register_device(const gx_device *dev) | ^~~~~~~~~~~~~~~~~~~~~~ ./obj/aux/echogs -w ./obj/ldt.tr -n - gcc -Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib -o ./bin/gs ./obj/aux/echogs -a ./obj/ldt.tr -n -s ./obj/gsromfs0.o ./obj/gs.o -s cat ./obj/gsld.tr >> ./obj/ldt.tr ./obj/aux/echogs -a ./obj/ldt.tr -s - -lm -ldl -lz -lpaper -L/gnu/store/b51zhxq9icwngf0vvd66kjr6499lkjnj-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/8vy461vmh99ppg0wbkz5b063mxyj4m2w-fontconfig-minimal-2.14.0/lib -L/gnu/store/8qnw76kg8r8jabajzvx7syj1npn7drxq-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lpthread -lm -lstdc++ if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ PSI_FEATURE_DEVS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ DEVICE_DEVS_EXTRA= \ /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh <./obj/ldt.tr phase `check' succeeded after 3676.8 seconds starting phase `install' make -f Makefile soinstall-subtarget BUILDDIRPREFIX=so make[1]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile install-so-subtarget BUILDDIRPREFIX=so make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1\ directories make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1\ ./soobj/aux/echogs ./soobj/aux/genarch make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: 'soobj/aux/genarch' is up to date. make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' GS_LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib -shared -Wl,-soname=libgs.so.9'\ PCL_LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpcl6.so.9' XPS_LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gxps.so.9' \ PDL_LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpdl.so.9' PDF_LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpdf.so.9' \ CFLAGS='-fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1 make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1\ ./sobin/gsc ./sobin/gsx -so-loader -so-loader -so-loader -so-loader make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1 mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1 mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/bin mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/include/ghostscript/ ./base/instcopy -c -m 755 ./sobin/gsc /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/bin/gsc ./base/instcopy -c -m 755 ./sobin/gsx /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/bin/gsx ./base/instcopy -c -m 755 ./sobin/libgs.so.9.56 /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/libgs.so.9.56 rm -f /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/libgs.so ln -s libgs.so.9.56 /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/libgs.so rm -f /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/libgs.so.9 ln -s libgs.so.9.56 /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/libgs.so.9 ./base/instcopy -c -m 644 ./psi/iapi.h /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/include/ghostscript/iapi.h ./base/instcopy -c -m 644 ./psi/ierrors.h /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/include/ghostscript/ierrors.h ./base/instcopy -c -m 644 ./base/gserrors.h /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/include/ghostscript/gserrors.h ./base/instcopy -c -m 644 ./devices/gdevdsp.h /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/include/ghostscript/gdevdsp.h make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1 mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/bin /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for f in \ gsbj gsdj gsdj500 gslj gslp gsnd \ bdftops dvipdf eps2eps \ pdf2dsc pdf2ps pf2afm pfbtopfa pphs printafm \ ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps ps2ps2 \ fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\ do if ( test -f ./lib/$f ); then \ (cat ./lib/$f | sed -e "s/GS_EXECUTABLE=gs/GS_EXECUTABLE=gs/" > ./soobj/$f); \ ./base/instcopy -c -m 755 ./soobj/$f /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/bin/$f; \ fi;\ done' mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1 mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/lib /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for f in \ Fontmap.GS \ ht_ccsto.ps \ acctest.ps align.ps bdftops.ps \ caption.ps cid2code.ps docie.ps \ errpage.ps font2pcl.ps gslp.ps gsnup.ps image-qa.ps \ jispaper.ps landscap.ps lines.ps \ mkcidfm.ps PDFA_def.ps PDFX_def.ps pdf_info.ps \ pf2afm.ps pfbtopfa.ps ppath.ps \ pphs.ps \ prfont.ps printafm.ps \ ps2ai.ps ps2ascii.ps ps2epsi.ps rollconv.ps \ stcinfo.ps stcolor.ps stocht.ps \ traceimg.ps traceop.ps uninfo.ps \ viewcmyk.ps viewgif.ps viewjpeg.ps viewmiff.ps \ viewpcx.ps viewpbm.ps viewps2a.ps \ winmaps.ps zeroline.ps \ pdf2dsc.ps ;\ do if ( test -f ./lib/$f ); then ./base/instcopy -c -m 644 ./lib/$f /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/lib; fi;\ done' /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for f in ./lib/gs_*.ps ./lib/pdf*.ps;\ do ./base/instcopy -c -m 644 $f /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/lib ;\ done' /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for f in ./lib/*.ppd ./lib/*.rpd ./lib/*.upp ./lib/*.xbm ./lib/*.xpm;\ do ./base/instcopy -c -m 644 $f /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/lib ;\ done' mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for dir in `ls ./lib/../Resource | grep -v CVS`; do \ rdir=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/$dir ; \ test -d $rdir || mkdir -p $rdir ; \ for file in ./lib/../Resource/$dir/*; do \ if test -f $file; then ./base/instcopy -c -m 644 $file $rdir ; fi \ done \ done' mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/iccprofiles /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for file in ./lib/../iccprofiles/*; do \ if test -f $file; then ./base/instcopy -c -m 644 $file /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/iccprofiles ; fi \ done' mkdir -p /gnu/store/n69hmf9f2wsqq5ma94pqbx0l481g98q8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 mkdir -p /gnu/store/n69hmf9f2wsqq5ma94pqbx0l481g98q8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1/images /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for f in index.html API.htm C-style.htm Develop.htm DLL.htm Fonts.htm Install.htm Lib.htm News.htm Psfiles.htm Readme.htm sample_downscale_device.htm Source.htm thirdparty.htm Use.htm WhatIsGS.htm Commprod.htm Deprecated.htm Devices.htm Drivers.htm History9.htm Language.htm Make.htm Ps2epsi.htm Ps-style.htm Release.htm SavedPages.htm subclass.htm Unix-lpr.htm VectorDevices.htm gs-style.css index.js pscet_status.txt style.css gdevds32.c COPYING GS9_Color_Management.pdf ;\ do if ( test -f ./lib/../doc/$f ); then ./base/instcopy -c -m 644 ./lib/../doc/$f /gnu/store/n69hmf9f2wsqq5ma94pqbx0l481g98q8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1; fi;\ done' /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for f in Artifex_logo.png favicon.png ghostscript_logo.png hamburger-light.png x-light.png ;\ do if ( test -f ./lib/../doc/images/$f ); then ./base/instcopy -c -m 644 ./lib/../doc/images/$f /gnu/store/n69hmf9f2wsqq5ma94pqbx0l481g98q8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1/images; fi;\ done' /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'test -d /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/man || mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/man' /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for d in . de ;\ do man1dir=/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/man/$d/man1 ;\ ( test -d $man1dir || mkdir -p $man1dir ) ;\ for f in ./lib/../man/$d/*.1 ;\ do ./base/instcopy -c -m 644 $f $man1dir ;\ if ( test -f $man1dir/ps2ps.1 ) ;\ then for f in eps2eps ;\ do ( cd $man1dir; rm -f $f.1 ;\ ln -s ps2ps.1 $f.1 ) ;\ done ;\ fi ;\ if ( test -f $man1dir/ps2pdf.1 ) ;\ then for f in ps2pdf12 ps2pdf13 ps2pdf14 ;\ do ( cd $man1dir; rm -f $f.1 ;\ ln -s ps2pdf.1 $f.1 ) ;\ done ;\ fi ;\ if ( test -f $man1dir/gslp.1 ) ;\ then for f in gsbj gsdj gsdj500 gslj ;\ do ( cd $man1dir; rm -f $f.1 ;\ ln -s gslp.1 $f.1 ) ;\ done ;\ fi ;\ done ;\ done' mkdir -p /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1 /gnu/store/id0knspwhrd51wrg2nbx2pw3ajz36ngg-bash-minimal-5.1.16/bin/sh -c 'for obj in ; do \ ./base/instcopy -c -m 755 $obj /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib/ghostscript/9.56.1/; done' for f in ./contrib/uniprint/*.upp; do \ ./base/instcopy -c -m 644 $f /gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/ghostscript/9.56.1/lib || exit 1; \ done make[1]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' phase `install' succeeded after 1366.9 seconds starting phase `create-gs-symlink' phase `create-gs-symlink' succeeded after 0.1 seconds starting phase `patch-shebangs' phase `patch-shebangs' succeeded after 1.0 seconds starting phase `strip' stripping binaries in "/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives") stripping binaries in "/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/bin" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives") phase `strip' succeeded after 2.8 seconds starting phase `validate-runpath' validating RUNPATH of 1 binaries in "/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/lib"... validating RUNPATH of 2 binaries in "/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/bin"... phase `validate-runpath' succeeded after 4.3 seconds starting phase `validate-documentation-location' phase `validate-documentation-location' succeeded after 0.0 seconds starting phase `delete-info-dir-file' phase `delete-info-dir-file' succeeded after 0.0 seconds starting phase `patch-dot-desktop-files' phase `patch-dot-desktop-files' succeeded after 0.0 seconds starting phase `make-dynamic-linker-cache' created '/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/etc/ld.so.cache' from 14 library search path entries phase `make-dynamic-linker-cache' succeeded after 3.7 seconds starting phase `install-license-files' installing 1 license files from '.' phase `install-license-files' succeeded after 0.0 seconds starting phase `reset-gzip-timestamps' phase `reset-gzip-timestamps' succeeded after 0.6 seconds starting phase `compress-documentation' compressing documentation in '/gnu/store/i54i1a769z2pc3cmnzawvi8q9i87i4lb-ghostscript-9.56.1/share/man' with "gzip" and flags ("--best" "--no-name") phase `compress-documentation' succeeded after 0.5 seconds @ build-succeeded /gnu/store/j3za343cd0sm1r3c02p4mxx5jfdhhjj8-ghostscript-9.56.1.drv - guix-data-service: computing the derivation-file-name for powerpc64le-linux Computing Guix derivation for 'powerpc64le-linux'... substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/yx46yk59xl1zxlkmk8qq897wlsnnn150-ghostscript-9.56.1-doc substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/arq3d6xf0l9kdsidrbm9zn54v4465fb4-font-ghostscript-8.11 substitute @ substituter-started /gnu/store/8aiysvhczab90iakbdqxq4wbzfxwdjhy-jbig2dec-0.19 substitute Downloading https://ci.guix.gnu.org/nar/lzip/arq3d6xf0l9kdsidrbm9zn54v4465fb4-font-ghostscript-8.11... Downloading https://ci.guix.gnu.org/nar/lzip/8aiysvhczab90iakbdqxq4wbzfxwdjhy-jbig2dec-0.19... Downloading https://ci.guix.gnu.org/nar/zstd/yx46yk59xl1zxlkmk8qq897wlsnnn150-ghostscript-9.56.1-doc...  font-ghostscript-8.11 3.3MiB 0B/s 00:00 [ ] 0.0%  ghostscript-9.56.1-doc 6.5MiB 0B/s 00:00 [ ] 0.0%  jbig2dec-0.19 71KiB 0B/s 00:00 [ ] 0.0%  font-ghostscript-8.11 3.3MiB 2.5MiB/s 00:00 [ ] 1.9%  jbig2dec-0.19 71KiB 3.2MiB/s 00:00 [################ ] 90.7%  ghostscript-9.56.1-doc 6.5MiB 4.1MiB/s 00:00 [ ] 1.9%  jbig2dec-0.19 71KiB 463KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/8aiysvhczab90iakbdqxq4wbzfxwdjhy-jbig2dec-0.19 @ substituter-started /gnu/store/n5mdsq69nzjsq975bkbswp1gicwyn1vz-libpaper-2.0.0 substitute Downloading https://ci.guix.gnu.org/nar/lzip/n5mdsq69nzjsq975bkbswp1gicwyn1vz-libpaper-2.0.0...  ghostscript-9.56.1-doc 6.5MiB 1.5MiB/s 00:00 [# ] 5.8%  libpaper-2.0.0 30KiB 0B/s 00:00 [ ] 0.0%  libpaper-2.0.0 30KiB 46KiB/s 00:01 [##################] 100.0%  ghostscript-9.56.1-doc 6.5MiB 2.2MiB/s 00:01 [##### ] 28.8%  libpaper-2.0.0 30KiB 44KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/n5mdsq69nzjsq975bkbswp1gicwyn1vz-libpaper-2.0.0 @ substituter-started /gnu/store/29kbg01kzmpgyjqacl26xzqz5pbsci9g-xz-5.2.8 substitute Downloading https://ci.guix.gnu.org/nar/lzip/29kbg01kzmpgyjqacl26xzqz5pbsci9g-xz-5.2.8...  xz-5.2.8 378KiB 0B/s 00:00 [ ] 0.0%  font-ghostscript-8.11 3.3MiB 395KiB/s 00:01 [## ] 11.2%  xz-5.2.8 378KiB 1.4MiB/s 00:00 [### ] 16.9%  ghostscript-9.56.1-doc 6.5MiB 2.9MiB/s 00:01 [########## ] 55.8%  font-ghostscript-8.11 3.3MiB 583KiB/s 00:01 [#### ] 22.5%  xz-5.2.8 378KiB 456KiB/s 00:00 [######### ] 50.8%  ghostscript-9.56.1-doc 6.5MiB 3.0MiB/s 00:01 [########### ] 65.4%  font-ghostscript-8.11 3.3MiB 708KiB/s 00:02 [##### ] 31.9%  xz-5.2.8 378KiB 458KiB/s 00:01 [############### ] 84.7%  xz-5.2.8 378KiB 501KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/29kbg01kzmpgyjqacl26xzqz5pbsci9g-xz-5.2.8 @ substituter-started /gnu/store/n2vw8wgb1rmp2skgxrc7l0426nwdz1fg-libtiff-4.4.0 substitute Downloading https://ci.guix.gnu.org/nar/lzip/n2vw8wgb1rmp2skgxrc7l0426nwdz1fg-libtiff-4.4.0...  ghostscript-9.56.1-doc 6.5MiB 2.7MiB/s 00:02 [############ ] 69.2%  libtiff-4.4.0 405KiB 0B/s 00:00 [ ] 0.0%  font-ghostscript-8.11 3.3MiB 1.1MiB/s 00:02 [########## ] 58.1%  libtiff-4.4.0 405KiB 2.2MiB/s 00:00 [## ] 15.8%  ghostscript-9.56.1-doc 6.5MiB 2.6MiB/s 00:02 [############# ] 75.0%  font-ghostscript-8.11 3.3MiB 1.4MiB/s 00:02 [############## ] 80.6%  libtiff-4.4.0 405KiB 1.6MiB/s 00:00 [################# ] 94.9%  ghostscript-9.56.1-doc 6.5MiB 2.4MiB/s 00:02 [############## ] 78.8%  libtiff-4.4.0 405KiB 900KiB/s 00:00 [##################] 100.0%  libtiff-4.4.0 405KiB 899KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/n2vw8wgb1rmp2skgxrc7l0426nwdz1fg-libtiff-4.4.0  font-ghostscript-8.11 3.3MiB 1.3MiB/s 00:02 [############### ] 84.4%  ghostscript-9.56.1-doc 6.5MiB 2.3MiB/s 00:02 [############### ] 84.6%  font-ghostscript-8.11 3.3MiB 1.3MiB/s 00:02 [################# ] 95.6%  font-ghostscript-8.11 3.3MiB 1.3MiB/s 00:03 [##################] 100.0% @ substituter-succeeded /gnu/store/arq3d6xf0l9kdsidrbm9zn54v4465fb4-font-ghostscript-8.11 @ substituter-started /gnu/store/claci7x3vzjhm0f9rbdhdrrs09q6kvyf-ghostscript-9.56.1 substitute Downloading https://ci.guix.gnu.org/nar/lzip/claci7x3vzjhm0f9rbdhdrrs09q6kvyf-ghostscript-9.56.1...  ghostscript-9.56.1 11.8MiB 0B/s 00:00 [ ] 0.0%  ghostscript-9.56.1 11.8MiB 4.5MiB/s 00:00 [ ] 0.5%  ghostscript-9.56.1-doc 6.5MiB 2.3MiB/s 00:03 [################ ] 92.3%  ghostscript-9.56.1-doc 6.5MiB 1.9MiB/s 00:03 [################# ] 98.1%  ghostscript-9.56.1 11.8MiB 594KiB/s 00:01 [ ] 3.7%  ghostscript-9.56.1 11.8MiB 1.1MiB/s 00:01 [# ] 9.6%  ghostscript-9.56.1-doc 6.5MiB 1.8MiB/s 00:04 [##################] 100.0% @ substituter-succeeded /gnu/store/yx46yk59xl1zxlkmk8qq897wlsnnn150-ghostscript-9.56.1-doc  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:01 [## ] 12.2%  ghostscript-9.56.1 11.8MiB 1.0MiB/s 00:02 [## ] 15.4%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:02 [### ] 21.3%  ghostscript-9.56.1 11.8MiB 1.1MiB/s 00:02 [#### ] 23.4%  ghostscript-9.56.1 11.8MiB 1.1MiB/s 00:03 [#### ] 26.6%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:03 [##### ] 30.3%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:03 [###### ] 33.5%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:03 [###### ] 35.6%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:04 [###### ] 37.2%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:04 [####### ] 39.9%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:04 [####### ] 41.5%  ghostscript-9.56.1 11.8MiB 1.2MiB/s 00:04 [######## ] 44.7%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:05 [######## ] 48.9%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:05 [######### ] 52.6%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:05 [######### ] 54.8%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:05 [########## ] 57.9%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:05 [########## ] 60.1%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:06 [########### ] 62.7%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:06 [########### ] 64.9%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:06 [########### ] 66.4%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:06 [############ ] 68.6%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:07 [############ ] 71.2%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:07 [############# ] 73.9%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:07 [############# ] 76.0%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:07 [############## ] 79.2%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:07 [############## ] 82.9%  ghostscript-9.56.1 11.8MiB 1.3MiB/s 00:08 [############### ] 87.2%  ghostscript-9.56.1 11.8MiB 1.4MiB/s 00:08 [################ ] 90.9%  ghostscript-9.56.1 11.8MiB 1.4MiB/s 00:08 [################# ] 94.6%  ghostscript-9.56.1 11.8MiB 1.4MiB/s 00:08 [################# ] 96.7%  ghostscript-9.56.1 11.8MiB 1.4MiB/s 00:09 [################# ] 98.9%  ghostscript-9.56.1 11.8MiB 1.4MiB/s 00:09 [##################] 100.0% @ substituter-succeeded /gnu/store/claci7x3vzjhm0f9rbdhdrrs09q6kvyf-ghostscript-9.56.1 guix-data-service: computing the derivation-file-name for riscv64-linux Computing Guix derivation for 'riscv64-linux'... substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/89ysc5rb587zhvlnv45iq43c51mwmvqh-graphviz-minimal-7.0.1-doc substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/p472z0ash75g1i619a0l7q4xi671clqj-bash-static-5.1.16 substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/mgf4qp01hi9bz9w7vj5dgzf45a1a2rv4-font-dejavu-2.37 substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% Downloading https://bordeaux.guix.gnu.org/nar/lzip/89ysc5rb587zhvlnv45iq43c51mwmvqh-graphviz-minimal-7.0.1-doc...  graphviz-minimal-7.0.1-doc 971KiB 0B/s 00:00 [ ] 0.0%  graphviz-minimal-7.0.1-doc 971KiB 2.9MiB/s 00:00 [# ] 6.6%  graphviz-minimal-7.0.1-doc 971KiB 1.1MiB/s 00:00 [##### ] 33.0%  graphviz-minimal-7.0.1-doc 971KiB 1.2MiB/s 00:01 [########### ] 65.9%  graphviz-minimal-7.0.1-doc 971KiB 909KiB/s 00:01 [##################] 100.0%  graphviz-minimal-7.0.1-doc 971KiB 856KiB/s 00:01 [##################] 100.0% Downloading https://bordeaux.guix.gnu.org/nar/lzip/p472z0ash75g1i619a0l7q4xi671clqj-bash-static-5.1.16...  bash-static-5.1.16 576KiB 0B/s 00:00 [ ] 0.0%  bash-static-5.1.16 576KiB 224KiB/s 00:00 [## ] 11.1%  bash-static-5.1.16 576KiB 1.4MiB/s 00:00 [##################] 100.0% Downloading https://bordeaux.guix.gnu.org/nar/lzip/mgf4qp01hi9bz9w7vj5dgzf45a1a2rv4-font-dejavu-2.37...  font-dejavu-2.37 2.3MiB 0B/s 00:00 [ ] 0.0%  font-dejavu-2.37 2.3MiB 2.1MiB/s 00:00 [ ] 2.7%  font-dejavu-2.37 2.3MiB 2.2MiB/s 00:00 [##### ] 29.4%  font-dejavu-2.37 2.3MiB 1.5MiB/s 00:01 [####### ] 42.7%  font-dejavu-2.37 2.3MiB 1.4MiB/s 00:01 [######### ] 53.4%  font-dejavu-2.37 2.3MiB 2.1MiB/s 00:01 [##################] 100.0%  font-dejavu-2.37 2.3MiB 2.1MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/p472z0ash75g1i619a0l7q4xi671clqj-bash-static-5.1.16 @ substituter-succeeded /gnu/store/mgf4qp01hi9bz9w7vj5dgzf45a1a2rv4-font-dejavu-2.37 @ substituter-succeeded /gnu/store/89ysc5rb587zhvlnv45iq43c51mwmvqh-graphviz-minimal-7.0.1-doc @ substituter-started /gnu/store/9fdnfgk9bgmvcfi7ka3hi9famdzivc9w-bash substitute @ substituter-started /gnu/store/zqqbls3gmidsf3q2zlmzxq2i4c7zba7a-font-ghostscript-8.11 substitute @ substituter-started /gnu/store/83rdr33pwjzimv4n0ch33lc6yf1acbry-glibc-utf8-locales-2.35 substitute Downloading https://ci.guix.gnu.org/nar/lzip/9fdnfgk9bgmvcfi7ka3hi9famdzivc9w-bash...  bash 505KiB 0B/s 00:00 [ ] 0.0%  bash 505KiB 4.3MiB/s 00:00 [## ] 12.7%Downloading https://bordeaux.guix.gnu.org/nar/lzip/zqqbls3gmidsf3q2zlmzxq2i4c7zba7a-font-ghostscript-8.11... Downloading https://bordeaux.guix.gnu.org/nar/lzip/83rdr33pwjzimv4n0ch33lc6yf1acbry-glibc-utf8-locales-2.35...  bash 505KiB 5.6MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/9fdnfgk9bgmvcfi7ka3hi9famdzivc9w-bash @ substituter-started /gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35...  glibc-utf8-locales-2.35 382KiB 0B/s 00:00 [ ] 0.0%  glibc-utf8-locales-2.35 382KiB 2.9MiB/s 00:00 [### ] 16.7%  glibc-2.35 7.9MiB 0B/s 00:00 [ ] 0.0%  glibc-2.35 7.9MiB 83.1MiB/s 00:00 [ ] 0.8%  font-ghostscript-8.11 3.3MiB 0B/s 00:00 [ ] 0.0%  font-ghostscript-8.11 3.3MiB 1.3MiB/s 00:00 [ ] 1.9%  glibc-utf8-locales-2.35 382KiB 645KiB/s 00:00 [######### ] 50.2%  font-ghostscript-8.11 3.3MiB 697KiB/s 00:00 [# ] 5.6%  glibc-2.35 7.9MiB 596KiB/s 00:00 [ ] 3.1%  font-ghostscript-8.11 3.3MiB 656KiB/s 00:00 [# ] 9.4%  glibc-2.35 7.9MiB 487KiB/s 00:01 [ ] 3.9%  font-ghostscript-8.11 3.3MiB 702KiB/s 00:01 [### ] 16.9%  glibc-2.35 7.9MiB 580KiB/s 00:01 [# ] 7.1%  font-ghostscript-8.11 3.3MiB 938KiB/s 00:01 [##### ] 28.1%  glibc-2.35 7.9MiB 601KiB/s 00:01 [# ] 9.4%  glibc-utf8-locales-2.35 382KiB 241KiB/s 00:01 [############### ] 83.7%  font-ghostscript-8.11 3.3MiB 965KiB/s 00:01 [###### ] 35.6%  glibc-utf8-locales-2.35 382KiB 264KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/83rdr33pwjzimv4n0ch33lc6yf1acbry-glibc-utf8-locales-2.35 @ substituter-started /gnu/store/qghmf49q5pyhhsjfr8gla00nz1wz06xh-glibc-utf8-locales-2.35 substitute  font-ghostscript-8.11 3.3MiB 1.5MiB/s 00:01 [########### ] 65.6%Downloading https://bordeaux.guix.gnu.org/nar/lzip/qghmf49q5pyhhsjfr8gla00nz1wz06xh-glibc-utf8-locales-2.35...  glibc-2.35 7.9MiB 712KiB/s 00:02 [## ] 13.4%  font-ghostscript-8.11 3.3MiB 2.0MiB/s 00:02 [##################] 100.0% @ substituter-succeeded /gnu/store/zqqbls3gmidsf3q2zlmzxq2i4c7zba7a-font-ghostscript-8.11 @ substituter-started /gnu/store/nm1hilmvg629czzl0dzki10kwmga7sm7-guile-bytestructures-1.0.10 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/nm1hilmvg629czzl0dzki10kwmga7sm7-guile-bytestructures-1.0.10...  glibc-2.35 7.9MiB 1.1MiB/s 00:02 [#### ] 24.4%  glibc-utf8-locales-2.35 382KiB 0B/s 00:00 [ ] 0.0%  glibc-utf8-locales-2.35 382KiB 1.9MiB/s 00:00 [### ] 16.7%  glibc-2.35 7.9MiB 1.6MiB/s 00:02 [####### ] 40.1%  guile-bytestructures-1.0.10 191KiB 0B/s 00:00 [ ] 0.0%  guile-bytestructures-1.0.10 191KiB 1005KiB/s 00:00 [###### ] 33.5%  guile-bytestructures-1.0.10 191KiB 1.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/nm1hilmvg629czzl0dzki10kwmga7sm7-guile-bytestructures-1.0.10 @ substituter-started /gnu/store/idasxy3wwr45zqndnyisbpynz8r6h4zx-guile-json-3.5.0 substitute  glibc-2.35 7.9MiB 2.1MiB/s 00:02 [########## ] 58.2%Downloading https://bordeaux.guix.gnu.org/nar/lzip/idasxy3wwr45zqndnyisbpynz8r6h4zx-guile-json-3.5.0...  glibc-utf8-locales-2.35 382KiB 1.0MiB/s 00:00 [############### ] 83.7%  glibc-utf8-locales-2.35 382KiB 1.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/qghmf49q5pyhhsjfr8gla00nz1wz06xh-glibc-utf8-locales-2.35 @ substituter-started /gnu/store/gzs54l6il8yxlcnxv0zarjjj25q81pfp-guile-json-4.7.3 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/gzs54l6il8yxlcnxv0zarjjj25q81pfp-guile-json-4.7.3...  glibc-2.35 7.9MiB 2.4MiB/s 00:02 [############# ] 72.4%  guile-json-3.5.0 46KiB 0B/s 00:00 [ ] 0.0%  guile-json-4.7.3 59KiB 0B/s 00:00 [ ] 0.0%  guile-json-4.7.3 59KiB 731KiB/s 00:00 [##################] 100.0%  glibc-2.35 7.9MiB 2.4MiB/s 00:03 [############## ] 79.4%  guile-json-3.5.0 46KiB 414KiB/s 00:00 [##################] 100.0%  guile-json-3.5.0 46KiB 305KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/idasxy3wwr45zqndnyisbpynz8r6h4zx-guile-json-3.5.0 @ substituter-started /gnu/store/v6yl1b78f5b7gkpkvq651k3hnm7qda2k-guile-lib-0.2.7 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/v6yl1b78f5b7gkpkvq651k3hnm7qda2k-guile-lib-0.2.7...  guile-json-4.7.3 59KiB 397KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/gzs54l6il8yxlcnxv0zarjjj25q81pfp-guile-json-4.7.3 @ substituter-started /gnu/store/bzr0m0h8c9hhfy20pvyk357nb6qjmb1j-guile-ssh-0.16.3-checkout substitute Downloading https://ci.guix.gnu.org/nar/lzip/bzr0m0h8c9hhfy20pvyk357nb6qjmb1j-guile-ssh-0.16.3-checkout...  glibc-2.35 7.9MiB 2.6MiB/s 00:03 [################ ] 92.0%  guile-ssh-0.16.3-checkout 403KiB 0B/s 00:00 [ ] 0.0%  guile-ssh-0.16.3-checkout 403KiB 4.0MiB/s 00:00 [## ] 15.9%  guile-lib-0.2.7 374KiB 0B/s 00:00 [ ] 0.0%  guile-ssh-0.16.3-checkout 403KiB 2.1MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/bzr0m0h8c9hhfy20pvyk357nb6qjmb1j-guile-ssh-0.16.3-checkout @ substituter-started /gnu/store/akkfs4wfaqshxjkq0vgcy3dvkb6cih3x-guix-1.4.0-7.44bbfc2-checkout substitute  glibc-2.35 7.9MiB 2.6MiB/s 00:03 [################# ] 99.1%Downloading https://ci.guix.gnu.org/nar/lzip/akkfs4wfaqshxjkq0vgcy3dvkb6cih3x-guix-1.4.0-7.44bbfc2-checkout...  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 0B/s 00:00 [ ] 0.0%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 45.3MiB/s 00:00 [ ] 0.6%  guile-lib-0.2.7 374KiB 955KiB/s 00:00 [### ] 17.1%  glibc-2.35 7.9MiB 2.6MiB/s 00:03 [##################] 100.0% @ substituter-succeeded /gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35 @ substituter-started /gnu/store/6qj8b1i9ynscrl6a8nqgkw787nvnf8fi-linux-libre-headers-5.15.49 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/6qj8b1i9ynscrl6a8nqgkw787nvnf8fi-linux-libre-headers-5.15.49...  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 1.1MiB/s 00:00 [ ] 3.0%  guile-lib-0.2.7 374KiB 564KiB/s 00:00 [######### ] 51.3%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 510KiB/s 00:01 [ ] 3.6%  guile-lib-0.2.7 374KiB 312KiB/s 00:01 [############ ] 68.4%  linux-libre-headers-5.15.49 1.1MiB 0B/s 00:00 [ ] 0.0%  linux-libre-headers-5.15.49 1.1MiB 75.5MiB/s 00:00 [# ] 5.7%  guile-lib-0.2.7 374KiB 420KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/v6yl1b78f5b7gkpkvq651k3hnm7qda2k-guile-lib-0.2.7 @ substituter-started /gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16...  bash-minimal-5.1.16 521KiB 0B/s 00:00 [ ] 0.0%  linux-libre-headers-5.15.49 1.1MiB 806KiB/s 00:00 [###### ] 34.0%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 703KiB/s 00:01 [# ] 8.5%  bash-minimal-5.1.16 521KiB 212KiB/s 00:00 [## ] 12.3%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 637KiB/s 00:02 [# ] 9.1%  linux-libre-headers-5.15.49 1.1MiB 761KiB/s 00:01 [######### ] 51.1%  bash-minimal-5.1.16 521KiB 630KiB/s 00:01 [########### ] 61.4%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 702KiB/s 00:02 [## ] 11.6%  bash-minimal-5.1.16 521KiB 924KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16 @ substituter-started /gnu/store/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38 substitute  linux-libre-headers-5.15.49 1.1MiB 651KiB/s 00:01 [########### ] 62.4%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 596KiB/s 00:02 [## ] 12.2%Downloading https://bordeaux.guix.gnu.org/nar/lzip/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38...  linux-libre-headers-5.15.49 1.1MiB 644KiB/s 00:01 [############### ] 85.1%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 709KiB/s 00:02 [## ] 15.8%  linux-libre-headers-5.15.49 1.1MiB 692KiB/s 00:02 [##################] 100.0% @ substituter-succeeded /gnu/store/6qj8b1i9ynscrl6a8nqgkw787nvnf8fi-linux-libre-headers-5.15.49 @ substituter-started /gnu/store/hs6g34kf7z2sdc7sc60ngkdnysy782bl-gcc-11.3.0-lib substitute  binutils-2.38 4.1MiB 0B/s 00:00 [ ] 0.0%  binutils-2.38 4.1MiB 1.5MiB/s 00:00 [ ] 1.5%Downloading https://bordeaux.guix.gnu.org/nar/lzip/hs6g34kf7z2sdc7sc60ngkdnysy782bl-gcc-11.3.0-lib...  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 842KiB/s 00:03 [### ] 21.9%  binutils-2.38 4.1MiB 1.0MiB/s 00:00 [# ] 7.6%  gcc-11.3.0-lib 3.7MiB 0B/s 00:00 [ ] 0.0%  gcc-11.3.0-lib 3.7MiB 2.8MiB/s 00:00 [ ] 1.7%  binutils-2.38 4.1MiB 1004KiB/s 00:01 [## ] 15.2%  gcc-11.3.0-lib 3.7MiB 455KiB/s 00:00 [ ] 3.3%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 813KiB/s 00:03 [#### ] 23.7%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 911KiB/s 00:03 [##### ] 28.6%  gcc-11.3.0-lib 3.7MiB 531KiB/s 00:01 [# ] 8.4%  binutils-2.38 4.1MiB 932KiB/s 00:01 [### ] 21.3%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 913KiB/s 00:04 [##### ] 31.0%  binutils-2.38 4.1MiB 965KiB/s 00:01 [#### ] 27.4%  gcc-11.3.0-lib 3.7MiB 602KiB/s 00:01 [## ] 13.4%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 868KiB/s 00:04 [##### ] 32.2%  binutils-2.38 4.1MiB 900KiB/s 00:01 [##### ] 32.0%  gcc-11.3.0-lib 3.7MiB 499KiB/s 00:01 [## ] 15.1%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 767KiB/s 00:05 [##### ] 32.8%  binutils-2.38 4.1MiB 699KiB/s 00:02 [###### ] 35.0%  gcc-11.3.0-lib 3.7MiB 352KiB/s 00:02 [### ] 16.7%  binutils-2.38 4.1MiB 740KiB/s 00:02 [####### ] 41.1%  gcc-11.3.0-lib 3.7MiB 379KiB/s 00:02 [### ] 20.1%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 741KiB/s 00:05 [###### ] 34.1%  gcc-11.3.0-lib 3.7MiB 351KiB/s 00:02 [### ] 21.7%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 719KiB/s 00:05 [###### ] 35.3%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 798KiB/s 00:05 [####### ] 40.7%  gcc-11.3.0-lib 3.7MiB 494KiB/s 00:03 [###### ] 33.5%  gcc-11.3.0-lib 3.7MiB 632KiB/s 00:03 [######## ] 48.5%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 795KiB/s 00:06 [####### ] 43.2%  binutils-2.38 4.1MiB 517KiB/s 00:03 [####### ] 42.6%  gcc-11.3.0-lib 3.7MiB 670KiB/s 00:03 [######### ] 55.2%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 786KiB/s 00:06 [####### ] 44.4%  binutils-2.38 4.1MiB 493KiB/s 00:04 [####### ] 44.1%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 762KiB/s 00:06 [######## ] 45.0%  gcc-11.3.0-lib 3.7MiB 669KiB/s 00:04 [########### ] 63.6%  binutils-2.38 4.1MiB 639KiB/s 00:04 [########## ] 60.9%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 757KiB/s 00:06 [######## ] 46.2%  gcc-11.3.0-lib 3.7MiB 784KiB/s 00:04 [############## ] 78.6%  binutils-2.38 4.1MiB 661KiB/s 00:04 [############ ] 67.0%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 735KiB/s 00:07 [######## ] 47.4%  gcc-11.3.0-lib 3.7MiB 748KiB/s 00:04 [############## ] 80.3%  binutils-2.38 4.1MiB 715KiB/s 00:04 [############# ] 76.1%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 746KiB/s 00:07 [######## ] 49.9%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 737KiB/s 00:07 [######### ] 51.1%  binutils-2.38 4.1MiB 738KiB/s 00:05 [############### ] 88.3%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 741KiB/s 00:08 [######### ] 52.9%  gcc-11.3.0-lib 3.7MiB 777KiB/s 00:05 [##################] 100.0%  binutils-2.38 4.1MiB 713KiB/s 00:05 [################ ] 89.8%  gcc-11.3.0-lib 3.7MiB 772KiB/s 00:05 [##################] 100.0% @ substituter-succeeded /gnu/store/hs6g34kf7z2sdc7sc60ngkdnysy782bl-gcc-11.3.0-lib @ substituter-started /gnu/store/qqpiqxw7n69ikd28cvm78zi5z7g8y0qh-glibc-2.35-static substitute  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 775KiB/s 00:08 [########## ] 57.2%Downloading https://bordeaux.guix.gnu.org/nar/lzip/qqpiqxw7n69ikd28cvm78zi5z7g8y0qh-glibc-2.35-static...  glibc-2.35-static 2.1MiB 0B/s 00:00 [ ] 0.0%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 798KiB/s 00:08 [########## ] 60.8%  glibc-2.35-static 2.1MiB 1.1MiB/s 00:00 [ ] 3.0%  binutils-2.38 4.1MiB 742KiB/s 00:06 [################# ] 98.9%  binutils-2.38 4.1MiB 730KiB/s 00:06 [##################] 100.0% @ substituter-succeeded /gnu/store/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38 @ substituter-started /gnu/store/583azzaprccgfx2yq931qp2lzpibpvyn-bash-minimal-5.1.16 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/583azzaprccgfx2yq931qp2lzpibpvyn-bash-minimal-5.1.16...  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 794KiB/s 00:08 [########### ] 62.6%  glibc-2.35-static 2.1MiB 766KiB/s 00:00 [## ] 11.8%  bash-minimal-5.1.16 522KiB 0B/s 00:00 [ ] 0.0%  bash-minimal-5.1.16 522KiB 2.9MiB/s 00:00 [## ] 12.3%  glibc-2.35-static 2.1MiB 677KiB/s 00:01 [### ] 17.7%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 787KiB/s 00:09 [########### ] 64.5%  bash-minimal-5.1.16 522KiB 483KiB/s 00:00 [#### ] 24.5%  glibc-2.35-static 2.1MiB 642KiB/s 00:01 [#### ] 26.6%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 768KiB/s 00:09 [########### ] 65.1%  bash-minimal-5.1.16 522KiB 319KiB/s 00:01 [###### ] 36.8%  glibc-2.35-static 2.1MiB 667KiB/s 00:01 [###### ] 35.4%  bash-minimal-5.1.16 522KiB 653KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/583azzaprccgfx2yq931qp2lzpibpvyn-bash-minimal-5.1.16 @ substituter-started /gnu/store/d66iz5kkh2kravdfa21x58bd53s7acvp-bzip2-1.0.8 substitute  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 750KiB/s 00:09 [########### ] 65.7%Downloading https://bordeaux.guix.gnu.org/nar/lzip/d66iz5kkh2kravdfa21x58bd53s7acvp-bzip2-1.0.8...  glibc-2.35-static 2.1MiB 803KiB/s 00:01 [######### ] 50.2%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 765KiB/s 00:09 [############ ] 68.7%  glibc-2.35-static 2.1MiB 1.1MiB/s 00:02 [############## ] 82.7%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 795KiB/s 00:10 [############# ] 73.0%  glibc-2.35-static 2.1MiB 1.2MiB/s 00:02 [##################] 100.0% @ substituter-succeeded /gnu/store/qqpiqxw7n69ikd28cvm78zi5z7g8y0qh-glibc-2.35-static @ substituter-started /gnu/store/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8...  bzip2-1.0.8 56KiB 0B/s 00:00 [ ] 0.0%  bzip2-1.0.8 56KiB 2.6MiB/s 00:00 [##################] 100.0%  bzip2-1.0.8 56KiB 1.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/d66iz5kkh2kravdfa21x58bd53s7acvp-bzip2-1.0.8 @ substituter-started /gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1...  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 882KiB/s 00:10 [############## ] 82.7%  coreutils-9.1 2.4MiB 0B/s 00:00 [ ] 0.0%  coreutils-9.1 2.4MiB 1.8MiB/s 00:00 [ ] 2.6%  bzip2-1.0.8 56KiB 0B/s 00:00 [ ] 0.0%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 932KiB/s 00:10 [################ ] 89.4%  coreutils-9.1 2.4MiB 2.9MiB/s 00:00 [##### ] 29.1%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 957KiB/s 00:10 [################ ] 93.7%  coreutils-9.1 2.4MiB 3.4MiB/s 00:00 [########### ] 66.1%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 971KiB/s 00:11 [################# ] 97.3%  coreutils-9.1 2.4MiB 2.8MiB/s 00:01 [############## ] 79.4%  coreutils-9.1 2.4MiB 2.0MiB/s 00:01 [############### ] 84.7%  coreutils-9.1 2.4MiB 2.1MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1 @ substituter-started /gnu/store/jlz5v9197qq10717xhcc8ij83xjld16p-ed-1.18 substitute  bzip2-1.0.8 56KiB 57KiB/s 00:01 [##################] 100.0%Downloading https://bordeaux.guix.gnu.org/nar/lzip/jlz5v9197qq10717xhcc8ij83xjld16p-ed-1.18...  bzip2-1.0.8 56KiB 56KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8 @ substituter-started /gnu/store/mydmggf3qs7ha5ajkz7x250dy7cnmi2v-diffutils-3.8 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/mydmggf3qs7ha5ajkz7x250dy7cnmi2v-diffutils-3.8...  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 921KiB/s 00:11 [################# ] 98.5%  ed-1.18 48KiB 0B/s 00:00 [ ] 0.0%  ed-1.18 48KiB 66.0MiB/s 00:00 [##################] 100.0%  ed-1.18 48KiB 480KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/jlz5v9197qq10717xhcc8ij83xjld16p-ed-1.18 @ substituter-started /gnu/store/6ifaykn27gnhhzjmgky46zvman7bnp3l-expat-2.5.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/6ifaykn27gnhhzjmgky46zvman7bnp3l-expat-2.5.0...  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 912KiB/s 00:12 [################# ] 99.7%  diffutils-3.8 296KiB 0B/s 00:00 [ ] 0.0%  diffutils-3.8 296KiB 2.8MiB/s 00:00 [### ] 21.6%  expat-2.5.0 98KiB 0B/s 00:00 [ ] 0.0%  expat-2.5.0 98KiB 2.9MiB/s 00:00 [########### ] 65.4%  guix-1.4.0-7.44bbfc2-checkout 10.3MiB 899KiB/s 00:12 [##################] 100.0% @ substituter-succeeded /gnu/store/akkfs4wfaqshxjkq0vgcy3dvkb6cih3x-guix-1.4.0-7.44bbfc2-checkout @ substituter-started /gnu/store/5sksczis0ssy8nhln62lsjfm80np01rc-findutils-4.9.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/5sksczis0ssy8nhln62lsjfm80np01rc-findutils-4.9.0...  expat-2.5.0 98KiB 1.2MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/6ifaykn27gnhhzjmgky46zvman7bnp3l-expat-2.5.0 @ substituter-started /gnu/store/37kvylapj27zxm24k4l2p3r0mzswx55p-gdbm-1.23 substitute  diffutils-3.8 296KiB 1.0MiB/s 00:00 [############### ] 86.5%Downloading https://bordeaux.guix.gnu.org/nar/lzip/37kvylapj27zxm24k4l2p3r0mzswx55p-gdbm-1.23...  findutils-4.9.0 420KiB 0B/s 00:00 [ ] 0.0%  findutils-4.9.0 420KiB 2.8MiB/s 00:00 [## ] 15.3%  diffutils-3.8 296KiB 642KiB/s 00:00 [##################] 100.0%  diffutils-3.8 296KiB 642KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/mydmggf3qs7ha5ajkz7x250dy7cnmi2v-diffutils-3.8 @ substituter-started /gnu/store/3ywdwbygx749dcz3hkqb34hm569k612b-gmp-6.2.1 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/3ywdwbygx749dcz3hkqb34hm569k612b-gmp-6.2.1...  gdbm-1.23 203KiB 0B/s 00:00 [ ] 0.0%  gdbm-1.23 203KiB 976KiB/s 00:00 [##### ] 31.6%  findutils-4.9.0 420KiB 1.5MiB/s 00:00 [##################] 100.0%  findutils-4.9.0 420KiB 1.5MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/5sksczis0ssy8nhln62lsjfm80np01rc-findutils-4.9.0 @ substituter-started /gnu/store/j0h6z30j13wrbch7pax9l9859c0wfvsl-grep-3.8 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/j0h6z30j13wrbch7pax9l9859c0wfvsl-grep-3.8...  gmp-6.2.1 572KiB 0B/s 00:00 [ ] 0.0%  gdbm-1.23 203KiB 684KiB/s 00:00 [################# ] 94.8%  gmp-6.2.1 572KiB 607KiB/s 00:00 [## ] 11.2%  grep-3.8 211KiB 0B/s 00:00 [ ] 0.0%  grep-3.8 211KiB 1.4MiB/s 00:00 [##### ] 30.4%  gmp-6.2.1 572KiB 400KiB/s 00:00 [###### ] 33.6%  gdbm-1.23 203KiB 263KiB/s 00:01 [##################] 100.0%  grep-3.8 211KiB 442KiB/s 00:00 [################ ] 91.1%  gdbm-1.23 203KiB 262KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/37kvylapj27zxm24k4l2p3r0mzswx55p-gdbm-1.23 @ substituter-started /gnu/store/xa66xwqd8vwxnz7cbv26qgyrzrdxc8g9-http-parser-2.9.4-1.ec8b5ee substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/xa66xwqd8vwxnz7cbv26qgyrzrdxc8g9-http-parser-2.9.4-1.ec8b5ee...  gmp-6.2.1 572KiB 617KiB/s 00:01 [############## ] 78.3%  http-parser-2.9.4-1.ec8b5ee 19KiB 0B/s 00:00 [ ] 0.0%  http-parser-2.9.4-1.ec8b5ee 19KiB 30.2MiB/s 00:00 [##################] 100.0%  http-parser-2.9.4-1.ec8b5ee 19KiB 248KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/xa66xwqd8vwxnz7cbv26qgyrzrdxc8g9-http-parser-2.9.4-1.ec8b5ee @ substituter-started /gnu/store/xc6jg1k7jcaqc7lakcg0sx9qd1gih3hc-jbig2dec-0.19 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/xc6jg1k7jcaqc7lakcg0sx9qd1gih3hc-jbig2dec-0.19...  gmp-6.2.1 572KiB 615KiB/s 00:01 [##################] 100.0%  gmp-6.2.1 572KiB 602KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/3ywdwbygx749dcz3hkqb34hm569k612b-gmp-6.2.1 @ substituter-started /gnu/store/cfrisvqhs91k21aam6irwkbsvsg4ad8j-libcap-2.64 substitute  grep-3.8 211KiB 242KiB/s 00:01 [##################] 100.0%  grep-3.8 211KiB 222KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/j0h6z30j13wrbch7pax9l9859c0wfvsl-grep-3.8 @ substituter-started /gnu/store/cyimsrmd8z3c2f211h61w46b6njxmidf-libdaemon-0.14 substitute  jbig2dec-0.19 62KiB 0B/s 00:00 [ ] 0.0%Downloading https://bordeaux.guix.gnu.org/nar/lzip/cfrisvqhs91k21aam6irwkbsvsg4ad8j-libcap-2.64...  jbig2dec-0.19 62KiB 1.0MiB/s 00:00 [##################] 100.0%  jbig2dec-0.19 62KiB 654KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/xc6jg1k7jcaqc7lakcg0sx9qd1gih3hc-jbig2dec-0.19 @ substituter-started /gnu/store/4ly70ncfklcln1vvilpq5fih53227p4b-gzip-1.12 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/cyimsrmd8z3c2f211h61w46b6njxmidf-libdaemon-0.14... Downloading https://bordeaux.guix.gnu.org/nar/lzip/4ly70ncfklcln1vvilpq5fih53227p4b-gzip-1.12...  gzip-1.12 79KiB 0B/s 00:00 [ ] 0.0%  gzip-1.12 79KiB 83.3MiB/s 00:00 [############## ] 81.5%  libcap-2.64 91KiB 0B/s 00:00 [ ] 0.0%  libcap-2.64 91KiB 1.2MiB/s 00:00 [############ ] 70.5%  libdaemon-0.14 31KiB 0B/s 00:00 [ ] 0.0%  libdaemon-0.14 31KiB 50.8MiB/s 00:00 [##################] 100.0%  gzip-1.12 79KiB 523KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/4ly70ncfklcln1vvilpq5fih53227p4b-gzip-1.12 @ substituter-started /gnu/store/qhdnnd0mwp3072imc7c13bisyafv3js5-gzip-1.12 substitute  libdaemon-0.14 31KiB 242KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/cyimsrmd8z3c2f211h61w46b6njxmidf-libdaemon-0.14 @ substituter-started /gnu/store/8h7n02gasa1d0x5qpgy0xmp93k6czfi3-libevent-2.1.12 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/qhdnnd0mwp3072imc7c13bisyafv3js5-gzip-1.12... Downloading https://bordeaux.guix.gnu.org/nar/lzip/8h7n02gasa1d0x5qpgy0xmp93k6czfi3-libevent-2.1.12...  libcap-2.64 91KiB 254KiB/s 00:00 [##################] 100.0%  libcap-2.64 91KiB 254KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/cfrisvqhs91k21aam6irwkbsvsg4ad8j-libcap-2.64 @ substituter-started /gnu/store/kzarn8wp5bsdq3pa5b97224ljg1l6ivj-libffi-3.4.4 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/kzarn8wp5bsdq3pa5b97224ljg1l6ivj-libffi-3.4.4...  gzip-1.12 79KiB 0B/s 00:00 [ ] 0.0%  gzip-1.12 79KiB 2.9MiB/s 00:00 [############## ] 81.5%  gzip-1.12 79KiB 1.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/qhdnnd0mwp3072imc7c13bisyafv3js5-gzip-1.12 @ substituter-started /gnu/store/pkr2gwwfb88km55dg0ghx1lmla3fkld1-libffi-3.4.4 substitute  libevent-2.1.12 333KiB 0B/s 00:00 [ ] 0.0%  libevent-2.1.12 333KiB 1.9MiB/s 00:00 [### ] 19.2%Downloading https://bordeaux.guix.gnu.org/nar/lzip/pkr2gwwfb88km55dg0ghx1lmla3fkld1-libffi-3.4.4...  libevent-2.1.12 333KiB 1.3MiB/s 00:00 [################# ] 96.2%  libffi-3.4.4 56KiB 0B/s 00:00 [ ] 0.0%  libffi-3.4.4 56KiB 0B/s 00:00 [ ] 0.0%  libffi-3.4.4 56KiB 76.8MiB/s 00:00 [##################] 100.0%  libffi-3.4.4 56KiB 776KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/pkr2gwwfb88km55dg0ghx1lmla3fkld1-libffi-3.4.4 @ substituter-started /gnu/store/74641jwmb7xrlqfi3sbcc3hbpiiqf4a2-libgc-8.2.2 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/74641jwmb7xrlqfi3sbcc3hbpiiqf4a2-libgc-8.2.2...  libevent-2.1.12 333KiB 953KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/8h7n02gasa1d0x5qpgy0xmp93k6czfi3-libevent-2.1.12 @ substituter-started /gnu/store/jmc77jazdzr6nlpfn5pymbkzwdff1jgk-libgc-8.2.2 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/jmc77jazdzr6nlpfn5pymbkzwdff1jgk-libgc-8.2.2...  libffi-3.4.4 56KiB 421KiB/s 00:00 [##################] 100.0%  libffi-3.4.4 56KiB 298KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/kzarn8wp5bsdq3pa5b97224ljg1l6ivj-libffi-3.4.4 @ substituter-started /gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45 substitute  libgc-8.2.2 212KiB 0B/s 00:00 [ ] 0.0%  libgc-8.2.2 212KiB 1.2MiB/s 00:00 [##### ] 30.2%  libgc-8.2.2 212KiB 0B/s 00:00 [ ] 0.0%  libgc-8.2.2 212KiB 76.5MiB/s 00:00 [##### ] 30.2%Downloading https://bordeaux.guix.gnu.org/nar/lzip/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45...  libgc-8.2.2 212KiB 1.1MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/jmc77jazdzr6nlpfn5pymbkzwdff1jgk-libgc-8.2.2 @ substituter-started /gnu/store/rb193qrz5b3br178ywjhr9svaz3z07wc-libjpeg-turbo-2.1.4 substitute  libgc-8.2.2 212KiB 681KiB/s 00:00 [################ ] 90.6%Downloading https://bordeaux.guix.gnu.org/nar/lzip/rb193qrz5b3br178ywjhr9svaz3z07wc-libjpeg-turbo-2.1.4...  libgpg-error-1.45 213KiB 0B/s 00:00 [ ] 0.0%  libgpg-error-1.45 213KiB 1.4MiB/s 00:00 [##### ] 30.0%  libgc-8.2.2 212KiB 472KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/74641jwmb7xrlqfi3sbcc3hbpiiqf4a2-libgc-8.2.2 @ substituter-started /gnu/store/78zgibb2nnagdskyns4wssx5zlxih3bq-libltdl-2.4.7 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/78zgibb2nnagdskyns4wssx5zlxih3bq-libltdl-2.4.7...  libjpeg-turbo-2.1.4 318KiB 0B/s 00:00 [ ] 0.0%  libjpeg-turbo-2.1.4 318KiB 2.3MiB/s 00:00 [### ] 20.1%  libltdl-2.4.7 39KiB 0B/s 00:00 [ ] 0.0%  libltdl-2.4.7 39KiB 74.6MiB/s 00:00 [##################] 100.0%  libltdl-2.4.7 39KiB 1.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/78zgibb2nnagdskyns4wssx5zlxih3bq-libltdl-2.4.7 @ substituter-started /gnu/store/p6mf3cxajvbzyxm71a6xswms2c8zdqqy-libpaper-2.0.0 substitute  libgpg-error-1.45 213KiB 443KiB/s 00:00 [##################] 100.0%  libgpg-error-1.45 213KiB 402KiB/s 00:01 [##################] 100.0%  libjpeg-turbo-2.1.4 318KiB 784KiB/s 00:00 [########## ] 60.4%@ substituter-succeeded /gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45 @ substituter-started /gnu/store/qkrksl236wz2g7wpymvc52lirgzsb5sw-libsigsegv-2.14 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/p6mf3cxajvbzyxm71a6xswms2c8zdqqy-libpaper-2.0.0... Downloading https://bordeaux.guix.gnu.org/nar/lzip/qkrksl236wz2g7wpymvc52lirgzsb5sw-libsigsegv-2.14...  libjpeg-turbo-2.1.4 318KiB 683KiB/s 00:00 [##################] 100.0%  libjpeg-turbo-2.1.4 318KiB 646KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/rb193qrz5b3br178ywjhr9svaz3z07wc-libjpeg-turbo-2.1.4 @ substituter-started /gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1...  libgcrypt-1.10.1 538KiB 0B/s 00:00 [ ] 0.0%  libpaper-2.0.0 25KiB 0B/s 00:00 [ ] 0.0%  libsigsegv-2.14 17KiB 0B/s 00:00 [ ] 0.0%  libsigsegv-2.14 17KiB 21.9MiB/s 00:00 [##################] 100.0%  libpaper-2.0.0 25KiB 1.1MiB/s 00:00 [##################] 100.0%  libgcrypt-1.10.1 538KiB 948KiB/s 00:00 [## ] 11.9%  libsigsegv-2.14 17KiB 155KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/qkrksl236wz2g7wpymvc52lirgzsb5sw-libsigsegv-2.14 @ substituter-started /gnu/store/xyx0k9ncdiffll1cn0yxxxrvm27xkvn6-libtasn1-4.19.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/xyx0k9ncdiffll1cn0yxxxrvm27xkvn6-libtasn1-4.19.0...  libtasn1-4.19.0 102KiB 0B/s 00:00 [ ] 0.0%  libtasn1-4.19.0 102KiB 1.5MiB/s 00:00 [########### ] 62.5%  libgcrypt-1.10.1 538KiB 242KiB/s 00:01 [#### ] 23.8%  libpaper-2.0.0 25KiB 48KiB/s 00:01 [##################] 100.0%  libpaper-2.0.0 25KiB 48KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/p6mf3cxajvbzyxm71a6xswms2c8zdqqy-libpaper-2.0.0 @ substituter-started /gnu/store/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1 substitute  libtasn1-4.19.0 102KiB 366KiB/s 00:00 [##################] 100.0%Downloading https://bordeaux.guix.gnu.org/nar/lzip/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1...  libgcrypt-1.10.1 538KiB 862KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1 @ substituter-started /gnu/store/ql13l76i1lnpks61f52vik7sg201y3yd-libunistring-1.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/ql13l76i1lnpks61f52vik7sg201y3yd-libunistring-1.0...  gawk-5.2.1 1.1MiB 0B/s 00:00 [ ] 0.0%  gawk-5.2.1 1.1MiB 2.9MiB/s 00:00 [# ] 5.7%  libunistring-1.0 517KiB 0B/s 00:00 [ ] 0.0%  libunistring-1.0 517KiB 86.2MiB/s 00:00 [## ] 12.4%  libtasn1-4.19.0 102KiB 179KiB/s 00:01 [##################] 100.0%  libtasn1-4.19.0 102KiB 178KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/xyx0k9ncdiffll1cn0yxxxrvm27xkvn6-libtasn1-4.19.0 @ substituter-started /gnu/store/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0...  libunistring-1.0 517KiB 1.5MiB/s 00:00 [########### ] 61.8%  guile-gcrypt-0.4.0 165KiB 0B/s 00:00 [ ] 0.0%  guile-gcrypt-0.4.0 165KiB 1.3MiB/s 00:00 [###### ] 38.7%  gawk-5.2.1 1.1MiB 610KiB/s 00:01 [##### ] 28.5%  guile-gcrypt-0.4.0 165KiB 381KiB/s 00:00 [############# ] 77.5%  libunistring-1.0 517KiB 797KiB/s 00:01 [################# ] 98.9%  gawk-5.2.1 1.1MiB 794KiB/s 00:01 [######### ] 51.3%  libunistring-1.0 517KiB 743KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/ql13l76i1lnpks61f52vik7sg201y3yd-libunistring-1.0 @ substituter-started /gnu/store/vvgpzs547kd9ppqks47w7b8khffyn0rp-libunistring-1.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/vvgpzs547kd9ppqks47w7b8khffyn0rp-libunistring-1.0...  guile-gcrypt-0.4.0 165KiB 315KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0 @ substituter-started /gnu/store/0l882amihm09lhnizca1h7xnf8any5zq-libxau-1.0.10 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/0l882amihm09lhnizca1h7xnf8any5zq-libxau-1.0.10...  libunistring-1.0 518KiB 0B/s 00:00 [ ] 0.0%  libunistring-1.0 518KiB 1016KiB/s 00:00 [## ] 12.4%  libxau-1.0.10 8KiB 0B/s 00:00 [ ] 0.0%  libxau-1.0.10 8KiB 11.4MiB/s 00:00 [##################] 100.0%  gawk-5.2.1 1.1MiB 933KiB/s 00:01 [################# ] 97.0%  libxau-1.0.10 8KiB 97KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/0l882amihm09lhnizca1h7xnf8any5zq-libxau-1.0.10 @ substituter-started /gnu/store/jadhm62gyln5rcxkz4r9zahq8k0w3h5q-libxdmcp-1.1.3 substitute  gawk-5.2.1 1.1MiB 830KiB/s 00:01 [##################] 100.0%  libunistring-1.0 518KiB 969KiB/s 00:00 [######## ] 49.5%@ substituter-succeeded /gnu/store/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1 @ substituter-started /gnu/store/bwxqlq54c3fww0ik3hjw7k4fmhlk5n3p-lzlib-1.13 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/jadhm62gyln5rcxkz4r9zahq8k0w3h5q-libxdmcp-1.1.3...  libunistring-1.0 518KiB 633KiB/s 00:01 [############### ] 86.6%  libunistring-1.0 518KiB 673KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/vvgpzs547kd9ppqks47w7b8khffyn0rp-libunistring-1.0 @ substituter-started /gnu/store/ph4i52vb75fk8v3hkn25wbbzfg4zb0ha-m4-1.4.19 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/bwxqlq54c3fww0ik3hjw7k4fmhlk5n3p-lzlib-1.13... Downloading https://bordeaux.guix.gnu.org/nar/lzip/ph4i52vb75fk8v3hkn25wbbzfg4zb0ha-m4-1.4.19...  libxdmcp-1.1.3 23KiB 0B/s 00:00 [ ] 0.0%  libxdmcp-1.1.3 23KiB 23.7MiB/s 00:00 [##################] 100.0%  libxdmcp-1.1.3 23KiB 2.1MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/jadhm62gyln5rcxkz4r9zahq8k0w3h5q-libxdmcp-1.1.3 @ substituter-started /gnu/store/x7c5yd6cyj97wczrdjxr5yc2vzhnfpcr-libidn2-2.3.4 substitute Downloading https://bordeaux.guix.gnu.org/nar/zstd/x7c5yd6cyj97wczrdjxr5yc2vzhnfpcr-libidn2-2.3.4...  lzlib-1.13 54KiB 0B/s 00:00 [ ] 0.0%  m4-1.4.19 232KiB 0B/s 00:00 [ ] 0.0%  lzlib-1.13 54KiB 1.6MiB/s 00:00 [##################] 100.0%  m4-1.4.19 232KiB 2.5MiB/s 00:00 [#### ] 27.6%  lzlib-1.13 54KiB 1.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/bwxqlq54c3fww0ik3hjw7k4fmhlk5n3p-lzlib-1.13 @ substituter-started /gnu/store/57k4kp96xqfqw0yr297rxhav71ldhymi-libxcb-1.15 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/57k4kp96xqfqw0yr297rxhav71ldhymi-libxcb-1.15...  m4-1.4.19 232KiB 2.5MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/ph4i52vb75fk8v3hkn25wbbzfg4zb0ha-m4-1.4.19 @ substituter-started /gnu/store/9k9gv50p86pi2cdxfx20dy2kixllk50f-guile-lzlib-0.0.2 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/9k9gv50p86pi2cdxfx20dy2kixllk50f-guile-lzlib-0.0.2...  libidn2-2.3.4 191KiB 0B/s 00:00 [ ] 0.0%  libidn2-2.3.4 191KiB 2.0MiB/s 00:00 [############ ] 66.9%  libidn2-2.3.4 191KiB 425KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/x7c5yd6cyj97wczrdjxr5yc2vzhnfpcr-libidn2-2.3.4 @ substituter-started /gnu/store/y6rd8m49j1f85kpm9a1wr198a86x82xb-mkdir substitute Downloading https://ci.guix.gnu.org/nar/zstd/y6rd8m49j1f85kpm9a1wr198a86x82xb-mkdir...  mkdir 210KiB 0B/s 00:00 [ ] 0.0%  mkdir 210KiB 4.3MiB/s 00:00 [########## ] 60.8%  mkdir 210KiB 5.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/y6rd8m49j1f85kpm9a1wr198a86x82xb-mkdir @ substituter-started /gnu/store/kwz8nkj2vfv05i58l5nz3vjnr2qj848p-module-import-compiled substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/kwz8nkj2vfv05i58l5nz3vjnr2qj848p-module-import-compiled...  module-import-compiled 47KiB 0B/s 00:00 [ ] 0.0%  module-import-compiled 47KiB 2.1MiB/s 00:00 [##################] 100.0%  module-import-compiled 47KiB 1.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/kwz8nkj2vfv05i58l5nz3vjnr2qj848p-module-import-compiled @ substituter-started /gnu/store/ynrjsfsi8a0kqwgcqqnhynz092b56g4m-module-import-compiled substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/ynrjsfsi8a0kqwgcqqnhynz092b56g4m-module-import-compiled...  module-import-compiled 171KiB 0B/s 00:00 [ ] 0.0%  module-import-compiled 171KiB 4.4MiB/s 00:00 [###### ] 37.4%  libxcb-1.15 249KiB 0B/s 00:00 [ ] 0.0%  guile-lzlib-0.0.2 35KiB 0B/s 00:00 [ ] 0.0%  guile-lzlib-0.0.2 35KiB 43.4MiB/s 00:00 [##################] 100.0%  libxcb-1.15 249KiB 2.8MiB/s 00:00 [#### ] 25.7%  guile-lzlib-0.0.2 35KiB 718KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/9k9gv50p86pi2cdxfx20dy2kixllk50f-guile-lzlib-0.0.2 @ substituter-started /gnu/store/jkk8ljmwh5bmafjqk6x5w0b1qhnxp8b3-ncurses-6.2.20210619 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/jkk8ljmwh5bmafjqk6x5w0b1qhnxp8b3-ncurses-6.2.20210619...  module-import-compiled 171KiB 1.1MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/ynrjsfsi8a0kqwgcqqnhynz092b56g4m-module-import-compiled @ substituter-started /gnu/store/ycdqrq446slaqqbx5j9ha8p5zy0h4p83-nettle-3.8.1 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/ycdqrq446slaqqbx5j9ha8p5zy0h4p83-nettle-3.8.1...  libxcb-1.15 249KiB 948KiB/s 00:00 [##################] 100.0%  nettle-3.8.1 383KiB 0B/s 00:00 [ ] 0.0%  libxcb-1.15 249KiB 876KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/57k4kp96xqfqw0yr297rxhav71ldhymi-libxcb-1.15 @ substituter-started /gnu/store/wrkrqjgccmhybgfzmsi4vy4h6vwkzr7d-openssl-3.0.8 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/wrkrqjgccmhybgfzmsi4vy4h6vwkzr7d-openssl-3.0.8...  nettle-3.8.1 383KiB 1.2MiB/s 00:00 [### ] 16.7%  ncurses-6.2.20210619 697KiB 0B/s 00:00 [ ] 0.0%  ncurses-6.2.20210619 697KiB 910KiB/s 00:00 [# ] 9.2%  nettle-3.8.1 383KiB 1.4MiB/s 00:00 [##################] 100.0%  nettle-3.8.1 383KiB 1.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/ycdqrq446slaqqbx5j9ha8p5zy0h4p83-nettle-3.8.1 @ substituter-started /gnu/store/czdyy4c4dylbslk6fdlkm1sz40d17vgk-libx11-1.8.1 substitute  openssl-3.0.8 1.8MiB 0B/s 00:00 [ ] 0.0%Downloading https://bordeaux.guix.gnu.org/nar/lzip/czdyy4c4dylbslk6fdlkm1sz40d17vgk-libx11-1.8.1...  openssl-3.0.8 1.8MiB 1.2MiB/s 00:00 [ ] 3.5%  ncurses-6.2.20210619 697KiB 1.3MiB/s 00:00 [######### ] 55.1%  libx11-1.8.1 631KiB 0B/s 00:00 [ ] 0.0%  openssl-3.0.8 1.8MiB 1.1MiB/s 00:00 [### ] 21.2%  libx11-1.8.1 631KiB 1.0MiB/s 00:00 [# ] 10.1%  libx11-1.8.1 631KiB 475KiB/s 00:00 [### ] 20.3%  ncurses-6.2.20210619 697KiB 846KiB/s 00:01 [################ ] 91.8%  openssl-3.0.8 1.8MiB 769KiB/s 00:01 [#### ] 24.8%  ncurses-6.2.20210619 697KiB 711KiB/s 00:01 [##################] 100.0%  openssl-3.0.8 1.8MiB 804KiB/s 00:01 [###### ] 35.4%  openssl-3.0.8 1.8MiB 1.2MiB/s 00:01 [############ ] 67.2%  libx11-1.8.1 631KiB 751KiB/s 00:01 [##################] 100.0%  libx11-1.8.1 631KiB 751KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/czdyy4c4dylbslk6fdlkm1sz40d17vgk-libx11-1.8.1 @ substituter-started /gnu/store/xrkphpnrgd0ibdr5z9pbcflkrlmpspgj-p11-kit-0.24.1 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/xrkphpnrgd0ibdr5z9pbcflkrlmpspgj-p11-kit-0.24.1...  openssl-3.0.8 1.8MiB 1.5MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/wrkrqjgccmhybgfzmsi4vy4h6vwkzr7d-openssl-3.0.8 @ substituter-started /gnu/store/bwf0b15v4xxjba658xiv4wcfaxxf5qab-dbus-1.14.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/bwf0b15v4xxjba658xiv4wcfaxxf5qab-dbus-1.14.0...  p11-kit-0.24.1 375KiB 0B/s 00:00 [ ] 0.0%  p11-kit-0.24.1 375KiB 2.7MiB/s 00:00 [### ] 17.1%  dbus-1.14.0 254KiB 0B/s 00:00 [ ] 0.0%  ncurses-6.2.20210619 697KiB 409KiB/s 00:02 [##################] 100.0%  ncurses-6.2.20210619 697KiB 408KiB/s 00:02 [##################] 100.0% @ substituter-succeeded /gnu/store/jkk8ljmwh5bmafjqk6x5w0b1qhnxp8b3-ncurses-6.2.20210619 @ substituter-started /gnu/store/6z115ih4zbx8f6k907bhyacq24pzfbw9-mit-krb5-1.20 substitute  dbus-1.14.0 254KiB 498KiB/s 00:00 [#### ] 25.2%Downloading https://bordeaux.guix.gnu.org/nar/lzip/6z115ih4zbx8f6k907bhyacq24pzfbw9-mit-krb5-1.20...  p11-kit-0.24.1 375KiB 856KiB/s 00:00 [############ ] 68.2%  dbus-1.14.0 254KiB 610KiB/s 00:00 [##################] 100.0%  dbus-1.14.0 254KiB 609KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/bwf0b15v4xxjba658xiv4wcfaxxf5qab-dbus-1.14.0 @ substituter-started /gnu/store/jzk30pqyk3z7xlizbq6013krgyyyys39-patch-2.7.6 substitute  mit-krb5-1.20 972KiB 0B/s 00:00 [ ] 0.0%  mit-krb5-1.20 972KiB 1.1MiB/s 00:00 [# ] 6.6%Downloading https://bordeaux.guix.gnu.org/nar/lzip/jzk30pqyk3z7xlizbq6013krgyyyys39-patch-2.7.6...  mit-krb5-1.20 972KiB 385KiB/s 00:00 [## ] 13.2%  p11-kit-0.24.1 375KiB 439KiB/s 00:01 [##################] 100.0%  p11-kit-0.24.1 375KiB 439KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/xrkphpnrgd0ibdr5z9pbcflkrlmpspgj-p11-kit-0.24.1 @ substituter-started /gnu/store/2i58d23sjw7ghnh6ps4w83p6jg74v3zb-pcre-8.45 substitute  patch-2.7.6 91KiB 0B/s 00:00 [ ] 0.0%  patch-2.7.6 91KiB 2.9MiB/s 00:00 [############ ] 70.6%  patch-2.7.6 91KiB 918KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/jzk30pqyk3z7xlizbq6013krgyyyys39-patch-2.7.6 @ substituter-started /gnu/store/sa46p34mkxpaz3lifcyqrs3cd85cpr3r-perl-5.36.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/2i58d23sjw7ghnh6ps4w83p6jg74v3zb-pcre-8.45...  mit-krb5-1.20 972KiB 453KiB/s 00:01 [#### ] 26.3%Downloading https://bordeaux.guix.gnu.org/nar/lzip/sa46p34mkxpaz3lifcyqrs3cd85cpr3r-perl-5.36.0...  mit-krb5-1.20 972KiB 994KiB/s 00:01 [############## ] 79.0%  perl-5.36.0 13.7MiB 0B/s 00:00 [ ] 0.0%  perl-5.36.0 13.7MiB 3.1MiB/s 00:00 [ ] 0.5%  pcre-8.45 428KiB 0B/s 00:00 [ ] 0.0%  pcre-8.45 428KiB 1.4MiB/s 00:00 [## ] 15.0%  mit-krb5-1.20 972KiB 1.0MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/6z115ih4zbx8f6k907bhyacq24pzfbw9-mit-krb5-1.20 @ substituter-started /gnu/store/8hf09bv3ry6r0izqfw5wr3i0lgayrhgn-perl-gettext-1.07 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/8hf09bv3ry6r0izqfw5wr3i0lgayrhgn-perl-gettext-1.07...  perl-5.36.0 13.7MiB 2.2MiB/s 00:00 [ ] 3.6%  pcre-8.45 428KiB 2.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/2i58d23sjw7ghnh6ps4w83p6jg74v3zb-pcre-8.45 @ substituter-started /gnu/store/sliqsxn45k1lfccw8qj1jx1c5g0bf2qf-pkg-config-0.29.2 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/sliqsxn45k1lfccw8qj1jx1c5g0bf2qf-pkg-config-0.29.2...  pkg-config-0.29.2 166KiB 0B/s 00:00 [ ] 0.0%  perl-gettext-1.07 9KiB 0B/s 00:00 [ ] 0.0%  perl-gettext-1.07 9KiB 14.3MiB/s 00:00 [##################] 100.0%  perl-5.36.0 13.7MiB 2.5MiB/s 00:00 [# ] 7.8%  perl-gettext-1.07 9KiB 591KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/8hf09bv3ry6r0izqfw5wr3i0lgayrhgn-perl-gettext-1.07 @ substituter-started /gnu/store/w25iigidgynrld3jlpxbks8xwgrw9ipa-pkg-config-0.29.2 substitute Downloading https://bordeaux.guix.gnu.org/nar/zstd/w25iigidgynrld3jlpxbks8xwgrw9ipa-pkg-config-0.29.2...  pkg-config-0.29.2 166KiB 463KiB/s 00:00 [###### ] 38.5%  pkg-config-0.29.2 166KiB 961KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/sliqsxn45k1lfccw8qj1jx1c5g0bf2qf-pkg-config-0.29.2 @ substituter-started /gnu/store/68940yam8fq6k1yv2v17q4nlx5xcsi2s-readline-8.1.2 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/68940yam8fq6k1yv2v17q4nlx5xcsi2s-readline-8.1.2...  perl-5.36.0 13.7MiB 2.5MiB/s 00:01 [## ] 11.9%  pkg-config-0.29.2 186KiB 0B/s 00:00 [ ] 0.0%  readline-8.1.2 450KiB 0B/s 00:00 [ ] 0.0%  readline-8.1.2 450KiB 61.1MiB/s 00:00 [## ] 14.2%  pkg-config-0.29.2 186KiB 1.9MiB/s 00:00 [############ ] 68.8%  pkg-config-0.29.2 186KiB 1.9MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/w25iigidgynrld3jlpxbks8xwgrw9ipa-pkg-config-0.29.2 @ substituter-started /gnu/store/27kcqx14b8vhrihv9k2f5dhx64sii12w-guile-3.0.9 substitute Downloading https://bordeaux.guix.gnu.org/nar/zstd/27kcqx14b8vhrihv9k2f5dhx64sii12w-guile-3.0.9...  readline-8.1.2 450KiB 3.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/68940yam8fq6k1yv2v17q4nlx5xcsi2s-readline-8.1.2 @ substituter-started /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9 substitute Downloading https://bordeaux.guix.gnu.org/nar/zstd/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9...  perl-5.36.0 13.7MiB 2.6MiB/s 00:01 [## ] 16.4%  guile-3.0.9 8.1MiB 0B/s 00:00 [ ] 0.0%  guile-3.0.9 8.1MiB 62.9MiB/s 00:00 [ ] 1.5%  guile-3.0.9 8.1MiB 0B/s 00:00 [ ] 0.0%  guile-3.0.9 8.1MiB 5.7MiB/s 00:00 [ ] 1.5%  perl-5.36.0 13.7MiB 2.8MiB/s 00:01 [### ] 21.4%  guile-3.0.9 8.1MiB 4.7MiB/s 00:00 [## ] 12.4%  guile-3.0.9 8.1MiB 4.6MiB/s 00:00 [## ] 13.9%  perl-5.36.0 13.7MiB 2.8MiB/s 00:01 [#### ] 26.0%  guile-3.0.9 8.1MiB 3.9MiB/s 00:00 [### ] 20.1%  guile-3.0.9 8.1MiB 4.1MiB/s 00:00 [#### ] 23.2%  perl-5.36.0 13.7MiB 2.7MiB/s 00:02 [##### ] 29.2%  guile-3.0.9 8.1MiB 3.7MiB/s 00:01 [##### ] 31.0%  guile-3.0.9 8.1MiB 2.3MiB/s 00:01 [##### ] 32.5%  perl-5.36.0 13.7MiB 2.0MiB/s 00:02 [##### ] 30.6%  guile-3.0.9 8.1MiB 2.3MiB/s 00:01 [##### ] 32.5%  guile-3.0.9 8.1MiB 2.5MiB/s 00:01 [####### ] 41.8%  guile-3.0.9 8.1MiB 2.2MiB/s 00:01 [###### ] 37.1%  perl-5.36.0 13.7MiB 1.8MiB/s 00:02 [##### ] 31.9%  guile-3.0.9 8.1MiB 2.1MiB/s 00:02 [####### ] 41.8%  perl-5.36.0 13.7MiB 1.9MiB/s 00:03 [###### ] 36.5%  perl-5.36.0 13.7MiB 1.9MiB/s 00:03 [###### ] 38.8%  guile-3.0.9 8.1MiB 2.0MiB/s 00:02 [######## ] 46.4%  guile-3.0.9 8.1MiB 2.0MiB/s 00:02 [######## ] 46.4%  perl-5.36.0 13.7MiB 1.9MiB/s 00:03 [####### ] 42.0%  guile-3.0.9 8.1MiB 2.2MiB/s 00:02 [########## ] 55.7%  guile-3.0.9 8.1MiB 2.2MiB/s 00:02 [########## ] 57.3%  perl-5.36.0 13.7MiB 2.0MiB/s 00:03 [######## ] 47.9%  guile-3.0.9 8.1MiB 2.6MiB/s 00:02 [############# ] 74.3%  guile-3.0.9 8.1MiB 2.6MiB/s 00:02 [############# ] 74.3%  perl-5.36.0 13.7MiB 1.9MiB/s 00:04 [######### ] 50.2%  guile-3.0.9 8.1MiB 2.6MiB/s 00:03 [############### ] 83.6%  guile-3.0.9 8.1MiB 2.6MiB/s 00:03 [############### ] 83.6%  perl-5.36.0 13.7MiB 2.0MiB/s 00:04 [######### ] 54.7%  guile-3.0.9 8.1MiB 2.6MiB/s 00:03 [################ ] 89.8%  guile-3.0.9 8.1MiB 2.6MiB/s 00:03 [################ ] 89.8%  guile-3.0.9 8.1MiB 2.7MiB/s 00:03 [##################] 100.0% @ substituter-succeeded /gnu/store/27kcqx14b8vhrihv9k2f5dhx64sii12w-guile-3.0.9 @ substituter-started /gnu/store/nrkwbpmcfaj3pd2h2kr4ayl90nmsr5dk-bash-5.1.16 substitute  guile-3.0.9 8.1MiB 2.7MiB/s 00:03 [##################] 100.0% @ substituter-succeeded /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9 @ substituter-started /gnu/store/py7qrzdb70jzkyjhggp15w57iqldv8hc-ld-wrapper-0 substitute Downloading https://bordeaux.guix.gnu.org/nar/zstd/nrkwbpmcfaj3pd2h2kr4ayl90nmsr5dk-bash-5.1.16... Downloading https://bordeaux.guix.gnu.org/nar/zstd/py7qrzdb70jzkyjhggp15w57iqldv8hc-ld-wrapper-0...  perl-5.36.0 13.7MiB 1.9MiB/s 00:04 [########## ] 56.1%  bash-5.1.16 1.2MiB 0B/s 00:00 [ ] 0.0%  ld-wrapper-0 15KiB 0B/s 00:00 [ ] 0.0%  ld-wrapper-0 15KiB 21.4MiB/s 00:00 [##################] 100.0%  ld-wrapper-0 15KiB 2.5MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/py7qrzdb70jzkyjhggp15w57iqldv8hc-ld-wrapper-0 @ substituter-started /gnu/store/kgdnsfsw8f226s6j5vldaqvc767hn8ff-make-4.3 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/kgdnsfsw8f226s6j5vldaqvc767hn8ff-make-4.3...  bash-5.1.16 1.2MiB 2.9MiB/s 00:00 [# ] 10.2%  make-4.3 439KiB 0B/s 00:00 [ ] 0.0%  make-4.3 439KiB 39.8MiB/s 00:00 [## ] 14.6%  bash-5.1.16 1.2MiB 2.7MiB/s 00:00 [############ ] 71.7%  make-4.3 439KiB 535KiB/s 00:00 [####### ] 43.7%  bash-5.1.16 1.2MiB 2.1MiB/s 00:01 [##################] 100.0%  bash-5.1.16 1.2MiB 2.1MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/nrkwbpmcfaj3pd2h2kr4ayl90nmsr5dk-bash-5.1.16 @ substituter-started /gnu/store/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8 substitute  perl-5.36.0 13.7MiB 1.9MiB/s 00:05 [########### ] 63.4%Downloading https://bordeaux.guix.gnu.org/nar/zstd/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8...  make-4.3 439KiB 803KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/kgdnsfsw8f226s6j5vldaqvc767hn8ff-make-4.3 @ substituter-started /gnu/store/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3...  perl-5.36.0 13.7MiB 1.9MiB/s 00:05 [############ ] 68.4%  sed-4.8 231KiB 0B/s 00:00 [ ] 0.0%  sed-4.8 231KiB 2.1MiB/s 00:00 [######### ] 55.4%  sed-4.8 231KiB 1.6MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8 @ substituter-started /gnu/store/fb6vzg8244vzl2k3vb5kzss4bghhqnyp-tar substitute Downloading https://ci.guix.gnu.org/nar/zstd/fb6vzg8244vzl2k3vb5kzss4bghhqnyp-tar...  sqlite-3.39.3 1014KiB 0B/s 00:00 [ ] 0.0%  perl-5.36.0 13.7MiB 2.1MiB/s 00:05 [############# ] 76.2%  tar 506KiB 0B/s 00:00 [ ] 0.0%  tar 506KiB 4.3MiB/s 00:00 [#### ] 25.3%  sqlite-3.39.3 1014KiB 986KiB/s 00:00 [# ] 6.3%  tar 506KiB 1.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/fb6vzg8244vzl2k3vb5kzss4bghhqnyp-tar @ substituter-started /gnu/store/bkcd6iqgxhikvbl54vwiy2jih981vrz1-tar-1.34 substitute  sqlite-3.39.3 1014KiB 2.2MiB/s 00:00 [############ ] 69.5%  perl-5.36.0 13.7MiB 2.0MiB/s 00:05 [############# ] 77.5%Downloading https://bordeaux.guix.gnu.org/nar/lzip/bkcd6iqgxhikvbl54vwiy2jih981vrz1-tar-1.34...  tar-1.34 719KiB 0B/s 00:00 [ ] 0.0%  tar-1.34 719KiB 3.0MiB/s 00:00 [# ] 8.9%  sqlite-3.39.3 1014KiB 1.6MiB/s 00:01 [################# ] 94.7%  perl-5.36.0 13.7MiB 1.9MiB/s 00:06 [############## ] 80.7%  tar-1.34 719KiB 1.4MiB/s 00:00 [######## ] 44.5%  sqlite-3.39.3 1014KiB 1.5MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3 @ substituter-started /gnu/store/6ibzy0vzaij5gn2rzvhwrw24zpz3fifa-tcl-8.6.12 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/6ibzy0vzaij5gn2rzvhwrw24zpz3fifa-tcl-8.6.12...  perl-5.36.0 13.7MiB 1.9MiB/s 00:06 [############### ] 83.5%  tar-1.34 719KiB 917KiB/s 00:01 [############ ] 71.2%  tcl-8.6.12 2.2MiB 0B/s 00:00 [ ] 0.0%  tcl-8.6.12 2.2MiB 1.7MiB/s 00:00 [ ] 2.9%  tar-1.34 719KiB 664KiB/s 00:01 [############## ] 80.1%  perl-5.36.0 13.7MiB 1.8MiB/s 00:06 [############### ] 84.8%  perl-5.36.0 13.7MiB 1.8MiB/s 00:07 [############### ] 86.2%  tar-1.34 719KiB 562KiB/s 00:01 [################ ] 89.0%  tcl-8.6.12 2.2MiB 323KiB/s 00:01 [# ] 8.7%  perl-5.36.0 13.7MiB 1.8MiB/s 00:07 [############### ] 88.5%  tar-1.34 719KiB 502KiB/s 00:01 [################# ] 97.9%  tcl-8.6.12 2.2MiB 549KiB/s 00:01 [### ] 20.3%  tar-1.34 719KiB 488KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/bkcd6iqgxhikvbl54vwiy2jih981vrz1-tar-1.34 @ substituter-started /gnu/store/07lxibasm9kwy00swwjjm53s82qifjpj-guile-sqlite3-0.1.3 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/07lxibasm9kwy00swwjjm53s82qifjpj-guile-sqlite3-0.1.3...  perl-5.36.0 13.7MiB 1.8MiB/s 00:07 [################ ] 92.6%  tcl-8.6.12 2.2MiB 1.2MiB/s 00:01 [######### ] 55.1%  guile-sqlite3-0.1.3 57KiB 0B/s 00:00 [ ] 0.0%  perl-5.36.0 13.7MiB 1.8MiB/s 00:07 [################# ] 96.7%  guile-sqlite3-0.1.3 57KiB 1.2MiB/s 00:00 [##################] 100.0%  guile-sqlite3-0.1.3 57KiB 934KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/07lxibasm9kwy00swwjjm53s82qifjpj-guile-sqlite3-0.1.3 @ substituter-started /gnu/store/bdq4zfr77jsn9s4dq1k9acax2ppmgnnp-util-linux-2.37.4-lib substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/bdq4zfr77jsn9s4dq1k9acax2ppmgnnp-util-linux-2.37.4-lib...  perl-5.36.0 13.7MiB 1.9MiB/s 00:07 [##################] 100.0% @ substituter-succeeded /gnu/store/sa46p34mkxpaz3lifcyqrs3cd85cpr3r-perl-5.36.0 @ substituter-started /gnu/store/j4q52samqj2ax6hrxsd3xrmm3l4fsmp7-which-2.21 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/j4q52samqj2ax6hrxsd3xrmm3l4fsmp7-which-2.21...  tcl-8.6.12 2.2MiB 1.3MiB/s 00:01 [############# ] 75.4%  util-linux-2.37.4-lib 1.4MiB 0B/s 00:00 [ ] 0.0%  util-linux-2.37.4-lib 1.4MiB 938KiB/s 00:00 [ ] 4.3%  which-2.21 24KiB 0B/s 00:00 [ ] 0.0%  which-2.21 24KiB 684KiB/s 00:00 [##################] 100.0%  which-2.21 24KiB 534KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/j4q52samqj2ax6hrxsd3xrmm3l4fsmp7-which-2.21 @ substituter-started /gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69 substitute  util-linux-2.37.4-lib 1.4MiB 724KiB/s 00:00 [### ] 21.6%  util-linux-2.37.4-lib 1.4MiB 991KiB/s 00:01 [####### ] 43.2%Downloading https://bordeaux.guix.gnu.org/nar/lzip/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69...  autoconf-2.69 663KiB 0B/s 00:00 [ ] 0.0%  autoconf-2.69 663KiB 2.9MiB/s 00:00 [# ] 9.7%  util-linux-2.37.4-lib 1.4MiB 698KiB/s 00:01 [######## ] 47.5%  autoconf-2.69 663KiB 2.9MiB/s 00:00 [##################] 100.0%  autoconf-2.69 663KiB 2.9MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69 @ substituter-started /gnu/store/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5...  tcl-8.6.12 2.2MiB 753KiB/s 00:03 [############### ] 87.0%  util-linux-2.37.4-lib 1.4MiB 1.1MiB/s 00:01 [################# ] 95.0%  util-linux-2.37.4-lib 1.4MiB 1.2MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/bdq4zfr77jsn9s4dq1k9acax2ppmgnnp-util-linux-2.37.4-lib @ substituter-started /gnu/store/jdwnyk3v322q01p1nlsxrhp2xg996igy-help2man-1.49.2 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/jdwnyk3v322q01p1nlsxrhp2xg996igy-help2man-1.49.2...  automake-1.16.5 599KiB 0B/s 00:00 [ ] 0.0%  automake-1.16.5 599KiB 57.0MiB/s 00:00 [# ] 10.7%  tcl-8.6.12 2.2MiB 703KiB/s 00:03 [################ ] 89.9%  help2man-1.49.2 148KiB 0B/s 00:00 [ ] 0.0%  help2man-1.49.2 148KiB 2.9MiB/s 00:00 [####### ] 43.1%  automake-1.16.5 599KiB 4.4MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5 @ substituter-started /gnu/store/8l4g0pvxf0mmlwi7kayxzjk16436k2i6-texinfo-6.8 substitute  help2man-1.49.2 148KiB 2.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/jdwnyk3v322q01p1nlsxrhp2xg996igy-help2man-1.49.2 @ substituter-started /gnu/store/8g2403r2f45a927xv1a5h6cza9v8g8sj-xz substitute Downloading https://bordeaux.guix.gnu.org/nar/zstd/8l4g0pvxf0mmlwi7kayxzjk16436k2i6-texinfo-6.8... Downloading https://ci.guix.gnu.org/nar/lzip/8g2403r2f45a927xv1a5h6cza9v8g8sj-xz...  xz 289KiB 0B/s 00:00 [ ] 0.0%  texinfo-6.8 1.3MiB 0B/s 00:00 [ ] 0.0%  xz 289KiB 4.2MiB/s 00:00 [### ] 22.1%  texinfo-6.8 1.3MiB 7.0MiB/s 00:00 [# ] 9.4%  xz 289KiB 4.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/8g2403r2f45a927xv1a5h6cza9v8g8sj-xz @ substituter-started /gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8...  tcl-8.6.12 2.2MiB 710KiB/s 00:03 [################# ] 98.6%  tcl-8.6.12 2.2MiB 698KiB/s 00:03 [##################] 100.0% @ substituter-succeeded /gnu/store/6ibzy0vzaij5gn2rzvhwrw24zpz3fifa-tcl-8.6.12 @ substituter-started /gnu/store/i8d0g3x4wfpj4063cgvy7dgxcxk532i5-xz-5.2.8 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/i8d0g3x4wfpj4063cgvy7dgxcxk532i5-xz-5.2.8...  xz-5.2.8 360KiB 0B/s 00:00 [ ] 0.0%  xz-5.2.8 360KiB 1.1MiB/s 00:00 [### ] 17.8%  texinfo-6.8 1.3MiB 4.2MiB/s 00:00 [##################] 100.0%  texinfo-6.8 1.3MiB 3.2MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/8l4g0pvxf0mmlwi7kayxzjk16436k2i6-texinfo-6.8 @ substituter-started /gnu/store/dlsh929nnp54xd9vygbjw2mija60jmn2-zlib-1.2.13 substitute  xz-5.2.8 360KiB 1.9MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8 @ substituter-started /gnu/store/qc295wdmdskila8mrivn3n9vri9p4qc2-zlib-1.2.13 substitute  xz-5.2.8 360KiB 0B/s 00:00 [ ] 0.0%  xz-5.2.8 360KiB 2.9MiB/s 00:00 [### ] 17.8%  xz-5.2.8 360KiB 2.2MiB/s 00:00 [##################] 100.0% Downloading https://bordeaux.guix.gnu.org/nar/zstd/dlsh929nnp54xd9vygbjw2mija60jmn2-zlib-1.2.13...  zlib-1.2.13 76KiB 0B/s 00:00 [ ] 0.0%  zlib-1.2.13 76KiB 87.8MiB/s 00:00 [##################] 100.0%  zlib-1.2.13 76KiB 7.4MiB/s 00:00 [##################] 100.0% Downloading https://bordeaux.guix.gnu.org/nar/lzip/qc295wdmdskila8mrivn3n9vri9p4qc2-zlib-1.2.13...  zlib-1.2.13 72KiB 0B/s 00:00 [ ] 0.0%  zlib-1.2.13 72KiB 72.9MiB/s 00:00 [############### ] 88.8%  zlib-1.2.13 72KiB 5.4MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/i8d0g3x4wfpj4063cgvy7dgxcxk532i5-xz-5.2.8 @ substituter-succeeded /gnu/store/dlsh929nnp54xd9vygbjw2mija60jmn2-zlib-1.2.13 @ substituter-succeeded /gnu/store/qc295wdmdskila8mrivn3n9vri9p4qc2-zlib-1.2.13 @ substituter-started /gnu/store/bzj02l1bgp7ibhxvdmpga2k5af0c4npa-file-5.44 substitute @ substituter-started /gnu/store/wxbhji4hgin0w5aqvdvbbis6zdzshwwn-zstd-1.5.2-lib substitute @ build-started /gnu/store/ki9g6cz37cbm5c6h1pmvm26jxibgzryz-ghostscript-9.56.1.tar.xz.drv - riscv64-linux /var/log/guix/drvs/ki//9g6cz37cbm5c6h1pmvm26jxibgzryz-ghostscript-9.56.1.tar.xz.drv.gz 14093 Downloading https://bordeaux.guix.gnu.org/nar/lzip/bzj02l1bgp7ibhxvdmpga2k5af0c4npa-file-5.44...  file-5.44 323KiB 0B/s 00:00 [ ] 0.0%  file-5.44 323KiB 45.3MiB/s 00:00 [### ] 19.8%  file-5.44 323KiB 320KiB/s 00:00 [####### ] 39.6%  file-5.44 323KiB 299KiB/s 00:01 [############## ] 79.2%Backtrace: 14 (primitive-load "/gnu/store/85lmaa2pyqf28087lmjparlna20fkrr5-compute-guix-derivation") In ice-9/eval.scm: 155:9 13 (_ _) 159:9 12 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm: 152:2 11 (with-fluid* _ _ _) 152:2 10 (with-fluid* _ _ _) In ./guix/store.scm: 2168:24 9 (run-with-store #<store-connection 256.99 7efe3a1ac280> #<procedure 7efe21d6d8c0 at ./guix/self.scm:13?> ?) 1996:8 8 (_ #<store-connection 256.99 7efe3a1ac280>) In ./guix/gexp.scm: 299:22 7 (_ #<store-connection 256.99 7efe3a1ac280>) 1180:2 6 (_ #<store-connection 256.99 7efe3a1ac280>) 1046:2 5 (_ #<store-connection 256.99 7efe3a1ac280>) 892:4 4 (_ #<store-connection 256.99 7efe3a1ac280>) In ./guix/store.scm: 2053:12 3 (_ #<store-connection 256.99 7efe3a1ac280>) 1401:5 2 (map/accumulate-builds #<store-connection 256.99 7efe3a1ac280> #<procedure 7efe1c88e560 at ./guix/stor?> ?) 1417:15 1 (_ #<store-connection 256.99 7efe3a1ac280> ("/gnu/store/747gxp40lywcadn4pis30915y9qw34dh-guix-daemo?" ?) ?) 1417:15 0 (loop #f) ./guix/store.scm:1417:15: In procedure loop: ERROR: 1. &store-protocol-error: message: "build of `/gnu/store/dpj4bpx8pcd6w7wd6fsbszakrplnw984-ghostscript-9.56.1.drv' failed" status: 100 @ unsupported-platform /gnu/store/ki9g6cz37cbm5c6h1pmvm26jxibgzryz-ghostscript-9.56.1.tar.xz.drv riscv64-linux Downloading https://bordeaux.guix.gnu.org/nar/lzip/wxbhji4hgin0w5aqvdvbbis6zdzshwwn-zstd-1.5.2-lib... while setting up the build environment: a `riscv64-linux' is required to build `/gnu/store/ki9g6cz37cbm5c6h1pmvm26jxibgzryz-ghostscript-9.56.1.tar.xz.drv', but I am a `x86_64-linux' builder for `/gnu/store/ki9g6cz37cbm5c6h1pmvm26jxibgzryz-ghostscript-9.56.1.tar.xz.drv' failed with exit code 1 @ build-failed /gnu/store/ki9g6cz37cbm5c6h1pmvm26jxibgzryz-ghostscript-9.56.1.tar.xz.drv - 1 builder for `/gnu/store/ki9g6cz37cbm5c6h1pmvm26jxibgzryz-ghostscript-9.56.1.tar.xz.drv' failed with exit code 1 @ substituter-started /gnu/store/ms8bqgvwbjbhkz1r7pacaihgibvfwf1s-disarchive-0.5.0 substitute cannot build derivation `/gnu/store/dpj4bpx8pcd6w7wd6fsbszakrplnw984-ghostscript-9.56.1.drv': 1 dependencies couldn't be built error: while computing manifest entry derivation for riscv64-linux error %exception: (#<&message message: "You found a bug: the program '/gnu/store/85lmaa2pyqf28087lmjparlna20fkrr5-compute-guix-derivation'\nfailed to compute the derivation for Guix (version: \"67fb8efdf782592c133726a1ab7bc6692259e385\"; system: \"riscv64-linux\";\nhost version: \"1.4.0-6.dc5430c\"; pull-version: 1).\nPlease report the COMPLETE output above by email to <bug-guix@gnu.org>.\n">) guix-data-service: computing the derivation-file-name for i686-linux Computing Guix derivation for 'i686-linux'... substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/5bhffdzdylgx39mzq9zxyr9hk72zz625-ghostscript-9.56.1-doc substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/6x28qzp7xkn8fap0b3lrwqj9g7y71lx5-font-ghostscript-8.11 substitute @ substituter-started /gnu/store/vkx8faylisl8x6k69kyjyqvk4zllf390-jbig2dec-0.19 substitute Downloading https://ci.guix.gnu.org/nar/zstd/5bhffdzdylgx39mzq9zxyr9hk72zz625-ghostscript-9.56.1-doc... Downloading https://ci.guix.gnu.org/nar/lzip/6x28qzp7xkn8fap0b3lrwqj9g7y71lx5-font-ghostscript-8.11... Downloading https://ci.guix.gnu.org/nar/lzip/vkx8faylisl8x6k69kyjyqvk4zllf390-jbig2dec-0.19...  jbig2dec-0.19 68KiB 0B/s 00:00 [ ] 0.0%  jbig2dec-0.19 68KiB 3.2MiB/s 00:00 [################ ] 93.6%  font-ghostscript-8.11 3.3MiB 0B/s 00:00 [ ] 0.0%  ghostscript-9.56.1-doc 6.5MiB 0B/s 00:00 [ ] 0.0%  font-ghostscript-8.11 3.3MiB 2.1MiB/s 00:00 [ ] 1.9%  jbig2dec-0.19 68KiB 1.2MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/vkx8faylisl8x6k69kyjyqvk4zllf390-jbig2dec-0.19 @ substituter-started /gnu/store/gsb84yjj5j8g045f4q32z2fygjg0lwqw-libpaper-2.0.0 substitute  ghostscript-9.56.1-doc 6.5MiB 4.0MiB/s 00:00 [ ] 1.9%Downloading https://ci.guix.gnu.org/nar/lzip/gsb84yjj5j8g045f4q32z2fygjg0lwqw-libpaper-2.0.0...  libpaper-2.0.0 29KiB 0B/s 00:00 [ ] 0.0%  libpaper-2.0.0 29KiB 24.9MiB/s 00:00 [##################] 100.0%  libpaper-2.0.0 29KiB 1.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/gsb84yjj5j8g045f4q32z2fygjg0lwqw-libpaper-2.0.0 @ substituter-started /gnu/store/7rx3b31ifgz469lczk9c2f53m0b0s0jk-xz-5.2.8 substitute Downloading https://ci.guix.gnu.org/nar/zstd/7rx3b31ifgz469lczk9c2f53m0b0s0jk-xz-5.2.8...  xz-5.2.8 397KiB 0B/s 00:00 [ ] 0.0%  xz-5.2.8 397KiB 8.6MiB/s 00:00 [##### ] 32.2%  font-ghostscript-8.11 3.3MiB 4.3MiB/s 00:00 [##### ] 30.0%  ghostscript-9.56.1-doc 6.5MiB 27.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/5bhffdzdylgx39mzq9zxyr9hk72zz625-ghostscript-9.56.1-doc  xz-5.2.8 397KiB 3.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/7rx3b31ifgz469lczk9c2f53m0b0s0jk-xz-5.2.8 @ substituter-started /gnu/store/wc44yfc2xxv1axz84yiqdjzx1nk2bds8-libtiff-4.4.0 substitute Downloading https://ci.guix.gnu.org/nar/lzip/wc44yfc2xxv1axz84yiqdjzx1nk2bds8-libtiff-4.4.0...  libtiff-4.4.0 399KiB 0B/s 00:00 [ ] 0.0%  libtiff-4.4.0 399KiB 17.3MiB/s 00:00 [## ] 16.1%  libtiff-4.4.0 399KiB 3.9MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/wc44yfc2xxv1axz84yiqdjzx1nk2bds8-libtiff-4.4.0  font-ghostscript-8.11 3.3MiB 4.1MiB/s 00:00 [######### ] 54.4%  font-ghostscript-8.11 3.3MiB 3.6MiB/s 00:01 [############ ] 69.4%  font-ghostscript-8.11 3.3MiB 3.1MiB/s 00:01 [############## ] 80.6%  font-ghostscript-8.11 3.3MiB 2.7MiB/s 00:01 [################ ] 90.0%  font-ghostscript-8.11 3.3MiB 2.5MiB/s 00:01 [################# ] 99.4%  font-ghostscript-8.11 3.3MiB 2.5MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/6x28qzp7xkn8fap0b3lrwqj9g7y71lx5-font-ghostscript-8.11 @ substituter-started /gnu/store/j4wwwj41c8d7xnwvhj6l7hsfviarbmxf-ghostscript-9.56.1 substitute Downloading https://ci.guix.gnu.org/nar/zstd/j4wwwj41c8d7xnwvhj6l7hsfviarbmxf-ghostscript-9.56.1...  ghostscript-9.56.1 12.4MiB 0B/s 00:00 [ ] 0.0%  ghostscript-9.56.1 12.4MiB 8.6MiB/s 00:00 [ ] 1.0%  ghostscript-9.56.1 12.4MiB 18.0MiB/s 00:00 [##### ] 31.1%  ghostscript-9.56.1 12.4MiB 13.1MiB/s 00:01 [######### ] 55.2%  ghostscript-9.56.1 12.4MiB 11.6MiB/s 00:01 [############ ] 67.3%  ghostscript-9.56.1 12.4MiB 13.2MiB/s 00:01 [################# ] 99.4%  ghostscript-9.56.1 12.4MiB 12.4MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/j4wwwj41c8d7xnwvhj6l7hsfviarbmxf-ghostscript-9.56.1 guix-data-service: computing the derivation-file-name for armhf-linux Computing Guix derivation for 'armhf-linux'... substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/4yi501k7pl62aqpl07n8hvhvj2a7iy11-font-ghostscript-8.11 substitute @ substituter-started /gnu/store/fljl7dvfrzfc5p55v7f1akl76lbwlsjx-glibc-utf8-locales-2.35 substitute @ substituter-started /gnu/store/21ylaxdq0rziq5rqp3cks4342ig169hy-linux-libre-headers-5.15.49 substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% Downloading https://bordeaux.guix.gnu.org/nar/lzip/4yi501k7pl62aqpl07n8hvhvj2a7iy11-font-ghostscript-8.11... Downloading https://ci.guix.gnu.org/nar/lzip/21ylaxdq0rziq5rqp3cks4342ig169hy-linux-libre-headers-5.15.49... Downloading https://ci.guix.gnu.org/nar/lzip/fljl7dvfrzfc5p55v7f1akl76lbwlsjx-glibc-utf8-locales-2.35...  linux-libre-headers-5.15.49 1.1MiB 0B/s 00:00 [ ] 0.0%  glibc-utf8-locales-2.35 382KiB 0B/s 00:00 [ ] 0.0%  glibc-utf8-locales-2.35 382KiB 3.6MiB/s 00:00 [### ] 16.7%  linux-libre-headers-5.15.49 1.1MiB 2.0MiB/s 00:00 [# ] 5.7%  font-ghostscript-8.11 3.3MiB 0B/s 00:00 [ ] 0.0%  font-ghostscript-8.11 3.3MiB 1.5MiB/s 00:00 [ ] 1.9%  linux-libre-headers-5.15.49 1.1MiB 1.7MiB/s 00:00 [######## ] 45.2%  glibc-utf8-locales-2.35 382KiB 1.0MiB/s 00:00 [############### ] 83.7%  glibc-utf8-locales-2.35 382KiB 1.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/fljl7dvfrzfc5p55v7f1akl76lbwlsjx-glibc-utf8-locales-2.35 @ substituter-started /gnu/store/ica44h7l52kvz4zfj81y3h0765pwngk0-bash-5.1.16 substitute Downloading https://ci.guix.gnu.org/nar/zstd/ica44h7l52kvz4zfj81y3h0765pwngk0-bash-5.1.16...  font-ghostscript-8.11 3.3MiB 4.3MiB/s 00:00 [##### ] 31.9%  bash-5.1.16 1.2MiB 0B/s 00:00 [ ] 0.0%  bash-5.1.16 1.2MiB 59.2MiB/s 00:00 [# ] 10.3%  linux-libre-headers-5.15.49 1.1MiB 1.7MiB/s 00:01 [############## ] 79.1%  bash-5.1.16 1.2MiB 6.0MiB/s 00:00 [##################] 100.0%  font-ghostscript-8.11 3.3MiB 5.2MiB/s 00:00 [############ ] 69.4% @ substituter-succeeded /gnu/store/ica44h7l52kvz4zfj81y3h0765pwngk0-bash-5.1.16 @ substituter-started /gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38 substitute Downloading https://ci.guix.gnu.org/nar/zstd/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38...  binutils-2.38 5.2MiB 0B/s 00:00 [ ] 0.0%  binutils-2.38 5.2MiB 82.3MiB/s 00:00 [ ] 2.4%  linux-libre-headers-5.15.49 1.1MiB 1.6MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/21ylaxdq0rziq5rqp3cks4342ig169hy-linux-libre-headers-5.15.49 @ substituter-started /gnu/store/01yfm7m1azvsw77687g6bz3jmi2jwpxi-diffutils-3.8 substitute Downloading https://ci.guix.gnu.org/nar/lzip/01yfm7m1azvsw77687g6bz3jmi2jwpxi-diffutils-3.8...  diffutils-3.8 291KiB 0B/s 00:00 [ ] 0.0%  diffutils-3.8 291KiB 83.9MiB/s 00:00 [### ] 22.0%  font-ghostscript-8.11 3.3MiB 5.5MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/4yi501k7pl62aqpl07n8hvhvj2a7iy11-font-ghostscript-8.11 @ substituter-started /gnu/store/sp8pxqam69qlhwcwwrqbnj38ylmqk7n1-ed-1.18 substitute Downloading https://ci.guix.gnu.org/nar/lzip/sp8pxqam69qlhwcwwrqbnj38ylmqk7n1-ed-1.18...  diffutils-3.8 291KiB 2.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/01yfm7m1azvsw77687g6bz3jmi2jwpxi-diffutils-3.8 @ substituter-started /gnu/store/5n9p8xcgr3xvqbgm3pa9n326m6rzqg30-findutils-4.9.0 substitute Downloading https://ci.guix.gnu.org/nar/lzip/5n9p8xcgr3xvqbgm3pa9n326m6rzqg30-findutils-4.9.0...  findutils-4.9.0 412KiB 0B/s 00:00 [ ] 0.0%  findutils-4.9.0 412KiB 82.7MiB/s 00:00 [## ] 15.6%  ed-1.18 46KiB 0B/s 00:00 [ ] 0.0%  binutils-2.38 5.2MiB 5.9MiB/s 00:00 [##### ] 28.7%  ed-1.18 46KiB 3.1MiB/s 00:00 [##################] 100.0%  ed-1.18 46KiB 1.6MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/sp8pxqam69qlhwcwwrqbnj38ylmqk7n1-ed-1.18 @ substituter-started /gnu/store/gvf9dj8xnx0fgkbx6nc1jdzhyb9qpyfd-glibc-2.35-static substitute Downloading https://ci.guix.gnu.org/nar/lzip/gvf9dj8xnx0fgkbx6nc1jdzhyb9qpyfd-glibc-2.35-static...  glibc-2.35-static 821KiB 0B/s 00:00 [ ] 0.0%  glibc-2.35-static 821KiB 4.3MiB/s 00:00 [# ] 7.8%  findutils-4.9.0 412KiB 2.9MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/5n9p8xcgr3xvqbgm3pa9n326m6rzqg30-findutils-4.9.0 @ substituter-started /gnu/store/r7y2p2dm4d7d39lw6ds0cxjrybc8699l-grep-3.8 substitute Downloading https://ci.guix.gnu.org/nar/lzip/r7y2p2dm4d7d39lw6ds0cxjrybc8699l-grep-3.8...  grep-3.8 208KiB 0B/s 00:00 [ ] 0.0%  grep-3.8 208KiB 38.4MiB/s 00:00 [##### ] 30.8%  glibc-2.35-static 821KiB 5.1MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/gvf9dj8xnx0fgkbx6nc1jdzhyb9qpyfd-glibc-2.35-static @ substituter-started /gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19 substitute  binutils-2.38 5.2MiB 7.8MiB/s 00:00 [############ ] 69.4%Downloading https://bordeaux.guix.gnu.org/nar/zstd/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19...  grep-3.8 208KiB 2.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/r7y2p2dm4d7d39lw6ds0cxjrybc8699l-grep-3.8 @ substituter-started /gnu/store/n7a8l2sb39ifnin0f3h7vgx9p1gngfql-libffi-3.4.4 substitute Downloading https://ci.guix.gnu.org/nar/lzip/n7a8l2sb39ifnin0f3h7vgx9p1gngfql-libffi-3.4.4...  libffi-3.4.4 49KiB 0B/s 00:00 [ ] 0.0%  libffi-3.4.4 49KiB 49.5MiB/s 00:00 [##################] 100.0%  libffi-3.4.4 49KiB 1.4MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/n7a8l2sb39ifnin0f3h7vgx9p1gngfql-libffi-3.4.4 @ substituter-started /gnu/store/g15vcz9yj6pf5nc44hg3wrnfhp8hg37m-gzip-1.12 substitute Downloading https://ci.guix.gnu.org/nar/zstd/g15vcz9yj6pf5nc44hg3wrnfhp8hg37m-gzip-1.12...  gzip-1.12 78KiB 0B/s 00:00 [ ] 0.0%  gzip-1.12 78KiB 56.6MiB/s 00:00 [##################] 100.0%  gzip-1.12 78KiB 5.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/g15vcz9yj6pf5nc44hg3wrnfhp8hg37m-gzip-1.12 @ substituter-started /gnu/store/yr8sd6qs4lwswcrv4iviff2f1rivp1g1-libgc-8.2.2 substitute Downloading https://ci.guix.gnu.org/nar/zstd/yr8sd6qs4lwswcrv4iviff2f1rivp1g1-libgc-8.2.2...  libgc-8.2.2 214KiB 0B/s 00:00 [ ] 0.0%  libgc-8.2.2 214KiB 119.1MiB/s 00:00 [########## ] 59.8%  binutils-2.38 5.2MiB 7.3MiB/s 00:01 [################ ] 93.4%  libgc-8.2.2 214KiB 2.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/yr8sd6qs4lwswcrv4iviff2f1rivp1g1-libgc-8.2.2 @ substituter-started /gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/zstd/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0...  binutils-2.38 5.2MiB 6.9MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38 @ substituter-started /gnu/store/7xw51hwjlgp20yj8cf1x9wy89qgkyvr1-libsigsegv-2.14 substitute Downloading https://ci.guix.gnu.org/nar/zstd/7xw51hwjlgp20yj8cf1x9wy89qgkyvr1-libsigsegv-2.14...  libsigsegv-2.14 16KiB 0B/s 00:00 [ ] 0.0%  libsigsegv-2.14 16KiB 15.9MiB/s 00:00 [##################] 100.0%  libsigsegv-2.14 16KiB 1.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/7xw51hwjlgp20yj8cf1x9wy89qgkyvr1-libsigsegv-2.14 @ substituter-started /gnu/store/9yxi87n79hqx8yj0prgg5lkwsv3zrmg5-libunistring-1.0 substitute Downloading https://ci.guix.gnu.org/nar/lzip/9yxi87n79hqx8yj0prgg5lkwsv3zrmg5-libunistring-1.0...  jbig2dec-0.19 62KiB 0B/s 00:00 [ ] 0.0%  jbig2dec-0.19 62KiB 55.4MiB/s 00:00 [##################] 100.0%  libunistring-1.0 504KiB 0B/s 00:00 [ ] 0.0%  libunistring-1.0 504KiB 32.8MiB/s 00:00 [## ] 12.7%  jbig2dec-0.19 62KiB 5.4MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19 @ substituter-started /gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1 substitute Downloading https://ci.guix.gnu.org/nar/lzip/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1...  gawk-5.2.1 1.1MiB 0B/s 00:00 [ ] 0.0%  gawk-5.2.1 1.1MiB 90.7MiB/s 00:00 [# ] 5.8%  libunistring-1.0 504KiB 3.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/9yxi87n79hqx8yj0prgg5lkwsv3zrmg5-libunistring-1.0 @ substituter-started /gnu/store/3rfhp02b9npgn78r6m124dqfpn7ycbnh-module-import-compiled substitute Downloading https://ci.guix.gnu.org/nar/lzip/3rfhp02b9npgn78r6m124dqfpn7ycbnh-module-import-compiled...  module-import-compiled 46KiB 0B/s 00:00 [ ] 0.0%  module-import-compiled 46KiB 81.8MiB/s 00:00 [##################] 100.0%  module-import-compiled 46KiB 5.1MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/3rfhp02b9npgn78r6m124dqfpn7ycbnh-module-import-compiled @ substituter-started /gnu/store/85yn5ig4a73qd8q9wzqhwrrj07gwzb53-module-import-compiled substitute Downloading https://ci.guix.gnu.org/nar/zstd/85yn5ig4a73qd8q9wzqhwrrj07gwzb53-module-import-compiled...  module-import-compiled 204KiB 0B/s 00:00 [ ] 0.0%  module-import-compiled 204KiB 112.0MiB/s 00:00 [########### ] 62.6%  libpaper-2.0.0 27KiB 0B/s 00:00 [ ] 0.0%  libpaper-2.0.0 27KiB 33.0MiB/s 00:00 [##################] 100.0%  libpaper-2.0.0 27KiB 1.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0 @ substituter-started /gnu/store/6wnfp7bad74ysdvq32lnvc67sqiwa2xk-patch-2.7.6 substitute Downloading https://ci.guix.gnu.org/nar/zstd/6wnfp7bad74ysdvq32lnvc67sqiwa2xk-patch-2.7.6...  module-import-compiled 204KiB 4.2MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/85yn5ig4a73qd8q9wzqhwrrj07gwzb53-module-import-compiled @ substituter-started /gnu/store/pkm72pc92p04v433snqqjq09f48zwq88-pkg-config-0.29.2 substitute  gawk-5.2.1 1.1MiB 4.5MiB/s 00:00 [################ ] 93.3%  patch-2.7.6 99KiB 0B/s 00:00 [ ] 0.0%  patch-2.7.6 99KiB 159.6MiB/s 00:00 [##################] 100.0%Downloading https://ci.guix.gnu.org/nar/zstd/pkm72pc92p04v433snqqjq09f48zwq88-pkg-config-0.29.2...  patch-2.7.6 99KiB 15.0MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/6wnfp7bad74ysdvq32lnvc67sqiwa2xk-patch-2.7.6 @ substituter-started /gnu/store/d3rc9s657x28dghr9difk1ihkv01xq2s-sed-4.8 substitute  pkg-config-0.29.2 177KiB 0B/s 00:00 [ ] 0.0%  pkg-config-0.29.2 177KiB 116.1MiB/s 00:00 [############# ] 72.3%Downloading https://ci.guix.gnu.org/nar/lzip/d3rc9s657x28dghr9difk1ihkv01xq2s-sed-4.8...  gawk-5.2.1 1.1MiB 3.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1 @ substituter-started /gnu/store/pjxkc2gqma6vy58h2bh247dxzli1ps0m-tar-1.34 substitute  pkg-config-0.29.2 177KiB 6.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/pkm72pc92p04v433snqqjq09f48zwq88-pkg-config-0.29.2 @ substituter-started /gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12 substitute Downloading https://ci.guix.gnu.org/nar/lzip/pjxkc2gqma6vy58h2bh247dxzli1ps0m-tar-1.34... Downloading https://ci.guix.gnu.org/nar/zstd/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12...  sed-4.8 209KiB 0B/s 00:00 [ ] 0.0%  tcl-8.6.12 2.3MiB 0B/s 00:00 [ ] 0.0%  tcl-8.6.12 2.3MiB 107.6MiB/s 00:00 [ ] 5.5%  sed-4.8 209KiB 79.4MiB/s 00:00 [##### ] 30.6%  tar-1.34 707KiB 0B/s 00:00 [ ] 0.0%  tar-1.34 707KiB 71.4MiB/s 00:00 [# ] 9.1%  sed-4.8 209KiB 1.8MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/d3rc9s657x28dghr9difk1ihkv01xq2s-sed-4.8 @ substituter-started /gnu/store/ily4hys0cpaxxnaaglalrr0v80dr5q8n-guile-3.0.9 substitute Downloading https://ci.guix.gnu.org/nar/lzip/ily4hys0cpaxxnaaglalrr0v80dr5q8n-guile-3.0.9...  guile-3.0.9 6.8MiB 0B/s 00:00 [ ] 0.0%  tar-1.34 707KiB 3.4MiB/s 00:00 [##################] 100.0%  guile-3.0.9 6.8MiB 17.5MiB/s 00:00 [ ] 0.9%  tar-1.34 707KiB 3.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/pjxkc2gqma6vy58h2bh247dxzli1ps0m-tar-1.34 @ substituter-started /gnu/store/nrpgcb3r27m2xh4hkw1s5n7hzniwkd54-xz-5.2.8 substitute Downloading https://ci.guix.gnu.org/nar/lzip/nrpgcb3r27m2xh4hkw1s5n7hzniwkd54-xz-5.2.8...  xz-5.2.8 353KiB 0B/s 00:00 [ ] 0.0%  xz-5.2.8 353KiB 67.1MiB/s 00:00 [### ] 18.2%  xz-5.2.8 353KiB 944KiB/s 00:00 [######### ] 54.4%  tcl-8.6.12 2.3MiB 2.4MiB/s 00:01 [############# ] 76.8%  xz-5.2.8 353KiB 551KiB/s 00:00 [############# ] 72.6%  guile-3.0.9 6.8MiB 234KiB/s 00:01 [ ] 1.8%  xz-5.2.8 353KiB 516KiB/s 00:01 [##################] 100.0%  xz-5.2.8 353KiB 498KiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/nrpgcb3r27m2xh4hkw1s5n7hzniwkd54-xz-5.2.8 @ substituter-started /gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8 substitute Downloading https://ci.guix.gnu.org/nar/lzip/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8...  guile-3.0.9 6.8MiB 475KiB/s 00:01 [ ] 5.5%  xz-5.2.8 353KiB 0B/s 00:00 [ ] 0.0%  xz-5.2.8 353KiB 72.4MiB/s 00:00 [### ] 18.1%  tcl-8.6.12 2.3MiB 1.6MiB/s 00:01 [############## ] 82.3%  guile-3.0.9 6.8MiB 759KiB/s 00:01 [# ] 11.0%  xz-5.2.8 353KiB 1.7MiB/s 00:00 [##################] 100.0%  xz-5.2.8 353KiB 1.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8 @ substituter-started /gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0 substitute Downloading https://bordeaux.guix.gnu.org/nar/lzip/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0...  tcl-8.6.12 2.3MiB 1.4MiB/s 00:01 [############### ] 87.8%  libtiff-4.4.0 343KiB 0B/s 00:00 [ ] 0.0%  libtiff-4.4.0 343KiB 2.8MiB/s 00:00 [### ] 18.7%  guile-3.0.9 6.8MiB 992KiB/s 00:01 [### ] 17.4%  libtiff-4.4.0 343KiB 2.5MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0 @ substituter-started /gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44 substitute Downloading https://ci.guix.gnu.org/nar/lzip/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44...  file-5.44 316KiB 0B/s 00:00 [ ] 0.0%  file-5.44 316KiB 91.4MiB/s 00:00 [### ] 20.2%  guile-3.0.9 6.8MiB 1.1MiB/s 00:01 [#### ] 22.9%  file-5.44 316KiB 1.5MiB/s 00:00 [##################] 100.0%  file-5.44 316KiB 1.5MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44 @ substituter-started /gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7 substitute Downloading https://ci.guix.gnu.org/nar/lzip/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7...  guile-3.0.9 6.8MiB 1.2MiB/s 00:02 [##### ] 28.4%  python-minimal-3.10.7 11.7MiB 0B/s 00:00 [ ] 0.0%  python-minimal-3.10.7 11.7MiB 71.6MiB/s 00:00 [ ] 0.5%  guile-3.0.9 6.8MiB 1.0MiB/s 00:02 [##### ] 30.3%  python-minimal-3.10.7 11.7MiB 404KiB/s 00:00 [ ] 1.1%  guile-3.0.9 6.8MiB 1.1MiB/s 00:02 [###### ] 34.9%  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:01 [ ] 4.8%  guile-3.0.9 6.8MiB 1.1MiB/s 00:02 [###### ] 38.5%  python-minimal-3.10.7 11.7MiB 818KiB/s 00:01 [# ] 5.9%  guile-3.0.9 6.8MiB 1.1MiB/s 00:03 [####### ] 43.1%  python-minimal-3.10.7 11.7MiB 953KiB/s 00:01 [# ] 8.6%  tcl-8.6.12 2.3MiB 691KiB/s 00:03 [################ ] 93.3%  guile-3.0.9 6.8MiB 1.0MiB/s 00:03 [####### ] 44.0%  python-minimal-3.10.7 11.7MiB 1.0MiB/s 00:01 [## ] 11.8%  guile-3.0.9 6.8MiB 1.0MiB/s 00:03 [######## ] 48.6%  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:02 [## ] 13.9%  tcl-8.6.12 2.3MiB 660KiB/s 00:03 [################# ] 98.8%  guile-3.0.9 6.8MiB 1.1MiB/s 00:03 [######### ] 55.1%  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:02 [## ] 16.6%  tcl-8.6.12 2.3MiB 620KiB/s 00:04 [##################] 100.0% @ substituter-succeeded /gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12 @ substituter-started /gnu/store/wcdp2873vjsl4cyp88didxmqj455rlhr-zlib-1.2.13 substitute Downloading https://ci.guix.gnu.org/nar/zstd/wcdp2873vjsl4cyp88didxmqj455rlhr-zlib-1.2.13...  guile-3.0.9 6.8MiB 1.2MiB/s 00:04 [########### ] 62.4%  zlib-1.2.13 74KiB 0B/s 00:00 [ ] 0.0%  zlib-1.2.13 74KiB 4.6MiB/s 00:00 [##################] 100.0%  zlib-1.2.13 74KiB 3.2MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/wcdp2873vjsl4cyp88didxmqj455rlhr-zlib-1.2.13 @ substituter-started /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0 substitute Downloading https://ci.guix.gnu.org/nar/zstd/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0...  gcc-11.3.0 34.0MiB 0B/s 00:00 [ ] 0.0%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:02 [### ] 20.3%  gcc-11.3.0 34.0MiB 8.1MiB/s 00:00 [ ] 0.4%  guile-3.0.9 6.8MiB 1.3MiB/s 00:04 [############# ] 72.5%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:02 [#### ] 23.5%  gcc-11.3.0 34.0MiB 6.0MiB/s 00:00 [ ] 4.0%  guile-3.0.9 6.8MiB 1.4MiB/s 00:04 [############### ] 83.5%  gcc-11.3.0 34.0MiB 7.5MiB/s 00:00 [# ] 9.6%  python-minimal-3.10.7 11.7MiB 1.3MiB/s 00:02 [#### ] 26.7%  guile-3.0.9 6.8MiB 1.4MiB/s 00:04 [################ ] 89.0%  gcc-11.3.0 34.0MiB 8.2MiB/s 00:01 [## ] 15.4%  guile-3.0.9 6.8MiB 1.6MiB/s 00:04 [##################] 100.0% @ substituter-succeeded /gnu/store/ily4hys0cpaxxnaaglalrr0v80dr5q8n-guile-3.0.9 @ substituter-started /gnu/store/kklvl5plzvc2s2pjy14pxddah0s0b1wy-ld-wrapper-0 substitute  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:03 [##### ] 28.3%  gcc-11.3.0 34.0MiB 8.6MiB/s 00:01 [### ] 21.3%Downloading https://ci.guix.gnu.org/nar/lzip/kklvl5plzvc2s2pjy14pxddah0s0b1wy-ld-wrapper-0...  ld-wrapper-0 13KiB 0B/s 00:00 [ ] 0.0%  ld-wrapper-0 13KiB 18.0MiB/s 00:00 [##################] 100.0%  ld-wrapper-0 13KiB 2.3MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/kklvl5plzvc2s2pjy14pxddah0s0b1wy-ld-wrapper-0 @ substituter-started /gnu/store/7qmbgfqjr7ay5arrc7l4cs3q8f6l1iah-make-4.3 substitute Downloading https://ci.guix.gnu.org/nar/lzip/7qmbgfqjr7ay5arrc7l4cs3q8f6l1iah-make-4.3...  make-4.3 433KiB 0B/s 00:00 [ ] 0.0%  make-4.3 433KiB 93.3MiB/s 00:00 [## ] 14.8%  python-minimal-3.10.7 11.7MiB 1.7MiB/s 00:03 [####### ] 42.8%  make-4.3 433KiB 2.4MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/7qmbgfqjr7ay5arrc7l4cs3q8f6l1iah-make-4.3 @ build-started /gnu/store/v4f84arr9pw0yngg1i3ngqdlz8yz8mpb-ghostscript-9.56.1.tar.xz.drv - armhf-linux /var/log/guix/drvs/v4//f84arr9pw0yngg1i3ngqdlz8yz8mpb-ghostscript-9.56.1.tar.xz.drv.gz 14538  gcc-11.3.0 34.0MiB 6.8MiB/s 00:01 [#### ] 22.8%  python-minimal-3.10.7 11.7MiB 1.7MiB/s 00:03 [######## ] 49.2%  gcc-11.3.0 34.0MiB 4.8MiB/s 00:02 [#### ] 23.2%  python-minimal-3.10.7 11.7MiB 1.4MiB/s 00:04 [######### ] 50.3%  gcc-11.3.0 34.0MiB 3.6MiB/s 00:02 [#### ] 23.5%  python-minimal-3.10.7 11.7MiB 1.4MiB/s 00:04 [######### ] 51.3%  gcc-11.3.0 34.0MiB 3.2MiB/s 00:03 [#### ] 23.9%  python-minimal-3.10.7 11.7MiB 1.3MiB/s 00:05 [######### ] 52.9%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:05 [######### ] 54.0%  gcc-11.3.0 34.0MiB 2.5MiB/s 00:03 [#### ] 24.3%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:05 [########## ] 57.8%  gcc-11.3.0 34.0MiB 2.4MiB/s 00:03 [#### ] 25.0%  python-minimal-3.10.7 11.7MiB 1.3MiB/s 00:06 [########### ] 64.2%  gcc-11.3.0 34.0MiB 3.2MiB/s 00:04 [###### ] 37.9%  gcc-11.3.0 34.0MiB 3.6MiB/s 00:04 [######## ] 44.9%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:06 [########### ] 64.7%  gcc-11.3.0 34.0MiB 4.1MiB/s 00:04 [######### ] 53.0%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:06 [############ ] 66.9%  gcc-11.3.0 34.0MiB 4.2MiB/s 00:05 [########## ] 57.0%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:07 [############ ] 69.0%  gcc-11.3.0 34.0MiB 4.3MiB/s 00:05 [########### ] 62.2%  python-minimal-3.10.7 11.7MiB 1.2MiB/s 00:07 [############ ] 71.1%  gcc-11.3.0 34.0MiB 4.2MiB/s 00:05 [########### ] 64.4%  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:07 [############# ] 73.3%  gcc-11.3.0 34.0MiB 4.1MiB/s 00:05 [########### ] 65.8%  gcc-11.3.0 34.0MiB 4.0MiB/s 00:06 [############ ] 68.4%  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:08 [############# ] 74.9%  gcc-11.3.0 34.0MiB 4.0MiB/s 00:06 [############# ] 72.5%  gcc-11.3.0 34.0MiB 3.9MiB/s 00:07 [############# ] 75.8%  python-minimal-3.10.7 11.7MiB 1.0MiB/s 00:09 [############# ] 75.4%ghostscript-9.56.1/ ghostscript-9.56.1/autogen.sh ghostscript-9.56.1/extract/ ghostscript-9.56.1/extract/include/ ghostscript-9.56.1/extract/include/extract.h ghostscript-9.56.1/extract/include/extract_alloc.h ghostscript-9.56.1/extract/include/extract_compat_inline.h ghostscript-9.56.1/extract/include/extract_buffer_impl.h ghostscript-9.56.1/extract/include/extract_buffer.h ghostscript-9.56.1/extract/COPYING ghostscript-9.56.1/extract/README ghostscript-9.56.1/extract/Makefile ghostscript-9.56.1/extract/test/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/media/image11.jpeg  gcc-11.3.0 34.0MiB 4.4MiB/s 00:07 [############### ] 88.6%ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/styles.xml  python-minimal-3.10.7 11.7MiB 1.0MiB/s 00:09 [############## ] 78.1%ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/Python2.pdf ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/agstat.pdf ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_2.pdf ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/row_span.pdf ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/  gcc-11.3.0 34.0MiB 4.6MiB/s 00:07 [################# ] 94.5%ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/table.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml  python-minimal-3.10.7 11.7MiB 1.0MiB/s 00:09 [############## ] 80.2%ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Pictures/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Pictures/image11.jpeg ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/column_span_2.pdf ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/table.pdf ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf ghostscript-9.56.1/extract/test/twotables_1.pdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf ghostscript-9.56.1/extract/test/electoral_roll.pdf  gcc-11.3.0 34.0MiB 4.7MiB/s 00:07 [################# ] 98.6%ghostscript-9.56.1/extract/test/Python2clipped.pdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml  python-minimal-3.10.7 11.7MiB 1.0MiB/s 00:09 [############## ] 82.9%ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/rotated.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/content.xml  gcc-11.3.0 34.0MiB 4.7MiB/s 00:07 [##################] 100.0% ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml @ substituter-succeeded /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0 ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/Python2.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/rotated.pdf ghostscript-9.56.1/extract/test/column_span_1.pdf ghostscript-9.56.1/extract/test/agstat.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Pictures/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Pictures/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/src/ ghostscript-9.56.1/extract/src/html.h ghostscript-9.56.1/extract/src/docx_template.h ghostscript-9.56.1/extract/src/join.c ghostscript-9.56.1/extract/src/docx_template_build.py ghostscript-9.56.1/extract/src/zip-test.c ghostscript-9.56.1/extract/src/odt.c ghostscript-9.56.1/extract/src/xml.c ghostscript-9.56.1/extract/src/compat_va_copy.h ghostscript-9.56.1/extract/src/odt.h ghostscript-9.56.1/extract/src/extract.c ghostscript-9.56.1/extract/src/odt_template.c ghostscript-9.56.1/extract/src/compat_strtoll.h ghostscript-9.56.1/extract/src/outf.h ghostscript-9.56.1/extract/src/template.docx ghostscript-9.56.1/extract/src/memento.py ghostscript-9.56.1/extract/src/outf.c ghostscript-9.56.1/extract/src/astring.h ghostscript-9.56.1/extract/src/extract-exe.c ghostscript-9.56.1/extract/src/memento.c ghostscript-9.56.1/extract/src/sys.h ghostscript-9.56.1/extract/src/zip.c ghostscript-9.56.1/extract/src/docx.c ghostscript-9.56.1/extract/src/docx_template.c ghostscript-9.56.1/extract/src/zip.h ghostscript-9.56.1/extract/src/text.h ghostscript-9.56.1/extract/src/mem.c ghostscript-9.56.1/extract/src/compat_stdint.h ghostscript-9.56.1/extract/src/astring.c ghostscript-9.56.1/extract/src/odt_template.h ghostscript-9.56.1/extract/src/buffer-test.c ghostscript-9.56.1/extract/src/sys.c ghostscript-9.56.1/extract/src/mem.h ghostscript-9.56.1/extract/src/document.c ghostscript-9.56.1/extract/src/html.c ghostscript-9.56.1/extract/src/document.h ghostscript-9.56.1/extract/src/misc-test.c ghostscript-9.56.1/extract/src/memento.h ghostscript-9.56.1/extract/src/text.c ghostscript-9.56.1/extract/src/xml.h ghostscript-9.56.1/extract/src/template.odt ghostscript-9.56.1/extract/src/alloc.c ghostscript-9.56.1/extract/src/docx.h ghostscript-9.56.1/extract/src/buffer.c ghostscript-9.56.1/Resource/ ghostscript-9.56.1/Resource/ColorSpace/ ghostscript-9.56.1/Resource/ColorSpace/sRGB ghostscript-9.56.1/Resource/ColorSpace/DefaultCMYK ghostscript-9.56.1/Resource/ColorSpace/DefaultRGB ghostscript-9.56.1/Resource/ColorSpace/sGray ghostscript-9.56.1/Resource/ColorSpace/TrivialCMYK ghostscript-9.56.1/Resource/ColorSpace/DefaultGray ghostscript-9.56.1/Resource/Init/ ghostscript-9.56.1/Resource/Init/gs_setpd.ps ghostscript-9.56.1/Resource/Init/gs_statd.ps ghostscript-9.56.1/Resource/Init/gs_img.ps ghostscript-9.56.1/Resource/Init/pdf_sec.ps ghostscript-9.56.1/Resource/Init/gs_mgl_e.ps ghostscript-9.56.1/Resource/Init/gs_sym_e.ps ghostscript-9.56.1/Resource/Init/gs_fapi.ps ghostscript-9.56.1/Resource/Init/gs_cff.ps ghostscript-9.56.1/Resource/Init/pdf_font.ps ghostscript-9.56.1/Resource/Init/gs_agl.ps ghostscript-9.56.1/Resource/Init/pdf_base.ps ghostscript-9.56.1/Resource/Init/gs_fonts.ps ghostscript-9.56.1/Resource/Init/gs_mro_e.ps ghostscript-9.56.1/Resource/Init/FAPIconfig ghostscript-9.56.1/Resource/Init/pdf_main.ps ghostscript-9.56.1/Resource/Init/gs_mex_e.ps ghostscript-9.56.1/Resource/Init/gs_res.ps ghostscript-9.56.1/Resource/Init/gs_il1_e.ps ghostscript-9.56.1/Resource/Init/gs_dps1.ps ghostscript-9.56.1/Resource/Init/gs_resmp.ps ghostscript-9.56.1/Resource/Init/gs_cmap.ps ghostscript-9.56.1/Resource/Init/FAPIcidfmap ghostscript-9.56.1/Resource/Init/gs_lev2.ps ghostscript-9.56.1/Resource/Init/gs_pdfwr.ps ghostscript-9.56.1/Resource/Init/gs_trap.ps ghostscript-9.56.1/Resource/Init/gs_icc.ps ghostscript-9.56.1/Resource/Init/gs_btokn.ps ghostscript-9.56.1/Resource/Init/gs_init.ps ghostscript-9.56.1/Resource/Init/cidfmap ghostscript-9.56.1/Resource/Init/gs_ll3.ps ghostscript-9.56.1/Resource/Init/gs_pdf_e.ps ghostscript-9.56.1/Resource/Init/FCOfontmap-PCLPS2 ghostscript-9.56.1/Resource/Init/gs_dbt_e.ps ghostscript-9.56.1/Resource/Init/gs_diskn.ps ghostscript-9.56.1/Resource/Init/gs_typ32.ps ghostscript-9.56.1/Resource/Init/gs_cidtt.ps ghostscript-9.56.1/Resource/Init/gs_cidfm.ps ghostscript-9.56.1/Resource/Init/gs_frsd.ps ghostscript-9.56.1/Resource/Init/gs_typ42.ps ghostscript-9.56.1/Resource/Init/gs_cidcm.ps ghostscript-9.56.1/Resource/Init/gs_ciddc.ps ghostscript-9.56.1/Resource/Init/gs_dscp.ps ghostscript-9.56.1/Resource/Init/pdf_ops.ps ghostscript-9.56.1/Resource/Init/gs_fntem.ps ghostscript-9.56.1/Resource/Init/gs_cspace.ps ghostscript-9.56.1/Resource/Init/gs_ttf.ps ghostscript-9.56.1/Resource/Init/Fontmap ghostscript-9.56.1/Resource/Init/gs_cidfn.ps ghostscript-9.56.1/Resource/Init/FAPIfontmap ghostscript-9.56.1/Resource/Init/gs_dps2.ps ghostscript-9.56.1/Resource/Init/gs_type1.ps ghostscript-9.56.1/Resource/Init/pdf_rbld.ps  python-minimal-3.10.7 11.7MiB 1.0MiB/s 00:10 [############### ] 85.6%ghostscript-9.56.1/Resource/Init/gs_wan_e.ps ghostscript-9.56.1/Resource/Init/pdf_draw.ps ghostscript-9.56.1/Resource/Init/gs_epsf.ps ghostscript-9.56.1/Resource/Init/xlatmap ghostscript-9.56.1/Resource/Init/Fontmap.GS ghostscript-9.56.1/Resource/Init/gs_cet.ps ghostscript-9.56.1/Resource/Init/gs_std_e.ps ghostscript-9.56.1/Resource/Encoding/ ghostscript-9.56.1/Resource/Encoding/CEEncoding ghostscript-9.56.1/Resource/Encoding/ExpertSubsetEncoding ghostscript-9.56.1/Resource/Encoding/Wingdings ghostscript-9.56.1/Resource/Encoding/ExpertEncoding ghostscript-9.56.1/Resource/Encoding/NotDefEncoding ghostscript-9.56.1/Resource/IdiomSet/ ghostscript-9.56.1/Resource/IdiomSet/PPI_CUtils ghostscript-9.56.1/Resource/IdiomSet/Pscript5Idiom ghostscript-9.56.1/Resource/Decoding/ ghostscript-9.56.1/Resource/Decoding/Unicode ghostscript-9.56.1/Resource/Decoding/FCO_Symbol ghostscript-9.56.1/Resource/Decoding/FCO_Unicode ghostscript-9.56.1/Resource/Decoding/Latin1 ghostscript-9.56.1/Resource/Decoding/StandardEncoding ghostscript-9.56.1/Resource/Decoding/FCO_Dingbats ghostscript-9.56.1/Resource/Decoding/FCO_Wingdings ghostscript-9.56.1/Resource/CIDFont/ ghostscript-9.56.1/Resource/CIDFont/ArtifexBullet ghostscript-9.56.1/Resource/CIDFSubst/ ghostscript-9.56.1/Resource/CIDFSubst/DroidSansFallback.ttf  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:10 [############### ] 87.7%  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:10 [################ ] 89.9%ghostscript-9.56.1/Resource/Font/ ghostscript-9.56.1/Resource/Font/URWGothic-Demi ghostscript-9.56.1/Resource/Font/URWGothic-Book ghostscript-9.56.1/Resource/Font/NimbusRoman-BoldItalic  python-minimal-3.10.7 11.7MiB 1.0MiB/s 00:10 [################ ] 91.5%ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Oblique ghostscript-9.56.1/Resource/Font/Z003-MediumItalic ghostscript-9.56.1/Resource/Font/C059-Bold ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Regular ghostscript-9.56.1/Resource/Font/URWGothic-DemiOblique ghostscript-9.56.1/Resource/Font/C059-BdIta ghostscript-9.56.1/Resource/Font/NimbusMonoPS-BoldItalic ghostscript-9.56.1/Resource/Font/P052-Bold ghostscript-9.56.1/Resource/Font/URWBookman-LightItalic ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Bold  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:10 [################# ] 94.7%ghostscript-9.56.1/Resource/Font/URWGothic-BookOblique ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-BoldOblique ghostscript-9.56.1/Resource/Font/P052-BoldItalic ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Regular ghostscript-9.56.1/Resource/Font/D050000L ghostscript-9.56.1/Resource/Font/URWBookman-Demi ghostscript-9.56.1/Resource/Font/NimbusSans-BoldItalic ghostscript-9.56.1/Resource/Font/P052-Roman ghostscript-9.56.1/Resource/Font/NimbusRoman-Italic ghostscript-9.56.1/Resource/Font/NimbusRoman-Regular ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Italic  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:11 [################# ] 98.9%ghostscript-9.56.1/Resource/Font/NimbusSans-Bold ghostscript-9.56.1/Resource/Font/NimbusSans-Italic ghostscript-9.56.1/Resource/Font/URWBookman-DemiItalic ghostscript-9.56.1/Resource/Font/NimbusSans-Regular ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Bold ghostscript-9.56.1/Resource/Font/NimbusRoman-Bold  python-minimal-3.10.7 11.7MiB 1.1MiB/s 00:11 [##################] 100.0% @ substituter-succeeded /gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7 @ substituter-started /gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7 substitute ghostscript-9.56.1/Resource/Font/C059-Italic Downloading https://ci.guix.gnu.org/nar/zstd/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7... ghostscript-9.56.1/Resource/Font/URWBookman-Light ghostscript-9.56.1/Resource/Font/StandardSymbolsPS ghostscript-9.56.1/Resource/Font/C059-Roman ghostscript-9.56.1/Resource/Font/P052-Italic ghostscript-9.56.1/Resource/CMap/ ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-5 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-5 ghostscript-9.56.1/Resource/CMap/GBKp-EUC-V ghostscript-9.56.1/Resource/CMap/Add-V ghostscript-9.56.1/Resource/CMap/GBK-EUC-V ghostscript-9.56.1/Resource/CMap/78ms-RKSJ-H ghostscript-9.56.1/Resource/CMap/78-H ghostscript-9.56.1/Resource/CMap/ETen-B5-V ghostscript-9.56.1/Resource/CMap/CNS1-V ghostscript-9.56.1/Resource/CMap/GB-EUC-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF8-V ghostscript-9.56.1/Resource/CMap/Identity-V ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-7 ghostscript-9.56.1/Resource/CMap/Ext-RKSJ-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF16-V ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-4 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-0 ghostscript-9.56.1/Resource/CMap/UniGB-UTF8-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF16-H ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-2 ghostscript-9.56.1/Resource/CMap/Roman ghostscript-9.56.1/Resource/CMap/ETenms-B5-H ghostscript-9.56.1/Resource/CMap/ETen-B5-H ghostscript-9.56.1/Resource/CMap/GBK-EUC-H ghostscript-9.56.1/Resource/CMap/Add-H ghostscript-9.56.1/Resource/CMap/GBKp-EUC-H ghostscript-9.56.1/Resource/CMap/B5pc-H ghostscript-9.56.1/Resource/CMap/UniJISX0213-UTF32-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF8-H ghostscript-9.56.1/Resource/CMap/HKm471-B5-V ghostscript-9.56.1/Resource/CMap/GBT-EUC-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UCS2-V ghostscript-9.56.1/Resource/CMap/GBTpc-EUC-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF16-H ghostscript-9.56.1/Resource/CMap/UniHojo-UCS2-H ghostscript-9.56.1/Resource/CMap/NWP-V ghostscript-9.56.1/Resource/CMap/CNS1-H ghostscript-9.56.1/Resource/CMap/GB-H ghostscript-9.56.1/Resource/CMap/90ms-RKSJ-H ghostscript-9.56.1/Resource/CMap/78-V ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-1 ghostscript-9.56.1/Resource/CMap/78-EUC-H ghostscript-9.56.1/Resource/CMap/Katakana ghostscript-9.56.1/Resource/CMap/UniKS-UTF8-H  python-minimal-wrapper-3.10.7 338B 0B/s 00:00 [ ] 0.0%  python-minimal-wrapper-3.10.7 338B 623KiB/s 00:00 [##################] 100.0%  python-minimal-wrapper-3.10.7 338B 239KiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-0 ghostscript-9.56.1/Resource/CMap/HKdlb-B5-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF16-H ghostscript-9.56.1/Resource/CMap/GBpc-EUC-H ghostscript-9.56.1/Resource/CMap/HKgccs-B5-V ghostscript-9.56.1/Resource/CMap/GBTpc-EUC-V ghostscript-9.56.1/Resource/CMap/Add-RKSJ-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF32-H ghostscript-9.56.1/Resource/CMap/Adobe-GB1-0 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-4 ghostscript-9.56.1/Resource/CMap/GBT-EUC-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniGB-UCS2-V ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-V ghostscript-9.56.1/Resource/CMap/KSC-H ghostscript-9.56.1/Resource/CMap/90msp-RKSJ-H ghostscript-9.56.1/Resource/CMap/UniCNS-UCS2-H ghostscript-9.56.1/Resource/CMap/EUC-H ghostscript-9.56.1/Resource/CMap/CNS2-H ghostscript-9.56.1/Resource/CMap/CNS2-V ghostscript-9.56.1/Resource/CMap/HKgccs-B5-H ghostscript-9.56.1/Resource/CMap/Adobe-GB1-2 ghostscript-9.56.1/Resource/CMap/EUC-V ghostscript-9.56.1/Resource/CMap/KSC-EUC-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF32-V ghostscript-9.56.1/Resource/CMap/UniKS-UCS2-V ghostscript-9.56.1/Resource/CMap/Adobe-GB1-3 ghostscript-9.56.1/Resource/CMap/UniHojo-UTF32-V ghostscript-9.56.1/Resource/CMap/Hojo-EUC-V ghostscript-9.56.1/Resource/CMap/GB-EUC-H ghostscript-9.56.1/Resource/CMap/78-RKSJ-V ghostscript-9.56.1/Resource/CMap/HKdla-B5-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF8-V ghostscript-9.56.1/Resource/CMap/Ext-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF16-V ghostscript-9.56.1/Resource/CMap/GB-V ghostscript-9.56.1/Resource/CMap/B5-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF8-H ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-0 ghostscript-9.56.1/Resource/CMap/78-EUC-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF16-V ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-3 ghostscript-9.56.1/Resource/CMap/UniJISX02132004-UTF32-V ghostscript-9.56.1/Resource/CMap/UniKS-UCS2-H ghostscript-9.56.1/Resource/CMap/HKscs-B5-V ghostscript-9.56.1/Resource/CMap/GBpc-EUC-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF32-V ghostscript-9.56.1/Resource/CMap/ETHK-B5-V ghostscript-9.56.1/Resource/CMap/UniCNS-UCS2-V ghostscript-9.56.1/Resource/CMap/KSCms-UHC-HW-H ghostscript-9.56.1/Resource/CMap/90msp-RKSJ-V ghostscript-9.56.1/Resource/CMap/KSC-V ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-H ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-6 ghostscript-9.56.1/Resource/CMap/Add-RKSJ-V ghostscript-9.56.1/Resource/CMap/GBK2K-V ghostscript-9.56.1/Resource/CMap/KSCms-UHC-HW-V ghostscript-9.56.1/Resource/CMap/Hojo-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF32-H ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-2 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-1 ghostscript-9.56.1/Resource/CMap/UniJIS-UTF8-H ghostscript-9.56.1/Resource/CMap/Hojo-V ghostscript-9.56.1/Resource/CMap/RKSJ-V ghostscript-9.56.1/Resource/CMap/UniJISX02132004-UTF32-H ghostscript-9.56.1/Resource/CMap/NWP-H ghostscript-9.56.1/Resource/CMap/Identity-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF8-H ghostscript-9.56.1/Resource/CMap/Adobe-GB1-1 ghostscript-9.56.1/Resource/CMap/KSC-Johab-V ghostscript-9.56.1/Resource/CMap/KSCpc-EUC-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF16-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF16-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF16-H ghostscript-9.56.1/Resource/CMap/ETenms-B5-V ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-5 ghostscript-9.56.1/Resource/CMap/RKSJ-H ghostscript-9.56.1/Resource/CMap/KSC-EUC-H ghostscript-9.56.1/Resource/CMap/UniHojo-UCS2-V ghostscript-9.56.1/Resource/CMap/HKm314-B5-H ghostscript-9.56.1/Resource/CMap/UniJISX0213-UTF32-H ghostscript-9.56.1/Resource/CMap/CNS-EUC-V ghostscript-9.56.1/Resource/CMap/HKm314-B5-V ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-3 ghostscript-9.56.1/Resource/CMap/78-RKSJ-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF32-V ghostscript-9.56.1/Resource/CMap/GBT-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UTF8-V ghostscript-9.56.1/Resource/CMap/Ext-RKSJ-H ghostscript-9.56.1/Resource/CMap/90pv-RKSJ-H ghostscript-9.56.1/Resource/CMap/GBT-H ghostscript-9.56.1/Resource/CMap/KSCms-UHC-H ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-1 ghostscript-9.56.1/Resource/CMap/Hojo-EUC-H ghostscript-9.56.1/Resource/CMap/UniJISPro-UCS2-HW-V ghostscript-9.56.1/Resource/CMap/90ms-RKSJ-V ghostscript-9.56.1/Resource/CMap/ETHK-B5-H ghostscript-9.56.1/Resource/CMap/90pv-RKSJ-V ghostscript-9.56.1/Resource/CMap/B5pc-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF32-V ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-2 ghostscript-9.56.1/Resource/CMap/Adobe-Japan2-0 ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF16-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF8-V ghostscript-9.56.1/Resource/CMap/Hankaku ghostscript-9.56.1/Resource/CMap/UniCNS-UTF16-H ghostscript-9.56.1/Resource/CMap/83pv-RKSJ-H ghostscript-9.56.1/Resource/CMap/Adobe-GB1-4 ghostscript-9.56.1/Resource/CMap/B5-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF16-V ghostscript-9.56.1/Resource/CMap/V ghostscript-9.56.1/Resource/CMap/Hiragana ghostscript-9.56.1/Resource/CMap/WP-Symbol ghostscript-9.56.1/Resource/CMap/CNS-EUC-H ghostscript-9.56.1/Resource/CMap/KSCms-UHC-V ghostscript-9.56.1/Resource/CMap/78ms-RKSJ-V ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-6 ghostscript-9.56.1/Resource/CMap/Ext-H ghostscript-9.56.1/Resource/CMap/GBK2K-H ghostscript-9.56.1/Resource/CMap/KSC-Johab-H ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-HW-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF32-H ghostscript-9.56.1/Resource/CMap/HKdlb-B5-H ghostscript-9.56.1/Resource/CMap/HKscs-B5-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF32-V ghostscript-9.56.1/Resource/CMap/Identity-UTF16-H ghostscript-9.56.1/Resource/CMap/HKm471-B5-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniGB-UCS2-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-HW-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF8-V ghostscript-9.56.1/Resource/CMap/KSCpc-EUC-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF8-V ghostscript-9.56.1/Resource/CMap/HKdla-B5-V ghostscript-9.56.1/Resource/CMap/H ghostscript-9.56.1/Resource/SubstCID/ ghostscript-9.56.1/Resource/SubstCID/CNS1-WMode ghostscript-9.56.1/Resource/SubstCID/GB1-WMode ghostscript-9.56.1/Resource/SubstCID/Korea1-WMode ghostscript-9.56.1/Resource/SubstCID/Japan1-WMode ghostscript-9.56.1/lcms2mt/ ghostscript-9.56.1/lcms2mt/ltmain.sh ghostscript-9.56.1/lcms2mt/autogen.sh ghostscript-9.56.1/lcms2mt/include/ ghostscript-9.56.1/lcms2mt/include/lcms2mt.h ghostscript-9.56.1/lcms2mt/include/lcms2mt_plugin.h ghostscript-9.56.1/lcms2mt/include/Makefile.in ghostscript-9.56.1/lcms2mt/include/Makefile.am ghostscript-9.56.1/lcms2mt/Lib/ ghostscript-9.56.1/lcms2mt/Lib/BC/ ghostscript-9.56.1/lcms2mt/Lib/BC/BC.txt ghostscript-9.56.1/lcms2mt/Lib/MS/ ghostscript-9.56.1/lcms2mt/Lib/MS/MS.TXT ghostscript-9.56.1/lcms2mt/COPYING ghostscript-9.56.1/lcms2mt/plugins/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/lcms2mt_fast_float.h ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj.filters ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj.user ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj.user ghostscript-9.56.1/lcms2mt/plugins/fast_float/COPYING.GPL3 ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdf ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/LittleCMS fast float extensions 1.0.pdf ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_curves.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_15bits.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_internal.h ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_16_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_lab.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_15mats.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_sup.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_separate.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_matsh_sse.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_curves.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_matsh.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_matsh.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_cmyk.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test2.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test0.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test1.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/fast_float_testbed.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test5.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test3.icc ghostscript-9.56.1/lcms2mt/plugins/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/README.1ST ghostscript-9.56.1/lcms2mt/config.sub ghostscript-9.56.1/lcms2mt/Projects/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2017/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2019/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2010/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/ ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcmsdll.lst ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcms2.rc ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/mklcmsdll.bat ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcmsdll.lk ghostscript-9.56.1/lcms2mt/Projects/cppcheck/ ghostscript-9.56.1/lcms2mt/Projects/cppcheck/lcms2mt.cppcheck ghostscript-9.56.1/lcms2mt/Projects/cppcheck/lcms2.cppcheck ghostscript-9.56.1/lcms2mt/Projects/.gitignore ghostscript-9.56.1/lcms2mt/Projects/mac/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/._Info.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/mariama.pbxuser ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/mariama.mode1v3 ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/LittleCMS.xcscheme ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/testbed.xcscheme ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/xcschememanagement.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcdebugger/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.pbxproj ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/UserInterfaceState.xcuserstate ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/WorkspaceSettings.xcsettings ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/English.lproj/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/English.lproj/InfoPlist.strings ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/Info.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS_Prefix.pch ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/TestBed-Info.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/._LittleCMS.xcodeproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2015/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2013/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2012/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.pbxproj ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/contents.xcworkspacedata ghostscript-9.56.1/lcms2mt/install-sh ghostscript-9.56.1/lcms2mt/AUTHORS ghostscript-9.56.1/lcms2mt/depcomp ghostscript-9.56.1/lcms2mt/utils/ ghostscript-9.56.1/lcms2mt/utils/delphi/ ghostscript-9.56.1/lcms2mt/utils/delphi/lcms2dll.pas ghostscript-9.56.1/lcms2mt/utils/delphi/demo1.dfm ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.res ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.dpr ghostscript-9.56.1/lcms2mt/utils/delphi/demo1.pas ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.dproj ghostscript-9.56.1/lcms2mt/utils/linkicc/ ghostscript-9.56.1/lcms2mt/utils/linkicc/linkicc.1 ghostscript-9.56.1/lcms2mt/utils/linkicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/linkicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/linkicc/linkicc.c ghostscript-9.56.1/lcms2mt/utils/common/ ghostscript-9.56.1/lcms2mt/utils/common/utils.h ghostscript-9.56.1/lcms2mt/utils/common/vprf.c ghostscript-9.56.1/lcms2mt/utils/common/xgetopt.c ghostscript-9.56.1/lcms2mt/utils/transicc/ ghostscript-9.56.1/lcms2mt/utils/transicc/transicc.c ghostscript-9.56.1/lcms2mt/utils/transicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/transicc/transicc.1 ghostscript-9.56.1/lcms2mt/utils/transicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/samples/ ghostscript-9.56.1/lcms2mt/utils/samples/mktiff8.c ghostscript-9.56.1/lcms2mt/utils/samples/wtpt.c ghostscript-9.56.1/lcms2mt/utils/samples/itufax.c ghostscript-9.56.1/lcms2mt/utils/samples/mkgrayer.c ghostscript-9.56.1/lcms2mt/utils/samples/Makefile.in ghostscript-9.56.1/lcms2mt/utils/samples/Makefile.am ghostscript-9.56.1/lcms2mt/utils/samples/mkcmy.c ghostscript-9.56.1/lcms2mt/utils/samples/vericc.c ghostscript-9.56.1/lcms2mt/utils/samples/wtpt.1 ghostscript-9.56.1/lcms2mt/utils/samples/roundtrip.c ghostscript-9.56.1/lcms2mt/utils/jpgicc/ ghostscript-9.56.1/lcms2mt/utils/jpgicc/iccjpeg.c ghostscript-9.56.1/lcms2mt/utils/jpgicc/jpgicc.1 ghostscript-9.56.1/lcms2mt/utils/jpgicc/jpgicc.c ghostscript-9.56.1/lcms2mt/utils/jpgicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/jpgicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/jpgicc/iccjpeg.h ghostscript-9.56.1/lcms2mt/utils/jpgicc/LICENSE_iccjpeg ghostscript-9.56.1/lcms2mt/utils/tificc/ ghostscript-9.56.1/lcms2mt/utils/tificc/tificc.c ghostscript-9.56.1/lcms2mt/utils/tificc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/tificc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/tificc/tifdiff.c ghostscript-9.56.1/lcms2mt/utils/tificc/tificc.1 ghostscript-9.56.1/lcms2mt/utils/matlab/ ghostscript-9.56.1/lcms2mt/utils/matlab/howto.txt ghostscript-9.56.1/lcms2mt/utils/matlab/icctrans.c ghostscript-9.56.1/lcms2mt/utils/matlab/lcms_rsp ghostscript-9.56.1/lcms2mt/utils/psicc/ ghostscript-9.56.1/lcms2mt/utils/psicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/psicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/psicc/psicc.1 ghostscript-9.56.1/lcms2mt/utils/psicc/psicc.c ghostscript-9.56.1/lcms2mt/doc/ ghostscript-9.56.1/lcms2mt/doc/WhyThisFork.txt ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 tutorial.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 Plugin API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 Plugin API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 tutorial.pdf ghostscript-9.56.1/lcms2mt/doc/src.zip ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 API.pdf ghostscript-9.56.1/lcms2mt/configure.ac ghostscript-9.56.1/lcms2mt/missing ghostscript-9.56.1/lcms2mt/configure ghostscript-9.56.1/lcms2mt/Makefile.in ghostscript-9.56.1/lcms2mt/Makefile.am ghostscript-9.56.1/lcms2mt/lcms2mt.pc.in ghostscript-9.56.1/lcms2mt/.travis.yml ghostscript-9.56.1/lcms2mt/src/ ghostscript-9.56.1/lcms2mt/src/cmsintrp.c ghostscript-9.56.1/lcms2mt/src/cmsgmt.c ghostscript-9.56.1/lcms2mt/src/cmsalpha.c ghostscript-9.56.1/lcms2mt/src/cmsxform.c ghostscript-9.56.1/lcms2mt/src/cmscnvrt.c ghostscript-9.56.1/lcms2mt/src/cmshalf.c ghostscript-9.56.1/lcms2mt/src/cmsplugin.c ghostscript-9.56.1/lcms2mt/src/cmstypes.c ghostscript-9.56.1/lcms2mt/src/cmscgats.c ghostscript-9.56.1/lcms2mt/src/cmscam02.c ghostscript-9.56.1/lcms2mt/src/lcms2mt.def ghostscript-9.56.1/lcms2mt/src/cmspack.c ghostscript-9.56.1/lcms2mt/src/Makefile.in ghostscript-9.56.1/lcms2mt/src/cmsgamma.c ghostscript-9.56.1/lcms2mt/src/cmslut.c ghostscript-9.56.1/lcms2mt/src/cmssamp.c ghostscript-9.56.1/lcms2mt/src/cmsmd5.c ghostscript-9.56.1/lcms2mt/src/cmsmtrx.c ghostscript-9.56.1/lcms2mt/src/Makefile.am ghostscript-9.56.1/lcms2mt/src/cmsio0.c ghostscript-9.56.1/lcms2mt/src/cmsnamed.c ghostscript-9.56.1/lcms2mt/src/extra_xform.h ghostscript-9.56.1/lcms2mt/src/cmsio1.c ghostscript-9.56.1/lcms2mt/src/lcms2_internal.h ghostscript-9.56.1/lcms2mt/src/cmserr.c ghostscript-9.56.1/lcms2mt/src/cmspcs.c ghostscript-9.56.1/lcms2mt/src/cmsps2.c ghostscript-9.56.1/lcms2mt/src/cmsvirt.c ghostscript-9.56.1/lcms2mt/src/cmswtpnt.c ghostscript-9.56.1/lcms2mt/src/cmsopt.c ghostscript-9.56.1/lcms2mt/src/cmssm.c ghostscript-9.56.1/lcms2mt/INSTALL ghostscript-9.56.1/lcms2mt/aclocal.m4 ghostscript-9.56.1/lcms2mt/ChangeLog ghostscript-9.56.1/lcms2mt/config.guess ghostscript-9.56.1/lcms2mt/README.1ST ghostscript-9.56.1/lcms2mt/testbed/ ghostscript-9.56.1/lcms2mt/testbed/test2.icc ghostscript-9.56.1/lcms2mt/testbed/testplugin.c ghostscript-9.56.1/lcms2mt/testbed/bad_mpe.icc ghostscript-9.56.1/lcms2mt/testbed/Makefile.in ghostscript-9.56.1/lcms2mt/testbed/testcms2.h ghostscript-9.56.1/lcms2mt/testbed/crayons.icc ghostscript-9.56.1/lcms2mt/testbed/test1.icc ghostscript-9.56.1/lcms2mt/testbed/testcms2.c ghostscript-9.56.1/lcms2mt/testbed/Makefile.am ghostscript-9.56.1/lcms2mt/testbed/ibm-t61.icc ghostscript-9.56.1/lcms2mt/testbed/bad.icc ghostscript-9.56.1/lcms2mt/testbed/zoo_icc.c ghostscript-9.56.1/lcms2mt/testbed/testthread.cpp ghostscript-9.56.1/lcms2mt/testbed/test5.icc ghostscript-9.56.1/lcms2mt/testbed/test4.icc ghostscript-9.56.1/lcms2mt/testbed/toosmall.icc ghostscript-9.56.1/lcms2mt/testbed/test3.icc ghostscript-9.56.1/lcms2mt/testbed/new.icc ghostscript-9.56.1/lcms2mt/m4/ ghostscript-9.56.1/lcms2mt/m4/libtool.m4 ghostscript-9.56.1/lcms2mt/m4/ax_require_defined.m4 ghostscript-9.56.1/lcms2mt/m4/ltsugar.m4 ghostscript-9.56.1/lcms2mt/m4/ax_gcc_func_attribute.m4 ghostscript-9.56.1/lcms2mt/m4/lt~obsolete.m4 ghostscript-9.56.1/lcms2mt/m4/ltversion.m4 ghostscript-9.56.1/lcms2mt/m4/acx_pthread.m4 ghostscript-9.56.1/lcms2mt/m4/ax_append_compile_flags.m4 ghostscript-9.56.1/lcms2mt/m4/ax_check_compile_flag.m4 ghostscript-9.56.1/lcms2mt/m4/ax_append_flag.m4 ghostscript-9.56.1/lcms2mt/m4/ltoptions.m4 ghostscript-9.56.1/lcms2mt/compile ghostscript-9.56.1/lib/ ghostscript-9.56.1/lib/docie.ps ghostscript-9.56.1/lib/gsdj500 ghostscript-9.56.1/lib/gs_wl2_e.ps ghostscript-9.56.1/lib/ps2pdf13.bat ghostscript-9.56.1/lib/viewrgb.ps ghostscript-9.56.1/lib/ps2pdf12.cmd ghostscript-9.56.1/lib/lines.ps ghostscript-9.56.1/lib/ras1.upp ghostscript-9.56.1/lib/pf2afm.bat ghostscript-9.56.1/lib/gsnd.bat ghostscript-9.56.1/lib/gs_l.xpm ghostscript-9.56.1/lib/ras24.upp ghostscript-9.56.1/lib/bjc610a7.upp ghostscript-9.56.1/lib/zeroline.ps ghostscript-9.56.1/lib/viewpwg.ps ghostscript-9.56.1/lib/jobseparator.ps ghostscript-9.56.1/lib/lprsetup.sh ghostscript-9.56.1/lib/gs_ksb_e.ps ghostscript-9.56.1/lib/landscap.ps ghostscript-9.56.1/lib/ras8m.upp ghostscript-9.56.1/lib/ps2pdf13 ghostscript-9.56.1/lib/caption.ps ghostscript-9.56.1/lib/bj8pp12f.upp ghostscript-9.56.1/lib/bjc610a2.upp ghostscript-9.56.1/lib/lpgs.bat ghostscript-9.56.1/lib/stocht.ps ghostscript-9.56.1/lib/viewmiff.ps ghostscript-9.56.1/lib/zugferd.ps ghostscript-9.56.1/lib/dvipdf ghostscript-9.56.1/lib/stc2.upp ghostscript-9.56.1/lib/stc640p.upp ghostscript-9.56.1/lib/ps2pdf.cmd ghostscript-9.56.1/lib/gs_il2_e.ps ghostscript-9.56.1/lib/gsbj.bat ghostscript-9.56.1/lib/gssetgs32.bat ghostscript-9.56.1/lib/PDFA_def.ps ghostscript-9.56.1/lib/eps2eps ghostscript-9.56.1/lib/gs_m.xpm ghostscript-9.56.1/lib/ps2pdf ghostscript-9.56.1/lib/cdj550.upp ghostscript-9.56.1/lib/FCOfontmap-PS3 ghostscript-9.56.1/lib/traceimg.ps ghostscript-9.56.1/lib/ps2ps2.bat ghostscript-9.56.1/lib/mkcidfm.ps ghostscript-9.56.1/lib/ps2epsi.bat ghostscript-9.56.1/lib/gs_css_e.ps ghostscript-9.56.1/lib/ps2pdf13.cmd ghostscript-9.56.1/lib/cdj690ec.upp ghostscript-9.56.1/lib/viewraw.ps ghostscript-9.56.1/lib/cbjc800.ppd ghostscript-9.56.1/lib/gssetgs.bat ghostscript-9.56.1/lib/bjc610b3.upp ghostscript-9.56.1/lib/pfbtopfa.ps ghostscript-9.56.1/lib/bjc610a1.upp ghostscript-9.56.1/lib/gslp ghostscript-9.56.1/lib/gssetgs64.bat ghostscript-9.56.1/lib/viewpbm.ps ghostscript-9.56.1/lib/gs_l.xbm ghostscript-9.56.1/lib/wmakebat.bat ghostscript-9.56.1/lib/eps2eps.cmd ghostscript-9.56.1/lib/Fontmap.OS2 ghostscript-9.56.1/lib/stcany.upp ghostscript-9.56.1/lib/ps2pdfwr ghostscript-9.56.1/lib/ghostpdf.cat ghostscript-9.56.1/lib/stc_l.upp ghostscript-9.56.1/lib/ps2ai.ps ghostscript-9.56.1/lib/lpr2.bat ghostscript-9.56.1/lib/gs_m.xbm ghostscript-9.56.1/lib/rinkj-2200-setup ghostscript-9.56.1/lib/viewps2a.ps ghostscript-9.56.1/lib/prfont.ps ghostscript-9.56.1/lib/ps2ps2 ghostscript-9.56.1/lib/pdf2dsc.ps ghostscript-9.56.1/lib/stc1520h.upp ghostscript-9.56.1/lib/bjc610b2.upp ghostscript-9.56.1/lib/image-qa.ps ghostscript-9.56.1/lib/gsnup.ps ghostscript-9.56.1/lib/font2pcl.ps ghostscript-9.56.1/lib/gslp.ps ghostscript-9.56.1/lib/stc800p.upp ghostscript-9.56.1/lib/ps2epsi.cmd ghostscript-9.56.1/lib/stc_h.upp ghostscript-9.56.1/lib/stc600ih.upp ghostscript-9.56.1/lib/bjc610b7.upp ghostscript-9.56.1/lib/ps2ps ghostscript-9.56.1/lib/gs_m_m.xbm ghostscript-9.56.1/lib/bjc610b1.upp ghostscript-9.56.1/lib/bjc610a5.upp ghostscript-9.56.1/lib/winmaps.ps ghostscript-9.56.1/lib/ghostpdf.README ghostscript-9.56.1/lib/st640p.upp ghostscript-9.56.1/lib/rollconv.ps ghostscript-9.56.1/lib/bj8.rpd ghostscript-9.56.1/lib/pdf2ps.cmd ghostscript-9.56.1/lib/bjc610b6.upp ghostscript-9.56.1/lib/traceop.ps ghostscript-9.56.1/lib/pf2afm ghostscript-9.56.1/lib/cbjc600.ppd ghostscript-9.56.1/lib/pfbtopfa.bat ghostscript-9.56.1/lib/gsnd ghostscript-9.56.1/lib/st640ih.upp ghostscript-9.56.1/lib/gsndt.bat ghostscript-9.56.1/lib/ps2pdf14.cmd ghostscript-9.56.1/lib/st640ihg.upp ghostscript-9.56.1/lib/gs_lgo_e.ps ghostscript-9.56.1/lib/gs_wl1_e.ps ghostscript-9.56.1/lib/dnj750m.upp ghostscript-9.56.1/lib/pdf2ps ghostscript-9.56.1/lib/stcolor.ps ghostscript-9.56.1/lib/pphs.ps ghostscript-9.56.1/lib/ghostpdf.inf ghostscript-9.56.1/lib/align.ps ghostscript-9.56.1/lib/FAPIconfig-FCO ghostscript-9.56.1/lib/ps2ascii ghostscript-9.56.1/lib/gs_t_m.xbm ghostscript-9.56.1/lib/stc600p.upp ghostscript-9.56.1/lib/stc2s_h.upp ghostscript-9.56.1/lib/ht_ccsto.ps ghostscript-9.56.1/lib/gs_lgx_e.ps ghostscript-9.56.1/lib/Fontmap.SGI ghostscript-9.56.1/lib/PDFX_def.ps ghostscript-9.56.1/lib/FCOfontmap-PCLPS3 ghostscript-9.56.1/lib/stc800pl.upp ghostscript-9.56.1/lib/uninfo.ps ghostscript-9.56.1/lib/Fontmap.ATB ghostscript-9.56.1/lib/pphs ghostscript-9.56.1/lib/bj8hg12f.upp ghostscript-9.56.1/lib/bj8gc12f.upp ghostscript-9.56.1/lib/gs_kanji.ps ghostscript-9.56.1/lib/stc300bl.upp ghostscript-9.56.1/lib/bjc610a0.upp ghostscript-9.56.1/lib/gs_t.xbm ghostscript-9.56.1/lib/stc500ph.upp ghostscript-9.56.1/lib/stc600pl.upp ghostscript-9.56.1/lib/ps2epsi.ps ghostscript-9.56.1/lib/stcany_h.upp ghostscript-9.56.1/lib/ps2pdf12 ghostscript-9.56.1/lib/pf2afm.ps ghostscript-9.56.1/lib/stc300bm.upp ghostscript-9.56.1/lib/bj8oh06n.upp ghostscript-9.56.1/lib/Fontmap.OSF ghostscript-9.56.1/lib/stc500p.upp ghostscript-9.56.1/lib/stc.upp ghostscript-9.56.1/lib/ras3.upp ghostscript-9.56.1/lib/bjc610b4.upp ghostscript-9.56.1/lib/viewgif.ps ghostscript-9.56.1/lib/bjc610a4.upp ghostscript-9.56.1/lib/gsbj ghostscript-9.56.1/lib/cid2code.ps ghostscript-9.56.1/lib/st640plg.upp ghostscript-9.56.1/lib/pdf_info.ps ghostscript-9.56.1/lib/pdf2dsc ghostscript-9.56.1/lib/gslj.bat ghostscript-9.56.1/lib/bjc610a6.upp ghostscript-9.56.1/lib/gslj ghostscript-9.56.1/lib/Fontmap.ATM ghostscript-9.56.1/lib/ppath.ps ghostscript-9.56.1/lib/pdf2ps.bat ghostscript-9.56.1/lib/bjc610a8.upp ghostscript-9.56.1/lib/dnj750c.upp ghostscript-9.56.1/lib/st640pl.upp ghostscript-9.56.1/lib/gs_s.xpm ghostscript-9.56.1/lib/acctest.ps ghostscript-9.56.1/lib/gs_s_m.xbm ghostscript-9.56.1/lib/gs_s.xbm ghostscript-9.56.1/lib/Info-macos.plist ghostscript-9.56.1/lib/gst.bat ghostscript-9.56.1/lib/viewjpeg.ps ghostscript-9.56.1/lib/st640pg.upp ghostscript-9.56.1/lib/afmdiff.awk ghostscript-9.56.1/lib/gsdj ghostscript-9.56.1/lib/ps2ps2.cmd ghostscript-9.56.1/lib/Fontmap.Ult ghostscript-9.56.1/lib/lp386r2.bat ghostscript-9.56.1/lib/ps2ascii.bat ghostscript-9.56.1/lib/gsdj500.bat ghostscript-9.56.1/lib/pf2afm.cmd ghostscript-9.56.1/lib/lp386.bat ghostscript-9.56.1/lib/stc200_h.upp ghostscript-9.56.1/lib/gs_l_m.xbm ghostscript-9.56.1/lib/pfbtopfa ghostscript-9.56.1/lib/gslp.bat ghostscript-9.56.1/lib/bj8pa06n.upp ghostscript-9.56.1/lib/necp2x.upp ghostscript-9.56.1/lib/cdj690.upp ghostscript-9.56.1/lib/stcinfo.ps ghostscript-9.56.1/lib/ghostpdf.ppd ghostscript-9.56.1/lib/eps2eps.bat ghostscript-9.56.1/lib/gstt.bat ghostscript-9.56.1/lib/Fontmap.Sol ghostscript-9.56.1/lib/ras4.upp ghostscript-9.56.1/lib/ps2ascii.cmd ghostscript-9.56.1/lib/jispaper.ps ghostscript-9.56.1/lib/stc800ih.upp ghostscript-9.56.1/lib/ps2ps.cmd ghostscript-9.56.1/lib/bjc610a3.upp ghostscript-9.56.1/lib/stc2_h.upp ghostscript-9.56.1/lib/stc300.upp ghostscript-9.56.1/lib/gs_t.xpm ghostscript-9.56.1/lib/ps2ps.bat ghostscript-9.56.1/lib/printafm ghostscript-9.56.1/lib/bj8ts06n.upp ghostscript-9.56.1/lib/viewpcx.ps ghostscript-9.56.1/lib/ps2epsi ghostscript-9.56.1/lib/gsdj.bat ghostscript-9.56.1/lib/printafm.ps ghostscript-9.56.1/lib/gs_ce_e.ps ghostscript-9.56.1/lib/ps2pdf.bat ghostscript-9.56.1/lib/gs_wl5_e.ps ghostscript-9.56.1/lib/unix-lpr.sh ghostscript-9.56.1/lib/pdf2dsc.bat ghostscript-9.56.1/lib/cat.ps ghostscript-9.56.1/lib/ps2pdf14 ghostscript-9.56.1/lib/viewcmyk.ps ghostscript-9.56.1/lib/ps2pdf12.bat ghostscript-9.56.1/lib/necp2x6.upp ghostscript-9.56.1/lib/ps2pdfxx.bat ghostscript-9.56.1/lib/bjc610b8.upp ghostscript-9.56.1/lib/Fontmap.VMS ghostscript-9.56.1/lib/ps2pdf14.bat ghostscript-9.56.1/lib/ras32.upp ghostscript-9.56.1/config.sub ghostscript-9.56.1/tesseract/ ghostscript-9.56.1/tesseract/autogen.sh ghostscript-9.56.1/tesseract/abseil/ ghostscript-9.56.1/tesseract/include/ ghostscript-9.56.1/tesseract/include/tesseract/ ghostscript-9.56.1/tesseract/include/tesseract/unichar.h ghostscript-9.56.1/tesseract/include/tesseract/renderer.h ghostscript-9.56.1/tesseract/include/tesseract/capi.h ghostscript-9.56.1/tesseract/include/tesseract/export.h ghostscript-9.56.1/tesseract/include/tesseract/thresholder.h ghostscript-9.56.1/tesseract/include/tesseract/pageiterator.h ghostscript-9.56.1/tesseract/include/tesseract/version.h.in ghostscript-9.56.1/tesseract/include/tesseract/publictypes.h ghostscript-9.56.1/tesseract/include/tesseract/baseapi.h ghostscript-9.56.1/tesseract/include/tesseract/osdetect.h ghostscript-9.56.1/tesseract/include/tesseract/ltrresultiterator.h ghostscript-9.56.1/tesseract/include/tesseract/ocrclass.h ghostscript-9.56.1/tesseract/include/tesseract/resultiterator.h ghostscript-9.56.1/tesseract/tessdata/ ghostscript-9.56.1/tesseract/tessdata/pdf.ttf ghostscript-9.56.1/tesseract/tessdata/tessconfigs/ ghostscript-9.56.1/tesseract/tessdata/tessconfigs/nobatch ghostscript-9.56.1/tesseract/tessdata/tessconfigs/batch ghostscript-9.56.1/tesseract/tessdata/tessconfigs/segdemo ghostscript-9.56.1/tesseract/tessdata/tessconfigs/Makefile.am ghostscript-9.56.1/tesseract/tessdata/tessconfigs/batch.nochop ghostscript-9.56.1/tesseract/tessdata/tessconfigs/msdemo ghostscript-9.56.1/tesseract/tessdata/tessconfigs/matdemo ghostscript-9.56.1/tesseract/tessdata/eng.user-words ghostscript-9.56.1/tesseract/tessdata/Makefile.am ghostscript-9.56.1/tesseract/tessdata/configs/ ghostscript-9.56.1/tesseract/tessdata/configs/quiet ghostscript-9.56.1/tesseract/tessdata/configs/get.images ghostscript-9.56.1/tesseract/tessdata/configs/txt ghostscript-9.56.1/tesseract/tessdata/configs/wordstrbox ghostscript-9.56.1/tesseract/tessdata/configs/api_config ghostscript-9.56.1/tesseract/tessdata/configs/pdf ghostscript-9.56.1/tesseract/tessdata/configs/Makefile.am ghostscript-9.56.1/tesseract/tessdata/configs/box.train.stderr ghostscript-9.56.1/tesseract/tessdata/configs/ambigs.train ghostscript-9.56.1/tesseract/tessdata/configs/makebox ghostscript-9.56.1/tesseract/tessdata/configs/rebox ghostscript-9.56.1/tesseract/tessdata/configs/bigram ghostscript-9.56.1/tesseract/tessdata/configs/hocr ghostscript-9.56.1/tesseract/tessdata/configs/kannada ghostscript-9.56.1/tesseract/tessdata/configs/lstm.train ghostscript-9.56.1/tesseract/tessdata/configs/inter ghostscript-9.56.1/tesseract/tessdata/configs/tsv ghostscript-9.56.1/tesseract/tessdata/configs/logfile ghostscript-9.56.1/tesseract/tessdata/configs/lstmdebug ghostscript-9.56.1/tesseract/tessdata/configs/unlv ghostscript-9.56.1/tesseract/tessdata/configs/bazaar ghostscript-9.56.1/tesseract/tessdata/configs/box.train ghostscript-9.56.1/tesseract/tessdata/configs/alto ghostscript-9.56.1/tesseract/tessdata/configs/lstmbox ghostscript-9.56.1/tesseract/tessdata/configs/digits ghostscript-9.56.1/tesseract/tessdata/configs/linebox ghostscript-9.56.1/tesseract/tessdata/configs/strokewidth ghostscript-9.56.1/tesseract/tessdata/eng.user-patterns ghostscript-9.56.1/tesseract/AUTHORS ghostscript-9.56.1/tesseract/java/ ghostscript-9.56.1/tesseract/java/Manifest.txt ghostscript-9.56.1/tesseract/java/Makefile.am ghostscript-9.56.1/tesseract/java/com/ ghostscript-9.56.1/tesseract/java/com/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVEmptyMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVMenuBar.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVWindow.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVCheckboxMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVSubMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVPopupMenu.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVAbstractMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVImageHandler.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEvent.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEventType.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEventHandler.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ScrollView.java ghostscript-9.56.1/tesseract/java/com/google/Makefile.am ghostscript-9.56.1/tesseract/tesseract.pc.in ghostscript-9.56.1/tesseract/doc/ ghostscript-9.56.1/tesseract/doc/classifier_tester.1.asc ghostscript-9.56.1/tesseract/doc/cntraining.1.asc ghostscript-9.56.1/tesseract/doc/set_unicharset_properties.1.asc ghostscript-9.56.1/tesseract/doc/merge_unicharsets.1.asc ghostscript-9.56.1/tesseract/doc/text2image.1.asc ghostscript-9.56.1/tesseract/doc/mftraining.1.asc ghostscript-9.56.1/tesseract/doc/combine_lang_model.1.asc ghostscript-9.56.1/tesseract/doc/combine_tessdata.1.asc ghostscript-9.56.1/tesseract/doc/tesseract.natvis ghostscript-9.56.1/tesseract/doc/Doxyfile ghostscript-9.56.1/tesseract/doc/tesseract.1.asc ghostscript-9.56.1/tesseract/doc/dawg2wordlist.1.asc ghostscript-9.56.1/tesseract/doc/lstmeval.1.asc ghostscript-9.56.1/tesseract/doc/unicharset_extractor.1.asc ghostscript-9.56.1/tesseract/doc/ambiguous_words.1.asc ghostscript-9.56.1/tesseract/doc/generate_manpages.sh ghostscript-9.56.1/tesseract/doc/unicharambigs.5.asc ghostscript-9.56.1/tesseract/doc/shapeclustering.1.asc ghostscript-9.56.1/tesseract/doc/lstmtraining.1.asc ghostscript-9.56.1/tesseract/doc/wordlist2dawg.1.asc ghostscript-9.56.1/tesseract/doc/tesseract.bib ghostscript-9.56.1/tesseract/doc/unicharset.5.asc ghostscript-9.56.1/tesseract/configure.ac ghostscript-9.56.1/tesseract/.gitattributes ghostscript-9.56.1/tesseract/tesseract.pc.cmake ghostscript-9.56.1/tesseract/VERSION ghostscript-9.56.1/tesseract/INSTALL.GIT.md ghostscript-9.56.1/tesseract/unittest/ ghostscript-9.56.1/tesseract/unittest/tfile_test.cc ghostscript-9.56.1/tesseract/unittest/cleanapi_test.cc ghostscript-9.56.1/tesseract/unittest/syntaxnet/ ghostscript-9.56.1/tesseract/unittest/syntaxnet/base.h ghostscript-9.56.1/tesseract/unittest/networkio_test.cc ghostscript-9.56.1/tesseract/unittest/progress_test.cc ghostscript-9.56.1/tesseract/unittest/validate_myanmar_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_recode_test.cc ghostscript-9.56.1/tesseract/unittest/lstmtrainer_test.cc ghostscript-9.56.1/tesseract/unittest/include_gunit.h ghostscript-9.56.1/tesseract/unittest/osd_test.cc ghostscript-9.56.1/tesseract/unittest/unicharset_test.cc ghostscript-9.56.1/tesseract/unittest/third_party/ ghostscript-9.56.1/tesseract/unittest/third_party/utf/ ghostscript-9.56.1/tesseract/unittest/third_party/utf/utfdef.h ghostscript-9.56.1/tesseract/unittest/third_party/utf/utf.h ghostscript-9.56.1/tesseract/unittest/third_party/utf/rune.c ghostscript-9.56.1/tesseract/unittest/qrsequence_test.cc ghostscript-9.56.1/tesseract/unittest/scanutils_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_squashed_test.cc ghostscript-9.56.1/tesseract/unittest/baseapi_test.cc ghostscript-9.56.1/tesseract/unittest/unicharcompress_test.cc ghostscript-9.56.1/tesseract/unittest/denorm_test.cc ghostscript-9.56.1/tesseract/unittest/rect_test.cc ghostscript-9.56.1/tesseract/unittest/stringrenderer_test.cc ghostscript-9.56.1/tesseract/unittest/normstrngs_test.cc ghostscript-9.56.1/tesseract/unittest/fileio_test.cc ghostscript-9.56.1/tesseract/unittest/params_model_test.cc ghostscript-9.56.1/tesseract/unittest/capiexample_c_test.c ghostscript-9.56.1/tesseract/unittest/validator_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_test.cc ghostscript-9.56.1/tesseract/unittest/bitvector_test.cc ghostscript-9.56.1/tesseract/unittest/baseapi_thread_test.cc ghostscript-9.56.1/tesseract/unittest/layout_test.cc ghostscript-9.56.1/tesseract/unittest/list_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_test.h ghostscript-9.56.1/tesseract/unittest/tablefind_test.cc ghostscript-9.56.1/tesseract/unittest/lang_model_test.cc ghostscript-9.56.1/tesseract/unittest/heap_test.cc ghostscript-9.56.1/tesseract/unittest/resultiterator_test.cc ghostscript-9.56.1/tesseract/unittest/normstrngs_test.h ghostscript-9.56.1/tesseract/unittest/tablerecog_test.cc ghostscript-9.56.1/tesseract/unittest/applybox_test.cc ghostscript-9.56.1/tesseract/unittest/validate_indic_test.cc ghostscript-9.56.1/tesseract/unittest/pango_font_info_test.cc ghostscript-9.56.1/tesseract/unittest/pagesegmode_test.cc ghostscript-9.56.1/tesseract/unittest/loadlang_test.cc ghostscript-9.56.1/tesseract/unittest/commandlineflags_test.cc ghostscript-9.56.1/tesseract/unittest/recodebeam_test.cc ghostscript-9.56.1/tesseract/unittest/paragraphs_test.cc ghostscript-9.56.1/tesseract/unittest/intfeaturemap_test.cc ghostscript-9.56.1/tesseract/unittest/validate_grapheme_test.cc ghostscript-9.56.1/tesseract/unittest/util/ ghostscript-9.56.1/tesseract/unittest/util/utf8/ ghostscript-9.56.1/tesseract/unittest/util/utf8/unicodetext.cc ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib.h ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib_utf8_utils.h ghostscript-9.56.1/tesseract/unittest/util/utf8/unicodetext.h ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib.cc ghostscript-9.56.1/tesseract/unittest/indexmapbidi_test.cc ghostscript-9.56.1/tesseract/unittest/capiexample_test.cc ghostscript-9.56.1/tesseract/unittest/textlineprojection_test.cc ghostscript-9.56.1/tesseract/unittest/validate_khmer_test.cc ghostscript-9.56.1/tesseract/unittest/mastertrainer_test.cc ghostscript-9.56.1/tesseract/unittest/unichar_test.cc ghostscript-9.56.1/tesseract/unittest/linlsq_test.cc ghostscript-9.56.1/tesseract/unittest/apiexample_test.cc ghostscript-9.56.1/tesseract/unittest/tesseract_leaksanitizer.supp ghostscript-9.56.1/tesseract/unittest/imagedata_test.cc ghostscript-9.56.1/tesseract/unittest/tabvector_test.cc ghostscript-9.56.1/tesseract/unittest/stats_test.cc ghostscript-9.56.1/tesseract/unittest/intsimdmatrix_test.cc ghostscript-9.56.1/tesseract/unittest/fuzzers/ ghostscript-9.56.1/tesseract/unittest/fuzzers/oss-fuzz-build.sh ghostscript-9.56.1/tesseract/unittest/fuzzers/fuzzer-api.cpp ghostscript-9.56.1/tesseract/unittest/ligature_table_test.cc ghostscript-9.56.1/tesseract/unittest/cycletimer.h ghostscript-9.56.1/tesseract/unittest/doubleptr.h ghostscript-9.56.1/tesseract/unittest/equationdetect_test.cc ghostscript-9.56.1/tesseract/unittest/shapetable_test.cc ghostscript-9.56.1/tesseract/unittest/matrix_test.cc ghostscript-9.56.1/tesseract/unittest/dawg_test.cc ghostscript-9.56.1/tesseract/unittest/log.h ghostscript-9.56.1/tesseract/unittest/stridemap_test.cc ghostscript-9.56.1/tesseract/unittest/colpartition_test.cc ghostscript-9.56.1/tesseract/unittest/README.md ghostscript-9.56.1/tesseract/unittest/tatweel_test.cc ghostscript-9.56.1/tesseract/unittest/nthitem_test.cc ghostscript-9.56.1/tesseract/.github/ ghostscript-9.56.1/tesseract/.github/workflows/ ghostscript-9.56.1/tesseract/.github/workflows/autotools.yml ghostscript-9.56.1/tesseract/.github/workflows/cmake-linuxclang-win.yml ghostscript-9.56.1/tesseract/.github/workflows/sw.yml ghostscript-9.56.1/tesseract/.github/workflows/cmake.yml ghostscript-9.56.1/tesseract/.github/workflows/unittest.yml ghostscript-9.56.1/tesseract/.github/workflows/unittest-disablelegacy.yml ghostscript-9.56.1/tesseract/.github/ISSUE_TEMPLATE.md ghostscript-9.56.1/tesseract/.gitignore ghostscript-9.56.1/tesseract/docker-compose.yml ghostscript-9.56.1/tesseract/test/ ghostscript-9.56.1/tesseract/Makefile.am ghostscript-9.56.1/tesseract/LICENSE ghostscript-9.56.1/tesseract/.travis.yml ghostscript-9.56.1/tesseract/CONTRIBUTING.md ghostscript-9.56.1/tesseract/src/ ghostscript-9.56.1/tesseract/src/wordrec/ ghostscript-9.56.1/tesseract/src/wordrec/lm_state.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_state.h ghostscript-9.56.1/tesseract/src/wordrec/render.h ghostscript-9.56.1/tesseract/src/wordrec/plotedges.h ghostscript-9.56.1/tesseract/src/wordrec/language_model.cpp ghostscript-9.56.1/tesseract/src/wordrec/params_model.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_consistency.cpp ghostscript-9.56.1/tesseract/src/wordrec/drawfx.cpp ghostscript-9.56.1/tesseract/src/wordrec/findseam.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordrec.h ghostscript-9.56.1/tesseract/src/wordrec/gradechop.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordclass.cpp ghostscript-9.56.1/tesseract/src/wordrec/drawfx.h ghostscript-9.56.1/tesseract/src/wordrec/lm_consistency.h ghostscript-9.56.1/tesseract/src/wordrec/measure.h ghostscript-9.56.1/tesseract/src/wordrec/params_model.h ghostscript-9.56.1/tesseract/src/wordrec/associate.cpp ghostscript-9.56.1/tesseract/src/wordrec/chop.h ghostscript-9.56.1/tesseract/src/wordrec/lm_pain_points.cpp ghostscript-9.56.1/tesseract/src/wordrec/outlines.h ghostscript-9.56.1/tesseract/src/wordrec/lm_pain_points.h ghostscript-9.56.1/tesseract/src/wordrec/findseam.h ghostscript-9.56.1/tesseract/src/wordrec/wordrec.cpp ghostscript-9.56.1/tesseract/src/wordrec/render.cpp ghostscript-9.56.1/tesseract/src/wordrec/outlines.cpp ghostscript-9.56.1/tesseract/src/wordrec/tface.cpp ghostscript-9.56.1/tesseract/src/wordrec/language_model.h ghostscript-9.56.1/tesseract/src/wordrec/segsearch.cpp ghostscript-9.56.1/tesseract/src/wordrec/associate.h ghostscript-9.56.1/tesseract/src/wordrec/pieces.cpp ghostscript-9.56.1/tesseract/src/wordrec/plotedges.cpp ghostscript-9.56.1/tesseract/src/wordrec/chop.cpp ghostscript-9.56.1/tesseract/src/wordrec/chopper.cpp ghostscript-9.56.1/tesseract/src/ccmain/ ghostscript-9.56.1/tesseract/src/ccmain/equationdetect.cpp ghostscript-9.56.1/tesseract/src/ccmain/fixxht.cpp ghostscript-9.56.1/tesseract/src/ccmain/pgedit.cpp ghostscript-9.56.1/tesseract/src/ccmain/pagewalk.cpp ghostscript-9.56.1/tesseract/src/ccmain/fixspace.h ghostscript-9.56.1/tesseract/src/ccmain/applybox.cpp ghostscript-9.56.1/tesseract/src/ccmain/output.cpp ghostscript-9.56.1/tesseract/src/ccmain/adaptions.cpp ghostscript-9.56.1/tesseract/src/ccmain/control.h ghostscript-9.56.1/tesseract/src/ccmain/equationdetect.h ghostscript-9.56.1/tesseract/src/ccmain/werdit.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessvars.h ghostscript-9.56.1/tesseract/src/ccmain/pgedit.h ghostscript-9.56.1/tesseract/src/ccmain/linerec.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessbox.cpp ghostscript-9.56.1/tesseract/src/ccmain/docqual.cpp ghostscript-9.56.1/tesseract/src/ccmain/fixspace.cpp ghostscript-9.56.1/tesseract/src/ccmain/docqual.h ghostscript-9.56.1/tesseract/src/ccmain/thresholder.cpp ghostscript-9.56.1/tesseract/src/ccmain/pagesegmain.cpp ghostscript-9.56.1/tesseract/src/ccmain/tfacepp.cpp ghostscript-9.56.1/tesseract/src/ccmain/mutableiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/werdit.h ghostscript-9.56.1/tesseract/src/ccmain/superscript.cpp ghostscript-9.56.1/tesseract/src/ccmain/output.h ghostscript-9.56.1/tesseract/src/ccmain/paramsd.cpp ghostscript-9.56.1/tesseract/src/ccmain/mutableiterator.h ghostscript-9.56.1/tesseract/src/ccmain/control.cpp ghostscript-9.56.1/tesseract/src/ccmain/paragraphs.h ghostscript-9.56.1/tesseract/src/ccmain/ltrresultiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/paramsd.h ghostscript-9.56.1/tesseract/src/ccmain/recogtraining.cpp ghostscript-9.56.1/tesseract/src/ccmain/pageiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/tesseractclass.h ghostscript-9.56.1/tesseract/src/ccmain/osdetect.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessvars.cpp ghostscript-9.56.1/tesseract/src/ccmain/tesseractclass.cpp ghostscript-9.56.1/tesseract/src/ccmain/paragraphs.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessedit.cpp ghostscript-9.56.1/tesseract/src/ccmain/resultiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/reject.h ghostscript-9.56.1/tesseract/src/ccmain/par_control.cpp ghostscript-9.56.1/tesseract/src/ccmain/reject.cpp ghostscript-9.56.1/tesseract/src/ccmain/paragraphs_internal.h ghostscript-9.56.1/tesseract/src/ccutil/ ghostscript-9.56.1/tesseract/src/ccutil/unicharmap.h ghostscript-9.56.1/tesseract/src/ccutil/universalambigs.h ghostscript-9.56.1/tesseract/src/ccutil/errcode.h ghostscript-9.56.1/tesseract/src/ccutil/errcode.cpp ghostscript-9.56.1/tesseract/src/ccutil/bitvector.h ghostscript-9.56.1/tesseract/src/ccutil/bitvector.cpp ghostscript-9.56.1/tesseract/src/ccutil/mainblk.cpp ghostscript-9.56.1/tesseract/src/ccutil/genericvector.h ghostscript-9.56.1/tesseract/src/ccutil/unicharcompress.cpp ghostscript-9.56.1/tesseract/src/ccutil/lsterr.h ghostscript-9.56.1/tesseract/src/ccutil/indexmapbidi.h ghostscript-9.56.1/tesseract/src/ccutil/ccutil.h ghostscript-9.56.1/tesseract/src/ccutil/serialis.h ghostscript-9.56.1/tesseract/src/ccutil/host.h ghostscript-9.56.1/tesseract/src/ccutil/scanutils.cpp ghostscript-9.56.1/tesseract/src/ccutil/serialis.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharcompress.h ghostscript-9.56.1/tesseract/src/ccutil/fileerr.h ghostscript-9.56.1/tesseract/src/ccutil/tessdatamanager.h ghostscript-9.56.1/tesseract/src/ccutil/unichar.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharset.h ghostscript-9.56.1/tesseract/src/ccutil/tprintf.h ghostscript-9.56.1/tesseract/src/ccutil/elst.h ghostscript-9.56.1/tesseract/src/ccutil/object_cache.h ghostscript-9.56.1/tesseract/src/ccutil/unicity_table.h ghostscript-9.56.1/tesseract/src/ccutil/scanutils.h ghostscript-9.56.1/tesseract/src/ccutil/elst2.h ghostscript-9.56.1/tesseract/src/ccutil/helpers.h ghostscript-9.56.1/tesseract/src/ccutil/elst.cpp ghostscript-9.56.1/tesseract/src/ccutil/elst2.cpp ghostscript-9.56.1/tesseract/src/ccutil/strngs.h ghostscript-9.56.1/tesseract/src/ccutil/qrsequence.h ghostscript-9.56.1/tesseract/src/ccutil/ambigs.h ghostscript-9.56.1/tesseract/src/ccutil/clst.h ghostscript-9.56.1/tesseract/src/ccutil/params.h ghostscript-9.56.1/tesseract/src/ccutil/params.cpp ghostscript-9.56.1/tesseract/src/ccutil/tprintf.cpp ghostscript-9.56.1/tesseract/src/ccutil/universalambigs.cpp ghostscript-9.56.1/tesseract/src/ccutil/genericheap.h ghostscript-9.56.1/tesseract/src/ccutil/indexmapbidi.cpp ghostscript-9.56.1/tesseract/src/ccutil/kdpair.h ghostscript-9.56.1/tesseract/src/ccutil/strngs.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharmap.cpp ghostscript-9.56.1/tesseract/src/ccutil/ccutil.cpp ghostscript-9.56.1/tesseract/src/ccutil/bits16.h ghostscript-9.56.1/tesseract/src/ccutil/sorthelper.h ghostscript-9.56.1/tesseract/src/ccutil/unicharset.cpp ghostscript-9.56.1/tesseract/src/ccutil/clst.cpp ghostscript-9.56.1/tesseract/src/ccutil/tessdatamanager.cpp ghostscript-9.56.1/tesseract/src/ccutil/ambigs.cpp ghostscript-9.56.1/tesseract/src/lstm/ ghostscript-9.56.1/tesseract/src/lstm/lstmrecognizer.h ghostscript-9.56.1/tesseract/src/lstm/networkio.cpp ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.h ghostscript-9.56.1/tesseract/src/lstm/plumbing.h ghostscript-9.56.1/tesseract/src/lstm/lstm.cpp ghostscript-9.56.1/tesseract/src/lstm/generate_lut.py ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.pb.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.proto ghostscript-9.56.1/tesseract/src/lstm/static_shape.h ghostscript-9.56.1/tesseract/src/lstm/maxpool.cpp ghostscript-9.56.1/tesseract/src/lstm/stridemap.h ghostscript-9.56.1/tesseract/src/lstm/input.cpp ghostscript-9.56.1/tesseract/src/lstm/series.h ghostscript-9.56.1/tesseract/src/lstm/maxpool.h ghostscript-9.56.1/tesseract/src/lstm/parallel.h ghostscript-9.56.1/tesseract/src/lstm/reversed.cpp ghostscript-9.56.1/tesseract/src/lstm/input.h ghostscript-9.56.1/tesseract/src/lstm/networkscratch.h ghostscript-9.56.1/tesseract/src/lstm/functions.cpp ghostscript-9.56.1/tesseract/src/lstm/recodebeam.h ghostscript-9.56.1/tesseract/src/lstm/network.cpp ghostscript-9.56.1/tesseract/src/lstm/reconfig.cpp ghostscript-9.56.1/tesseract/src/lstm/reconfig.h ghostscript-9.56.1/tesseract/src/lstm/network.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.pb.cc ghostscript-9.56.1/tesseract/src/lstm/weightmatrix.cpp ghostscript-9.56.1/tesseract/src/lstm/plumbing.cpp ghostscript-9.56.1/tesseract/src/lstm/weightmatrix.h ghostscript-9.56.1/tesseract/src/lstm/lstmrecognizer.cpp ghostscript-9.56.1/tesseract/src/lstm/fullyconnected.h ghostscript-9.56.1/tesseract/src/lstm/reversed.h ghostscript-9.56.1/tesseract/src/lstm/lstm.h ghostscript-9.56.1/tesseract/src/lstm/stridemap.cpp ghostscript-9.56.1/tesseract/src/lstm/functions.h ghostscript-9.56.1/tesseract/src/lstm/networkio.h ghostscript-9.56.1/tesseract/src/lstm/parallel.cpp ghostscript-9.56.1/tesseract/src/lstm/convolve.cpp ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.cpp ghostscript-9.56.1/tesseract/src/lstm/series.cpp ghostscript-9.56.1/tesseract/src/lstm/convolve.h ghostscript-9.56.1/tesseract/src/lstm/recodebeam.cpp ghostscript-9.56.1/tesseract/src/lstm/fullyconnected.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ ghostscript-9.56.1/tesseract/src/ccstruct/ccstruct.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrblock.cpp ghostscript-9.56.1/tesseract/src/ccstruct/fontinfo.cpp ghostscript-9.56.1/tesseract/src/ccstruct/rejctmap.h ghostscript-9.56.1/tesseract/src/ccstruct/dppoint.cpp ghostscript-9.56.1/tesseract/src/ccstruct/pdblock.cpp ghostscript-9.56.1/tesseract/src/ccstruct/normalis.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrrow.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blread.cpp ghostscript-9.56.1/tesseract/src/ccstruct/quadlsq.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobs.h ghostscript-9.56.1/tesseract/src/ccstruct/matrix.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrrow.h ghostscript-9.56.1/tesseract/src/ccstruct/statistc.h ghostscript-9.56.1/tesseract/src/ccstruct/werd.cpp ghostscript-9.56.1/tesseract/src/ccstruct/boxword.h ghostscript-9.56.1/tesseract/src/ccstruct/rejctmap.cpp ghostscript-9.56.1/tesseract/src/ccstruct/pageres.h ghostscript-9.56.1/tesseract/src/ccstruct/debugpixa.h ghostscript-9.56.1/tesseract/src/ccstruct/quspline.h ghostscript-9.56.1/tesseract/src/ccstruct/boxread.cpp ghostscript-9.56.1/tesseract/src/ccstruct/mod128.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobbox.h ghostscript-9.56.1/tesseract/src/ccstruct/params_training_featdef.cpp ghostscript-9.56.1/tesseract/src/ccstruct/quspline.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobs.cpp ghostscript-9.56.1/tesseract/src/ccstruct/quadratc.h ghostscript-9.56.1/tesseract/src/ccstruct/polyaprx.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ratngs.h ghostscript-9.56.1/tesseract/src/ccstruct/rect.h ghostscript-9.56.1/tesseract/src/ccstruct/points.cpp ghostscript-9.56.1/tesseract/src/ccstruct/otsuthr.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blamer.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobbox.cpp ghostscript-9.56.1/tesseract/src/ccstruct/statistc.cpp ghostscript-9.56.1/tesseract/src/ccstruct/normalis.cpp ghostscript-9.56.1/tesseract/src/ccstruct/boxword.cpp ghostscript-9.56.1/tesseract/src/ccstruct/detlinefit.h ghostscript-9.56.1/tesseract/src/ccstruct/seam.cpp ghostscript-9.56.1/tesseract/src/ccstruct/mod128.h ghostscript-9.56.1/tesseract/src/ccstruct/split.cpp ghostscript-9.56.1/tesseract/src/ccstruct/coutln.cpp ghostscript-9.56.1/tesseract/src/ccstruct/imagedata.h ghostscript-9.56.1/tesseract/src/ccstruct/imagedata.cpp ghostscript-9.56.1/tesseract/src/ccstruct/split.h ghostscript-9.56.1/tesseract/src/ccstruct/polyblk.cpp ghostscript-9.56.1/tesseract/src/ccstruct/werd.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrblock.h ghostscript-9.56.1/tesseract/src/ccstruct/polyaprx.h ghostscript-9.56.1/tesseract/src/ccstruct/linlsq.cpp ghostscript-9.56.1/tesseract/src/ccstruct/params_training_featdef.h ghostscript-9.56.1/tesseract/src/ccstruct/seam.h ghostscript-9.56.1/tesseract/src/ccstruct/points.h ghostscript-9.56.1/tesseract/src/ccstruct/linlsq.h ghostscript-9.56.1/tesseract/src/ccstruct/polyblk.h ghostscript-9.56.1/tesseract/src/ccstruct/coutln.h ghostscript-9.56.1/tesseract/src/ccstruct/ccstruct.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blamer.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrpara.h ghostscript-9.56.1/tesseract/src/ccstruct/otsuthr.h ghostscript-9.56.1/tesseract/src/ccstruct/pdblock.h ghostscript-9.56.1/tesseract/src/ccstruct/ratngs.cpp ghostscript-9.56.1/tesseract/src/ccstruct/stepblob.h ghostscript-9.56.1/tesseract/src/ccstruct/detlinefit.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrpara.cpp ghostscript-9.56.1/tesseract/src/ccstruct/stepblob.cpp ghostscript-9.56.1/tesseract/src/ccstruct/fontinfo.h ghostscript-9.56.1/tesseract/src/ccstruct/quadlsq.h ghostscript-9.56.1/tesseract/src/ccstruct/dppoint.h ghostscript-9.56.1/tesseract/src/ccstruct/blread.h ghostscript-9.56.1/tesseract/src/ccstruct/rect.cpp ghostscript-9.56.1/tesseract/src/ccstruct/crakedge.h ghostscript-9.56.1/tesseract/src/ccstruct/matrix.h ghostscript-9.56.1/tesseract/src/ccstruct/boxread.h ghostscript-9.56.1/tesseract/src/ccstruct/pageres.cpp ghostscript-9.56.1/tesseract/src/arch/ ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixavx2.cpp ghostscript-9.56.1/tesseract/src/arch/dotproductsse.cpp ghostscript-9.56.1/tesseract/src/arch/dotproductfma.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixsse.cpp ghostscript-9.56.1/tesseract/src/arch/simddetect.cpp ghostscript-9.56.1/tesseract/src/arch/simddetect.h ghostscript-9.56.1/tesseract/src/arch/dotproduct.h ghostscript-9.56.1/tesseract/src/arch/intsimdmatrix.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixneon.cpp ghostscript-9.56.1/tesseract/src/arch/dotproductavx.cpp ghostscript-9.56.1/tesseract/src/arch/dotproduct.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrix.h ghostscript-9.56.1/tesseract/src/viewer/ ghostscript-9.56.1/tesseract/src/viewer/svutil.cpp ghostscript-9.56.1/tesseract/src/viewer/scrollview.h ghostscript-9.56.1/tesseract/src/viewer/svmnode.h ghostscript-9.56.1/tesseract/src/viewer/scrollview.cpp ghostscript-9.56.1/tesseract/src/viewer/svpaint.cpp ghostscript-9.56.1/tesseract/src/viewer/svmnode.cpp ghostscript-9.56.1/tesseract/src/viewer/svutil.h ghostscript-9.56.1/tesseract/src/textord/ ghostscript-9.56.1/tesseract/src/textord/baselinedetect.cpp ghostscript-9.56.1/tesseract/src/textord/underlin.h ghostscript-9.56.1/tesseract/src/textord/devanagari_processing.h ghostscript-9.56.1/tesseract/src/textord/topitch.cpp ghostscript-9.56.1/tesseract/src/textord/blkocc.cpp ghostscript-9.56.1/tesseract/src/textord/oldbasel.h ghostscript-9.56.1/tesseract/src/textord/bbgrid.cpp ghostscript-9.56.1/tesseract/src/textord/tabfind.cpp ghostscript-9.56.1/tesseract/src/textord/colpartitionset.h ghostscript-9.56.1/tesseract/src/textord/linefind.h ghostscript-9.56.1/tesseract/src/textord/gap_map.h ghostscript-9.56.1/tesseract/src/textord/equationdetectbase.cpp ghostscript-9.56.1/tesseract/src/textord/tablefind.cpp ghostscript-9.56.1/tesseract/src/textord/blkocc.h ghostscript-9.56.1/tesseract/src/textord/blobgrid.cpp ghostscript-9.56.1/tesseract/src/textord/cjkpitch.h ghostscript-9.56.1/tesseract/src/textord/pitsync1.h ghostscript-9.56.1/tesseract/src/textord/edgloop.cpp ghostscript-9.56.1/tesseract/src/textord/edgblob.h ghostscript-9.56.1/tesseract/src/textord/tabfind.h ghostscript-9.56.1/tesseract/src/textord/workingpartset.h ghostscript-9.56.1/tesseract/src/textord/colpartition.cpp ghostscript-9.56.1/tesseract/src/textord/equationdetectbase.h ghostscript-9.56.1/tesseract/src/textord/drawtord.h ghostscript-9.56.1/tesseract/src/textord/baselinedetect.h ghostscript-9.56.1/tesseract/src/textord/sortflts.cpp ghostscript-9.56.1/tesseract/src/textord/makerow.cpp ghostscript-9.56.1/tesseract/src/textord/ccnontextdetect.h ghostscript-9.56.1/tesseract/src/textord/sortflts.h ghostscript-9.56.1/tesseract/src/textord/gap_map.cpp ghostscript-9.56.1/tesseract/src/textord/tabvector.h ghostscript-9.56.1/tesseract/src/textord/fpchop.h ghostscript-9.56.1/tesseract/src/textord/strokewidth.cpp ghostscript-9.56.1/tesseract/src/textord/tospace.cpp ghostscript-9.56.1/tesseract/src/textord/makerow.h ghostscript-9.56.1/tesseract/src/textord/drawtord.cpp ghostscript-9.56.1/tesseract/src/textord/pithsync.h ghostscript-9.56.1/tesseract/src/textord/ccnontextdetect.cpp ghostscript-9.56.1/tesseract/src/textord/wordseg.h ghostscript-9.56.1/tesseract/src/textord/colpartitionset.cpp ghostscript-9.56.1/tesseract/src/textord/colfind.cpp ghostscript-9.56.1/tesseract/src/textord/tordmain.cpp ghostscript-9.56.1/tesseract/src/textord/wordseg.cpp ghostscript-9.56.1/tesseract/src/textord/workingpartset.cpp ghostscript-9.56.1/tesseract/src/textord/tovars.h ghostscript-9.56.1/tesseract/src/textord/blobgrid.h ghostscript-9.56.1/tesseract/src/textord/scanedg.cpp ghostscript-9.56.1/tesseract/src/textord/colfind.h ghostscript-9.56.1/tesseract/src/textord/textlineprojection.h ghostscript-9.56.1/tesseract/src/textord/colpartitiongrid.h ghostscript-9.56.1/tesseract/src/textord/fpchop.cpp ghostscript-9.56.1/tesseract/src/textord/textlineprojection.cpp ghostscript-9.56.1/tesseract/src/textord/topitch.h ghostscript-9.56.1/tesseract/src/textord/edgblob.cpp ghostscript-9.56.1/tesseract/src/textord/tablerecog.cpp ghostscript-9.56.1/tesseract/src/textord/textord.cpp ghostscript-9.56.1/tesseract/src/textord/alignedblob.cpp ghostscript-9.56.1/tesseract/src/textord/underlin.cpp ghostscript-9.56.1/tesseract/src/textord/imagefind.h ghostscript-9.56.1/tesseract/src/textord/tablerecog.h ghostscript-9.56.1/tesseract/src/textord/bbgrid.h ghostscript-9.56.1/tesseract/src/textord/scanedg.h ghostscript-9.56.1/tesseract/src/textord/devanagari_processing.cpp ghostscript-9.56.1/tesseract/src/textord/cjkpitch.cpp ghostscript-9.56.1/tesseract/src/textord/tovars.cpp ghostscript-9.56.1/tesseract/src/textord/tordmain.h ghostscript-9.56.1/tesseract/src/textord/oldbasel.cpp ghostscript-9.56.1/tesseract/src/textord/textord.h ghostscript-9.56.1/tesseract/src/textord/pithsync.cpp ghostscript-9.56.1/tesseract/src/textord/linefind.cpp ghostscript-9.56.1/tesseract/src/textord/colpartitiongrid.cpp ghostscript-9.56.1/tesseract/src/textord/tabvector.cpp ghostscript-9.56.1/tesseract/src/textord/imagefind.cpp ghostscript-9.56.1/tesseract/src/textord/alignedblob.h ghostscript-9.56.1/tesseract/src/textord/colpartition.h ghostscript-9.56.1/tesseract/src/textord/edgloop.h ghostscript-9.56.1/tesseract/src/textord/tablefind.h ghostscript-9.56.1/tesseract/src/textord/pitsync1.cpp ghostscript-9.56.1/tesseract/src/textord/strokewidth.h ghostscript-9.56.1/tesseract/src/cutil/ ghostscript-9.56.1/tesseract/src/cutil/bitvec.h ghostscript-9.56.1/tesseract/src/cutil/oldlist.h ghostscript-9.56.1/tesseract/src/cutil/oldlist.cpp ghostscript-9.56.1/tesseract/src/training/ ghostscript-9.56.1/tesseract/src/training/tesstrain.sh ghostscript-9.56.1/tesseract/src/training/tesstrain_utils.sh ghostscript-9.56.1/tesseract/src/training/unicharset/ ghostscript-9.56.1/tesseract/src/training/unicharset/lang_model_helpers.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/fileio.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_grapheme.h ghostscript-9.56.1/tesseract/src/training/unicharset/export.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_javanese.h ghostscript-9.56.1/tesseract/src/training/unicharset/validator.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_khmer.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_grapheme.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validator.h ghostscript-9.56.1/tesseract/src/training/unicharset/normstrngs.h ghostscript-9.56.1/tesseract/src/training/unicharset/fileio.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/unicharset_training_utils.h ghostscript-9.56.1/tesseract/src/training/unicharset/unicharset_training_utils.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtrainer.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_myanmar.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_myanmar.h ghostscript-9.56.1/tesseract/src/training/unicharset/lang_model_helpers.h ghostscript-9.56.1/tesseract/src/training/unicharset/icuerrorcode.h ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtester.h ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtester.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_indic.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_indic.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_javanese.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/normstrngs.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/icuerrorcode.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtrainer.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_khmer.cpp ghostscript-9.56.1/tesseract/src/training/tesstrain_utils.py ghostscript-9.56.1/tesseract/src/training/mergenf.h ghostscript-9.56.1/tesseract/src/training/merge_unicharsets.cpp ghostscript-9.56.1/tesseract/src/training/combine_tessdata.cpp ghostscript-9.56.1/tesseract/src/training/mftraining.cpp ghostscript-9.56.1/tesseract/src/training/ambiguous_words.cpp ghostscript-9.56.1/tesseract/src/training/cntraining.cpp ghostscript-9.56.1/tesseract/src/training/language_specific.py ghostscript-9.56.1/tesseract/src/training/pango/ ghostscript-9.56.1/tesseract/src/training/pango/boxchar.h ghostscript-9.56.1/tesseract/src/training/pango/boxchar.cpp ghostscript-9.56.1/tesseract/src/training/pango/export.h ghostscript-9.56.1/tesseract/src/training/pango/pango_font_info.h ghostscript-9.56.1/tesseract/src/training/pango/tlog.h ghostscript-9.56.1/tesseract/src/training/pango/ligature_table.h ghostscript-9.56.1/tesseract/src/training/pango/ligature_table.cpp ghostscript-9.56.1/tesseract/src/training/pango/pango_font_info.cpp ghostscript-9.56.1/tesseract/src/training/pango/stringrenderer.h ghostscript-9.56.1/tesseract/src/training/pango/stringrenderer.cpp ghostscript-9.56.1/tesseract/src/training/pango/tlog.cpp ghostscript-9.56.1/tesseract/src/training/dawg2wordlist.cpp ghostscript-9.56.1/tesseract/src/training/common/ ghostscript-9.56.1/tesseract/src/training/common/errorcounter.cpp ghostscript-9.56.1/tesseract/src/training/common/intfeaturemap.cpp ghostscript-9.56.1/tesseract/src/training/common/intfeaturedist.cpp ghostscript-9.56.1/tesseract/src/training/common/sampleiterator.h ghostscript-9.56.1/tesseract/src/training/common/export.h ghostscript-9.56.1/tesseract/src/training/common/networkbuilder.cpp ghostscript-9.56.1/tesseract/src/training/common/mastertrainer.h ghostscript-9.56.1/tesseract/src/training/common/intfeaturedist.h ghostscript-9.56.1/tesseract/src/training/common/intfeaturemap.h ghostscript-9.56.1/tesseract/src/training/common/ctc.cpp ghostscript-9.56.1/tesseract/src/training/common/sampleiterator.cpp ghostscript-9.56.1/tesseract/src/training/common/commontraining.h ghostscript-9.56.1/tesseract/src/training/common/commontraining.cpp ghostscript-9.56.1/tesseract/src/training/common/networkbuilder.h ghostscript-9.56.1/tesseract/src/training/common/commandlineflags.cpp ghostscript-9.56.1/tesseract/src/training/common/trainingsampleset.cpp ghostscript-9.56.1/tesseract/src/training/common/ctc.h ghostscript-9.56.1/tesseract/src/training/common/errorcounter.h ghostscript-9.56.1/tesseract/src/training/common/mastertrainer.cpp ghostscript-9.56.1/tesseract/src/training/common/commandlineflags.h ghostscript-9.56.1/tesseract/src/training/common/trainingsampleset.h ghostscript-9.56.1/tesseract/src/training/shapeclustering.cpp ghostscript-9.56.1/tesseract/src/training/set_unicharset_properties.cpp ghostscript-9.56.1/tesseract/src/training/degradeimage.h ghostscript-9.56.1/tesseract/src/training/wordlist2dawg.cpp ghostscript-9.56.1/tesseract/src/training/language-specific.sh ghostscript-9.56.1/tesseract/src/training/lstmtraining.cpp ghostscript-9.56.1/tesseract/src/training/classifier_tester.cpp ghostscript-9.56.1/tesseract/src/training/tesstrain.py ghostscript-9.56.1/tesseract/src/training/lstmeval.cpp ghostscript-9.56.1/tesseract/src/training/CMakeLists.txt ghostscript-9.56.1/tesseract/src/training/text2image.cpp ghostscript-9.56.1/tesseract/src/training/unicharset_extractor.cpp ghostscript-9.56.1/tesseract/src/training/combine_lang_model.cpp ghostscript-9.56.1/tesseract/src/training/mergenf.cpp ghostscript-9.56.1/tesseract/src/training/degradeimage.cpp ghostscript-9.56.1/tesseract/src/classify/ ghostscript-9.56.1/tesseract/src/classify/mfdefs.h ghostscript-9.56.1/tesseract/src/classify/cutoffs.cpp ghostscript-9.56.1/tesseract/src/classify/intfeaturespace.cpp ghostscript-9.56.1/tesseract/src/classify/featdefs.cpp ghostscript-9.56.1/tesseract/src/classify/picofeat.cpp ghostscript-9.56.1/tesseract/src/classify/intmatcher.h ghostscript-9.56.1/tesseract/src/classify/adaptmatch.cpp ghostscript-9.56.1/tesseract/src/classify/trainingsample.h ghostscript-9.56.1/tesseract/src/classify/intfx.cpp ghostscript-9.56.1/tesseract/src/classify/normmatch.h ghostscript-9.56.1/tesseract/src/classify/adaptive.cpp ghostscript-9.56.1/tesseract/src/classify/shapeclassifier.h ghostscript-9.56.1/tesseract/src/classify/protos.cpp ghostscript-9.56.1/tesseract/src/classify/outfeat.h ghostscript-9.56.1/tesseract/src/classify/shapeclassifier.cpp ghostscript-9.56.1/tesseract/src/classify/clusttool.h ghostscript-9.56.1/tesseract/src/classify/fpoint.h ghostscript-9.56.1/tesseract/src/classify/ocrfeatures.h ghostscript-9.56.1/tesseract/src/classify/blobclass.cpp ghostscript-9.56.1/tesseract/src/classify/cluster.h ghostscript-9.56.1/tesseract/src/classify/mfx.cpp ghostscript-9.56.1/tesseract/src/classify/ocrfeatures.cpp ghostscript-9.56.1/tesseract/src/classify/adaptive.h ghostscript-9.56.1/tesseract/src/classify/classify.cpp ghostscript-9.56.1/tesseract/src/classify/normmatch.cpp ghostscript-9.56.1/tesseract/src/classify/tessclassifier.cpp ghostscript-9.56.1/tesseract/src/classify/fpoint.cpp ghostscript-9.56.1/tesseract/src/classify/intfx.h ghostscript-9.56.1/tesseract/src/classify/outfeat.cpp ghostscript-9.56.1/tesseract/src/classify/float2int.h ghostscript-9.56.1/tesseract/src/classify/normfeat.cpp ghostscript-9.56.1/tesseract/src/classify/tessclassifier.h ghostscript-9.56.1/tesseract/src/classify/shapetable.cpp ghostscript-9.56.1/tesseract/src/classify/kdtree.h ghostscript-9.56.1/tesseract/src/classify/clusttool.cpp ghostscript-9.56.1/tesseract/src/classify/mfoutline.cpp ghostscript-9.56.1/tesseract/src/classify/mf.cpp ghostscript-9.56.1/tesseract/src/classify/intproto.h ghostscript-9.56.1/tesseract/src/classify/featdefs.h ghostscript-9.56.1/tesseract/src/classify/intmatcher.cpp ghostscript-9.56.1/tesseract/src/classify/intfeaturespace.h ghostscript-9.56.1/tesseract/src/classify/protos.h ghostscript-9.56.1/tesseract/src/classify/float2int.cpp ghostscript-9.56.1/tesseract/src/classify/mf.h ghostscript-9.56.1/tesseract/src/classify/intproto.cpp ghostscript-9.56.1/tesseract/src/classify/classify.h ghostscript-9.56.1/tesseract/src/classify/mfx.h ghostscript-9.56.1/tesseract/src/classify/kdtree.cpp ghostscript-9.56.1/tesseract/src/classify/mfdefs.cpp ghostscript-9.56.1/tesseract/src/classify/normfeat.h ghostscript-9.56.1/tesseract/src/classify/trainingsample.cpp ghostscript-9.56.1/tesseract/src/classify/shapetable.h ghostscript-9.56.1/tesseract/src/classify/mfoutline.h ghostscript-9.56.1/tesseract/src/classify/picofeat.h ghostscript-9.56.1/tesseract/src/classify/blobclass.h ghostscript-9.56.1/tesseract/src/classify/cluster.cpp ghostscript-9.56.1/tesseract/src/dict/ ghostscript-9.56.1/tesseract/src/dict/trie.cpp ghostscript-9.56.1/tesseract/src/dict/trie.h ghostscript-9.56.1/tesseract/src/dict/dawg_cache.h ghostscript-9.56.1/tesseract/src/dict/dict.cpp ghostscript-9.56.1/tesseract/src/dict/stopper.cpp ghostscript-9.56.1/tesseract/src/dict/dict.h ghostscript-9.56.1/tesseract/src/dict/hyphen.cpp ghostscript-9.56.1/tesseract/src/dict/dawg_cache.cpp ghostscript-9.56.1/tesseract/src/dict/dawg.h ghostscript-9.56.1/tesseract/src/dict/stopper.h ghostscript-9.56.1/tesseract/src/dict/dawg.cpp ghostscript-9.56.1/tesseract/src/dict/context.cpp ghostscript-9.56.1/tesseract/src/dict/permdawg.cpp ghostscript-9.56.1/tesseract/src/dict/matchdefs.h ghostscript-9.56.1/tesseract/src/api/ ghostscript-9.56.1/tesseract/src/api/wordstrboxrenderer.cpp ghostscript-9.56.1/tesseract/src/api/hocrrenderer.cpp ghostscript-9.56.1/tesseract/src/api/altorenderer.cpp ghostscript-9.56.1/tesseract/src/api/capi.cpp ghostscript-9.56.1/tesseract/src/api/pdf_ttf.h ghostscript-9.56.1/tesseract/src/api/renderer.cpp ghostscript-9.56.1/tesseract/src/api/tesseractmain.cpp ghostscript-9.56.1/tesseract/src/api/pdfrenderer.cpp ghostscript-9.56.1/tesseract/src/api/lstmboxrenderer.cpp ghostscript-9.56.1/tesseract/src/api/baseapi.cpp ghostscript-9.56.1/tesseract/src/opencl/ ghostscript-9.56.1/tesseract/src/opencl/openclwrapper.h ghostscript-9.56.1/tesseract/src/opencl/openclwrapper.cpp ghostscript-9.56.1/tesseract/src/opencl/oclkernels.h ghostscript-9.56.1/tesseract/sw.cpp ghostscript-9.56.1/tesseract/INSTALL ghostscript-9.56.1/tesseract/snap/ ghostscript-9.56.1/tesseract/snap/snapcraft.yaml ghostscript-9.56.1/tesseract/googletest/ ghostscript-9.56.1/tesseract/Dockerfile ghostscript-9.56.1/tesseract/ChangeLog ghostscript-9.56.1/tesseract/appveyor.yml ghostscript-9.56.1/tesseract/.gitmodules ghostscript-9.56.1/tesseract/CMakeLists.txt ghostscript-9.56.1/tesseract/m4/ ghostscript-9.56.1/tesseract/m4/ax_split_version.m4 ghostscript-9.56.1/tesseract/m4/ax_check_compile_flag.m4 ghostscript-9.56.1/tesseract/.lgtm.yml ghostscript-9.56.1/tesseract/cmake/ ghostscript-9.56.1/tesseract/cmake/templates/ ghostscript-9.56.1/tesseract/cmake/templates/cmake_uninstall.cmake.in ghostscript-9.56.1/tesseract/cmake/templates/TesseractConfig.cmake.in ghostscript-9.56.1/tesseract/cmake/SourceGroups.cmake ghostscript-9.56.1/tesseract/cmake/OptimizeForArchitecture.cmake ghostscript-9.56.1/tesseract/cmake/AddCompilerFlag.cmake ghostscript-9.56.1/tesseract/cmake/BuildFunctions.cmake ghostscript-9.56.1/tesseract/cmake/Configure.cmake ghostscript-9.56.1/tesseract/README.md ghostscript-9.56.1/tesseract/.clang-format ghostscript-9.56.1/install-sh ghostscript-9.56.1/devices/ ghostscript-9.56.1/devices/minftrsz.c ghostscript-9.56.1/devices/gdevl31s.c ghostscript-9.56.1/devices/gdevmeds.h ghostscript-9.56.1/devices/gdevplib.c ghostscript-9.56.1/devices/gdevclj.c ghostscript-9.56.1/devices/gdevsnfb.c ghostscript-9.56.1/devices/gdevpm.h ghostscript-9.56.1/devices/gdevstc1.c ghostscript-9.56.1/devices/gdevxcf.c ghostscript-9.56.1/devices/gxfcopy.c ghostscript-9.56.1/devices/extract.mak ghostscript-9.56.1/devices/gdevsppr.c ghostscript-9.56.1/devices/gdevbmpc.c ghostscript-9.56.1/devices/gdevijs.c ghostscript-9.56.1/devices/dcontrib.mak ghostscript-9.56.1/devices/gdevpdfimg.h ghostscript-9.56.1/devices/gdevpsd.h ghostscript-9.56.1/devices/gdevatx.c ghostscript-9.56.1/devices/gdev8bcm.c ghostscript-9.56.1/devices/gdevxcmp.h ghostscript-9.56.1/devices/gdevbjcl.c ghostscript-9.56.1/devices/gdevtfnx.c ghostscript-9.56.1/devices/gdevpxut.h ghostscript-9.56.1/devices/gdevpsim.c ghostscript-9.56.1/devices/gdevchameleon.c ghostscript-9.56.1/devices/gdevdfax.c ghostscript-9.56.1/devices/gdevdsp2.h ghostscript-9.56.1/devices/gdevplib.h ghostscript-9.56.1/devices/gdevfpng.c ghostscript-9.56.1/devices/gdevx.c ghostscript-9.56.1/devices/gdevcdj.c ghostscript-9.56.1/devices/gdevstc3.c ghostscript-9.56.1/devices/minftrsz.h ghostscript-9.56.1/devices/gxfcopy.h ghostscript-9.56.1/devices/gdevxres.c ghostscript-9.56.1/devices/gdevlbp8.c ghostscript-9.56.1/devices/gdevbmp.c ghostscript-9.56.1/devices/gdevsj48.c ghostscript-9.56.1/devices/gdevn533.c ghostscript-9.56.1/devices/gdevcljc.c ghostscript-9.56.1/devices/gdevxini.c ghostscript-9.56.1/devices/gdev3852.c ghostscript-9.56.1/devices/gdevxcmp.c ghostscript-9.56.1/devices/gdevwpr2.c ghostscript-9.56.1/devices/devs.mak ghostscript-9.56.1/devices/gdevifno.c ghostscript-9.56.1/devices/gdevstc.h ghostscript-9.56.1/devices/gdevx.h ghostscript-9.56.1/devices/gdev4081.c ghostscript-9.56.1/devices/gdevtsep.c ghostscript-9.56.1/devices/gdevstc2.c ghostscript-9.56.1/devices/gdevpcx.c ghostscript-9.56.1/devices/gdevtifs.h ghostscript-9.56.1/devices/gdevdljm.h ghostscript-9.56.1/devices/gdevcif.c ghostscript-9.56.1/devices/gdevxalt.c ghostscript-9.56.1/devices/gdevtifs.c ghostscript-9.56.1/devices/gdevtrac.c ghostscript-9.56.1/devices/gdev8bcm.h ghostscript-9.56.1/devices/gdevpdfimg.c ghostscript-9.56.1/devices/gdevepsn.c ghostscript-9.56.1/devices/gdevescp.c ghostscript-9.56.1/devices/gdevlj56.c ghostscript-9.56.1/devices/gdevdsp.h ghostscript-9.56.1/devices/gdevokii.c ghostscript-9.56.1/devices/gdevstc.c ghostscript-9.56.1/devices/gdevepsc.c ghostscript-9.56.1/devices/gdevstc4.c ghostscript-9.56.1/devices/gdevocr.c ghostscript-9.56.1/devices/gdevlxm.c ghostscript-9.56.1/devices/gdevo182.c ghostscript-9.56.1/devices/gdevbjcl.h ghostscript-9.56.1/devices/gdevccr.c ghostscript-9.56.1/devices/gdevicov.c ghostscript-9.56.1/devices/gdevtfax.c ghostscript-9.56.1/devices/gdevpdfocr.c ghostscript-9.56.1/devices/gdevmgr.h ghostscript-9.56.1/devices/gdevdljm.c ghostscript-9.56.1/devices/gdev4693.c ghostscript-9.56.1/devices/gdevperm.c ghostscript-9.56.1/devices/gdevimgn.c ghostscript-9.56.1/devices/gdevrinkj.c ghostscript-9.56.1/devices/gdevbit.c ghostscript-9.56.1/devices/gdevmgr.c ghostscript-9.56.1/devices/gdevpbm.c ghostscript-9.56.1/devices/gdevpng.c ghostscript-9.56.1/devices/gdevlp8k.c ghostscript-9.56.1/devices/gdevcmykog.c ghostscript-9.56.1/devices/gdevcslw.c ghostscript-9.56.1/devices/gdevpxut.c ghostscript-9.56.1/devices/gdevpcl.c ghostscript-9.56.1/devices/gdevbj10.c ghostscript-9.56.1/devices/gdev8510.c ghostscript-9.56.1/devices/gdevpe.c ghostscript-9.56.1/devices/gdevphex.c ghostscript-9.56.1/devices/gdevfax.h ghostscript-9.56.1/devices/gdevjpeg.c ghostscript-9.56.1/devices/gdevpsd.c ghostscript-9.56.1/devices/vector/ ghostscript-9.56.1/devices/vector/gdevpdte.c ghostscript-9.56.1/devices/vector/gdevpdfo.h ghostscript-9.56.1/devices/vector/gdevpdfg.h ghostscript-9.56.1/devices/vector/gdevpdtf.c ghostscript-9.56.1/devices/vector/doc_common.h ghostscript-9.56.1/devices/vector/gdevpdtc.c ghostscript-9.56.1/devices/vector/gdevpsf1.c ghostscript-9.56.1/devices/vector/gdevpsfu.c ghostscript-9.56.1/devices/vector/gdevpdfi.c ghostscript-9.56.1/devices/vector/gdevpsu.c ghostscript-9.56.1/devices/vector/gdevpdtb.h ghostscript-9.56.1/devices/vector/opdfread.ps ghostscript-9.56.1/devices/vector/gdevpdtv.h ghostscript-9.56.1/devices/vector/whitelst.h ghostscript-9.56.1/devices/vector/gdevpsds.c ghostscript-9.56.1/devices/vector/gdevpsdu.c ghostscript-9.56.1/devices/vector/gdevpdtw.h ghostscript-9.56.1/devices/vector/gdevpsdi.c ghostscript-9.56.1/devices/vector/whitelst.c ghostscript-9.56.1/devices/vector/gdevpdfm.c ghostscript-9.56.1/devices/vector/gdevpdfr.c ghostscript-9.56.1/devices/vector/gdevpdtf.h ghostscript-9.56.1/devices/vector/gdevpdfx.h ghostscript-9.56.1/devices/vector/gdevpdt.h ghostscript-9.56.1/devices/vector/gdevpdf.c ghostscript-9.56.1/devices/vector/gdevpdtt.h ghostscript-9.56.1/devices/vector/gdevpdft.c ghostscript-9.56.1/devices/vector/doc_common.c ghostscript-9.56.1/devices/vector/gdevpx.c ghostscript-9.56.1/devices/vector/gdevpsu.h ghostscript-9.56.1/devices/vector/gdevpdfu.c ghostscript-9.56.1/devices/vector/gdevpdti.h ghostscript-9.56.1/devices/vector/gdevxps.c ghostscript-9.56.1/devices/vector/gdevpdfc.h ghostscript-9.56.1/devices/vector/gdevpdtv.c ghostscript-9.56.1/devices/vector/gdevpsds.h ghostscript-9.56.1/devices/vector/gdevpdfk.c ghostscript-9.56.1/devices/vector/gdevpdt.c ghostscript-9.56.1/devices/vector/gdevpdts.c ghostscript-9.56.1/devices/vector/gdevpdfd.c ghostscript-9.56.1/devices/vector/gdevpdti.c ghostscript-9.56.1/devices/vector/gdevpsf2.c ghostscript-9.56.1/devices/vector/gdevpdfb.c ghostscript-9.56.1/devices/vector/gdevpsfx.c ghostscript-9.56.1/devices/vector/gdevdocxw.c ghostscript-9.56.1/devices/vector/gdevpsft.c ghostscript-9.56.1/devices/vector/gdevpdfb.h ghostscript-9.56.1/devices/vector/gdevpdfj.c ghostscript-9.56.1/devices/vector/gdevpsdf.h ghostscript-9.56.1/devices/vector/gdevpdfe.c ghostscript-9.56.1/devices/vector/gdevpdtx.h ghostscript-9.56.1/devices/vector/gdevpdtw.c ghostscript-9.56.1/devices/vector/gdevpdfp.c ghostscript-9.56.1/devices/vector/gdevpsfm.c ghostscript-9.56.1/devices/vector/gdevpdts.h ghostscript-9.56.1/devices/vector/gdevpdtd.c ghostscript-9.56.1/devices/vector/gdevpdtd.h ghostscript-9.56.1/devices/vector/gdevpsdp.c ghostscript-9.56.1/devices/vector/gdevpdfg.c ghostscript-9.56.1/devices/vector/gdevpdtb.c ghostscript-9.56.1/devices/vector/gdevpdfv.c ghostscript-9.56.1/devices/vector/gdevtxtw.c ghostscript-9.56.1/devices/vector/gdevpdfo.c ghostscript-9.56.1/devices/vector/gdevpdfc.c ghostscript-9.56.1/devices/vector/gdevpsf.h ghostscript-9.56.1/devices/vector/gdevpdtt.c ghostscript-9.56.1/devices/gdevdjet.c ghostscript-9.56.1/devices/gdevfax.c ghostscript-9.56.1/devices/gdevplan.c ghostscript-9.56.1/devices/gdevupd.c ghostscript-9.56.1/devices/gdevdm24.c ghostscript-9.56.1/devices/gdevcfax.c ghostscript-9.56.1/devices/gdevpjet.c ghostscript-9.56.1/devices/rinkj/ ghostscript-9.56.1/devices/rinkj/rinkj-device.h ghostscript-9.56.1/devices/rinkj/rinkj-device.c ghostscript-9.56.1/devices/rinkj/rinkj-byte-stream.c ghostscript-9.56.1/devices/rinkj/rinkj-config.h ghostscript-9.56.1/devices/rinkj/rinkj-screen-eb.c ghostscript-9.56.1/devices/rinkj/rinkj-dither.h ghostscript-9.56.1/devices/rinkj/rinkj-epson870.h ghostscript-9.56.1/devices/rinkj/rinkj-dither.c ghostscript-9.56.1/devices/rinkj/evenbetter-rll.c ghostscript-9.56.1/devices/rinkj/rinkj-screen-eb.h ghostscript-9.56.1/devices/rinkj/rinkj-config.c ghostscript-9.56.1/devices/rinkj/rinkj-epson870.c ghostscript-9.56.1/devices/rinkj/evenbetter-rll.h ghostscript-9.56.1/devices/rinkj/rinkj-byte-stream.h ghostscript-9.56.1/devices/gdevhl7x.c ghostscript-9.56.1/devices/gdevbmp.h ghostscript-9.56.1/devices/gdevdjtc.c ghostscript-9.56.1/devices/gdevmeds.c ghostscript-9.56.1/devices/gdevdsp.c ghostscript-9.56.1/devices/gdevtfax.h ghostscript-9.56.1/devices/gdevmiff.c ghostscript-9.56.1/devices/gdevbjc.h ghostscript-9.56.1/devices/gdevpcl.h ghostscript-9.56.1/devices/gdevtknk.c ghostscript-9.56.1/doc/ ghostscript-9.56.1/doc/Ps2epsi.htm ghostscript-9.56.1/doc/GPDL.htm ghostscript-9.56.1/doc/COPYING ghostscript-9.56.1/doc/index.html ghostscript-9.56.1/doc/Psfiles.htm ghostscript-9.56.1/doc/Fonts.htm ghostscript-9.56.1/doc/Lib.htm ghostscript-9.56.1/doc/images/ ghostscript-9.56.1/doc/images/ghostscript_logo.png ghostscript-9.56.1/doc/images/icon-search.png ghostscript-9.56.1/doc/images/favicon.png ghostscript-9.56.1/doc/images/favicon.svg ghostscript-9.56.1/doc/images/hamburger-light.png ghostscript-9.56.1/doc/images/x-light.png ghostscript-9.56.1/doc/images/.DS_Store ghostscript-9.56.1/doc/images/Artifex_logo.png ghostscript-9.56.1/doc/Install.htm ghostscript-9.56.1/doc/Search.htm ghostscript-9.56.1/doc/API.htm ghostscript-9.56.1/doc/SavedPages.htm ghostscript-9.56.1/doc/thirdparty.htm ghostscript-9.56.1/doc/Make.htm ghostscript-9.56.1/doc/gs-vms.hlp ghostscript-9.56.1/doc/sample_downscale_device.htm ghostscript-9.56.1/doc/Use.htm ghostscript-9.56.1/doc/C-style.htm ghostscript-9.56.1/doc/Ps-style.htm ghostscript-9.56.1/doc/default.css ghostscript-9.56.1/doc/colormanage/ ghostscript-9.56.1/doc/colormanage/GS9_Color_Management.tex ghostscript-9.56.1/doc/colormanage/figures/ ghostscript-9.56.1/doc/colormanage/figures/source_profile.pdf ghostscript-9.56.1/doc/colormanage/figures/DeviceN_Figure1.pdf ghostscript-9.56.1/doc/colormanage/figures/ghostscriptR_stack_RGBclr_CS6.pdf ghostscript-9.56.1/doc/colormanage/figures/Object_Color.pdf ghostscript-9.56.1/doc/colormanage/figures/architecture.pdf ghostscript-9.56.1/doc/colormanage/figures/destination_profile.pdf ghostscript-9.56.1/doc/colormanage/figures/text_graph_image_cmyk_rgb.pdf ghostscript-9.56.1/doc/colormanage/figures/source_intent.pdf ghostscript-9.56.1/doc/colormanage/figures/des_profile_intent.pdf ghostscript-9.56.1/doc/colormanage/figures/proof_link.pdf ghostscript-9.56.1/doc/Unix-lpr.htm ghostscript-9.56.1/doc/Devices.htm ghostscript-9.56.1/doc/subclass.htm ghostscript-9.56.1/doc/GS9_Color_Management.pdf ghostscript-9.56.1/doc/Deprecated.htm ghostscript-9.56.1/doc/WhatIsGS.htm ghostscript-9.56.1/doc/Internal.htm ghostscript-9.56.1/doc/DLL.htm ghostscript-9.56.1/doc/VectorDevices.htm ghostscript-9.56.1/doc/language-bindings/ ghostscript-9.56.1/doc/language-bindings/python-intro.html ghostscript-9.56.1/doc/language-bindings/index.html ghostscript-9.56.1/doc/language-bindings/images/ ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-python.png ghostscript-9.56.1/doc/language-bindings/images/icon-burger-menu.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-c.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-java.png ghostscript-9.56.1/doc/language-bindings/images/export-jar.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-c-sharp.png ghostscript-9.56.1/doc/language-bindings/images/icon-shell-command.png ghostscript-9.56.1/doc/language-bindings/images/artifex-logo.png ghostscript-9.56.1/doc/language-bindings/images/artifex-logo-white.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-grey.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-plus-text.png ghostscript-9.56.1/doc/language-bindings/images/gsviewer.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-plus-text-white.png ghostscript-9.56.1/doc/language-bindings/images/ghostnet-wpf-example.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript.png ghostscript-9.56.1/doc/language-bindings/images/linking-jar.png ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-api.html ghostscript-9.56.1/doc/language-bindings/python-gsapi.html ghostscript-9.56.1/doc/language-bindings/md/ ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-net.md ghostscript-9.56.1/doc/language-bindings/md/java-intro.md ghostscript-9.56.1/doc/language-bindings/md/images/ ghostscript-9.56.1/doc/language-bindings/md/images/export-jar.png ghostscript-9.56.1/doc/language-bindings/md/images/gsviewer.png ghostscript-9.56.1/doc/language-bindings/md/images/ghostnet-wpf-example.png ghostscript-9.56.1/doc/language-bindings/md/images/linking-jar.png ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-mono.md ghostscript-9.56.1/doc/language-bindings/md/python-intro.md ghostscript-9.56.1/doc/language-bindings/md/java-gsjavajar.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-api.md ghostscript-9.56.1/doc/language-bindings/md/python-gsapi.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-intro.md ghostscript-9.56.1/doc/language-bindings/md/demo-code.md ghostscript-9.56.1/doc/language-bindings/md/introduction.md ghostscript-9.56.1/doc/language-bindings/java-gsjavajar.html ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-net.html ghostscript-9.56.1/doc/language-bindings/demo-code.html ghostscript-9.56.1/doc/language-bindings/gs-language-bindings.pdf ghostscript-9.56.1/doc/language-bindings/js/ ghostscript-9.56.1/doc/language-bindings/js/default.js ghostscript-9.56.1/doc/language-bindings/c-sharp-intro.html ghostscript-9.56.1/doc/language-bindings/css/ ghostscript-9.56.1/doc/language-bindings/css/default.css ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-mono.html ghostscript-9.56.1/doc/language-bindings/java-intro.html ghostscript-9.56.1/doc/Develop.htm ghostscript-9.56.1/doc/gsdoc.el ghostscript-9.56.1/doc/Drivers.htm ghostscript-9.56.1/doc/pscet_status.txt ghostscript-9.56.1/doc/Language.htm ghostscript-9.56.1/doc/gdevds32.c ghostscript-9.56.1/doc/site.js ghostscript-9.56.1/doc/Source.htm ghostscript-9.56.1/doc/News.htm ghostscript-9.56.1/doc/History9.htm ghostscript-9.56.1/doc/Release.htm ghostscript-9.56.1/doc/pclxps/ ghostscript-9.56.1/doc/pclxps/README ghostscript-9.56.1/doc/pclxps/Makefile ghostscript-9.56.1/doc/pclxps/ghostpdl.tex ghostscript-9.56.1/doc/pclxps/ghostpdl.txt ghostscript-9.56.1/doc/pclxps/ghostpdl.pdf ghostscript-9.56.1/doc/Readme.htm ghostscript-9.56.1/arch/ ghostscript-9.56.1/arch/arch_autoconf.h.in ghostscript-9.56.1/arch/windows-arm-msvc.h ghostscript-9.56.1/arch/windows-x64-msvc.h ghostscript-9.56.1/arch/windows-x86-msvc.h ghostscript-9.56.1/arch/osx-x86-x86_64-ppc-gcc.h ghostscript-9.56.1/configure.ac ghostscript-9.56.1/libpng/ ghostscript-9.56.1/libpng/png.5 ghostscript-9.56.1/libpng/png.c ghostscript-9.56.1/libpng/ltmain.sh ghostscript-9.56.1/libpng/autogen.sh ghostscript-9.56.1/libpng/libpng.pc.in ghostscript-9.56.1/libpng/arm/ ghostscript-9.56.1/libpng/arm/filter_neon_intrinsics.c ghostscript-9.56.1/libpng/arm/palette_neon_intrinsics.c ghostscript-9.56.1/libpng/arm/filter_neon.S ghostscript-9.56.1/libpng/arm/arm_init.c ghostscript-9.56.1/libpng/pngget.c ghostscript-9.56.1/libpng/pngconf.h ghostscript-9.56.1/libpng/intel/ ghostscript-9.56.1/libpng/intel/filter_sse2_intrinsics.c ghostscript-9.56.1/libpng/intel/intel_init.c ghostscript-9.56.1/libpng/AUTHORS ghostscript-9.56.1/libpng/depcomp ghostscript-9.56.1/libpng/README ghostscript-9.56.1/libpng/pngrio.c ghostscript-9.56.1/libpng/pngtest.png ghostscript-9.56.1/libpng/pngrtran.c ghostscript-9.56.1/libpng/pngread.c ghostscript-9.56.1/libpng/libpng.3 ghostscript-9.56.1/libpng/configure.ac ghostscript-9.56.1/libpng/contrib/ ghostscript-9.56.1/libpng/contrib/examples/ ghostscript-9.56.1/libpng/contrib/examples/pngpixel.c ghostscript-9.56.1/libpng/contrib/examples/simpleover.c ghostscript-9.56.1/libpng/contrib/examples/pngtopng.c ghostscript-9.56.1/libpng/contrib/examples/README.txt ghostscript-9.56.1/libpng/contrib/examples/iccfrompng.c ghostscript-9.56.1/libpng/contrib/pngminus/ ghostscript-9.56.1/libpng/contrib/pngminus/pnm2png.c ghostscript-9.56.1/libpng/contrib/pngminus/pnm2png.sh ghostscript-9.56.1/libpng/contrib/pngminus/CHANGES.txt ghostscript-9.56.1/libpng/contrib/pngminus/LICENSE.txt ghostscript-9.56.1/libpng/contrib/pngminus/pnm2png.bat ghostscript-9.56.1/libpng/contrib/pngminus/Makefile ghostscript-9.56.1/libpng/contrib/pngminus/png2pnm.sh ghostscript-9.56.1/libpng/contrib/pngminus/pngminus.bat ghostscript-9.56.1/libpng/contrib/pngminus/png2pnm.bat ghostscript-9.56.1/libpng/contrib/pngminus/pngminus.sh ghostscript-9.56.1/libpng/contrib/pngminus/png2pnm.c ghostscript-9.56.1/libpng/contrib/pngminus/README.txt ghostscript-9.56.1/libpng/contrib/pngminus/makevms.com ghostscript-9.56.1/libpng/contrib/pngminus/CMakeLists.txt ghostscript-9.56.1/libpng/contrib/conftest/ ghostscript-9.56.1/libpng/contrib/conftest/README ghostscript-9.56.1/libpng/contrib/conftest/pngcp.dfa ghostscript-9.56.1/libpng/contrib/conftest/s_write.dfa ghostscript-9.56.1/libpng/contrib/conftest/simple.dfa ghostscript-9.56.1/libpng/contrib/conftest/s_read.dfa ghostscript-9.56.1/libpng/contrib/conftest/read.dfa ghostscript-9.56.1/libpng/contrib/conftest/write.dfa ghostscript-9.56.1/libpng/contrib/testpngs/ ghostscript-9.56.1/libpng/contrib/testpngs/gray-16-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-16-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-16-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-8-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-16-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-1-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-16.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-16-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-16.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-1-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-1-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-16-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-8-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-1-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-8-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/makepngs.sh ghostscript-9.56.1/libpng/contrib/testpngs/palette-1-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-1-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-16-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-16-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/ ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_iCCP_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_tEXt_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_juNK_unsafe_to_copy.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/badadler.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_pHYs_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_bKGD_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_gAMA_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_tIME_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_zTXt_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/empty_ancillary_chunks.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_sCAL_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_sRGB_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_iTXt_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_sPLT_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_IDAT.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_sTER_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/bad_iCCP.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_hIST_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_cHRM_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/badcrc.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_eXIf_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_pCAL_chunk.png ghostscript-9.56.1/libpng/contrib/testpngs/crashers/huge_juNk_safe_to_copy.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-16-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-8-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-1.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-16-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-8.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-8-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-16-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-2-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8-1.8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-2-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-16-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-alpha-8-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-1-linear.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-4-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-alpha-16-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/rgb-8-linear-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-1-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-16-1.8-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4-sRGB.png ghostscript-9.56.1/libpng/contrib/testpngs/palette-8.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-4-sRGB-tRNS.png ghostscript-9.56.1/libpng/contrib/testpngs/gray-16.png ghostscript-9.56.1/libpng/contrib/arm-neon/ ghostscript-9.56.1/libpng/contrib/arm-neon/linux.c ghostscript-9.56.1/libpng/contrib/arm-neon/README ghostscript-9.56.1/libpng/contrib/arm-neon/linux-auxv.c ghostscript-9.56.1/libpng/contrib/arm-neon/android-ndk.c ghostscript-9.56.1/libpng/contrib/powerpc-vsx/ ghostscript-9.56.1/libpng/contrib/powerpc-vsx/linux.c ghostscript-9.56.1/libpng/contrib/powerpc-vsx/linux_aux.c ghostscript-9.56.1/libpng/contrib/powerpc-vsx/README ghostscript-9.56.1/libpng/contrib/tools/ ghostscript-9.56.1/libpng/contrib/tools/cvtcolor.c ghostscript-9.56.1/libpng/contrib/tools/intgamma.sh ghostscript-9.56.1/libpng/contrib/tools/pngcp.c ghostscript-9.56.1/libpng/contrib/tools/chkfmt ghostscript-9.56.1/libpng/contrib/tools/sRGB.h ghostscript-9.56.1/libpng/contrib/tools/genpng.c ghostscript-9.56.1/libpng/contrib/tools/png-fix-itxt.c ghostscript-9.56.1/libpng/contrib/tools/makesRGB.c ghostscript-9.56.1/libpng/contrib/tools/README.txt ghostscript-9.56.1/libpng/contrib/tools/pngfix.c ghostscript-9.56.1/libpng/contrib/tools/checksum-icc.c ghostscript-9.56.1/libpng/contrib/tools/reindent ghostscript-9.56.1/libpng/contrib/pngminim/ ghostscript-9.56.1/libpng/contrib/pngminim/README ghostscript-9.56.1/libpng/contrib/pngminim/preader/ ghostscript-9.56.1/libpng/contrib/pngminim/preader/README ghostscript-9.56.1/libpng/contrib/pngminim/preader/makefile ghostscript-9.56.1/libpng/contrib/pngminim/preader/pngusr.dfa ghostscript-9.56.1/libpng/contrib/pngminim/preader/pngusr.h ghostscript-9.56.1/libpng/contrib/pngminim/encoder/ ghostscript-9.56.1/libpng/contrib/pngminim/encoder/README ghostscript-9.56.1/libpng/contrib/pngminim/encoder/makefile ghostscript-9.56.1/libpng/contrib/pngminim/encoder/pngusr.dfa ghostscript-9.56.1/libpng/contrib/pngminim/encoder/pngusr.h ghostscript-9.56.1/libpng/contrib/pngminim/decoder/ ghostscript-9.56.1/libpng/contrib/pngminim/decoder/README ghostscript-9.56.1/libpng/contrib/pngminim/decoder/makefile ghostscript-9.56.1/libpng/contrib/pngminim/decoder/pngusr.dfa ghostscript-9.56.1/libpng/contrib/pngminim/decoder/pngusr.h ghostscript-9.56.1/libpng/contrib/pngsuite/ ghostscript-9.56.1/libpng/contrib/pngsuite/ftbbn0g04.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbgn2c16.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftp0n0g08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbyn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbrn2c08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbwn0g16.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftp0n2c08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn0g08.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbrn2c08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn3p01.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn6a16.png ghostscript-9.56.1/libpng/contrib/pngsuite/README ghostscript-9.56.1/libpng/contrib/pngsuite/ftbwn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbgn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn4a16.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftp0n0g08.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbwn0g16.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbgn2c16.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftp1n3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn3p02.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbbn0g02.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn0g01.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbbn2c16.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn6a16.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbwn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbbn0g01.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn4a08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn0g04.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftp0n3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/ ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/iftbbn0g04.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/iftbbn0g01.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/README ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/iftbbn0g02.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/ibasn0g02.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/ibasn3p04.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/ibasn0g01.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/ibasn0g04.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/ibasn3p02.png ghostscript-9.56.1/libpng/contrib/pngsuite/interlaced/ibasn3p01.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn2c08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn2c16.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn0g08.png ghostscript-9.56.1/libpng/contrib/pngsuite/bad_interlace_conversions.txt ghostscript-9.56.1/libpng/contrib/pngsuite/basn0g02.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn0g16.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn4a08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn6a08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn2c08.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbbn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbyn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftbgn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbbn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn6a08.png ghostscript-9.56.1/libpng/contrib/pngsuite/iftp1n3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftbbn2c16.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn3p04.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftp0n2c08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ftp0n3p08.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn2c16.png ghostscript-9.56.1/libpng/contrib/pngsuite/basn4a16.png ghostscript-9.56.1/libpng/contrib/pngsuite/ibasn0g16.png ghostscript-9.56.1/libpng/contrib/visupng/ ghostscript-9.56.1/libpng/contrib/visupng/resource.h ghostscript-9.56.1/libpng/contrib/visupng/VisualPng.rc ghostscript-9.56.1/libpng/contrib/visupng/VisualPng.dsp ghostscript-9.56.1/libpng/contrib/visupng/VisualPng.dsw ghostscript-9.56.1/libpng/contrib/visupng/PngFile.c ghostscript-9.56.1/libpng/contrib/visupng/VisualPng.ico ghostscript-9.56.1/libpng/contrib/visupng/PngFile.h ghostscript-9.56.1/libpng/contrib/visupng/README.txt ghostscript-9.56.1/libpng/contrib/visupng/cexcept.h ghostscript-9.56.1/libpng/contrib/visupng/VisualPng.png ghostscript-9.56.1/libpng/contrib/visupng/VisualPng.c ghostscript-9.56.1/libpng/contrib/README.txt ghostscript-9.56.1/libpng/contrib/gregbook/ ghostscript-9.56.1/libpng/contrib/gregbook/COPYING ghostscript-9.56.1/libpng/contrib/gregbook/Makefile.mingw32 ghostscript-9.56.1/libpng/contrib/gregbook/README ghostscript-9.56.1/libpng/contrib/gregbook/readpng2.c ghostscript-9.56.1/libpng/contrib/gregbook/readpng.h ghostscript-9.56.1/libpng/contrib/gregbook/readpng2.h ghostscript-9.56.1/libpng/contrib/gregbook/Makefile.sgi ghostscript-9.56.1/libpng/contrib/gregbook/Makefile.unx ghostscript-9.56.1/libpng/contrib/gregbook/writepng.h ghostscript-9.56.1/libpng/contrib/gregbook/rpng2-x.c ghostscript-9.56.1/libpng/contrib/gregbook/rpng-x.c ghostscript-9.56.1/libpng/contrib/gregbook/Makefile.w32 ghostscript-9.56.1/libpng/contrib/gregbook/LICENSE ghostscript-9.56.1/libpng/contrib/gregbook/rpng2-win.c ghostscript-9.56.1/libpng/contrib/gregbook/readppm.c ghostscript-9.56.1/libpng/contrib/gregbook/rpng-win.c ghostscript-9.56.1/libpng/contrib/gregbook/readpng.c ghostscript-9.56.1/libpng/contrib/gregbook/toucan.png ghostscript-9.56.1/libpng/contrib/gregbook/makevms.com ghostscript-9.56.1/libpng/contrib/gregbook/wpng.c ghostscript-9.56.1/libpng/contrib/gregbook/writepng.c ghostscript-9.56.1/libpng/contrib/oss-fuzz/ ghostscript-9.56.1/libpng/contrib/oss-fuzz/png.dict ghostscript-9.56.1/libpng/contrib/oss-fuzz/build.sh ghostscript-9.56.1/libpng/contrib/oss-fuzz/README.txt ghostscript-9.56.1/libpng/contrib/oss-fuzz/Dockerfile ghostscript-9.56.1/libpng/contrib/oss-fuzz/libpng_read_fuzzer.options ghostscript-9.56.1/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc ghostscript-9.56.1/libpng/contrib/libtests/ ghostscript-9.56.1/libpng/contrib/libtests/tarith.c ghostscript-9.56.1/libpng/contrib/libtests/pngstest-errors.h ghostscript-9.56.1/libpng/contrib/libtests/pngunknown.c ghostscript-9.56.1/libpng/contrib/libtests/makepng.c ghostscript-9.56.1/libpng/contrib/libtests/pngvalid.c ghostscript-9.56.1/libpng/contrib/libtests/fakepng.c ghostscript-9.56.1/libpng/contrib/libtests/timepng.c ghostscript-9.56.1/libpng/contrib/libtests/gentests.sh ghostscript-9.56.1/libpng/contrib/libtests/readpng.c ghostscript-9.56.1/libpng/contrib/libtests/pngimage.c ghostscript-9.56.1/libpng/contrib/libtests/pngstest.c ghostscript-9.56.1/libpng/contrib/mips-msa/ ghostscript-9.56.1/libpng/contrib/mips-msa/linux.c ghostscript-9.56.1/libpng/contrib/mips-msa/README ghostscript-9.56.1/libpng/example.c ghostscript-9.56.1/libpng/missing ghostscript-9.56.1/libpng/pngpread.c ghostscript-9.56.1/libpng/pngusr.dfa ghostscript-9.56.1/libpng/png.h ghostscript-9.56.1/libpng/ANNOUNCE ghostscript-9.56.1/libpng/CHANGES ghostscript-9.56.1/libpng/pngtrans.c ghostscript-9.56.1/libpng/TRADEMARK ghostscript-9.56.1/libpng/Makefile.in ghostscript-9.56.1/libpng/pngbar.png ghostscript-9.56.1/libpng/test-driver ghostscript-9.56.1/libpng/powerpc/ ghostscript-9.56.1/libpng/powerpc/powerpc_init.c ghostscript-9.56.1/libpng/powerpc/filter_vsx_intrinsics.c ghostscript-9.56.1/libpng/config.h.in ghostscript-9.56.1/libpng/pngwio.c ghostscript-9.56.1/libpng/pnginfo.h ghostscript-9.56.1/libpng/pngpriv.h ghostscript-9.56.1/libpng/pngwtran.c ghostscript-9.56.1/libpng/pngbar.jpg ghostscript-9.56.1/libpng/Makefile.am ghostscript-9.56.1/libpng/LICENSE ghostscript-9.56.1/libpng/pngrutil.c ghostscript-9.56.1/libpng/TODO ghostscript-9.56.1/libpng/scripts/ ghostscript-9.56.1/libpng/scripts/makefile.sunos ghostscript-9.56.1/libpng/scripts/libpng.pc.in ghostscript-9.56.1/libpng/scripts/makefile.freebsd ghostscript-9.56.1/libpng/scripts/makefile.dj2 ghostscript-9.56.1/libpng/scripts/libtool.m4 ghostscript-9.56.1/libpng/scripts/symbols.c ghostscript-9.56.1/libpng/scripts/pnglibconf.h.prebuilt ghostscript-9.56.1/libpng/scripts/makefile.openbsd ghostscript-9.56.1/libpng/scripts/libpng-config-body.in ghostscript-9.56.1/libpng/scripts/ltsugar.m4 ghostscript-9.56.1/libpng/scripts/makefile.clang ghostscript-9.56.1/libpng/scripts/smakefile.ppc ghostscript-9.56.1/libpng/scripts/pnglibconf.mak ghostscript-9.56.1/libpng/scripts/makefile.netbsd ghostscript-9.56.1/libpng/scripts/dfn.awk ghostscript-9.56.1/libpng/scripts/makefile.gcc-asan ghostscript-9.56.1/libpng/scripts/makefile.mips ghostscript-9.56.1/libpng/scripts/makefile.acorn ghostscript-9.56.1/libpng/scripts/makefile.gcc ghostscript-9.56.1/libpng/scripts/makefile.sco ghostscript-9.56.1/libpng/scripts/makefile.cegcc ghostscript-9.56.1/libpng/scripts/makefile.hpux ghostscript-9.56.1/libpng/scripts/makefile.so9 ghostscript-9.56.1/libpng/scripts/makefile.aix ghostscript-9.56.1/libpng/scripts/test.cmake.in ghostscript-9.56.1/libpng/scripts/makefile.bc32 ghostscript-9.56.1/libpng/scripts/options.awk ghostscript-9.56.1/libpng/scripts/vers.c ghostscript-9.56.1/libpng/scripts/makefile.clang-asan ghostscript-9.56.1/libpng/scripts/pngwin.rc ghostscript-9.56.1/libpng/scripts/makefile.darwin ghostscript-9.56.1/libpng/scripts/SCOPTIONS.ppc ghostscript-9.56.1/libpng/scripts/genout.cmake.in ghostscript-9.56.1/libpng/scripts/makefile.64sunu ghostscript-9.56.1/libpng/scripts/lt~obsolete.m4 ghostscript-9.56.1/libpng/scripts/makefile.ibmc ghostscript-9.56.1/libpng/scripts/makefile.32sunu ghostscript-9.56.1/libpng/scripts/makefile.intel ghostscript-9.56.1/libpng/scripts/makefile.amiga ghostscript-9.56.1/libpng/scripts/ltversion.m4 ghostscript-9.56.1/libpng/scripts/makefile.vcwin32 ghostscript-9.56.1/libpng/scripts/makefile.sgi ghostscript-9.56.1/libpng/scripts/gensrc.cmake.in ghostscript-9.56.1/libpng/scripts/symbols.def ghostscript-9.56.1/libpng/scripts/makefile.msys ghostscript-9.56.1/libpng/scripts/README.txt ghostscript-9.56.1/libpng/scripts/descrip.mms ghostscript-9.56.1/libpng/scripts/makefile.atari ghostscript-9.56.1/libpng/scripts/genchk.cmake.in ghostscript-9.56.1/libpng/scripts/makevms.com ghostscript-9.56.1/libpng/scripts/makefile.std ghostscript-9.56.1/libpng/scripts/makefile.sggcc ghostscript-9.56.1/libpng/scripts/makefile.hpgcc ghostscript-9.56.1/libpng/scripts/makefile.solaris ghostscript-9.56.1/libpng/scripts/libpng-config-head.in ghostscript-9.56.1/libpng/scripts/makefile.linux ghostscript-9.56.1/libpng/scripts/pnglibconf.dfa ghostscript-9.56.1/libpng/scripts/ltoptions.m4 ghostscript-9.56.1/libpng/scripts/makefile.beos ghostscript-9.56.1/libpng/scripts/makefile.hp64 ghostscript-9.56.1/libpng/scripts/makefile.linux-opt ghostscript-9.56.1/libpng/scripts/macro.lst ghostscript-9.56.1/libpng/scripts/prefix.c ghostscript-9.56.1/libpng/scripts/checksym.awk ghostscript-9.56.1/libpng/scripts/makefile.dec ghostscript-9.56.1/libpng/scripts/sym.c ghostscript-9.56.1/libpng/scripts/intprefix.c ghostscript-9.56.1/libpng/INSTALL ghostscript-9.56.1/libpng/libpng-manual.txt ghostscript-9.56.1/libpng/pngmem.c ghostscript-9.56.1/libpng/aclocal.m4 ghostscript-9.56.1/libpng/pngerror.c ghostscript-9.56.1/libpng/libpng-config.in ghostscript-9.56.1/libpng/CMakeLists.txt ghostscript-9.56.1/libpng/compile ghostscript-9.56.1/libpng/pngdebug.h ghostscript-9.56.1/libpng/pngnow.png ghostscript-9.56.1/libpng/pngtest.c ghostscript-9.56.1/libpng/pngstruct.h ghostscript-9.56.1/libpng/mips/ ghostscript-9.56.1/libpng/mips/mips_init.c ghostscript-9.56.1/libpng/mips/filter_msa_intrinsics.c ghostscript-9.56.1/libpng/pngwutil.c ghostscript-9.56.1/libpng/projects/ ghostscript-9.56.1/libpng/projects/owatcom/ ghostscript-9.56.1/libpng/projects/owatcom/pngstest.tgt ghostscript-9.56.1/libpng/projects/owatcom/libpng.tgt ghostscript-9.56.1/libpng/projects/owatcom/pngvalid.tgt ghostscript-9.56.1/libpng/projects/owatcom/libpng.wpj ghostscript-9.56.1/libpng/projects/owatcom/pngtest.tgt ghostscript-9.56.1/libpng/projects/owatcom/pngconfig.mak ghostscript-9.56.1/libpng/projects/visualc71/ ghostscript-9.56.1/libpng/projects/visualc71/PRJ0041.mak ghostscript-9.56.1/libpng/projects/visualc71/libpng.vcproj ghostscript-9.56.1/libpng/projects/visualc71/README_zlib.txt ghostscript-9.56.1/libpng/projects/visualc71/zlib.vcproj ghostscript-9.56.1/libpng/projects/visualc71/libpng.sln ghostscript-9.56.1/libpng/projects/visualc71/README.txt ghostscript-9.56.1/libpng/projects/visualc71/pngtest.vcproj ghostscript-9.56.1/libpng/projects/vstudio/ ghostscript-9.56.1/libpng/projects/vstudio/vstudio.sln ghostscript-9.56.1/libpng/projects/vstudio/pngtest/ ghostscript-9.56.1/libpng/projects/vstudio/pngtest/pngtest.vcxproj ghostscript-9.56.1/libpng/projects/vstudio/libpng/ ghostscript-9.56.1/libpng/projects/vstudio/libpng/libpng.vcxproj ghostscript-9.56.1/libpng/projects/vstudio/pngstest/ ghostscript-9.56.1/libpng/projects/vstudio/pngstest/pngstest.vcxproj ghostscript-9.56.1/libpng/projects/vstudio/pngvalid/ ghostscript-9.56.1/libpng/projects/vstudio/pngvalid/pngvalid.vcxproj ghostscript-9.56.1/libpng/projects/vstudio/zlib/ ghostscript-9.56.1/libpng/projects/vstudio/zlib/zlib.vcxproj ghostscript-9.56.1/libpng/projects/vstudio/pnglibconf/ ghostscript-9.56.1/libpng/projects/vstudio/pnglibconf/pnglibconf.vcxproj ghostscript-9.56.1/libpng/projects/vstudio/README.txt ghostscript-9.56.1/libpng/projects/vstudio/zlib.props ghostscript-9.56.1/libpng/projects/vstudio/pngunknown/ ghostscript-9.56.1/libpng/projects/vstudio/pngunknown/pngunknown.vcxproj ghostscript-9.56.1/libpng/pngwrite.c ghostscript-9.56.1/libpng/tests/ ghostscript-9.56.1/libpng/tests/pngvalid-standard ghostscript-9.56.1/libpng/tests/pngtest ghostscript-9.56.1/libpng/tests/pngimage-quick ghostscript-9.56.1/libpng/tests/pngunknown-sTER ghostscript-9.56.1/libpng/tests/pngstest-none-alpha ghostscript-9.56.1/libpng/tests/pngunknown-discard ghostscript-9.56.1/libpng/tests/pngstest-sRGB ghostscript-9.56.1/libpng/tests/pngvalid-progressive-size ghostscript-9.56.1/libpng/tests/pngvalid-transform ghostscript-9.56.1/libpng/tests/pngstest ghostscript-9.56.1/libpng/tests/pngvalid-gamma-expand16-background ghostscript-9.56.1/libpng/tests/pngvalid-gamma-alpha-mode ghostscript-9.56.1/libpng/tests/pngimage-full ghostscript-9.56.1/libpng/tests/pngstest-linear-alpha ghostscript-9.56.1/libpng/tests/pngvalid-gamma-expand16-alpha-mode ghostscript-9.56.1/libpng/tests/pngstest-1.8-alpha ghostscript-9.56.1/libpng/tests/pngvalid-progressive-standard ghostscript-9.56.1/libpng/tests/pngstest-sRGB-alpha ghostscript-9.56.1/libpng/tests/pngstest-none ghostscript-9.56.1/libpng/tests/pngvalid-gamma-background ghostscript-9.56.1/libpng/tests/pngunknown-IDAT ghostscript-9.56.1/libpng/tests/pngstest-1.8 ghostscript-9.56.1/libpng/tests/pngunknown-if-safe ghostscript-9.56.1/libpng/tests/pngstest-linear ghostscript-9.56.1/libpng/tests/pngvalid-gamma-threshold ghostscript-9.56.1/libpng/tests/pngvalid-gamma-16-to-8 ghostscript-9.56.1/libpng/tests/pngtest-badpngs ghostscript-9.56.1/libpng/tests/pngvalid-gamma-expand16-transform ghostscript-9.56.1/libpng/tests/pngvalid-gamma-transform ghostscript-9.56.1/libpng/tests/pngvalid-progressive-interlace-standard ghostscript-9.56.1/libpng/tests/pngunknown-vpAg ghostscript-9.56.1/libpng/tests/pngunknown-sAPI ghostscript-9.56.1/libpng/tests/pngunknown-save ghostscript-9.56.1/libpng/tests/pngvalid-gamma-sbit ghostscript-9.56.1/libpng/pngset.c ghostscript-9.56.1/libpng/libpngpf.3 ghostscript-9.56.1/contrib/ ghostscript-9.56.1/contrib/gdevxes.c ghostscript-9.56.1/contrib/chp2200/ ghostscript-9.56.1/contrib/chp2200/COPYING ghostscript-9.56.1/contrib/chp2200/AUTHORS ghostscript-9.56.1/contrib/chp2200/INSTALL ghostscript-9.56.1/contrib/gdevlx32.c ghostscript-9.56.1/contrib/gdevadmp.c ghostscript-9.56.1/contrib/opvp/ ghostscript-9.56.1/contrib/opvp/opvp_common.h ghostscript-9.56.1/contrib/opvp/opvp.h ghostscript-9.56.1/contrib/opvp/opvp_0_2_0.h ghostscript-9.56.1/contrib/opvp/gdevopvp.c ghostscript-9.56.1/contrib/opvp/build_opv_harness.sh ghostscript-9.56.1/contrib/opvp/opvp_media.def ghostscript-9.56.1/contrib/opvp/README.txt ghostscript-9.56.1/contrib/opvp/opvpharness.c ghostscript-9.56.1/contrib/gdevbjca.c ghostscript-9.56.1/contrib/japanese/ ghostscript-9.56.1/contrib/japanese/gdevfmlbp.c ghostscript-9.56.1/contrib/japanese/dviprlib.h ghostscript-9.56.1/contrib/japanese/gdevp201.c ghostscript-9.56.1/contrib/japanese/gdevrpdl.c ghostscript-9.56.1/contrib/japanese/gdevmjc.c ghostscript-9.56.1/contrib/japanese/doc/ ghostscript-9.56.1/contrib/japanese/doc/README.gs550j ghostscript-9.56.1/contrib/japanese/doc/dj505j.txt ghostscript-9.56.1/contrib/japanese/doc/gdevfmlbp.txt ghostscript-9.56.1/contrib/japanese/doc/gdevmd2k.txt ghostscript-9.56.1/contrib/japanese/doc/gdevlbp3.txt ghostscript-9.56.1/contrib/japanese/doc/gdevj100.txt ghostscript-9.56.1/contrib/japanese/doc/gdev10v.txt ghostscript-9.56.1/contrib/japanese/doc/gdevalps.txt ghostscript-9.56.1/contrib/japanese/doc/Gdevlips.htm ghostscript-9.56.1/contrib/japanese/doc/gdevml6.txt ghostscript-9.56.1/contrib/japanese/doc/gdevcd8.txt ghostscript-9.56.1/contrib/japanese/doc/gdevmjc.txt ghostscript-9.56.1/contrib/japanese/doc/cdj880.txt ghostscript-9.56.1/contrib/japanese/doc/gdevp201.txt ghostscript-9.56.1/contrib/japanese/gdevj100.c ghostscript-9.56.1/contrib/japanese/gdevlbp3.c ghostscript-9.56.1/contrib/japanese/gdevespg.c ghostscript-9.56.1/contrib/japanese/gdev10v.c ghostscript-9.56.1/contrib/japanese/gdevnpdl.c ghostscript-9.56.1/contrib/japanese/gdevml6.c ghostscript-9.56.1/contrib/japanese/gdevfmpr.c ghostscript-9.56.1/contrib/japanese/gdevmjc.h ghostscript-9.56.1/contrib/japanese/gdevalps.c ghostscript-9.56.1/contrib/gdevdj9.c ghostscript-9.56.1/contrib/gdevmd2k.c ghostscript-9.56.1/contrib/gdevhl12.c ghostscript-9.56.1/contrib/contrib.mak ghostscript-9.56.1/contrib/md2k_md5k/ ghostscript-9.56.1/contrib/md2k_md5k/README.jis ghostscript-9.56.1/contrib/gdevcd8.c ghostscript-9.56.1/contrib/gdevbjc_.c ghostscript-9.56.1/contrib/lips4/ ghostscript-9.56.1/contrib/lips4/gdevlprn.h ghostscript-9.56.1/contrib/lips4/gdevlips.h ghostscript-9.56.1/contrib/lips4/gdevl4v.c ghostscript-9.56.1/contrib/lips4/gdevlprn.c ghostscript-9.56.1/contrib/lips4/gdevlips.c ghostscript-9.56.1/contrib/lips4/gdevl4r.c ghostscript-9.56.1/contrib/gdevlx7.c ghostscript-9.56.1/contrib/gdevbjc_.h ghostscript-9.56.1/contrib/lxm3200-tweaked/ ghostscript-9.56.1/contrib/lxm3200-tweaked/RELEASE_NOTES ghostscript-9.56.1/contrib/lxm3200-tweaked/README ghostscript-9.56.1/contrib/lxm3200-tweaked/Z12-Z31-QuickSetup ghostscript-9.56.1/contrib/lxm3200-tweaked/LICENSE ghostscript-9.56.1/contrib/pscolor/ ghostscript-9.56.1/contrib/pscolor/black.ps ghostscript-9.56.1/contrib/pscolor/colorsplit.vcproj ghostscript-9.56.1/contrib/pscolor/color.pdf ghostscript-9.56.1/contrib/pscolor/instream.yy ghostscript-9.56.1/contrib/pscolor/black.pdf ghostscript-9.56.1/contrib/pscolor/color.ps ghostscript-9.56.1/contrib/pscolor/test.c ghostscript-9.56.1/contrib/pscolor/Makefile ghostscript-9.56.1/contrib/pscolor/input.ps ghostscript-9.56.1/contrib/pscolor/windows.mak ghostscript-9.56.1/contrib/pscolor/common.mak ghostscript-9.56.1/contrib/epson740/ ghostscript-9.56.1/contrib/epson740/ps-to-printer.fpi_rh5.2 ghostscript-9.56.1/contrib/epson740/README ghostscript-9.56.1/contrib/epson740/upp-HowTo-to-be ghostscript-9.56.1/contrib/epson740/printerdb_rh5.2 ghostscript-9.56.1/contrib/epson740/printerdb_rh6.0 ghostscript-9.56.1/contrib/gdevgdi.c ghostscript-9.56.1/contrib/uniprint/ ghostscript-9.56.1/contrib/uniprint/Stc740p.upp ghostscript-9.56.1/contrib/uniprint/Stc680p.upp ghostscript-9.56.1/contrib/uniprint/PM760p.upp ghostscript-9.56.1/contrib/uniprint/Stc777p.upp ghostscript-9.56.1/contrib/uniprint/Stc777pl.upp ghostscript-9.56.1/contrib/uniprint/PM760pl.upp ghostscript-9.56.1/contrib/uniprint/stc740ih.upp ghostscript-9.56.1/contrib/uniprint/Stp870pl.upp ghostscript-9.56.1/contrib/uniprint/Stp870p.upp ghostscript-9.56.1/contrib/uniprint/Stc740pl.upp ghostscript-9.56.1/contrib/uniprint/Stp720p.upp ghostscript-9.56.1/contrib/uniprint/sipixa6.upp ghostscript-9.56.1/contrib/uniprint/Stc760p.upp ghostscript-9.56.1/contrib/uniprint/bjc6000b1.upp ghostscript-9.56.1/contrib/uniprint/Stc670p.upp ghostscript-9.56.1/contrib/uniprint/PM820pl.upp ghostscript-9.56.1/contrib/uniprint/PM820p.upp ghostscript-9.56.1/contrib/uniprint/Stc680pl.upp ghostscript-9.56.1/contrib/uniprint/bjc6000a1.upp ghostscript-9.56.1/contrib/uniprint/s400b1.upp ghostscript-9.56.1/contrib/uniprint/sharp.upp ghostscript-9.56.1/contrib/uniprint/s400a1.upp ghostscript-9.56.1/contrib/uniprint/Stp720pl.upp ghostscript-9.56.1/contrib/uniprint/Stc760pl.upp ghostscript-9.56.1/contrib/uniprint/Stc670pl.upp ghostscript-9.56.1/contrib/gdevcd8.h ghostscript-9.56.1/contrib/gdevln03.c ghostscript-9.56.1/contrib/gdevop4w.c ghostscript-9.56.1/contrib/eplaser/ ghostscript-9.56.1/contrib/eplaser/gdevescv.c ghostscript-9.56.1/contrib/eplaser/gdevescv.h ghostscript-9.56.1/contrib/pcl3/ ghostscript-9.56.1/contrib/pcl3/ps/ ghostscript-9.56.1/contrib/pcl3/ps/margins-LetterRotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-Letter.ps ghostscript-9.56.1/contrib/pcl3/ps/levels-test.ps ghostscript-9.56.1/contrib/pcl3/ps/dumppdd.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-A4.ps ghostscript-9.56.1/contrib/pcl3/ps/calign.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-EnvDLRotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-Env10Rotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-A4Rotated.ps ghostscript-9.56.1/contrib/pcl3/lib/ ghostscript-9.56.1/contrib/pcl3/lib/example.mcf ghostscript-9.56.1/contrib/pcl3/lib/cups-pcl3 ghostscript-9.56.1/contrib/pcl3/lib/if-pcl3 ghostscript-9.56.1/contrib/pcl3/README ghostscript-9.56.1/contrib/pcl3/doc/ ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.html ghostscript-9.56.1/contrib/pcl3/doc/reports.txt ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.1 ghostscript-9.56.1/contrib/pcl3/doc/how-to-report.txt ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.html ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.ref ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.1 ghostscript-9.56.1/contrib/pcl3/doc/notes.tex ghostscript-9.56.1/contrib/pcl3/doc/notes.bbl ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.ref ghostscript-9.56.1/contrib/pcl3/doc/gs-mods.txt ghostscript-9.56.1/contrib/pcl3/pcl3.tar.sig ghostscript-9.56.1/contrib/pcl3/BUGS ghostscript-9.56.1/contrib/pcl3/ppd/ ghostscript-9.56.1/contrib/pcl3/ppd/catppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj8xxc.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj550c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/README ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj660c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.50.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj600.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj400.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj510.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj1120c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj500.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-7.00.ppd ghostscript-9.56.1/contrib/pcl3/ppd/fonts.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-common.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-unspecold.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj500c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj540.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.51.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj3xx.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-unspec.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-5.50.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-common.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.01.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdjportable.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj680c.ppd ghostscript-9.56.1/contrib/pcl3/src/ ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-5.50.diff ghostscript-9.56.1/contrib/pcl3/src/pclcap.h ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.51.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.01.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.50.diff ghostscript-9.56.1/contrib/pcl3/src/pclscan.h ghostscript-9.56.1/contrib/pcl3/src/pcl3opts.c ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.51.add ghostscript-9.56.1/contrib/pcl3/src/gdevpcl3.c ghostscript-9.56.1/contrib/pcl3/src/pcl3opts-en.msg ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.50.add ghostscript-9.56.1/contrib/pcl3/src/pclcomp.c ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-7.00.diff ghostscript-9.56.1/contrib/pcl3/src/pclscan.c ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-7.00.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.01.add ghostscript-9.56.1/contrib/pcl3/src/pclsize.h ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-5.50.add ghostscript-9.56.1/contrib/pcl3/src/pclcap.c ghostscript-9.56.1/contrib/pcl3/src/pclgen.c ghostscript-9.56.1/contrib/pcl3/src/pcl3opts-de.msg ghostscript-9.56.1/contrib/pcl3/src/pclgen.h ghostscript-9.56.1/contrib/pcl3/src/pclsize.c ghostscript-9.56.1/contrib/pcl3/LGPL ghostscript-9.56.1/contrib/pcl3/eprn/ ghostscript-9.56.1/contrib/pcl3/eprn/gdeveprn.c ghostscript-9.56.1/contrib/pcl3/eprn/mediasize.c ghostscript-9.56.1/contrib/pcl3/eprn/eprnparm.c ghostscript-9.56.1/contrib/pcl3/eprn/gdeveprn.h ghostscript-9.56.1/contrib/pcl3/eprn/mediasize.h ghostscript-9.56.1/contrib/pcl3/eprn/pagecount.h ghostscript-9.56.1/contrib/pcl3/eprn/pagecount.c ghostscript-9.56.1/contrib/pcl3/eprn/eprnfs.c ghostscript-9.56.1/contrib/pcl3/eprn/eprnrend.c ghostscript-9.56.1/contrib/pcl3/NEWS ghostscript-9.56.1/man/ ghostscript-9.56.1/man/ps2epsi.1 ghostscript-9.56.1/man/ps2pdfwr.1 ghostscript-9.56.1/man/pdf2dsc.1 ghostscript-9.56.1/man/gs.1 ghostscript-9.56.1/man/pfbtopfa.1 ghostscript-9.56.1/man/eps2eps.1 ghostscript-9.56.1/man/printafm.1 ghostscript-9.56.1/man/gsnd.1 ghostscript-9.56.1/man/dvipdf.1 ghostscript-9.56.1/man/ps2pdf.1 ghostscript-9.56.1/man/de/ ghostscript-9.56.1/man/de/pdf2dsc.1 ghostscript-9.56.1/man/de/printafm.1 ghostscript-9.56.1/man/de/gsnd.1 ghostscript-9.56.1/man/de/dvipdf.1 ghostscript-9.56.1/man/de/ps2pdf.1 ghostscript-9.56.1/man/de/ps2ascii.1 ghostscript-9.56.1/man/de/ps2ps.1 ghostscript-9.56.1/man/de/pdf2ps.1 ghostscript-9.56.1/man/ps2ascii.1 ghostscript-9.56.1/man/gslp.1 ghostscript-9.56.1/man/ps2ps.1 ghostscript-9.56.1/man/pf2afm.1 ghostscript-9.56.1/man/pdf2ps.1 ghostscript-9.56.1/examples/ ghostscript-9.56.1/examples/waterfal.ps ghostscript-9.56.1/examples/colorcir.ps ghostscript-9.56.1/examples/annots.pdf ghostscript-9.56.1/examples/golfer.eps ghostscript-9.56.1/examples/cjk/ ghostscript-9.56.1/examples/cjk/iso2022v.ps ghostscript-9.56.1/examples/cjk/all_aj2.ps ghostscript-9.56.1/examples/cjk/all_ac1.ps ghostscript-9.56.1/examples/cjk/all_ak1.ps ghostscript-9.56.1/examples/cjk/gscjk_aj.ps ghostscript-9.56.1/examples/cjk/all_aj1.ps ghostscript-9.56.1/examples/cjk/article9.ps ghostscript-9.56.1/examples/cjk/gscjk_ag.ps ghostscript-9.56.1/examples/cjk/all_ag1.ps ghostscript-9.56.1/examples/cjk/iso2022.ps ghostscript-9.56.1/examples/cjk/gscjk_ac.ps ghostscript-9.56.1/examples/cjk/gscjk_ak.ps ghostscript-9.56.1/examples/grayalph.ps ghostscript-9.56.1/examples/vasarely.ps ghostscript-9.56.1/examples/text_graphic_image.pdf ghostscript-9.56.1/examples/ridt91.eps ghostscript-9.56.1/examples/snowflak.ps ghostscript-9.56.1/examples/transparency_example.ps ghostscript-9.56.1/examples/text_graph_image_cmyk_rgb.pdf ghostscript-9.56.1/examples/escher.ps ghostscript-9.56.1/examples/doretree.ps ghostscript-9.56.1/examples/alphabet.ps ghostscript-9.56.1/examples/tiger.eps ghostscript-9.56.1/examples/spots.ps ghostscript-9.56.1/configure ghostscript-9.56.1/leptonica/ ghostscript-9.56.1/leptonica/autogen.sh ghostscript-9.56.1/leptonica/leptonica-license.txt ghostscript-9.56.1/leptonica/README.html ghostscript-9.56.1/leptonica/configure.ac ghostscript-9.56.1/leptonica/make-for-auto ghostscript-9.56.1/leptonica/lept.pc.in ghostscript-9.56.1/leptonica/moller52.jpg ghostscript-9.56.1/leptonica/.github/ ghostscript-9.56.1/leptonica/.github/workflows/ ghostscript-9.56.1/leptonica/.github/workflows/sw.yml ghostscript-9.56.1/leptonica/prog/ ghostscript-9.56.1/leptonica/prog/pixa2_reg.c ghostscript-9.56.1/leptonica/prog/buffertest.c ghostscript-9.56.1/leptonica/prog/psio_reg.c ghostscript-9.56.1/leptonica/prog/patent.png ghostscript-9.56.1/leptonica/prog/ortiz-05.tif ghostscript-9.56.1/leptonica/prog/printimage.c ghostscript-9.56.1/leptonica/prog/chars-8.tif ghostscript-9.56.1/leptonica/prog/binmorph4_reg.c ghostscript-9.56.1/leptonica/prog/1555.003.jpg ghostscript-9.56.1/leptonica/prog/boxap4.ba ghostscript-9.56.1/leptonica/prog/cavalerie.29.jpg ghostscript-9.56.1/leptonica/prog/invertedtext.tif ghostscript-9.56.1/leptonica/prog/test8.jpg ghostscript-9.56.1/leptonica/prog/wyom.jpg ghostscript-9.56.1/leptonica/prog/recog_bootnum2.c ghostscript-9.56.1/leptonica/prog/feynman-stamp.jpg ghostscript-9.56.1/leptonica/prog/livre_makefigs.c ghostscript-9.56.1/leptonica/prog/lucasta.150.jpg ghostscript-9.56.1/leptonica/prog/binarizefiles.c ghostscript-9.56.1/leptonica/prog/gray-alpha.tif ghostscript-9.56.1/leptonica/prog/convertfilestopdf.c ghostscript-9.56.1/leptonica/prog/multitype_reg.c ghostscript-9.56.1/leptonica/prog/cavalerie.11.jpg ghostscript-9.56.1/leptonica/prog/colorseg_reg.c ghostscript-9.56.1/leptonica/prog/italic.png ghostscript-9.56.1/leptonica/prog/rock.png ghostscript-9.56.1/leptonica/prog/rgb16.tif ghostscript-9.56.1/leptonica/prog/deskew_it.c ghostscript-9.56.1/leptonica/prog/colorsegtest.c ghostscript-9.56.1/leptonica/prog/displaypix.c ghostscript-9.56.1/leptonica/prog/ps2png-binary ghostscript-9.56.1/leptonica/prog/dwalinearlow.3.c ghostscript-9.56.1/leptonica/prog/contrast1.jpg ghostscript-9.56.1/leptonica/prog/comap.110.jpg ghostscript-9.56.1/leptonica/prog/subpixel_reg.c ghostscript-9.56.1/leptonica/prog/converttops.c ghostscript-9.56.1/leptonica/prog/ps2png-color ghostscript-9.56.1/leptonica/prog/brev.10.75.jpg ghostscript-9.56.1/leptonica/prog/fhmtautogen.c ghostscript-9.56.1/leptonica/prog/tickets.tif ghostscript-9.56.1/leptonica/prog/dwamorph2_reg.c ghostscript-9.56.1/leptonica/prog/compfilter_reg.c ghostscript-9.56.1/leptonica/prog/wet-day.jpg ghostscript-9.56.1/leptonica/prog/conversion_reg.c ghostscript-9.56.1/leptonica/prog/colormask_reg.c ghostscript-9.56.1/leptonica/prog/convertformat.c ghostscript-9.56.1/leptonica/prog/colorcontent_reg.c ghostscript-9.56.1/leptonica/prog/bytea_reg.c ghostscript-9.56.1/leptonica/prog/replacebytes.c ghostscript-9.56.1/leptonica/prog/pixadisp_reg.c ghostscript-9.56.1/leptonica/prog/lion-mask.00016.tif ghostscript-9.56.1/leptonica/prog/weasel8.16g.png ghostscript-9.56.1/leptonica/prog/w91frag.jpg ghostscript-9.56.1/leptonica/prog/kernel_reg.c ghostscript-9.56.1/leptonica/prog/checkerboard2.tif ghostscript-9.56.1/leptonica/prog/sudoku3.dat ghostscript-9.56.1/leptonica/prog/ccthin1_reg.c ghostscript-9.56.1/leptonica/prog/weasel4.16g.png ghostscript-9.56.1/leptonica/prog/test32-alpha.png ghostscript-9.56.1/leptonica/prog/hole-filler.png ghostscript-9.56.1/leptonica/prog/psioseg_reg.c ghostscript-9.56.1/leptonica/prog/plottest.c ghostscript-9.56.1/leptonica/prog/toc.99.tif ghostscript-9.56.1/leptonica/prog/adaptmap_dark.c ghostscript-9.56.1/leptonica/prog/listtest.c ghostscript-9.56.1/leptonica/prog/fpix2_reg.c ghostscript-9.56.1/leptonica/prog/translate_reg.c ghostscript-9.56.1/leptonica/prog/newspaper_reg.c ghostscript-9.56.1/leptonica/prog/redcover.jpg ghostscript-9.56.1/leptonica/prog/brothers.150.jpg ghostscript-9.56.1/leptonica/prog/weasel-64g.png ghostscript-9.56.1/leptonica/prog/stringtemplate1.txt ghostscript-9.56.1/leptonica/prog/lineremoval_reg.c ghostscript-9.56.1/leptonica/prog/jbwords.c ghostscript-9.56.1/leptonica/prog/displayboxa.c ghostscript-9.56.1/leptonica/prog/adaptnorm_reg.c ghostscript-9.56.1/leptonica/prog/ps2tiff ghostscript-9.56.1/leptonica/prog/hmttemplate2.txt ghostscript-9.56.1/leptonica/prog/dna_reg.c ghostscript-9.56.1/leptonica/prog/test-gray-alpha.png ghostscript-9.56.1/leptonica/prog/sevens.tif ghostscript-9.56.1/leptonica/prog/pixalloc_reg.c ghostscript-9.56.1/leptonica/prog/marge.jpg ghostscript-9.56.1/leptonica/prog/lowsat_reg.c ghostscript-9.56.1/leptonica/prog/arabic_lines.c ghostscript-9.56.1/leptonica/prog/speckle4.png ghostscript-9.56.1/leptonica/prog/blackwhite_reg.c ghostscript-9.56.1/leptonica/prog/binmorph6_reg.c ghostscript-9.56.1/leptonica/prog/boxap2.ba ghostscript-9.56.1/leptonica/prog/colorfill_reg.c ghostscript-9.56.1/leptonica/prog/recogtest7.c ghostscript-9.56.1/leptonica/prog/rotate1_reg.c ghostscript-9.56.1/leptonica/prog/cctest1.c ghostscript-9.56.1/leptonica/prog/partitiontest.c ghostscript-9.56.1/leptonica/prog/german.png ghostscript-9.56.1/leptonica/prog/leptonica-license.txt ghostscript-9.56.1/leptonica/prog/cat-and-mouse.png ghostscript-9.56.1/leptonica/prog/imagetops.c ghostscript-9.56.1/leptonica/prog/histotest.c ghostscript-9.56.1/leptonica/prog/alphaops_reg.c ghostscript-9.56.1/leptonica/prog/pixaatest.c ghostscript-9.56.1/leptonica/prog/rotateorthtest1.c ghostscript-9.56.1/leptonica/prog/weasel4.8g.png ghostscript-9.56.1/leptonica/prog/corrupttest.c ghostscript-9.56.1/leptonica/prog/sudoku7.dat ghostscript-9.56.1/leptonica/prog/pixafileinfo.c ghostscript-9.56.1/leptonica/prog/printtiff.c ghostscript-9.56.1/leptonica/prog/graphicstest.c ghostscript-9.56.1/leptonica/prog/textorient.c ghostscript-9.56.1/leptonica/prog/Leptonica.jpg ghostscript-9.56.1/leptonica/prog/numa3_reg.c ghostscript-9.56.1/leptonica/prog/brev.53.75.jpg ghostscript-9.56.1/leptonica/prog/scaletest1.c ghostscript-9.56.1/leptonica/prog/hardlight_reg.c ghostscript-9.56.1/leptonica/prog/warper_reg.c ghostscript-9.56.1/leptonica/prog/htmlviewer.c ghostscript-9.56.1/leptonica/prog/printsplitimage.c ghostscript-9.56.1/leptonica/prog/pdf2png-gray ghostscript-9.56.1/leptonica/prog/bilinear_reg.c ghostscript-9.56.1/leptonica/prog/lowaccess_reg.c ghostscript-9.56.1/leptonica/prog/comparepixa.c ghostscript-9.56.1/leptonica/prog/form2.tif ghostscript-9.56.1/leptonica/prog/karen8.jpg ghostscript-9.56.1/leptonica/prog/lion-mask.00010.tif ghostscript-9.56.1/leptonica/prog/recogsort.c ghostscript-9.56.1/leptonica/prog/testscore.na ghostscript-9.56.1/leptonica/prog/ccbord_reg.c ghostscript-9.56.1/leptonica/prog/ps2png-gray ghostscript-9.56.1/leptonica/prog/tiffpdftest.c ghostscript-9.56.1/leptonica/prog/minisblack.tif ghostscript-9.56.1/leptonica/prog/convertsegfilestopdf.c ghostscript-9.56.1/leptonica/prog/blender8.png ghostscript-9.56.1/leptonica/prog/weasel8.240c.png ghostscript-9.56.1/leptonica/prog/barcode-upc-300.png ghostscript-9.56.1/leptonica/prog/lion-page.00012.png ghostscript-9.56.1/leptonica/prog/shear2_reg.c ghostscript-9.56.1/leptonica/prog/graymorph1_reg.c ghostscript-9.56.1/leptonica/prog/fmorphauto_reg.c ghostscript-9.56.1/leptonica/prog/dinos.pac ghostscript-9.56.1/leptonica/prog/autogentest2.c ghostscript-9.56.1/leptonica/prog/blend1_reg.c ghostscript-9.56.1/leptonica/prog/ccthin2_reg.c ghostscript-9.56.1/leptonica/prog/sudoku2.dat ghostscript-9.56.1/leptonica/prog/ptra2_reg.c ghostscript-9.56.1/leptonica/prog/recog_bootnum1.c ghostscript-9.56.1/leptonica/prog/settest.c ghostscript-9.56.1/leptonica/prog/renderfonts.c ghostscript-9.56.1/leptonica/prog/rabi-tiny.png ghostscript-9.56.1/leptonica/prog/feyn-fract.tif ghostscript-9.56.1/leptonica/prog/rankhisto_reg.c ghostscript-9.56.1/leptonica/prog/ps2jpeg ghostscript-9.56.1/leptonica/prog/chars-14.tif ghostscript-9.56.1/leptonica/prog/brev.56.75.jpg ghostscript-9.56.1/leptonica/prog/circles.pa ghostscript-9.56.1/leptonica/prog/table.150.png ghostscript-9.56.1/leptonica/prog/dewarptest2.c ghostscript-9.56.1/leptonica/prog/witten.tif ghostscript-9.56.1/leptonica/prog/checkerboard1.tif ghostscript-9.56.1/leptonica/prog/coffeebeans.png ghostscript-9.56.1/leptonica/prog/watershed_reg.c ghostscript-9.56.1/leptonica/prog/lightcolortest.c ghostscript-9.56.1/leptonica/prog/pdf2png-binary ghostscript-9.56.1/leptonica/prog/barcode-codabar-300.png ghostscript-9.56.1/leptonica/prog/recogtest3.c ghostscript-9.56.1/leptonica/prog/cleanpdf.c ghostscript-9.56.1/leptonica/prog/boxa3.ba ghostscript-9.56.1/leptonica/prog/contrasttest.c ghostscript-9.56.1/leptonica/prog/texturefill_reg.c ghostscript-9.56.1/leptonica/prog/boxa1_reg.c ghostscript-9.56.1/leptonica/prog/dwalinear.3.c ghostscript-9.56.1/leptonica/prog/fonts/ ghostscript-9.56.1/leptonica/prog/fonts/chars-8.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-18.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-14.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-18.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-14.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-4.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-6.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-20.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-20.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-6.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-18.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-16.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-8.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-16.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-4.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-10.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-10.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-6.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-14.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-16.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-12.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-12.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-12.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-4.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-10.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-20.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-8.pa ghostscript-9.56.1/leptonica/prog/croptext.c ghostscript-9.56.1/leptonica/prog/lion-page.00013.png ghostscript-9.56.1/leptonica/prog/lion-page.00010.jpg ghostscript-9.56.1/leptonica/prog/histoduptest.c ghostscript-9.56.1/leptonica/prog/blend-green1.jpg ghostscript-9.56.1/leptonica/prog/pixa1_reg.c ghostscript-9.56.1/leptonica/prog/lion-page.00011.png ghostscript-9.56.1/leptonica/prog/brev.14.75.jpg ghostscript-9.56.1/leptonica/prog/tribune-t.png ghostscript-9.56.1/leptonica/prog/recogtest2.c ghostscript-9.56.1/leptonica/prog/pedante.079.jpg ghostscript-9.56.1/leptonica/prog/amoris.2.150.jpg ghostscript-9.56.1/leptonica/prog/arabic.png ghostscript-9.56.1/leptonica/prog/modifyhuesat.c ghostscript-9.56.1/leptonica/prog/alphaxform_reg.c ghostscript-9.56.1/leptonica/prog/lapide.052.100.jpg ghostscript-9.56.1/leptonica/prog/bois-3.tif ghostscript-9.56.1/leptonica/prog/graytext.png ghostscript-9.56.1/leptonica/prog/comparetest.c ghostscript-9.56.1/leptonica/prog/feyn-fract2.tif ghostscript-9.56.1/leptonica/prog/pta_reg.c ghostscript-9.56.1/leptonica/prog/gifio_reg.c ghostscript-9.56.1/leptonica/prog/smallpix_reg.c ghostscript-9.56.1/leptonica/prog/autogen.137.c ghostscript-9.56.1/leptonica/prog/messagetest.c ghostscript-9.56.1/leptonica/prog/chars-18.tif ghostscript-9.56.1/leptonica/prog/hash_reg.c ghostscript-9.56.1/leptonica/prog/weasel-4c.2.png ghostscript-9.56.1/leptonica/prog/warped_paper.jpg ghostscript-9.56.1/leptonica/prog/removecmap.c ghostscript-9.56.1/leptonica/prog/dewarptest1.c ghostscript-9.56.1/leptonica/prog/wordboxes_reg.c ghostscript-9.56.1/leptonica/prog/barcode-2of5-300.png ghostscript-9.56.1/leptonica/prog/blend-red.png ghostscript-9.56.1/leptonica/prog/showedges.c ghostscript-9.56.1/leptonica/prog/speckle2.png ghostscript-9.56.1/leptonica/prog/livre_hmt.c ghostscript-9.56.1/leptonica/prog/morphtest1.c ghostscript-9.56.1/leptonica/prog/testfile1.pdf ghostscript-9.56.1/leptonica/prog/recog_bootnum3.c ghostscript-9.56.1/leptonica/prog/weasel32.png ghostscript-9.56.1/leptonica/prog/test16.tif ghostscript-9.56.1/leptonica/prog/pageseg2-seed.png ghostscript-9.56.1/leptonica/prog/concatpdf.c ghostscript-9.56.1/leptonica/prog/files_reg.c ghostscript-9.56.1/leptonica/prog/scale_reg.c ghostscript-9.56.1/leptonica/prog/overlap_reg.c ghostscript-9.56.1/leptonica/prog/paintmask_reg.c ghostscript-9.56.1/leptonica/prog/findcorners_reg.c ghostscript-9.56.1/leptonica/prog/scaletest2.c ghostscript-9.56.1/leptonica/prog/ps2png ghostscript-9.56.1/leptonica/prog/weasel2.4g.png ghostscript-9.56.1/leptonica/prog/baseline_reg.c ghostscript-9.56.1/leptonica/prog/makefile.static ghostscript-9.56.1/leptonica/prog/feyn.tif ghostscript-9.56.1/leptonica/prog/ioformats_reg.c ghostscript-9.56.1/leptonica/prog/fish24.jpg ghostscript-9.56.1/leptonica/prog/dewarptest3.c ghostscript-9.56.1/leptonica/prog/maptest.c ghostscript-9.56.1/leptonica/prog/testbuffer.tif ghostscript-9.56.1/leptonica/prog/blend5_reg.c ghostscript-9.56.1/leptonica/prog/converttogray.c ghostscript-9.56.1/leptonica/prog/pagesegtest1.c ghostscript-9.56.1/leptonica/prog/weasel8.5g.png ghostscript-9.56.1/leptonica/prog/underline2.jpg ghostscript-9.56.1/leptonica/prog/blend-green2.png ghostscript-9.56.1/leptonica/prog/pdf2png ghostscript-9.56.1/leptonica/prog/church.png ghostscript-9.56.1/leptonica/prog/trctest.c ghostscript-9.56.1/leptonica/prog/chars-16.tif ghostscript-9.56.1/leptonica/prog/tribune-word.png ghostscript-9.56.1/leptonica/prog/autogen.137.h ghostscript-9.56.1/leptonica/prog/insert_reg.c ghostscript-9.56.1/leptonica/prog/gplotdata.example ghostscript-9.56.1/leptonica/prog/encoding_reg.c ghostscript-9.56.1/leptonica/prog/binmorph5_reg.c ghostscript-9.56.1/leptonica/prog/hardlight2_2.jpg ghostscript-9.56.1/leptonica/prog/skew_reg.c ghostscript-9.56.1/leptonica/prog/rasteroptest.c ghostscript-9.56.1/leptonica/prog/test1.png ghostscript-9.56.1/leptonica/prog/words.44.tif ghostscript-9.56.1/leptonica/prog/extrema_reg.c ghostscript-9.56.1/leptonica/prog/tetons.jpg ghostscript-9.56.1/leptonica/prog/pixcomp_reg.c ghostscript-9.56.1/leptonica/prog/binmorph2_reg.c ghostscript-9.56.1/leptonica/prog/chars-4.tif ghostscript-9.56.1/leptonica/prog/rasteropip_reg.c ghostscript-9.56.1/leptonica/prog/percolate-8cc.png ghostscript-9.56.1/leptonica/prog/locminmax_reg.c ghostscript-9.56.1/leptonica/prog/zier.jpg ghostscript-9.56.1/leptonica/prog/rotate_it.c ghostscript-9.56.1/leptonica/prog/map1.jpg ghostscript-9.56.1/leptonica/prog/boxap5.ba ghostscript-9.56.1/leptonica/prog/chars-10.tif ghostscript-9.56.1/leptonica/prog/brev.20.75.jpg ghostscript-9.56.1/leptonica/prog/seedspread_reg.c ghostscript-9.56.1/leptonica/prog/sheartest.c ghostscript-9.56.1/leptonica/prog/checkerboard_reg.c ghostscript-9.56.1/leptonica/prog/lighttext.jpg ghostscript-9.56.1/leptonica/prog/comap.063.jpg ghostscript-9.56.1/leptonica/prog/pixserial_reg.c ghostscript-9.56.1/leptonica/prog/miniswhite.tif ghostscript-9.56.1/leptonica/prog/fuzzing/ ghostscript-9.56.1/leptonica/prog/fuzzing/ccbord_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/classapp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/paintcmap_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc3_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix3_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixconv_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/kernel_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/baseline_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/mask_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/oss-fuzz-build.sh ghostscript-9.56.1/leptonica/prog/fuzzing/colorquant_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/barcode_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixa_recog_fuzzer_seed_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/pix1_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/compare_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc5_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/edge_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixMirrorDetectDwa_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/recog_basic_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/leptfuzz.h ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc4_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/blend_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/bilinear_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/morph_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix4_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix_rotate_shear_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/finditalic_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/affine_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/fhmtgen_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/adaptmap_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/grayquant_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/enhance_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/checkerboard_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/graymorph_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pageseg_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/ccthin_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/jpegiostub_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/flipdetect_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/maze_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/colorfill_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/general_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/pix_orient_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixa_recog_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/morphapp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/graphics_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/README.md ghostscript-9.56.1/leptonica/prog/fuzzing/barcode_fuzzer_seed_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/dewarp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/fpix2_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/binarize_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/bilateral_fuzzer.cc ghostscript-9.56.1/leptonica/prog/weasel-8g.png ghostscript-9.56.1/leptonica/prog/writetext_reg.c ghostscript-9.56.1/leptonica/prog/projectionstats.jpg ghostscript-9.56.1/leptonica/prog/dewarptest4.c ghostscript-9.56.1/leptonica/prog/morphtemplate2.txt ghostscript-9.56.1/leptonica/prog/string_reg.c ghostscript-9.56.1/leptonica/prog/gammatest.c ghostscript-9.56.1/leptonica/prog/rasterop_reg.c ghostscript-9.56.1/leptonica/prog/pageseg2.tif ghostscript-9.56.1/leptonica/prog/topotest.png ghostscript-9.56.1/leptonica/prog/lucasta-frag.jpg ghostscript-9.56.1/leptonica/prog/jpegio_reg.c ghostscript-9.56.1/leptonica/prog/paint_reg.c ghostscript-9.56.1/leptonica/prog/barcode-i2of5-300.png ghostscript-9.56.1/leptonica/prog/reg_wrapper.sh ghostscript-9.56.1/leptonica/prog/weasel8.149g.png ghostscript-9.56.1/leptonica/prog/fpix1_reg.c ghostscript-9.56.1/leptonica/prog/livre_adapt.c ghostscript-9.56.1/leptonica/prog/chars-6.tif ghostscript-9.56.1/leptonica/prog/lucasta.1.300.tif ghostscript-9.56.1/leptonica/prog/shearer.148.tif ghostscript-9.56.1/leptonica/prog/fileinfo.c ghostscript-9.56.1/leptonica/prog/projection_reg.c ghostscript-9.56.1/leptonica/prog/cat.035.jpg ghostscript-9.56.1/leptonica/prog/sharptest.c ghostscript-9.56.1/leptonica/prog/rabi.png ghostscript-9.56.1/leptonica/prog/boxap1.ba ghostscript-9.56.1/leptonica/prog/pageseg2-mask.png ghostscript-9.56.1/leptonica/prog/bois-5.tif ghostscript-9.56.1/leptonica/prog/weasel4.11c.png ghostscript-9.56.1/leptonica/prog/dreyfus8.png ghostscript-9.56.1/leptonica/prog/underline7.jpg ghostscript-9.56.1/leptonica/prog/colorseg.jpg ghostscript-9.56.1/leptonica/prog/runlengthtest.c ghostscript-9.56.1/leptonica/prog/blend-yellow.jpg ghostscript-9.56.1/leptonica/prog/scaleandtile.c ghostscript-9.56.1/leptonica/prog/singlecc.tif ghostscript-9.56.1/leptonica/prog/boxa2_reg.c ghostscript-9.56.1/leptonica/prog/juditharismax.jpg ghostscript-9.56.1/leptonica/prog/dwalineargen.c ghostscript-9.56.1/leptonica/prog/edge_reg.c ghostscript-9.56.1/leptonica/prog/bigweasel2.4c.png ghostscript-9.56.1/leptonica/prog/recog/ ghostscript-9.56.1/leptonica/prog/recog/sets/ ghostscript-9.56.1/leptonica/prog/recog/sets/train02.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train05.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test02.pa ghostscript-9.56.1/leptonica/prog/recog/sets/samples06.png ghostscript-9.56.1/leptonica/prog/recog/sets/train04.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train03.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test01.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test06.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test03.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train01.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train06.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test05.pa ghostscript-9.56.1/leptonica/prog/recog/digits/ ghostscript-9.56.1/leptonica/prog/recog/digits/digit0.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit4.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/page.590.png ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set12.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit8.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit5.orig-25.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum2.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set11.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set08.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit3.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set01.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set07.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set13.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit5.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set05.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit6.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum1.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit9.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit7.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set02.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum4.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit1.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set03.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set15.pa ghostscript-9.56.1/leptonica/prog/recog/digits/page.306.png ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum3.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set10.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set04.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set09.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set14.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set06.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit2.comp.tif ghostscript-9.56.1/leptonica/prog/rotate2_reg.c ghostscript-9.56.1/leptonica/prog/findbinding.c ghostscript-9.56.1/leptonica/prog/converttopdf.c ghostscript-9.56.1/leptonica/prog/webpio_reg.c ghostscript-9.56.1/leptonica/prog/showboxes.pac ghostscript-9.56.1/leptonica/prog/grayquant_reg.c ghostscript-9.56.1/leptonica/prog/numa2_reg.c ghostscript-9.56.1/leptonica/prog/digitprep1.c ghostscript-9.56.1/leptonica/prog/lyra.005.jpg ghostscript-9.56.1/leptonica/prog/cat.007.jpg ghostscript-9.56.1/leptonica/prog/form1.tif ghostscript-9.56.1/leptonica/prog/displaypixa.c ghostscript-9.56.1/leptonica/prog/underline3.jpg ghostscript-9.56.1/leptonica/prog/bois-2.tif ghostscript-9.56.1/leptonica/prog/jbrankhaus.c ghostscript-9.56.1/leptonica/prog/speckle_reg.c ghostscript-9.56.1/leptonica/prog/grayfill_reg.c ghostscript-9.56.1/leptonica/prog/reducetest.c ghostscript-9.56.1/leptonica/prog/words.15.tif ghostscript-9.56.1/leptonica/prog/sudokutest.c ghostscript-9.56.1/leptonica/prog/showboxes1.baa ghostscript-9.56.1/leptonica/prog/italic_reg.c ghostscript-9.56.1/leptonica/prog/blend2_reg.c ghostscript-9.56.1/leptonica/prog/chars-12.tif ghostscript-9.56.1/leptonica/prog/google-searchbox.png ghostscript-9.56.1/leptonica/prog/hardlight2_1.jpg ghostscript-9.56.1/leptonica/prog/barcode-128-300.png ghostscript-9.56.1/leptonica/prog/otsutest1.c ghostscript-9.56.1/leptonica/prog/autogentest1.c ghostscript-9.56.1/leptonica/prog/ccbordtest.c ghostscript-9.56.1/leptonica/prog/zanotti-78.jpg ghostscript-9.56.1/leptonica/prog/colorize_reg.c ghostscript-9.56.1/leptonica/prog/Makefile.am ghostscript-9.56.1/leptonica/prog/jbclass_reg.c ghostscript-9.56.1/leptonica/prog/coloring_reg.c ghostscript-9.56.1/leptonica/prog/recogtest4.c ghostscript-9.56.1/leptonica/prog/weasel4.16c.png ghostscript-9.56.1/leptonica/prog/copernicus.png ghostscript-9.56.1/leptonica/prog/hardlight1_2.jpg ghostscript-9.56.1/leptonica/prog/aneurisms8.jpg ghostscript-9.56.1/leptonica/prog/webpanimio_reg.c ghostscript-9.56.1/leptonica/prog/sudoku6.dat ghostscript-9.56.1/leptonica/prog/blend4_reg.c ghostscript-9.56.1/leptonica/prog/pdf2png-color ghostscript-9.56.1/leptonica/prog/compare_reg.c ghostscript-9.56.1/leptonica/prog/19-colors.png ghostscript-9.56.1/leptonica/prog/quadtree_reg.c ghostscript-9.56.1/leptonica/prog/rankbin_reg.c ghostscript-9.56.1/leptonica/prog/logicops_reg.c ghostscript-9.56.1/leptonica/prog/lucasta.047.jpg ghostscript-9.56.1/leptonica/prog/alltests_reg.c ghostscript-9.56.1/leptonica/prog/contrast-orig-60.jpg ghostscript-9.56.1/leptonica/prog/books_logo.png ghostscript-9.56.1/leptonica/prog/rotateorth_reg.c ghostscript-9.56.1/leptonica/prog/blender1.tif ghostscript-9.56.1/leptonica/prog/weasel2.4c.png ghostscript-9.56.1/leptonica/prog/findpattern_reg.c ghostscript-9.56.1/leptonica/prog/scots-frag.tif ghostscript-9.56.1/leptonica/prog/comparepages.c ghostscript-9.56.1/leptonica/prog/weasel-113c.png ghostscript-9.56.1/leptonica/prog/expand_reg.c ghostscript-9.56.1/leptonica/prog/testangle.na ghostscript-9.56.1/leptonica/prog/brev.36.75.jpg ghostscript-9.56.1/leptonica/prog/stringtemplate2.txt ghostscript-9.56.1/leptonica/prog/smoothedge_reg.c ghostscript-9.56.1/leptonica/prog/distance_reg.c ghostscript-9.56.1/leptonica/prog/mtiff_reg.c ghostscript-9.56.1/leptonica/prog/writemtiff.c ghostscript-9.56.1/leptonica/prog/color-wheel-hue.jpg ghostscript-9.56.1/leptonica/prog/weasel2.4c.bmp ghostscript-9.56.1/leptonica/prog/pageseg3.tif ghostscript-9.56.1/leptonica/prog/test-1bit-alpha.png ghostscript-9.56.1/leptonica/prog/crop_reg.c ghostscript-9.56.1/leptonica/prog/dither_reg.c ghostscript-9.56.1/leptonica/prog/livre_tophat.c ghostscript-9.56.1/leptonica/prog/warpertest.c ghostscript-9.56.1/leptonica/prog/sudoku5.dat ghostscript-9.56.1/leptonica/prog/threshnorm_reg.c ghostscript-9.56.1/leptonica/prog/affine_reg.c ghostscript-9.56.1/leptonica/prog/heap_reg.c ghostscript-9.56.1/leptonica/prog/splitcomp_reg.c ghostscript-9.56.1/leptonica/prog/splitimage2pdf.c ghostscript-9.56.1/leptonica/prog/warped_sudoku.jpg ghostscript-9.56.1/leptonica/prog/ortiz-03.tif ghostscript-9.56.1/leptonica/prog/lion-page.00017.png ghostscript-9.56.1/leptonica/prog/ortiz-04.tif ghostscript-9.56.1/leptonica/prog/findpattern3.c ghostscript-9.56.1/leptonica/prog/char.tif ghostscript-9.56.1/leptonica/prog/testfile2.pdf ghostscript-9.56.1/leptonica/prog/dewarprules.c ghostscript-9.56.1/leptonica/prog/pdfio2_reg.c ghostscript-9.56.1/leptonica/prog/pixmem_reg.c ghostscript-9.56.1/leptonica/prog/bois-4.tif ghostscript-9.56.1/leptonica/prog/projective_reg.c ghostscript-9.56.1/leptonica/prog/greencover.jpg ghostscript-9.56.1/leptonica/prog/boxap3.ba ghostscript-9.56.1/leptonica/prog/recogtest6.c ghostscript-9.56.1/leptonica/prog/raggededge.png ghostscript-9.56.1/leptonica/prog/brev.06.75.jpg ghostscript-9.56.1/leptonica/prog/convertsegfilestops.c ghostscript-9.56.1/leptonica/prog/otsutest2.c ghostscript-9.56.1/leptonica/prog/selio_reg.c ghostscript-9.56.1/leptonica/prog/binarize_reg.c ghostscript-9.56.1/leptonica/prog/iomisc_reg.c ghostscript-9.56.1/leptonica/prog/dwamorph1_reg.c ghostscript-9.56.1/leptonica/prog/dreyfus2.png ghostscript-9.56.1/leptonica/prog/pdf2tiff ghostscript-9.56.1/leptonica/prog/boxa4.ba ghostscript-9.56.1/leptonica/prog/underline6.jpg ghostscript-9.56.1/leptonica/prog/weasel4.png ghostscript-9.56.1/leptonica/prog/comap.100.jpg ghostscript-9.56.1/leptonica/prog/xtractprotos.c ghostscript-9.56.1/leptonica/prog/convolve_reg.c ghostscript-9.56.1/leptonica/prog/rectangle_reg.c ghostscript-9.56.1/leptonica/prog/binding-example.45.jpg ghostscript-9.56.1/leptonica/prog/barcode-93-300.png ghostscript-9.56.1/leptonica/prog/weasel8.png ghostscript-9.56.1/leptonica/prog/comap.068.jpg ghostscript-9.56.1/leptonica/prog/maze_reg.c ghostscript-9.56.1/leptonica/prog/ptra1_reg.c ghostscript-9.56.1/leptonica/prog/test-cmap-alpha2.png ghostscript-9.56.1/leptonica/prog/colorspace_reg.c ghostscript-9.56.1/leptonica/prog/boxa1.ba ghostscript-9.56.1/leptonica/prog/cootoots.png ghostscript-9.56.1/leptonica/prog/underline5.jpg ghostscript-9.56.1/leptonica/prog/pageseg4.tif ghostscript-9.56.1/leptonica/prog/hmttemplate1.txt ghostscript-9.56.1/leptonica/prog/dave-orig.png ghostscript-9.56.1/leptonica/prog/binarize_set.c ghostscript-9.56.1/leptonica/prog/bilateral1_reg.c ghostscript-9.56.1/leptonica/prog/dewarp_reg.c ghostscript-9.56.1/leptonica/prog/rotatetest1.c ghostscript-9.56.1/leptonica/prog/barcode-digits.png ghostscript-9.56.1/leptonica/prog/graymorph2_reg.c ghostscript-9.56.1/leptonica/prog/table.15.tif ghostscript-9.56.1/leptonica/prog/livre_seedgen.c ghostscript-9.56.1/leptonica/prog/dewarptest5.c ghostscript-9.56.1/leptonica/prog/fcombautogen.c ghostscript-9.56.1/leptonica/prog/recogtest5.c ghostscript-9.56.1/leptonica/prog/falsecolor_reg.c ghostscript-9.56.1/leptonica/prog/fpixcontours.c ghostscript-9.56.1/leptonica/prog/harmoniam100-11.png ghostscript-9.56.1/leptonica/prog/jp2kio_reg.c ghostscript-9.56.1/leptonica/prog/enhance_reg.c ghostscript-9.56.1/leptonica/prog/feyn-word.tif ghostscript-9.56.1/leptonica/prog/speckle.png ghostscript-9.56.1/leptonica/prog/sorttest.c ghostscript-9.56.1/leptonica/prog/pdf2jpeg ghostscript-9.56.1/leptonica/prog/cornertest.c ghostscript-9.56.1/leptonica/prog/boxa3_reg.c ghostscript-9.56.1/leptonica/prog/conncomp_reg.c ghostscript-9.56.1/leptonica/prog/wordsinorder.c ghostscript-9.56.1/leptonica/prog/test-87220.59.png ghostscript-9.56.1/leptonica/prog/percolatetest.c ghostscript-9.56.1/leptonica/prog/1555.007.jpg ghostscript-9.56.1/leptonica/prog/rotatefastalt.c ghostscript-9.56.1/leptonica/prog/flipsels.txt ghostscript-9.56.1/leptonica/prog/test24.jpg ghostscript-9.56.1/leptonica/prog/test-cmap-alpha.png ghostscript-9.56.1/leptonica/prog/numaranktest.c ghostscript-9.56.1/leptonica/prog/blendtext.tif ghostscript-9.56.1/leptonica/prog/CMakeLists.txt ghostscript-9.56.1/leptonica/prog/numa1_reg.c ghostscript-9.56.1/leptonica/prog/pixtile_reg.c ghostscript-9.56.1/leptonica/prog/yuvtest.c ghostscript-9.56.1/leptonica/prog/underline1.jpg ghostscript-9.56.1/leptonica/prog/weasel-44c.png ghostscript-9.56.1/leptonica/prog/sudoku4.dat ghostscript-9.56.1/leptonica/prog/label_reg.c ghostscript-9.56.1/leptonica/prog/morphtemplate1.txt ghostscript-9.56.1/leptonica/prog/bincompare.c ghostscript-9.56.1/leptonica/prog/showboxes2.baa ghostscript-9.56.1/leptonica/prog/pdfio1_reg.c ghostscript-9.56.1/leptonica/prog/findpattern2.c ghostscript-9.56.1/leptonica/prog/pnmio_reg.c ghostscript-9.56.1/leptonica/prog/stampede2.jpg ghostscript-9.56.1/leptonica/prog/ortiz-02.tif ghostscript-9.56.1/leptonica/prog/pageseg1.tif ghostscript-9.56.1/leptonica/prog/blend3_reg.c ghostscript-9.56.1/leptonica/prog/fhmtauto_reg.c ghostscript-9.56.1/leptonica/prog/candelabrum.011.jpg ghostscript-9.56.1/leptonica/prog/recogtest1.c ghostscript-9.56.1/leptonica/prog/boxa5.ba ghostscript-9.56.1/leptonica/prog/weasel8.16g.nocmap.png ghostscript-9.56.1/leptonica/prog/adaptmap_reg.c ghostscript-9.56.1/leptonica/prog/seedfilltest.c ghostscript-9.56.1/leptonica/prog/weasel2.png ghostscript-9.56.1/leptonica/prog/convertfilestops.c ghostscript-9.56.1/leptonica/prog/boxa2.ba ghostscript-9.56.1/leptonica/prog/lyra.036.jpg ghostscript-9.56.1/leptonica/prog/flipdetect_reg.c ghostscript-9.56.1/leptonica/prog/test-fulltrans-alpha.png ghostscript-9.56.1/leptonica/prog/jbcorrelation.c ghostscript-9.56.1/leptonica/prog/arithtest.c ghostscript-9.56.1/leptonica/prog/map.057.jpg ghostscript-9.56.1/leptonica/prog/equal_reg.c ghostscript-9.56.1/leptonica/prog/rbtreetest.c ghostscript-9.56.1/leptonica/prog/binmorph1_reg.c ghostscript-9.56.1/leptonica/prog/partifytest.c ghostscript-9.56.1/leptonica/prog/bilateral2_reg.c ghostscript-9.56.1/leptonica/prog/pancrazi.15.jpg ghostscript-9.56.1/leptonica/prog/underline4.jpg ghostscript-9.56.1/leptonica/prog/colorquant_reg.c ghostscript-9.56.1/leptonica/prog/boxedpage.jpg ghostscript-9.56.1/leptonica/prog/genfonts_reg.c ghostscript-9.56.1/leptonica/prog/livre_pageseg.c ghostscript-9.56.1/leptonica/prog/rank_reg.c ghostscript-9.56.1/leptonica/prog/comap.118.jpg ghostscript-9.56.1/leptonica/prog/dreyfus4.png ghostscript-9.56.1/leptonica/prog/findpattern1.c ghostscript-9.56.1/leptonica/prog/comap.073.jpg ghostscript-9.56.1/leptonica/prog/pngio_reg.c ghostscript-9.56.1/leptonica/prog/test16.png ghostscript-9.56.1/leptonica/prog/displayboxes_on_pixa.c ghostscript-9.56.1/leptonica/prog/misctest1.c ghostscript-9.56.1/leptonica/prog/tribune-page-4x.png ghostscript-9.56.1/leptonica/prog/harmoniam-11.tif ghostscript-9.56.1/leptonica/prog/morphseq_reg.c ghostscript-9.56.1/leptonica/prog/nearline_reg.c ghostscript-9.56.1/leptonica/prog/blend-green3.png ghostscript-9.56.1/leptonica/prog/scale_it.c ghostscript-9.56.1/leptonica/prog/weasel4.5g.png ghostscript-9.56.1/leptonica/prog/chars-20.tif ghostscript-9.56.1/leptonica/prog/pagesegtest2.c ghostscript-9.56.1/leptonica/prog/pageseg_reg.c ghostscript-9.56.1/leptonica/prog/blendcmaptest.c ghostscript-9.56.1/leptonica/prog/flipselgen.c.notused ghostscript-9.56.1/leptonica/prog/barcode-39-300.png ghostscript-9.56.1/leptonica/prog/weasel8.5g.nocmap.png ghostscript-9.56.1/leptonica/prog/graymorphtest.c ghostscript-9.56.1/leptonica/prog/colormorph_reg.c ghostscript-9.56.1/leptonica/prog/cmapquant_reg.c ghostscript-9.56.1/leptonica/prog/livre_orient.c ghostscript-9.56.1/leptonica/prog/circle_reg.c ghostscript-9.56.1/leptonica/prog/barcodetest.c ghostscript-9.56.1/leptonica/prog/percolate-4cc.png ghostscript-9.56.1/leptonica/prog/two-peak-histo.na ghostscript-9.56.1/leptonica/prog/lion-page.00016.jpg ghostscript-9.56.1/leptonica/prog/skewtest.c ghostscript-9.56.1/leptonica/prog/pdf2mtiff ghostscript-9.56.1/leptonica/prog/table.27.tif ghostscript-9.56.1/leptonica/prog/shear1_reg.c ghostscript-9.56.1/leptonica/prog/lyra.5.na ghostscript-9.56.1/leptonica/prog/sudoku1.dat ghostscript-9.56.1/leptonica/prog/arabic2.png ghostscript-9.56.1/leptonica/prog/underlinetest.c ghostscript-9.56.1/leptonica/prog/dreyfus1.png ghostscript-9.56.1/leptonica/prog/jpeg-coded.tif ghostscript-9.56.1/leptonica/prog/blend-orange.jpg ghostscript-9.56.1/leptonica/prog/breviar.38.150.jpg ghostscript-9.56.1/leptonica/prog/find_colorregions.c ghostscript-9.56.1/leptonica/prog/xformbox_reg.c ghostscript-9.56.1/leptonica/prog/hardlight1_1.jpg ghostscript-9.56.1/leptonica/prog/test1.bmp ghostscript-9.56.1/leptonica/prog/barcodetest1.jpg ghostscript-9.56.1/leptonica/prog/boxa4_reg.c ghostscript-9.56.1/leptonica/prog/barcodetest2.jpg ghostscript-9.56.1/leptonica/prog/turingtest.png ghostscript-9.56.1/leptonica/prog/keystone.png ghostscript-9.56.1/leptonica/prog/pdfseg_reg.c ghostscript-9.56.1/leptonica/prog/colorpage.030.jpg ghostscript-9.56.1/leptonica/prog/binmorph3_reg.c ghostscript-9.56.1/leptonica/prog/fmorphautogen.c ghostscript-9.56.1/leptonica/prog/maketile.c ghostscript-9.56.1/leptonica/.gitignore ghostscript-9.56.1/leptonica/make-for-local ghostscript-9.56.1/leptonica/Doxyfile ghostscript-9.56.1/leptonica/Makefile.am ghostscript-9.56.1/leptonica/lept.pc.cmake ghostscript-9.56.1/leptonica/.travis.yml ghostscript-9.56.1/leptonica/src/ ghostscript-9.56.1/leptonica/src/dnabasic.c ghostscript-9.56.1/leptonica/src/dewarp1.c ghostscript-9.56.1/leptonica/src/rop.c ghostscript-9.56.1/leptonica/src/colorspace.c ghostscript-9.56.1/leptonica/src/pixacc.c ghostscript-9.56.1/leptonica/src/gplot.c ghostscript-9.56.1/leptonica/src/ccbord.h ghostscript-9.56.1/leptonica/src/leptwin.c ghostscript-9.56.1/leptonica/src/pixtiling.c ghostscript-9.56.1/leptonica/src/correlscore.c ghostscript-9.56.1/leptonica/src/colorcontent.c ghostscript-9.56.1/leptonica/src/numabasic.c ghostscript-9.56.1/leptonica/src/dewarp3.c ghostscript-9.56.1/leptonica/src/bmp.h ghostscript-9.56.1/leptonica/src/finditalic.c ghostscript-9.56.1/leptonica/src/jp2kheaderstub.c ghostscript-9.56.1/leptonica/src/dewarp4.c ghostscript-9.56.1/leptonica/src/numafunc1.c ghostscript-9.56.1/leptonica/src/webpanimiostub.c ghostscript-9.56.1/leptonica/src/skew.c ghostscript-9.56.1/leptonica/src/list.h ghostscript-9.56.1/leptonica/src/recogtrain.c ghostscript-9.56.1/leptonica/src/leptwin.h ghostscript-9.56.1/leptonica/src/list.c ghostscript-9.56.1/leptonica/src/rank.c ghostscript-9.56.1/leptonica/src/heap.c ghostscript-9.56.1/leptonica/src/webpio.c ghostscript-9.56.1/leptonica/src/graymorph.c ghostscript-9.56.1/leptonica/src/selgen.c ghostscript-9.56.1/leptonica/src/blend.c ghostscript-9.56.1/leptonica/src/watershed.c ghostscript-9.56.1/leptonica/src/pixalloc.c ghostscript-9.56.1/leptonica/src/stringtemplate1.txt ghostscript-9.56.1/leptonica/src/psio2stub.c ghostscript-9.56.1/leptonica/src/hmttemplate2.txt ghostscript-9.56.1/leptonica/src/partify.c ghostscript-9.56.1/leptonica/src/graphics.c ghostscript-9.56.1/leptonica/src/recog.h ghostscript-9.56.1/leptonica/src/leptonica-license.txt ghostscript-9.56.1/leptonica/src/bmfdata.h ghostscript-9.56.1/leptonica/src/utils2.c ghostscript-9.56.1/leptonica/src/bbuffer.c ghostscript-9.56.1/leptonica/src/boxbasic.c ghostscript-9.56.1/leptonica/src/recogdid.c ghostscript-9.56.1/leptonica/src/maze.c ghostscript-9.56.1/leptonica/src/fmorphauto.c ghostscript-9.56.1/leptonica/src/binreduce.c ghostscript-9.56.1/leptonica/src/psio1.c ghostscript-9.56.1/leptonica/src/map.c ghostscript-9.56.1/leptonica/src/affine.c ghostscript-9.56.1/leptonica/src/affinecompose.c ghostscript-9.56.1/leptonica/src/endianness.h.in ghostscript-9.56.1/leptonica/src/rotateshear.c ghostscript-9.56.1/leptonica/src/dewarp2.c ghostscript-9.56.1/leptonica/src/pixlabel.c ghostscript-9.56.1/leptonica/src/numafunc2.c ghostscript-9.56.1/leptonica/src/parseprotos.c ghostscript-9.56.1/leptonica/src/webpanimio.c ghostscript-9.56.1/leptonica/src/encoding.c ghostscript-9.56.1/leptonica/src/fhmtgenlow.1.c ghostscript-9.56.1/leptonica/src/pix3.c ghostscript-9.56.1/leptonica/src/sel2.c ghostscript-9.56.1/leptonica/src/bootnumgen1.c ghostscript-9.56.1/leptonica/src/alltypes.h ghostscript-9.56.1/leptonica/src/stack.c ghostscript-9.56.1/leptonica/src/convertfiles.c ghostscript-9.56.1/leptonica/src/bootnumgen4.c ghostscript-9.56.1/leptonica/src/pdfio1stub.c ghostscript-9.56.1/leptonica/src/pixcomp.c ghostscript-9.56.1/leptonica/src/pix1.c ghostscript-9.56.1/leptonica/src/pdfio1.c ghostscript-9.56.1/leptonica/src/warper.c ghostscript-9.56.1/leptonica/src/ccthin.c ghostscript-9.56.1/leptonica/src/pngiostub.c ghostscript-9.56.1/leptonica/src/webpiostub.c ghostscript-9.56.1/leptonica/src/pixarith.c ghostscript-9.56.1/leptonica/src/boxfunc2.c ghostscript-9.56.1/leptonica/src/adaptmap.c ghostscript-9.56.1/leptonica/src/binexpand.c ghostscript-9.56.1/leptonica/src/textops.c ghostscript-9.56.1/leptonica/src/sarray2.c ghostscript-9.56.1/leptonica/src/classapp.c ghostscript-9.56.1/leptonica/src/pix4.c ghostscript-9.56.1/leptonica/src/binarize.c ghostscript-9.56.1/leptonica/src/strokes.c ghostscript-9.56.1/leptonica/src/dwacomb.2.c ghostscript-9.56.1/leptonica/src/fhmtauto.c ghostscript-9.56.1/leptonica/src/queue.c ghostscript-9.56.1/leptonica/src/stringcode.h ghostscript-9.56.1/leptonica/src/makefile.static ghostscript-9.56.1/leptonica/src/bilateral.c ghostscript-9.56.1/leptonica/src/rotateam.c ghostscript-9.56.1/leptonica/src/recogident.c ghostscript-9.56.1/leptonica/src/regutils.c ghostscript-9.56.1/leptonica/src/spixio.c ghostscript-9.56.1/leptonica/src/colormap.c ghostscript-9.56.1/leptonica/src/recogbasic.c ghostscript-9.56.1/leptonica/src/scale2.c ghostscript-9.56.1/leptonica/src/morphseq.c ghostscript-9.56.1/leptonica/src/boxfunc5.c ghostscript-9.56.1/leptonica/src/zlibmem.c ghostscript-9.56.1/leptonica/src/allheaders_bot.txt ghostscript-9.56.1/leptonica/src/sudoku.h ghostscript-9.56.1/leptonica/src/gplot.h ghostscript-9.56.1/leptonica/src/tiffio.c ghostscript-9.56.1/leptonica/src/colorfill.h ghostscript-9.56.1/leptonica/src/partition.c ghostscript-9.56.1/leptonica/src/bilinear.c ghostscript-9.56.1/leptonica/src/pnmiostub.c ghostscript-9.56.1/leptonica/src/readfile.c ghostscript-9.56.1/leptonica/src/morphtemplate2.txt ghostscript-9.56.1/leptonica/src/bytearray.c ghostscript-9.56.1/leptonica/src/pix5.c ghostscript-9.56.1/leptonica/src/bmpiostub.c ghostscript-9.56.1/leptonica/src/queue.h ghostscript-9.56.1/leptonica/src/pixafunc2.c ghostscript-9.56.1/leptonica/src/fmorphgenlow.1.c ghostscript-9.56.1/leptonica/src/boxfunc1.c ghostscript-9.56.1/leptonica/src/watershed.h ghostscript-9.56.1/leptonica/src/morphapp.c ghostscript-9.56.1/leptonica/src/ccbord.c ghostscript-9.56.1/leptonica/src/libversions.c ghostscript-9.56.1/leptonica/src/ptafunc1.c ghostscript-9.56.1/leptonica/src/morphdwa.c ghostscript-9.56.1/leptonica/src/array.h ghostscript-9.56.1/leptonica/src/dnafunc1.c ghostscript-9.56.1/leptonica/src/arrayaccess.h ghostscript-9.56.1/leptonica/src/jbclass.c ghostscript-9.56.1/leptonica/src/scale1.c ghostscript-9.56.1/leptonica/src/psio2.c ghostscript-9.56.1/leptonica/src/heap.h ghostscript-9.56.1/leptonica/src/Makefile.am ghostscript-9.56.1/leptonica/src/runlength.c ghostscript-9.56.1/leptonica/src/rbtree.c ghostscript-9.56.1/leptonica/src/stack.h ghostscript-9.56.1/leptonica/src/sudoku.c ghostscript-9.56.1/leptonica/src/flipdetect.c ghostscript-9.56.1/leptonica/src/bootnumgen2.c ghostscript-9.56.1/leptonica/src/writefile.c ghostscript-9.56.1/leptonica/src/pageseg.c ghostscript-9.56.1/leptonica/src/sel1.c ghostscript-9.56.1/leptonica/src/stringtemplate2.txt ghostscript-9.56.1/leptonica/src/psio1stub.c ghostscript-9.56.1/leptonica/src/ptabasic.c ghostscript-9.56.1/leptonica/src/kernel.c ghostscript-9.56.1/leptonica/src/arrayaccess.c ghostscript-9.56.1/leptonica/src/pixconv.c ghostscript-9.56.1/leptonica/src/fmorphgen.1.c ghostscript-9.56.1/leptonica/src/fhmtgen.1.c ghostscript-9.56.1/leptonica/src/convolve.c ghostscript-9.56.1/leptonica/src/imageio.h ghostscript-9.56.1/leptonica/src/readbarcode.c ghostscript-9.56.1/leptonica/src/rotate.c ghostscript-9.56.1/leptonica/src/colorquant1.c ghostscript-9.56.1/leptonica/src/paintcmap.c ghostscript-9.56.1/leptonica/src/baseline.c ghostscript-9.56.1/leptonica/src/colorseg.c ghostscript-9.56.1/leptonica/src/projective.c ghostscript-9.56.1/leptonica/src/gifiostub.c ghostscript-9.56.1/leptonica/src/ptra.c ghostscript-9.56.1/leptonica/src/jp2kio.c ghostscript-9.56.1/leptonica/src/rotateorth.c ghostscript-9.56.1/leptonica/src/dnahash.c ghostscript-9.56.1/leptonica/src/regutils.h ghostscript-9.56.1/leptonica/src/boxfunc4.c ghostscript-9.56.1/leptonica/src/allheaders.h ghostscript-9.56.1/leptonica/src/hmttemplate1.txt ghostscript-9.56.1/leptonica/src/pix.h ghostscript-9.56.1/leptonica/src/morph.c ghostscript-9.56.1/leptonica/src/jp2kiostub.c ghostscript-9.56.1/leptonica/src/conncomp.c ghostscript-9.56.1/leptonica/src/flipdetectdwa.c.notused ghostscript-9.56.1/leptonica/src/bbuffer.h ghostscript-9.56.1/leptonica/src/pnmio.c ghostscript-9.56.1/leptonica/src/stringcode.c ghostscript-9.56.1/leptonica/src/bmf.c ghostscript-9.56.1/leptonica/src/enhance.c ghostscript-9.56.1/leptonica/src/pdfio2stub.c ghostscript-9.56.1/leptonica/src/bardecode.c ghostscript-9.56.1/leptonica/src/colorfill.c ghostscript-9.56.1/leptonica/src/CMakeLists.txt ghostscript-9.56.1/leptonica/src/pix2.c ghostscript-9.56.1/leptonica/src/morph.h ghostscript-9.56.1/leptonica/src/morphtemplate1.txt ghostscript-9.56.1/leptonica/src/pdfio2.c ghostscript-9.56.1/leptonica/src/seedfill.c ghostscript-9.56.1/leptonica/src/boxfunc3.c ghostscript-9.56.1/leptonica/src/readbarcode.h ghostscript-9.56.1/leptonica/src/allheaders_top.txt ghostscript-9.56.1/leptonica/src/fpix2.c ghostscript-9.56.1/leptonica/src/jpegio.c ghostscript-9.56.1/leptonica/src/sarray1.c ghostscript-9.56.1/leptonica/src/pngio.c ghostscript-9.56.1/leptonica/src/bootnumgen3.c ghostscript-9.56.1/leptonica/src/bilateral.h ghostscript-9.56.1/leptonica/src/edge.c ghostscript-9.56.1/leptonica/src/fpix1.c ghostscript-9.56.1/leptonica/src/utils1.c ghostscript-9.56.1/leptonica/src/ptra.h ghostscript-9.56.1/leptonica/src/jpegiostub.c ghostscript-9.56.1/leptonica/src/quadtree.c ghostscript-9.56.1/leptonica/src/gifio.c ghostscript-9.56.1/leptonica/src/roplow.c ghostscript-9.56.1/leptonica/src/dewarp.h ghostscript-9.56.1/leptonica/src/rbtree.h ghostscript-9.56.1/leptonica/src/coloring.c ghostscript-9.56.1/leptonica/src/grayquant.c ghostscript-9.56.1/leptonica/src/jp2kheader.c ghostscript-9.56.1/leptonica/src/shear.c ghostscript-9.56.1/leptonica/src/mainpage.txt ghostscript-9.56.1/leptonica/src/bmf.h ghostscript-9.56.1/leptonica/src/ptafunc2.c ghostscript-9.56.1/leptonica/src/bmpio.c ghostscript-9.56.1/leptonica/src/colormorph.c ghostscript-9.56.1/leptonica/src/checkerboard.c ghostscript-9.56.1/leptonica/src/zlibmemstub.c ghostscript-9.56.1/leptonica/src/jbclass.h ghostscript-9.56.1/leptonica/src/tiffiostub.c ghostscript-9.56.1/leptonica/src/compare.c ghostscript-9.56.1/leptonica/src/dwacomblow.2.c ghostscript-9.56.1/leptonica/src/pixafunc1.c ghostscript-9.56.1/leptonica/src/pixabasic.c ghostscript-9.56.1/leptonica/src/colorquant2.c ghostscript-9.56.1/leptonica/src/environ.h ghostscript-9.56.1/leptonica/sw.cpp ghostscript-9.56.1/leptonica/appveyor.yml ghostscript-9.56.1/leptonica/style-guide.txt ghostscript-9.56.1/leptonica/lok.lua ghostscript-9.56.1/leptonica/version-notes.html ghostscript-9.56.1/leptonica/CMakeLists.txt ghostscript-9.56.1/leptonica/m4/ ghostscript-9.56.1/leptonica/m4/ax_split_version.m4 ghostscript-9.56.1/leptonica/cmake/ ghostscript-9.56.1/leptonica/cmake/templates/ ghostscript-9.56.1/leptonica/cmake/templates/cmake_uninstall.cmake.in ghostscript-9.56.1/leptonica/cmake/templates/LeptonicaConfig-version.cmake.in ghostscript-9.56.1/leptonica/cmake/templates/LeptonicaConfig.cmake.in ghostscript-9.56.1/leptonica/cmake/Configure.cmake ghostscript-9.56.1/leptonica/README.md ghostscript-9.56.1/.gitattributes ghostscript-9.56.1/DroidSansFallback.NOTICE ghostscript-9.56.1/Makefile.in ghostscript-9.56.1/tiff/ ghostscript-9.56.1/tiff/autogen.sh ghostscript-9.56.1/tiff/nmake.opt ghostscript-9.56.1/tiff/RELEASE-DATE ghostscript-9.56.1/tiff/Makefile.vc ghostscript-9.56.1/tiff/COPYRIGHT ghostscript-9.56.1/tiff/configure.com ghostscript-9.56.1/tiff/libtiff-4.pc.in ghostscript-9.56.1/tiff/configure.ac ghostscript-9.56.1/tiff/contrib/ ghostscript-9.56.1/tiff/contrib/README ghostscript-9.56.1/tiff/contrib/addtiffo/ ghostscript-9.56.1/tiff/contrib/addtiffo/Makefile.vc ghostscript-9.56.1/tiff/contrib/addtiffo/README ghostscript-9.56.1/tiff/contrib/addtiffo/Makefile.in ghostscript-9.56.1/tiff/contrib/addtiffo/tif_ovrcache.h ghostscript-9.56.1/tiff/contrib/addtiffo/tif_overview.c ghostscript-9.56.1/tiff/contrib/addtiffo/Makefile.am ghostscript-9.56.1/tiff/contrib/addtiffo/addtiffo.c ghostscript-9.56.1/tiff/contrib/addtiffo/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/addtiffo/tif_ovrcache.c ghostscript-9.56.1/tiff/contrib/iptcutil/ ghostscript-9.56.1/tiff/contrib/iptcutil/README ghostscript-9.56.1/tiff/contrib/iptcutil/iptcutil.c ghostscript-9.56.1/tiff/contrib/iptcutil/Makefile.in ghostscript-9.56.1/tiff/contrib/iptcutil/test.txt ghostscript-9.56.1/tiff/contrib/iptcutil/Makefile.am ghostscript-9.56.1/tiff/contrib/iptcutil/test.iptc ghostscript-9.56.1/tiff/contrib/iptcutil/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/ras/ ghostscript-9.56.1/tiff/contrib/ras/README ghostscript-9.56.1/tiff/contrib/ras/Makefile.in ghostscript-9.56.1/tiff/contrib/ras/ras2tif.c ghostscript-9.56.1/tiff/contrib/ras/Makefile.am ghostscript-9.56.1/tiff/contrib/ras/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/ras/tif2ras.c ghostscript-9.56.1/tiff/contrib/Makefile.in ghostscript-9.56.1/tiff/contrib/tags/ ghostscript-9.56.1/tiff/contrib/tags/xtiffiop.h ghostscript-9.56.1/tiff/contrib/tags/xtiffio.h ghostscript-9.56.1/tiff/contrib/tags/README ghostscript-9.56.1/tiff/contrib/tags/Makefile.in ghostscript-9.56.1/tiff/contrib/tags/Makefile.am ghostscript-9.56.1/tiff/contrib/tags/xtif_dir.c ghostscript-9.56.1/tiff/contrib/tags/listtif.c ghostscript-9.56.1/tiff/contrib/tags/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/tags/maketif.c ghostscript-9.56.1/tiff/contrib/mfs/ ghostscript-9.56.1/tiff/contrib/mfs/mfs_file.c ghostscript-9.56.1/tiff/contrib/mfs/README ghostscript-9.56.1/tiff/contrib/mfs/Makefile.in ghostscript-9.56.1/tiff/contrib/mfs/Makefile.am ghostscript-9.56.1/tiff/contrib/mfs/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/win_dib/ ghostscript-9.56.1/tiff/contrib/win_dib/Makefile.in ghostscript-9.56.1/tiff/contrib/win_dib/Makefile.am ghostscript-9.56.1/tiff/contrib/win_dib/tiff2dib.c ghostscript-9.56.1/tiff/contrib/win_dib/README.Tiffile ghostscript-9.56.1/tiff/contrib/win_dib/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/win_dib/Makefile.w95 ghostscript-9.56.1/tiff/contrib/win_dib/Tiffile.cpp ghostscript-9.56.1/tiff/contrib/win_dib/README.tiff2dib ghostscript-9.56.1/tiff/contrib/Makefile.am ghostscript-9.56.1/tiff/contrib/stream/ ghostscript-9.56.1/tiff/contrib/stream/README ghostscript-9.56.1/tiff/contrib/stream/Makefile.in ghostscript-9.56.1/tiff/contrib/stream/Makefile.am ghostscript-9.56.1/tiff/contrib/stream/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/stream/tiffstream.cpp ghostscript-9.56.1/tiff/contrib/stream/tiffstream.h ghostscript-9.56.1/tiff/contrib/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/dbs/ ghostscript-9.56.1/tiff/contrib/dbs/tiff-grayscale.c ghostscript-9.56.1/tiff/contrib/dbs/xtiff/ ghostscript-9.56.1/tiff/contrib/dbs/xtiff/xtifficon.h ghostscript-9.56.1/tiff/contrib/dbs/xtiff/README ghostscript-9.56.1/tiff/contrib/dbs/xtiff/Makefile.in ghostscript-9.56.1/tiff/contrib/dbs/xtiff/patchlevel.h ghostscript-9.56.1/tiff/contrib/dbs/xtiff/Makefile.am ghostscript-9.56.1/tiff/contrib/dbs/xtiff/xtiff.c ghostscript-9.56.1/tiff/contrib/dbs/xtiff/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/dbs/README ghostscript-9.56.1/tiff/contrib/dbs/tiff-rgb.c ghostscript-9.56.1/tiff/contrib/dbs/Makefile.in ghostscript-9.56.1/tiff/contrib/dbs/tiff-palette.c ghostscript-9.56.1/tiff/contrib/dbs/Makefile.am ghostscript-9.56.1/tiff/contrib/dbs/CMakeLists.txt ghostscript-9.56.1/tiff/contrib/dbs/tiff-bi.c ghostscript-9.56.1/tiff/contrib/pds/ ghostscript-9.56.1/tiff/contrib/pds/tif_pdsdirwrite.c ghostscript-9.56.1/tiff/contrib/pds/README ghostscript-9.56.1/tiff/contrib/pds/Makefile.in ghostscript-9.56.1/tiff/contrib/pds/tif_pdsdirread.c ghostscript-9.56.1/tiff/contrib/pds/tif_imageiter.c ghostscript-9.56.1/tiff/contrib/pds/tif_imageiter.h ghostscript-9.56.1/tiff/contrib/pds/Makefile.am ghostscript-9.56.1/tiff/contrib/pds/CMakeLists.txt ghostscript-9.56.1/tiff/man/ ghostscript-9.56.1/tiff/man/tiff2ps.1 ghostscript-9.56.1/tiff/man/TIFFFieldReadCount.3tiff ghostscript-9.56.1/tiff/man/tiffsplit.1 ghostscript-9.56.1/tiff/man/TIFFFieldWriteCount.3tiff ghostscript-9.56.1/tiff/man/TIFFError.3tiff ghostscript-9.56.1/tiff/man/TIFFReadRawTile.3tiff ghostscript-9.56.1/tiff/man/TIFFWriteScanline.3tiff ghostscript-9.56.1/tiff/man/TIFFWriteRawStrip.3tiff ghostscript-9.56.1/tiff/man/TIFFswab.3tiff ghostscript-9.56.1/tiff/man/TIFFcodec.3tiff ghostscript-9.56.1/tiff/man/TIFFsize.3tiff ghostscript-9.56.1/tiff/man/TIFFClose.3tiff ghostscript-9.56.1/tiff/man/TIFFReadTile.3tiff ghostscript-9.56.1/tiff/man/TIFFstrip.3tiff ghostscript-9.56.1/tiff/man/TIFFmemory.3tiff ghostscript-9.56.1/tiff/man/tiffdither.1 ghostscript-9.56.1/tiff/man/TIFFWriteRawTile.3tiff ghostscript-9.56.1/tiff/man/TIFFReadDirectory.3tiff ghostscript-9.56.1/tiff/man/TIFFReadRawStrip.3tiff ghostscript-9.56.1/tiff/man/pal2rgb.1 ghostscript-9.56.1/tiff/man/TIFFWarning.3tiff ghostscript-9.56.1/tiff/man/tiffmedian.1 ghostscript-9.56.1/tiff/man/TIFFFieldPassCount.3tiff ghostscript-9.56.1/tiff/man/TIFFcolor.3tiff ghostscript-9.56.1/tiff/man/TIFFReadRGBAStrip.3tiff ghostscript-9.56.1/tiff/man/Makefile.in ghostscript-9.56.1/tiff/man/TIFFWriteEncodedTile.3tiff ghostscript-9.56.1/tiff/man/tiff2bw.1 ghostscript-9.56.1/tiff/man/tiffset.1 ghostscript-9.56.1/tiff/man/TIFFReadEncodedTile.3tiff ghostscript-9.56.1/tiff/man/TIFFRGBAImage.3tiff ghostscript-9.56.1/tiff/man/TIFFFieldName.3tiff ghostscript-9.56.1/tiff/man/tiffcp.1 ghostscript-9.56.1/tiff/man/TIFFtile.3tiff ghostscript-9.56.1/tiff/man/TIFFbuffer.3tiff ghostscript-9.56.1/tiff/man/TIFFReadRGBAImage.3tiff ghostscript-9.56.1/tiff/man/TIFFSetDirectory.3tiff ghostscript-9.56.1/tiff/man/tiffcmp.1 ghostscript-9.56.1/tiff/man/TIFFPrintDirectory.3tiff ghostscript-9.56.1/tiff/man/Makefile.am ghostscript-9.56.1/tiff/man/TIFFWriteEncodedStrip.3tiff ghostscript-9.56.1/tiff/man/TIFFquery.3tiff ghostscript-9.56.1/tiff/man/TIFFGetField.3tiff ghostscript-9.56.1/tiff/man/TIFFSetField.3tiff ghostscript-9.56.1/tiff/man/tiffdump.1 ghostscript-9.56.1/tiff/man/libtiff.3tiff ghostscript-9.56.1/tiff/man/tiff2rgba.1 ghostscript-9.56.1/tiff/man/ppm2tiff.1 ghostscript-9.56.1/tiff/man/fax2ps.1 ghostscript-9.56.1/tiff/man/TIFFFieldDataType.3tiff ghostscript-9.56.1/tiff/man/fax2tiff.1 ghostscript-9.56.1/tiff/man/tiffcrop.1 ghostscript-9.56.1/tiff/man/TIFFDataWidth.3tiff ghostscript-9.56.1/tiff/man/TIFFOpen.3tiff ghostscript-9.56.1/tiff/man/CMakeLists.txt ghostscript-9.56.1/tiff/man/TIFFWriteTile.3tiff ghostscript-9.56.1/tiff/man/TIFFFlush.3tiff ghostscript-9.56.1/tiff/man/tiff2pdf.1 ghostscript-9.56.1/tiff/man/TIFFFieldTag.3tiff ghostscript-9.56.1/tiff/man/raw2tiff.1 ghostscript-9.56.1/tiff/man/tiffinfo.1 ghostscript-9.56.1/tiff/man/TIFFReadScanline.3tiff ghostscript-9.56.1/tiff/man/tiffgt.1 ghostscript-9.56.1/tiff/man/TIFFReadRGBATile.3tiff ghostscript-9.56.1/tiff/man/TIFFReadEncodedStrip.3tiff ghostscript-9.56.1/tiff/man/TIFFWriteDirectory.3tiff ghostscript-9.56.1/tiff/configure ghostscript-9.56.1/tiff/Makefile.in ghostscript-9.56.1/tiff/port/ ghostscript-9.56.1/tiff/port/getopt.c ghostscript-9.56.1/tiff/port/Makefile.vc ghostscript-9.56.1/tiff/port/strtoll.c ghostscript-9.56.1/tiff/port/_strtol.h ghostscript-9.56.1/tiff/port/Makefile.in ghostscript-9.56.1/tiff/port/strtoul.c ghostscript-9.56.1/tiff/port/lfind.c ghostscript-9.56.1/tiff/port/strtol.c ghostscript-9.56.1/tiff/port/Makefile.am ghostscript-9.56.1/tiff/port/strtoull.c ghostscript-9.56.1/tiff/port/snprintf.c ghostscript-9.56.1/tiff/port/strcasecmp.c ghostscript-9.56.1/tiff/port/_strtoul.h ghostscript-9.56.1/tiff/port/CMakeLists.txt ghostscript-9.56.1/tiff/port/dummy.c ghostscript-9.56.1/tiff/port/libport.h ghostscript-9.56.1/tiff/VERSION ghostscript-9.56.1/tiff/tools/ ghostscript-9.56.1/tiff/tools/tiffinfo.c ghostscript-9.56.1/tiff/tools/ppm2tiff.c ghostscript-9.56.1/tiff/tools/tiff2bw.c ghostscript-9.56.1/tiff/tools/raw2tiff.c ghostscript-9.56.1/tiff/tools/Makefile.vc ghostscript-9.56.1/tiff/tools/tiff2ps.c ghostscript-9.56.1/tiff/tools/rgb2ycbcr.c ghostscript-9.56.1/tiff/tools/fax2tiff.c ghostscript-9.56.1/tiff/tools/pal2rgb.c ghostscript-9.56.1/tiff/tools/Makefile.in ghostscript-9.56.1/tiff/tools/tiffcp.c ghostscript-9.56.1/tiff/tools/thumbnail.c ghostscript-9.56.1/tiff/tools/tiff2rgba.c ghostscript-9.56.1/tiff/tools/tiffcrop.c ghostscript-9.56.1/tiff/tools/Makefile.am ghostscript-9.56.1/tiff/tools/tiffdump.c ghostscript-9.56.1/tiff/tools/tiffset.c ghostscript-9.56.1/tiff/tools/tiffgt.c ghostscript-9.56.1/tiff/tools/tiffdither.c ghostscript-9.56.1/tiff/tools/fax2ps.c ghostscript-9.56.1/tiff/tools/CMakeLists.txt ghostscript-9.56.1/tiff/tools/tiffsplit.c ghostscript-9.56.1/tiff/tools/tiffmedian.c ghostscript-9.56.1/tiff/tools/tiffcmp.c ghostscript-9.56.1/tiff/tools/tiff2pdf.c ghostscript-9.56.1/tiff/test/ ghostscript-9.56.1/tiff/test/common.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-minisblack-2c-8b-alpha.sh ghostscript-9.56.1/tiff/test/tiffcrop-extract-rgb-3c-8b.sh ghostscript-9.56.1/tiff/test/test_arrays.c ghostscript-9.56.1/tiff/test/tiffdump.sh ghostscript-9.56.1/tiff/test/tiffcrop-extract-minisblack-1c-8b.sh ghostscript-9.56.1/tiff/test/short_tag.c ghostscript-9.56.1/tiff/test/tiff2rgba-minisblack-2c-8b-alpha.sh ghostscript-9.56.1/tiff/test/tiff2rgba-minisblack-1c-8b.sh ghostscript-9.56.1/tiff/test/tiff2rgba-minisblack-1c-16b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-miniswhite-1c-1b.sh ghostscript-9.56.1/tiff/test/tiffcp-g3-1d.sh ghostscript-9.56.1/tiff/test/tiffcp-split.sh ghostscript-9.56.1/tiff/test/tiffcp-split-join.sh ghostscript-9.56.1/tiff/test/tiff2rgba-rgb-3c-16b.sh ghostscript-9.56.1/tiff/test/ppm2tiff_pgm.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-palette-1c-4b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extract-miniswhite-1c-1b.sh ghostscript-9.56.1/tiff/test/testfax4.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-logluv-3c-16b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-palette-1c-8b.sh ghostscript-9.56.1/tiff/test/defer_strile_loading.c ghostscript-9.56.1/tiff/test/images/ ghostscript-9.56.1/tiff/test/images/ojpeg_single_strip_no_rowsperstrip.tiff ghostscript-9.56.1/tiff/test/images/deflate-last-strip-extra-data.tiff ghostscript-9.56.1/tiff/test/images/minisblack-2c-8b-alpha.tiff ghostscript-9.56.1/tiff/test/images/lzw-single-strip.tiff ghostscript-9.56.1/tiff/test/images/rgb-3c-16b.ppm ghostscript-9.56.1/tiff/test/images/minisblack-1c-8b.tiff ghostscript-9.56.1/tiff/test/images/minisblack-1c-16b.tiff ghostscript-9.56.1/tiff/test/images/rgb-3c-8b.tiff ghostscript-9.56.1/tiff/test/images/rgb-3c-16b.tiff ghostscript-9.56.1/tiff/test/images/miniswhite-1c-1b.tiff ghostscript-9.56.1/tiff/test/images/ojpeg_chewey_subsamp21_multi_strip.tiff ghostscript-9.56.1/tiff/test/images/quad-lzw-compat.tiff ghostscript-9.56.1/tiff/test/images/palette-1c-8b.tiff ghostscript-9.56.1/tiff/test/images/quad-tile.jpg.tiff ghostscript-9.56.1/tiff/test/images/logluv-3c-16b.tiff ghostscript-9.56.1/tiff/test/images/palette-1c-1b.tiff ghostscript-9.56.1/tiff/test/images/minisblack-1c-8b.pgm ghostscript-9.56.1/tiff/test/images/README.txt ghostscript-9.56.1/tiff/test/images/testfax4.tiff ghostscript-9.56.1/tiff/test/images/palette-1c-4b.tiff ghostscript-9.56.1/tiff/test/images/miniswhite-1c-1b.pbm ghostscript-9.56.1/tiff/test/images/ojpeg_zackthecat_subsamp22_single_strip.tiff ghostscript-9.56.1/tiff/test/images/rgb-3c-8b.ppm ghostscript-9.56.1/tiff/test/images/miniswhite-1c-1b.g3 ghostscript-9.56.1/tiff/test/strip.c ghostscript-9.56.1/tiff/test/tiffcrop-R90-palette-1c-4b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extract-palette-1c-4b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-minisblack-1c-8b.sh ghostscript-9.56.1/tiff/test/defer_strile_writing.c ghostscript-9.56.1/tiff/test/tiff2ps-PS3.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-rgb-3c-8b.sh ghostscript-9.56.1/tiff/test/tiff2rgba-quad-tile.jpg.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-rgb-3c-8b.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-rgb-3c-16b.sh ghostscript-9.56.1/tiff/test/tiffcp-lzw-compat.sh ghostscript-9.56.1/tiff/test/strip_rw.c ghostscript-9.56.1/tiff/test/testdeflatelaststripextradata.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-minisblack-1c-16b.sh ghostscript-9.56.1/tiff/test/custom_dir.c ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-palette-1c-1b.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-miniswhite-1c-1b.sh ghostscript-9.56.1/tiff/test/ppm2tiff_ppm.sh ghostscript-9.56.1/tiff/test/Makefile.in ghostscript-9.56.1/tiff/test/tiff2rgba-rgb-3c-8b.sh ghostscript-9.56.1/tiff/test/check_tag.c ghostscript-9.56.1/tiff/test/tiffcrop-extract-minisblack-1c-16b.sh ghostscript-9.56.1/tiff/test/tiff2bw-rgb-3c-8b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extract-minisblack-2c-8b-alpha.sh ghostscript-9.56.1/tiff/test/tiffcp-g3-2d.sh ghostscript-9.56.1/tiff/test/long_tag.c ghostscript-9.56.1/tiff/test/tiff2ps-PS2.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-minisblack-1c-8b.sh ghostscript-9.56.1/tiff/test/tiffcp-g3-2d-fill.sh ghostscript-9.56.1/tiff/test/tiff2rgba-ojpeg_zackthecat_subsamp22_single_strip.sh ghostscript-9.56.1/tiff/test/ppm2tiff_pbm.sh ghostscript-9.56.1/tiff/test/Makefile.am ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-minisblack-2c-8b-alpha.sh ghostscript-9.56.1/tiff/test/tiff2pdf.sh ghostscript-9.56.1/tiff/test/tiff2rgba-ojpeg_chewey_subsamp21_multi_strip.sh ghostscript-9.56.1/tiff/test/TiffSplitTest.cmake ghostscript-9.56.1/tiff/test/ascii_tag.c ghostscript-9.56.1/tiff/test/tiffcp-g3-1d-fill.sh ghostscript-9.56.1/tiff/test/refs/ ghostscript-9.56.1/tiff/test/refs/o-tiff2ps-PS2.ps ghostscript-9.56.1/tiff/test/refs/o-testfax4.tiff ghostscript-9.56.1/tiff/test/refs/o-tiff2ps-PS3.ps ghostscript-9.56.1/tiff/test/refs/o-tiff2ps-PS1.ps ghostscript-9.56.1/tiff/test/refs/o-tiff2ps-EPS1.ps ghostscript-9.56.1/tiff/test/refs/o-deflate-last-strip-extra-data.tiff ghostscript-9.56.1/tiff/test/tiff2rgba-palette-1c-4b.sh ghostscript-9.56.1/tiff/test/fax2tiff.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-logluv-3c-16b.sh ghostscript-9.56.1/tiff/test/test_arrays.h ghostscript-9.56.1/tiff/test/testtypes.c ghostscript-9.56.1/tiff/test/tiffcrop-extract-palette-1c-8b.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-minisblack-1c-16b.sh ghostscript-9.56.1/tiff/test/rational_precision2double.c ghostscript-9.56.1/tiff/test/tiffcrop-extract-palette-1c-1b.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-palette-1c-1b.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-rgb-3c-8b.sh ghostscript-9.56.1/tiff/test/raw_decode.c ghostscript-9.56.1/tiff/test/tiffcrop-extract-logluv-3c-16b.sh ghostscript-9.56.1/tiff/test/tiffinfo.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-minisblack-1c-16b.sh ghostscript-9.56.1/tiff/test/tifftest.h ghostscript-9.56.1/tiff/test/CMakeLists.txt ghostscript-9.56.1/tiff/test/TiffTestCommon.cmake ghostscript-9.56.1/tiff/test/tiff2bw-quad-lzw-compat.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-minisblack-2c-8b-alpha.sh ghostscript-9.56.1/tiff/test/TiffTest.cmake ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-palette-1c-8b.sh ghostscript-9.56.1/tiff/test/tiffcp-g4.sh ghostscript-9.56.1/tiff/test/tiff2ps-EPS1.sh ghostscript-9.56.1/tiff/test/tiff2bw-palette-1c-8b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-rgb-3c-16b.sh ghostscript-9.56.1/tiff/test/tiffcp-lzw-scanline-decode.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-palette-1c-4b.sh ghostscript-9.56.1/tiff/test/tiffcp-g3.sh ghostscript-9.56.1/tiff/test/tiff2rgba-ojpeg_single_strip_no_rowsperstrip.sh ghostscript-9.56.1/tiff/test/tiffcrop-extract-rgb-3c-16b.sh ghostscript-9.56.1/tiff/test/tiffcrop-extractz14-logluv-3c-16b.sh ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-palette-1c-1b.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-miniswhite-1c-1b.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-minisblack-1c-8b.sh ghostscript-9.56.1/tiff/test/tiffcrop-R90-palette-1c-8b.sh ghostscript-9.56.1/tiff/test/tiffcp-logluv.sh ghostscript-9.56.1/tiff/test/tiff2rgba-miniswhite-1c-1b.sh ghostscript-9.56.1/tiff/test/custom_dir_EXIF_231.c ghostscript-9.56.1/tiff/test/tiffcrop-doubleflip-rgb-3c-16b.sh ghostscript-9.56.1/tiff/test/rewrite_tag.c ghostscript-9.56.1/tiff/test/tiff2rgba-logluv-3c-16b.sh ghostscript-9.56.1/tiff/test/tiff2ps-PS1.sh ghostscript-9.56.1/tiff/test/tiffcp-thumbnail.sh ghostscript-9.56.1/tiff/test/tiff2rgba-palette-1c-8b.sh ghostscript-9.56.1/tiff/test/tiff2rgba-palette-1c-1b.sh ghostscript-9.56.1/tiff/html/ ghostscript-9.56.1/tiff/html/intro.html ghostscript-9.56.1/tiff/html/addingtags.html ghostscript-9.56.1/tiff/html/v3.4beta018.html ghostscript-9.56.1/tiff/html/document.html ghostscript-9.56.1/tiff/html/v3.5.2.html ghostscript-9.56.1/tiff/html/support.html ghostscript-9.56.1/tiff/html/v3.7.0beta2.html ghostscript-9.56.1/tiff/html/index.html ghostscript-9.56.1/tiff/html/v4.0.0.html ghostscript-9.56.1/tiff/html/images/ ghostscript-9.56.1/tiff/html/images/warning.gif ghostscript-9.56.1/tiff/html/images/cramps.gif ghostscript-9.56.1/tiff/html/images/strike.gif ghostscript-9.56.1/tiff/html/images/jim.gif ghostscript-9.56.1/tiff/html/images/smallliz.jpg ghostscript-9.56.1/tiff/html/images/Makefile.in ghostscript-9.56.1/tiff/html/images/ring.gif ghostscript-9.56.1/tiff/html/images/jello.jpg ghostscript-9.56.1/tiff/html/images/cover.jpg ghostscript-9.56.1/tiff/html/images/Makefile.am ghostscript-9.56.1/tiff/html/images/note.gif ghostscript-9.56.1/tiff/html/images/dave.gif ghostscript-9.56.1/tiff/html/images/back.gif ghostscript-9.56.1/tiff/html/images/bali.jpg ghostscript-9.56.1/tiff/html/images/cat.gif ghostscript-9.56.1/tiff/html/images/CMakeLists.txt ghostscript-9.56.1/tiff/html/images/info.gif ghostscript-9.56.1/tiff/html/images/oxford.gif ghostscript-9.56.1/tiff/html/images/quad.jpg ghostscript-9.56.1/tiff/html/v4.2.0.html ghostscript-9.56.1/tiff/html/v3.5.5.html ghostscript-9.56.1/tiff/html/misc.html ghostscript-9.56.1/tiff/html/v3.4beta024.html ghostscript-9.56.1/tiff/html/v3.5.4.html ghostscript-9.56.1/tiff/html/man/ ghostscript-9.56.1/tiff/html/man/TIFFRGBAImage.3tiff.html ghostscript-9.56.1/tiff/html/man/fax2tiff.1.html ghostscript-9.56.1/tiff/html/man/TIFFsize.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFFieldTag.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFFieldDataType.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFcodec.3tiff.html ghostscript-9.56.1/tiff/html/man/libtiff.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFWriteScanline.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFWriteEncodedTile.3tiff.html ghostscript-9.56.1/tiff/html/man/index.html ghostscript-9.56.1/tiff/html/man/TIFFFieldName.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFstrip.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffgt.1.html ghostscript-9.56.1/tiff/html/man/TIFFFieldWriteCount.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFFieldReadCount.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFReadEncodedStrip.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFWriteRawStrip.3tiff.html ghostscript-9.56.1/tiff/html/man/tiff2ps.1.html ghostscript-9.56.1/tiff/html/man/TIFFClose.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFGetField.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFSetField.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffcmp.1.html ghostscript-9.56.1/tiff/html/man/TIFFtile.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFReadRawStrip.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffmedian.1.html ghostscript-9.56.1/tiff/html/man/TIFFWriteDirectory.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFFlush.3tiff.html ghostscript-9.56.1/tiff/html/man/Makefile.in ghostscript-9.56.1/tiff/html/man/TIFFmemory.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFReadRGBAImage.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFSetDirectory.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFquery.3tiff.html ghostscript-9.56.1/tiff/html/man/tiff2rgba.1.html ghostscript-9.56.1/tiff/html/man/pal2rgb.1.html ghostscript-9.56.1/tiff/html/man/tiff2bw.1.html ghostscript-9.56.1/tiff/html/man/TIFFReadEncodedTile.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffdither.1.html ghostscript-9.56.1/tiff/html/man/TIFFWarning.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffdump.1.html ghostscript-9.56.1/tiff/html/man/TIFFWriteTile.3tiff.html ghostscript-9.56.1/tiff/html/man/HtmlDoc.cmake ghostscript-9.56.1/tiff/html/man/tiffsplit.1.html ghostscript-9.56.1/tiff/html/man/TIFFOpen.3tiff.html ghostscript-9.56.1/tiff/html/man/Makefile.am ghostscript-9.56.1/tiff/html/man/TIFFReadRGBATile.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFReadRawTile.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFWriteEncodedStrip.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFReadScanline.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffcp.1.html ghostscript-9.56.1/tiff/html/man/TIFFWriteRawTile.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFswab.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffcrop.1.html ghostscript-9.56.1/tiff/html/man/tiffset.1.html ghostscript-9.56.1/tiff/html/man/ppm2tiff.1.html ghostscript-9.56.1/tiff/html/man/TIFFReadDirectory.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFReadTile.3tiff.html ghostscript-9.56.1/tiff/html/man/tiff2pdf.1.html ghostscript-9.56.1/tiff/html/man/TIFFFieldPassCount.3tiff.html ghostscript-9.56.1/tiff/html/man/CMakeLists.txt ghostscript-9.56.1/tiff/html/man/TIFFReadRGBAStrip.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFbuffer.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFcolor.3tiff.html ghostscript-9.56.1/tiff/html/man/fax2ps.1.html ghostscript-9.56.1/tiff/html/man/TIFFPrintDirectory.3tiff.html ghostscript-9.56.1/tiff/html/man/tiffinfo.1.html ghostscript-9.56.1/tiff/html/man/TIFFError.3tiff.html ghostscript-9.56.1/tiff/html/man/TIFFDataWidth.3tiff.html ghostscript-9.56.1/tiff/html/man/raw2tiff.1.html ghostscript-9.56.1/tiff/html/v3.5.6-beta.html ghostscript-9.56.1/tiff/html/v3.7.3.html ghostscript-9.56.1/tiff/html/v3.7.4.html ghostscript-9.56.1/tiff/html/v3.9.1.html ghostscript-9.56.1/tiff/html/v4.0.8.html ghostscript-9.56.1/tiff/html/v3.4beta034.html ghostscript-9.56.1/tiff/html/Makefile.in ghostscript-9.56.1/tiff/html/v3.8.0.html ghostscript-9.56.1/tiff/html/v4.0.4.html ghostscript-9.56.1/tiff/html/v4.0.10.html ghostscript-9.56.1/tiff/html/v3.9.0beta.html ghostscript-9.56.1/tiff/html/v3.4beta032.html ghostscript-9.56.1/tiff/html/v3.4beta007.html ghostscript-9.56.1/tiff/html/internals.html ghostscript-9.56.1/tiff/html/v4.0.6.html ghostscript-9.56.1/tiff/html/v3.7.0.html ghostscript-9.56.1/tiff/html/v3.4beta029.html ghostscript-9.56.1/tiff/html/contrib.html ghostscript-9.56.1/tiff/html/v3.5.7.html ghostscript-9.56.1/tiff/html/v3.4beta035.html ghostscript-9.56.1/tiff/html/v3.8.2.html ghostscript-9.56.1/tiff/html/Makefile.am ghostscript-9.56.1/tiff/html/bugs.html ghostscript-9.56.1/tiff/html/v3.6.1.html ghostscript-9.56.1/tiff/html/images.html ghostscript-9.56.1/tiff/html/v4.1.0.html ghostscript-9.56.1/tiff/html/v4.0.4beta.html ghostscript-9.56.1/tiff/html/v3.9.2.html ghostscript-9.56.1/tiff/html/v3.7.0beta.html ghostscript-9.56.1/tiff/html/v4.0.5.html ghostscript-9.56.1/tiff/html/v3.5.3.html ghostscript-9.56.1/tiff/html/TIFFTechNote2.html ghostscript-9.56.1/tiff/html/v3.7.1.html ghostscript-9.56.1/tiff/html/v3.8.1.html ghostscript-9.56.1/tiff/html/v4.0.2.html ghostscript-9.56.1/tiff/html/v3.5.1.html ghostscript-9.56.1/tiff/html/v3.4beta033.html ghostscript-9.56.1/tiff/html/v3.7.2.html ghostscript-9.56.1/tiff/html/libtiff.html ghostscript-9.56.1/tiff/html/CMakeLists.txt ghostscript-9.56.1/tiff/html/v4.0.9.html ghostscript-9.56.1/tiff/html/v4.0.3.html ghostscript-9.56.1/tiff/html/v3.4beta016.html ghostscript-9.56.1/tiff/html/v4.0.1.html ghostscript-9.56.1/tiff/html/v3.4beta028.html ghostscript-9.56.1/tiff/html/tools.html ghostscript-9.56.1/tiff/html/build.html ghostscript-9.56.1/tiff/html/v3.7.0alpha.html ghostscript-9.56.1/tiff/html/v3.4beta031.html ghostscript-9.56.1/tiff/html/v3.6.0.html ghostscript-9.56.1/tiff/html/v4.0.7.html ghostscript-9.56.1/tiff/html/v3.4beta036.html ghostscript-9.56.1/tiff/config/ ghostscript-9.56.1/tiff/config/ltmain.sh ghostscript-9.56.1/tiff/config/config.sub ghostscript-9.56.1/tiff/config/install-sh ghostscript-9.56.1/tiff/config/depcomp ghostscript-9.56.1/tiff/config/missing ghostscript-9.56.1/tiff/config/test-driver ghostscript-9.56.1/tiff/config/config.guess ghostscript-9.56.1/tiff/config/compile ghostscript-9.56.1/tiff/Makefile.am ghostscript-9.56.1/tiff/libtiff/ ghostscript-9.56.1/tiff/libtiff/tif_predict.h ghostscript-9.56.1/tiff/libtiff/tif_aux.c ghostscript-9.56.1/tiff/libtiff/tif_luv.c ghostscript-9.56.1/tiff/libtiff/tif_dumpmode.c ghostscript-9.56.1/tiff/libtiff/tif_flush.c ghostscript-9.56.1/tiff/libtiff/tif_zstd.c ghostscript-9.56.1/tiff/libtiff/tif_config.wince.h ghostscript-9.56.1/tiff/libtiff/tif_config.vc.h ghostscript-9.56.1/tiff/libtiff/tif_config.h.cmake.in ghostscript-9.56.1/tiff/libtiff/mkg3states.c ghostscript-9.56.1/tiff/libtiff/tif_version.c ghostscript-9.56.1/tiff/libtiff/Makefile.vc ghostscript-9.56.1/tiff/libtiff/tif_open.c ghostscript-9.56.1/tiff/libtiff/tif_dirinfo.c ghostscript-9.56.1/tiff/libtiff/tif_dir.c ghostscript-9.56.1/tiff/libtiff/tiffvers.h ghostscript-9.56.1/tiff/libtiff/tiffiop.h ghostscript-9.56.1/tiff/libtiff/tif_predict.c ghostscript-9.56.1/tiff/libtiff/t4.h ghostscript-9.56.1/tiff/libtiff/tif_tile.c ghostscript-9.56.1/tiff/libtiff/tif_warning.c ghostscript-9.56.1/tiff/libtiff/tif_thunder.c ghostscript-9.56.1/tiff/libtiff/tif_compress.c ghostscript-9.56.1/tiff/libtiff/tif_lzma.c ghostscript-9.56.1/tiff/libtiff/libtiff.def ghostscript-9.56.1/tiff/libtiff/tif_dir.h ghostscript-9.56.1/tiff/libtiff/tif_getimage.c ghostscript-9.56.1/tiff/libtiff/tiffconf.wince.h ghostscript-9.56.1/tiff/libtiff/tiffconf.h.in ghostscript-9.56.1/tiff/libtiff/Makefile.in ghostscript-9.56.1/tiff/libtiff/tif_codec.c ghostscript-9.56.1/tiff/libtiff/tif_dirread.c ghostscript-9.56.1/tiff/libtiff/tif_stream.cxx ghostscript-9.56.1/tiff/libtiff/tif_jbig.c ghostscript-9.56.1/tiff/libtiff/tif_extension.c ghostscript-9.56.1/tiff/libtiff/tiffconf.h.cmake.in ghostscript-9.56.1/tiff/libtiff/uvcode.h ghostscript-9.56.1/tiff/libtiff/tif_fax3.c ghostscript-9.56.1/tiff/libtiff/Makefile.am ghostscript-9.56.1/tiff/libtiff/tif_print.c ghostscript-9.56.1/tiff/libtiff/tif_zip.c ghostscript-9.56.1/tiff/libtiff/tif_write.c ghostscript-9.56.1/tiff/libtiff/tif_read.c ghostscript-9.56.1/tiff/libtiff/tif_unix.c ghostscript-9.56.1/tiff/libtiff/tiffio.h ghostscript-9.56.1/tiff/libtiff/tif_webp.c ghostscript-9.56.1/tiff/libtiff/tif_next.c ghostscript-9.56.1/tiff/libtiff/tiff.h ghostscript-9.56.1/tiff/libtiff/tif_packbits.c ghostscript-9.56.1/tiff/libtiff/tif_ojpeg.c ghostscript-9.56.1/tiff/libtiff/tif_dirwrite.c ghostscript-9.56.1/tiff/libtiff/tif_swab.c ghostscript-9.56.1/tiff/libtiff/tif_fax3sm.c ghostscript-9.56.1/tiff/libtiff/tif_error.c ghostscript-9.56.1/tiff/libtiff/tif_color.c ghostscript-9.56.1/tiff/libtiff/tif_fax3.h ghostscript-9.56.1/tiff/libtiff/tif_strip.c ghostscript-9.56.1/tiff/libtiff/libtiff.map ghostscript-9.56.1/tiff/libtiff/tif_config.h.in ghostscript-9.56.1/tiff/libtiff/tif_close.c ghostscript-9.56.1/tiff/libtiff/CMakeLists.txt ghostscript-9.56.1/tiff/libtiff/tif_jpeg.c ghostscript-9.56.1/tiff/libtiff/tiffio.hxx ghostscript-9.56.1/tiff/libtiff/tiffconf.vc.h ghostscript-9.56.1/tiff/libtiff/tif_pixarlog.c ghostscript-9.56.1/tiff/libtiff/tif_lzw.c ghostscript-9.56.1/tiff/libtiff/SConstruct ghostscript-9.56.1/tiff/libtiff/tif_config.h-vms ghostscript-9.56.1/tiff/libtiff/libtiffxx.map ghostscript-9.56.1/tiff/libtiff/tif_jpeg_12.c ghostscript-9.56.1/tiff/libtiff/tif_win32.c ghostscript-9.56.1/tiff/TODO ghostscript-9.56.1/tiff/aclocal.m4 ghostscript-9.56.1/tiff/ChangeLog ghostscript-9.56.1/tiff/HOWTO-RELEASE ghostscript-9.56.1/tiff/build/ ghostscript-9.56.1/tiff/build/README ghostscript-9.56.1/tiff/build/Makefile.in ghostscript-9.56.1/tiff/build/Makefile.am ghostscript-9.56.1/tiff/build/CMakeLists.txt ghostscript-9.56.1/tiff/CMakeLists.txt ghostscript-9.56.1/tiff/m4/ ghostscript-9.56.1/tiff/m4/libtool.m4 ghostscript-9.56.1/tiff/m4/ltsugar.m4 ghostscript-9.56.1/tiff/m4/acinclude.m4 ghostscript-9.56.1/tiff/m4/lt~obsolete.m4 ghostscript-9.56.1/tiff/m4/ltversion.m4 ghostscript-9.56.1/tiff/m4/ltoptions.m4 ghostscript-9.56.1/tiff/README.md ghostscript-9.56.1/tiff/SConstruct ghostscript-9.56.1/demos/ ghostscript-9.56.1/demos/c/ ghostscript-9.56.1/demos/c/api_test.vcxproj.filters ghostscript-9.56.1/demos/c/ReadMe.txt ghostscript-9.56.1/demos/c/Makefile ghostscript-9.56.1/demos/c/api_test.c ghostscript-9.56.1/demos/c/api_test.vcxproj ghostscript-9.56.1/demos/c/multi_test.vcxproj.filters ghostscript-9.56.1/demos/c/multi_test.vcxproj ghostscript-9.56.1/demos/c/multi_test.c ghostscript-9.56.1/demos/csharp/ ghostscript-9.56.1/demos/csharp/linux/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/make.sh ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainZoom.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainWindow.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/Program.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/DocPage.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainThumbRendering.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/gsOutput.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainRender.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/TempFile.cs ghostscript-9.56.1/demos/csharp/api/ ghostscript-9.56.1/demos/csharp/api/ghostmono.cs ghostscript-9.56.1/demos/csharp/api/ghostnet.cs ghostscript-9.56.1/demos/csharp/api/ghostapi.cs ghostscript-9.56.1/demos/csharp/README.txt ghostscript-9.56.1/demos/csharp/windows/ ghostscript-9.56.1/demos/csharp/windows/ghostnet.sln ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/ ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainWindow.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainZoom.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.config ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintStatus.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintStatus.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainPrint.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintControl.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsIO.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/DocPage.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainThumbRendering.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/About.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsOutput.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainWindow.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainRender.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/About.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintControl.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/TempFile.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/ ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Settings.settings ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Resources.Designer.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Settings.Designer.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/AssemblyInfo.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Resources.resx ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/ghostnet_simple_viewer.csproj ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/XPSprint.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsOutput.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.xaml ghostscript-9.56.1/demos/java/ ghostscript-9.56.1/demos/java/mtdemo/ ghostscript-9.56.1/demos/java/mtdemo/build_win32.bat ghostscript-9.56.1/demos/java/mtdemo/Worker.java ghostscript-9.56.1/demos/java/mtdemo/build_linux.sh ghostscript-9.56.1/demos/java/mtdemo/README.txt ghostscript-9.56.1/demos/java/mtdemo/Main.java ghostscript-9.56.1/demos/java/mtdemo/runmtd_win32.bat ghostscript-9.56.1/demos/java/mtdemo/runmtd_darwin.sh ghostscript-9.56.1/demos/java/mtdemo/runmtd_linux.sh ghostscript-9.56.1/demos/java/mtdemo/build_darwin.sh ghostscript-9.56.1/demos/java/jni/ ghostscript-9.56.1/demos/java/jni/gs_jni/ ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.vcxproj.filters ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_util_NativePointer.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_GSAPI.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/callbacks.h ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.sln ghostscript-9.56.1/demos/java/jni/gs_jni/jni_util.h ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_util_NativePointer.h ghostscript-9.56.1/demos/java/jni/gs_jni/build_linux.sh ghostscript-9.56.1/demos/java/jni/gs_jni/dllmain.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_GSAPI.h ghostscript-9.56.1/demos/java/jni/gs_jni/instance_data.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/README.txt ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.vcxproj ghostscript-9.56.1/demos/java/jni/gs_jni/framework.h ghostscript-9.56.1/demos/java/jni/gs_jni/jni_util.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/instance_data.h ghostscript-9.56.1/demos/java/jni/gs_jni/settings.h ghostscript-9.56.1/demos/java/jni/gs_jni/callbacks.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/build_darwin.sh ghostscript-9.56.1/demos/java/jni/gs_jni/install_linux.sh ghostscript-9.56.1/demos/java/gsviewer/ ghostscript-9.56.1/demos/java/gsviewer/build_win32.bat ghostscript-9.56.1/demos/java/gsviewer/start_linux.sh ghostscript-9.56.1/demos/java/gsviewer/Manifest.md ghostscript-9.56.1/demos/java/gsviewer/.classpath ghostscript-9.56.1/demos/java/gsviewer/build_linux.sh ghostscript-9.56.1/demos/java/gsviewer/.project ghostscript-9.56.1/demos/java/gsviewer/start_darwin.sh ghostscript-9.56.1/demos/java/gsviewer/src/ ghostscript-9.56.1/demos/java/gsviewer/src/com/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/DefaultUnhandledExceptionHandler.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/SettingsDialog.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ViewerGUIListener.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ScrollMap.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ViewerWindow.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/PageUpdateCallback.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Page.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/PDFFileFilter.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/StdIO.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Document.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/GSFileFilter.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Settings.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Main.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ImageUtil.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ViewerController.java ghostscript-9.56.1/demos/java/gsviewer/README.txt ghostscript-9.56.1/demos/java/gsviewer/build_darwin.sh ghostscript-9.56.1/demos/java/README.txt ghostscript-9.56.1/demos/java/gstest/ ghostscript-9.56.1/demos/java/gstest/.classpath ghostscript-9.56.1/demos/java/gstest/.project ghostscript-9.56.1/demos/java/gstest/src/ ghostscript-9.56.1/demos/java/gstest/src/gstest/ ghostscript-9.56.1/demos/java/gstest/src/gstest/Main.java ghostscript-9.56.1/demos/java/gsjava/ ghostscript-9.56.1/demos/java/gsjava/build_win32.bat ghostscript-9.56.1/demos/java/gsjava/Manifest.md ghostscript-9.56.1/demos/java/gsjava/.classpath ghostscript-9.56.1/demos/java/gsjava/build_linux.sh ghostscript-9.56.1/demos/java/gsjava/.project ghostscript-9.56.1/demos/java/gsjava/src/ ghostscript-9.56.1/demos/java/gsjava/src/com/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IPollFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdOutFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdInFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/DisplayCallback.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/ICalloutFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdErrFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/BMPDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/FAXDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/Device.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/OCRDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFImageDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFPostscriptDeviceFamily.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PCXDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/XPSDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DeviceNotSupportedException.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PostScriptDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PSDDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/EPSDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PXLDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PNMDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/TIFFDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/HighLevelDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PNGDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DeviceInUseException.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DisplayDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/JPEGDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/TextDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/FileDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/BytePointer.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/AllocationError.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/StringUtil.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/Reference.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/ByteArrayReference.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/NativeArray.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/NativePointer.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/GSInstance.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/GSAPI.java ghostscript-9.56.1/demos/java/gsjava/README.txt ghostscript-9.56.1/demos/java/gsjava/build_darwin.sh ghostscript-9.56.1/demos/MATLAB/ ghostscript-9.56.1/demos/MATLAB/ghostpdl.m ghostscript-9.56.1/demos/MATLAB/gs_displaydevice.c ghostscript-9.56.1/demos/python/ ghostscript-9.56.1/demos/python/gsapi.py ghostscript-9.56.1/demos/python/examples.py ghostscript-9.56.1/demos/python/README.txt ghostscript-9.56.1/.gitignore ghostscript-9.56.1/jpeg/ ghostscript-9.56.1/jpeg/wrtarga.c ghostscript-9.56.1/jpeg/jccolor.c ghostscript-9.56.1/jpeg/makeasln.v16 ghostscript-9.56.1/jpeg/ltmain.sh ghostscript-9.56.1/jpeg/makewdep.vc6 ghostscript-9.56.1/jpeg/jfdctfst.c ghostscript-9.56.1/jpeg/jutils.c ghostscript-9.56.1/jpeg/jidctint.c ghostscript-9.56.1/jpeg/makewdsp.vc6 ghostscript-9.56.1/jpeg/jpegtran.c ghostscript-9.56.1/jpeg/jdarith.c ghostscript-9.56.1/jpeg/jconfig.manx ghostscript-9.56.1/jpeg/makejsln.v16 ghostscript-9.56.1/jpeg/jidctfst.c ghostscript-9.56.1/jpeg/jmemdos.c ghostscript-9.56.1/jpeg/jconfig.vms ghostscript-9.56.1/jpeg/makvms.opt ghostscript-9.56.1/jpeg/makejdsp.vc6 ghostscript-9.56.1/jpeg/makefile.b32 ghostscript-9.56.1/jpeg/wrgif.c ghostscript-9.56.1/jpeg/config.sub ghostscript-9.56.1/jpeg/makefile.vc ghostscript-9.56.1/jpeg/jmemmac.c ghostscript-9.56.1/jpeg/jconfig.mac ghostscript-9.56.1/jpeg/jpeglib.h ghostscript-9.56.1/jpeg/makefile.mc6 ghostscript-9.56.1/jpeg/jversion.h ghostscript-9.56.1/jpeg/rdppm.c ghostscript-9.56.1/jpeg/maketdep.vc6 ghostscript-9.56.1/jpeg/install-sh ghostscript-9.56.1/jpeg/jconfig.vc ghostscript-9.56.1/jpeg/maktjpeg.st ghostscript-9.56.1/jpeg/depcomp ghostscript-9.56.1/jpeg/jcapimin.c ghostscript-9.56.1/jpeg/jcmarker.c ghostscript-9.56.1/jpeg/transupp.h ghostscript-9.56.1/jpeg/jchuff.c ghostscript-9.56.1/jpeg/README ghostscript-9.56.1/jpeg/jcsample.c ghostscript-9.56.1/jpeg/jcomapi.c ghostscript-9.56.1/jpeg/jdtrans.c ghostscript-9.56.1/jpeg/jdmerge.c ghostscript-9.56.1/jpeg/makewvcx.v16 ghostscript-9.56.1/jpeg/ckconfig.c ghostscript-9.56.1/jpeg/rdjpgcom.1 ghostscript-9.56.1/jpeg/jdsample.c ghostscript-9.56.1/jpeg/makefile.dj ghostscript-9.56.1/jpeg/makefile.vms ghostscript-9.56.1/jpeg/makdjpeg.st ghostscript-9.56.1/jpeg/rdgif.c ghostscript-9.56.1/jpeg/jcmaster.c ghostscript-9.56.1/jpeg/jcparam.c ghostscript-9.56.1/jpeg/configure.ac ghostscript-9.56.1/jpeg/jerror.c ghostscript-9.56.1/jpeg/maketmak.vc6 ghostscript-9.56.1/jpeg/jinclude.h ghostscript-9.56.1/jpeg/makefile.manx ghostscript-9.56.1/jpeg/example.c ghostscript-9.56.1/jpeg/makefile.vs ghostscript-9.56.1/jpeg/makedvcx.v16 ghostscript-9.56.1/jpeg/missing ghostscript-9.56.1/jpeg/rdswitch.c ghostscript-9.56.1/jpeg/testimgp.jpg ghostscript-9.56.1/jpeg/makeproj.mac ghostscript-9.56.1/jpeg/testimg.gif ghostscript-9.56.1/jpeg/configure ghostscript-9.56.1/jpeg/jpegint.h ghostscript-9.56.1/jpeg/jcapistd.c ghostscript-9.56.1/jpeg/jdatasrc.c ghostscript-9.56.1/jpeg/jconfig.wat ghostscript-9.56.1/jpeg/jcdctmgr.c ghostscript-9.56.1/jpeg/jconfig.bcc ghostscript-9.56.1/jpeg/makewfil.v16 ghostscript-9.56.1/jpeg/jcinit.c ghostscript-9.56.1/jpeg/wrrle.c ghostscript-9.56.1/jpeg/makejmak.vc6 ghostscript-9.56.1/jpeg/jdatadst.c ghostscript-9.56.1/jpeg/maketdsp.vc6 ghostscript-9.56.1/jpeg/makerdep.vc6 ghostscript-9.56.1/jpeg/Makefile.in ghostscript-9.56.1/jpeg/rdbmp.c ghostscript-9.56.1/jpeg/makefile.bcc ghostscript-9.56.1/jpeg/makecdep.vc6 ghostscript-9.56.1/jpeg/jfdctint.c ghostscript-9.56.1/jpeg/jdpostct.c ghostscript-9.56.1/jpeg/djpeg.1 ghostscript-9.56.1/jpeg/structure.txt ghostscript-9.56.1/jpeg/cdjpeg.h ghostscript-9.56.1/jpeg/maketfil.v16 ghostscript-9.56.1/jpeg/jdct.h ghostscript-9.56.1/jpeg/jpegtran.1 ghostscript-9.56.1/jpeg/makerfil.v16 ghostscript-9.56.1/jpeg/makejdep.vc6 ghostscript-9.56.1/jpeg/wrjpgcom.c ghostscript-9.56.1/jpeg/makecmak.vc6 ghostscript-9.56.1/jpeg/jmemsys.h ghostscript-9.56.1/jpeg/jmorecfg.h ghostscript-9.56.1/jpeg/usage.txt ghostscript-9.56.1/jpeg/jccoefct.c ghostscript-9.56.1/jpeg/makefile.unix ghostscript-9.56.1/jpeg/testprog.jpg ghostscript-9.56.1/jpeg/wrjpgcom.1 ghostscript-9.56.1/jpeg/jddctmgr.c ghostscript-9.56.1/jpeg/install.txt ghostscript-9.56.1/jpeg/jconfig.mc6 ghostscript-9.56.1/jpeg/testorig.jpg ghostscript-9.56.1/jpeg/makervcx.v16 ghostscript-9.56.1/jpeg/Makefile.am ghostscript-9.56.1/jpeg/jdapimin.c ghostscript-9.56.1/jpeg/wrppm.c ghostscript-9.56.1/jpeg/jcprepct.c ghostscript-9.56.1/jpeg/change.log ghostscript-9.56.1/jpeg/jconfig.st ghostscript-9.56.1/jpeg/makljpeg.st ghostscript-9.56.1/jpeg/makewmak.vc6 ghostscript-9.56.1/jpeg/makeadsw.vc6 ghostscript-9.56.1/jpeg/jconfig.sas ghostscript-9.56.1/jpeg/makeddsp.vc6 ghostscript-9.56.1/jpeg/rdtarga.c ghostscript-9.56.1/jpeg/makermak.vc6 ghostscript-9.56.1/jpeg/jaricom.c ghostscript-9.56.1/jpeg/jidctflt.c ghostscript-9.56.1/jpeg/jdmaster.c ghostscript-9.56.1/jpeg/rdrle.c ghostscript-9.56.1/jpeg/makejvcx.v16 ghostscript-9.56.1/jpeg/libjpeg.map ghostscript-9.56.1/jpeg/jdcolor.c ghostscript-9.56.1/jpeg/transupp.c ghostscript-9.56.1/jpeg/makerdsp.vc6 ghostscript-9.56.1/jpeg/makefile.mms ghostscript-9.56.1/jpeg/makecvcx.v16 ghostscript-9.56.1/jpeg/jdmarker.c ghostscript-9.56.1/jpeg/makefile.wat ghostscript-9.56.1/jpeg/testimg.ppm ghostscript-9.56.1/jpeg/cderror.h ghostscript-9.56.1/jpeg/rdjpgcom.c ghostscript-9.56.1/jpeg/jmemname.c ghostscript-9.56.1/jpeg/jerror.h ghostscript-9.56.1/jpeg/jconfig.cfg ghostscript-9.56.1/jpeg/aclocal.m4 ghostscript-9.56.1/jpeg/filelist.txt ghostscript-9.56.1/jpeg/jcmainct.c ghostscript-9.56.1/jpeg/makeddep.vc6 ghostscript-9.56.1/jpeg/jmemmgr.c ghostscript-9.56.1/jpeg/ar-lib ghostscript-9.56.1/jpeg/makefile.sas ghostscript-9.56.1/jpeg/config.guess ghostscript-9.56.1/jpeg/jmemansi.c ghostscript-9.56.1/jpeg/jdhuff.c ghostscript-9.56.1/jpeg/libjpeg.txt ghostscript-9.56.1/jpeg/coderules.txt ghostscript-9.56.1/jpeg/wrbmp.c ghostscript-9.56.1/jpeg/makecdsp.vc6 ghostscript-9.56.1/jpeg/jcarith.c ghostscript-9.56.1/jpeg/jctrans.c ghostscript-9.56.1/jpeg/compile ghostscript-9.56.1/jpeg/jmemnobs.c ghostscript-9.56.1/jpeg/makecfil.v16 ghostscript-9.56.1/jpeg/jfdctflt.c ghostscript-9.56.1/jpeg/cjpeg.c ghostscript-9.56.1/jpeg/makedfil.v16 ghostscript-9.56.1/jpeg/testimg.jpg ghostscript-9.56.1/jpeg/makejdsw.vc6 ghostscript-9.56.1/jpeg/libjpeg.pc.in ghostscript-9.56.1/jpeg/wizard.txt ghostscript-9.56.1/jpeg/jquant2.c ghostscript-9.56.1/jpeg/jdapistd.c ghostscript-9.56.1/jpeg/jdmainct.c ghostscript-9.56.1/jpeg/makejfil.v16 ghostscript-9.56.1/jpeg/makcjpeg.st ghostscript-9.56.1/jpeg/cjpeg.1 ghostscript-9.56.1/jpeg/jconfig.txt ghostscript-9.56.1/jpeg/cdjpeg.c ghostscript-9.56.1/jpeg/jquant1.c ghostscript-9.56.1/jpeg/djpeg.c ghostscript-9.56.1/jpeg/jdinput.c ghostscript-9.56.1/jpeg/jdcoefct.c ghostscript-9.56.1/jpeg/makefile.ansi ghostscript-9.56.1/jpeg/jmemdosa.asm ghostscript-9.56.1/jpeg/testimg.bmp ghostscript-9.56.1/jpeg/makedmak.vc6 ghostscript-9.56.1/jpeg/maketvcx.v16 ghostscript-9.56.1/jpeg/jconfig.dj ghostscript-9.56.1/jpeg/rdcolmap.c ghostscript-9.56.1/pdf/ ghostscript-9.56.1/pdf/pdf_fmap.h ghostscript-9.56.1/pdf/pdf_deref.c ghostscript-9.56.1/pdf/pdf_font3.c ghostscript-9.56.1/pdf/pdf_font_types.h ghostscript-9.56.1/pdf/pdf_ciddec.c ghostscript-9.56.1/pdf/pdf_shading.h ghostscript-9.56.1/pdf/pdf_doc.h ghostscript-9.56.1/pdf/pdf_text.h ghostscript-9.56.1/pdf/pdf_gstate.c ghostscript-9.56.1/pdf/pdf_check.c ghostscript-9.56.1/pdf/pdf_fontps.c ghostscript-9.56.1/pdf/pdf_image.h ghostscript-9.56.1/pdf/pdf_colour.h ghostscript-9.56.1/pdf/pdf_utf8.h ghostscript-9.56.1/pdf/pdf_stack.c ghostscript-9.56.1/pdf/pdf_types.h ghostscript-9.56.1/pdf/pdf_dict.h ghostscript-9.56.1/pdf/pdf_annot.h ghostscript-9.56.1/pdf/pdf_font1C.h ghostscript-9.56.1/pdf/pdf_colour.c ghostscript-9.56.1/pdf/pdf_misc.h ghostscript-9.56.1/pdf/pdftop.c ghostscript-9.56.1/pdf/pdf_fontTT.c ghostscript-9.56.1/pdf/pdf_trans.c ghostscript-9.56.1/pdf/ghostpdf.c ghostscript-9.56.1/pdf/pdf_font.h ghostscript-9.56.1/pdf/pdf_font3.h ghostscript-9.56.1/pdf/pdf_font1C.c ghostscript-9.56.1/pdf/pdf_loop_detect.h ghostscript-9.56.1/pdf/pdf_page.c ghostscript-9.56.1/pdf/pdf_device.c ghostscript-9.56.1/pdf/pdf_pattern.h ghostscript-9.56.1/pdf/pdf_font9.c ghostscript-9.56.1/pdf/pdf_dict.c ghostscript-9.56.1/pdf/pdf_cmap.h ghostscript-9.56.1/pdf/pdf_font0.h ghostscript-9.56.1/pdf/pdf_func.c ghostscript-9.56.1/pdf/pdf_check.h ghostscript-9.56.1/pdf/pdf_obj.c ghostscript-9.56.1/pdf/pdf_deref.h ghostscript-9.56.1/pdf/pdf_optcontent.c ghostscript-9.56.1/pdf/pdf_cmap.c ghostscript-9.56.1/pdf/pdf_font11.c ghostscript-9.56.1/pdf/pdf_loop_detect.c ghostscript-9.56.1/pdf/pdf_sec.h ghostscript-9.56.1/pdf/pdf_font1.h ghostscript-9.56.1/pdf/pdf_mark.c ghostscript-9.56.1/pdf/pdf_path.c ghostscript-9.56.1/pdf/pdf_repair.h ghostscript-9.56.1/pdf/pdf_xref.h ghostscript-9.56.1/pdf/ghostpdf.h ghostscript-9.56.1/pdf/pdfromfs.mak ghostscript-9.56.1/pdf/pdf_func.h ghostscript-9.56.1/pdf/pdf_device.h ghostscript-9.56.1/pdf/pdf_misc.c ghostscript-9.56.1/pdf/pdf_doc.c ghostscript-9.56.1/pdf/pdf_fontTT.h ghostscript-9.56.1/pdf/pdf_path.h ghostscript-9.56.1/pdf/pdf_warnings.h ghostscript-9.56.1/pdf/pdf_array.h ghostscript-9.56.1/pdf/pdf_int.c ghostscript-9.56.1/pdf/pdf_font0.c ghostscript-9.56.1/pdf/pdf_array.c ghostscript-9.56.1/pdf/pdf_obj.h ghostscript-9.56.1/pdf/pdf_page.h ghostscript-9.56.1/pdf/pdf_fmap.c ghostscript-9.56.1/pdf/pdf_file.c ghostscript-9.56.1/pdf/pdf_fapi.c ghostscript-9.56.1/pdf/pdf_trans.h ghostscript-9.56.1/pdf/pdf.mak ghostscript-9.56.1/pdf/pdf_font1.c ghostscript-9.56.1/pdf/pdf_gstate.h ghostscript-9.56.1/pdf/pdf_annot.c ghostscript-9.56.1/pdf/pdf_pattern.c ghostscript-9.56.1/pdf/pdf_mark.h ghostscript-9.56.1/pdf/pdf_image.c ghostscript-9.56.1/pdf/pdf_optcontent.h ghostscript-9.56.1/pdf/pdf_sec.c ghostscript-9.56.1/pdf/pdf_repair.c ghostscript-9.56.1/pdf/pdf_errors.h ghostscript-9.56.1/pdf/pdf_shading.c ghostscript-9.56.1/pdf/pdf_xref.c ghostscript-9.56.1/pdf/pdf_stack.h ghostscript-9.56.1/pdf/pdf_text.c ghostscript-9.56.1/pdf/pdf_utf8.c ghostscript-9.56.1/pdf/pdf_fontps.h ghostscript-9.56.1/pdf/pdf_font.c ghostscript-9.56.1/pdf/pdf_int.h ghostscript-9.56.1/pdf/pdf_file.h ghostscript-9.56.1/openjpeg/ ghostscript-9.56.1/openjpeg/THANKS.md ghostscript-9.56.1/openjpeg/INSTALL.md ghostscript-9.56.1/openjpeg/doc/ ghostscript-9.56.1/openjpeg/doc/mainpage.dox.in ghostscript-9.56.1/openjpeg/doc/man/ ghostscript-9.56.1/openjpeg/doc/man/man1/ ghostscript-9.56.1/openjpeg/doc/man/man1/opj_decompress.1 ghostscript-9.56.1/openjpeg/doc/man/man1/opj_compress.1 ghostscript-9.56.1/openjpeg/doc/man/man1/opj_dump.1 ghostscript-9.56.1/openjpeg/doc/man/man3/ ghostscript-9.56.1/openjpeg/doc/man/man3/libopenjp2.3 ghostscript-9.56.1/openjpeg/doc/jpip_architect.png ghostscript-9.56.1/openjpeg/doc/jpip_protocol.png ghostscript-9.56.1/openjpeg/doc/openjpip.dox.in ghostscript-9.56.1/openjpeg/doc/CMakeLists.txt ghostscript-9.56.1/openjpeg/doc/Doxyfile.dox.cmake.in ghostscript-9.56.1/openjpeg/AUTHORS.md ghostscript-9.56.1/openjpeg/CHANGELOG.md ghostscript-9.56.1/openjpeg/LICENSE ghostscript-9.56.1/openjpeg/src/ ghostscript-9.56.1/openjpeg/src/lib/ ghostscript-9.56.1/openjpeg/src/lib/openjp2/ ghostscript-9.56.1/openjpeg/src/lib/openjp2/image.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_clock.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/bio.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/invert.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/cio.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t2.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_malloc.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_codec.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/invert.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_inttypes.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/dwt.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t2.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/ppix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/sparse_array.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/phix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/indexbox_manager.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/sparse_array.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tpix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/thread.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/thread.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/event.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/jp2.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tgt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/function_list.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_includes.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_clock.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/libopenjp2.pc.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/cidx_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/j2k.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/mct.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/image.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config.h.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/dwt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_malloc.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1_generate_luts.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/bio.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/cio.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/cidx_manager.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_common.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1_luts.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/jp2.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tgt.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/function_list.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/openjpeg.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/pi.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/lib/openjp2/test_sparse_array.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/bench_dwt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config_private.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/j2k.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_stdint.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_intmath.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tcd.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/pi.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc_inl.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/mct.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config_private.h.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/thix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/event.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tls_keys.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/openjpeg.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tcd.h ghostscript-9.56.1/openjpeg/src/lib/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/CMakeLists.txt ghostscript-9.56.1/openjpeg/appveyor.yml ghostscript-9.56.1/openjpeg/README.md ghostscript-9.56.1/openjpeg/NEWS.md ghostscript-9.56.1/psi/ ghostscript-9.56.1/psi/zfunc.h ghostscript-9.56.1/psi/imain.c ghostscript-9.56.1/psi/idisp.h ghostscript-9.56.1/psi/ifilter2.h ghostscript-9.56.1/psi/zalg.c ghostscript-9.56.1/psi/zmisc.c ghostscript-9.56.1/psi/zfjpx.c ghostscript-9.56.1/psi/zdouble.c ghostscript-9.56.1/psi/interp.c ghostscript-9.56.1/psi/zcrd.c ghostscript-9.56.1/psi/ztype.c ghostscript-9.56.1/psi/zmisc3.c ghostscript-9.56.1/psi/ifilter.h ghostscript-9.56.1/psi/dmmain.r ghostscript-9.56.1/psi/zfarc4.c ghostscript-9.56.1/psi/zfmd5.c ghostscript-9.56.1/psi/icontext.h ghostscript-9.56.1/psi/idictdef.h ghostscript-9.56.1/psi/zcolor1.c ghostscript-9.56.1/psi/idicttpl.h ghostscript-9.56.1/psi/zmisc1.c ghostscript-9.56.1/psi/inameidx.h ghostscript-9.56.1/psi/iastruct.h ghostscript-9.56.1/psi/zht2.c ghostscript-9.56.1/psi/files.h ghostscript-9.56.1/psi/gsdll64metro.def ghostscript-9.56.1/psi/idict.h ghostscript-9.56.1/psi/zchar.c ghostscript-9.56.1/psi/zcspixel.c ghostscript-9.56.1/psi/zfile.c ghostscript-9.56.1/psi/dwuninst_x64.manifest ghostscript-9.56.1/psi/zfunc3.c ghostscript-9.56.1/psi/dwtrace.h ghostscript-9.56.1/psi/zcontrol.c ghostscript-9.56.1/psi/iname.c ghostscript-9.56.1/psi/opdef.h ghostscript-9.56.1/psi/os2.mak ghostscript-9.56.1/psi/zfont0.c ghostscript-9.56.1/psi/ivmem2.h ghostscript-9.56.1/psi/gsos2.rc ghostscript-9.56.1/psi/zncdummy.c ghostscript-9.56.1/psi/zfbcp.c ghostscript-9.56.1/psi/ifrpred.h ghostscript-9.56.1/psi/zsysvm.c ghostscript-9.56.1/psi/zbseq.c ghostscript-9.56.1/psi/zfunc4.c ghostscript-9.56.1/psi/dwmain64.def ghostscript-9.56.1/psi/iostack.h ghostscript-9.56.1/psi/zarray.c ghostscript-9.56.1/psi/ghost.h ghostscript-9.56.1/psi/int.mak ghostscript-9.56.1/psi/itoken.h ghostscript-9.56.1/psi/imainarg.h ghostscript-9.56.1/psi/dwuninst_x86.manifest ghostscript-9.56.1/psi/zshade.c ghostscript-9.56.1/psi/igc.c ghostscript-9.56.1/psi/zfaes.c ghostscript-9.56.1/psi/igc.h ghostscript-9.56.1/psi/ialloc.c ghostscript-9.56.1/psi/nsisinst.nsi ghostscript-9.56.1/psi/icstate.h ghostscript-9.56.1/psi/dstack.h ghostscript-9.56.1/psi/zdevice2.c ghostscript-9.56.1/psi/dwimg.c ghostscript-9.56.1/psi/zfproc.c ghostscript-9.56.1/psi/zform.c ghostscript-9.56.1/psi/zcolor.c ghostscript-9.56.1/psi/ibnum.h ghostscript-9.56.1/psi/dwmainc.c ghostscript-9.56.1/psi/ichar1.h ghostscript-9.56.1/psi/istkparm.h ghostscript-9.56.1/psi/imain.h ghostscript-9.56.1/psi/zchar1.c ghostscript-9.56.1/psi/zfcid1.c ghostscript-9.56.1/psi/zfimscale.c ghostscript-9.56.1/psi/iddstack.h ghostscript-9.56.1/psi/ziodev2.c ghostscript-9.56.1/psi/psapi.h ghostscript-9.56.1/psi/gsos2.icx ghostscript-9.56.1/psi/zfdcte.c ghostscript-9.56.1/psi/zpaint.c ghostscript-9.56.1/psi/zpdfops.c ghostscript-9.56.1/psi/iimage.h ghostscript-9.56.1/psi/gserver.c ghostscript-9.56.1/psi/dwtrace.c ghostscript-9.56.1/psi/idisp.c ghostscript-9.56.1/psi/zgeneric.c ghostscript-9.56.1/psi/zdict.c ghostscript-9.56.1/psi/dwres.h ghostscript-9.56.1/psi/zht.c ghostscript-9.56.1/psi/dpmain.c ghostscript-9.56.1/psi/bfont.h ghostscript-9.56.1/psi/ireclaim.c ghostscript-9.56.1/psi/inamestr.h ghostscript-9.56.1/psi/zcharx.c ghostscript-9.56.1/psi/ztrap.c ghostscript-9.56.1/psi/gsos2.def ghostscript-9.56.1/psi/zdevcal.c ghostscript-9.56.1/psi/dscparse.h ghostscript-9.56.1/psi/zfdecode.c ghostscript-9.56.1/psi/apitest.c ghostscript-9.56.1/psi/ipcolor.h ghostscript-9.56.1/psi/zht2.h ghostscript-9.56.1/psi/ziodevsc.c ghostscript-9.56.1/psi/iconf.h ghostscript-9.56.1/psi/zdps1.c ghostscript-9.56.1/psi/ivmspace.h ghostscript-9.56.1/psi/iosdata.h ghostscript-9.56.1/psi/gsdll2.def ghostscript-9.56.1/psi/zcharout.c ghostscript-9.56.1/psi/gsdll32.rc ghostscript-9.56.1/psi/zpdf_r6.c ghostscript-9.56.1/psi/isdata.h ghostscript-9.56.1/psi/ifcid.h ghostscript-9.56.1/psi/zfsha2.c ghostscript-9.56.1/psi/zpath.c ghostscript-9.56.1/psi/zdfilter.c ghostscript-9.56.1/psi/ztrans.c ghostscript-9.56.1/psi/ialloc.h ghostscript-9.56.1/psi/zarith.c ghostscript-9.56.1/psi/iparray.h ghostscript-9.56.1/psi/istack.h ghostscript-9.56.1/psi/oparc.h ghostscript-9.56.1/psi/iref.h ghostscript-9.56.1/psi/ilocate.c ghostscript-9.56.1/psi/ibnum.c ghostscript-9.56.1/psi/zimage.c ghostscript-9.56.1/psi/dwsetup.def ghostscript-9.56.1/psi/iname.h ghostscript-9.56.1/psi/zpcolor.c ghostscript-9.56.1/psi/btoken.h ghostscript-9.56.1/psi/ierrors.h ghostscript-9.56.1/psi/dxmain.c ghostscript-9.56.1/psi/zmatrix.c ghostscript-9.56.1/psi/psromfs.mak ghostscript-9.56.1/psi/iutil.c ghostscript-9.56.1/psi/istruct.h ghostscript-9.56.1/psi/iastate.h ghostscript-9.56.1/psi/gsdll64.def ghostscript-9.56.1/psi/zfont.c ghostscript-9.56.1/psi/istack.c ghostscript-9.56.1/psi/zstring.c ghostscript-9.56.1/psi/iddict.h ghostscript-9.56.1/psi/zcid.c ghostscript-9.56.1/psi/zmisc2.c ghostscript-9.56.1/psi/inouparm.c ghostscript-9.56.1/psi/zfont1.c ghostscript-9.56.1/psi/dwimg.h ghostscript-9.56.1/psi/imainarg.c ghostscript-9.56.1/psi/icontext.c ghostscript-9.56.1/psi/dxmainc.c ghostscript-9.56.1/psi/icie.h ghostscript-9.56.1/psi/zfontenum.c ghostscript-9.56.1/psi/icsmap.h ghostscript-9.56.1/psi/zupath.c ghostscript-9.56.1/psi/dwmain.rc ghostscript-9.56.1/psi/zusparam.c ghostscript-9.56.1/psi/ifont2.h ghostscript-9.56.1/psi/zfcid0.c ghostscript-9.56.1/psi/idparam.h ghostscript-9.56.1/psi/zfilter2.c ghostscript-9.56.1/psi/zchar32.c ghostscript-9.56.1/psi/zfile1.c ghostscript-9.56.1/psi/dwdll.c ghostscript-9.56.1/psi/zht1.c ghostscript-9.56.1/psi/interp.h ghostscript-9.56.1/psi/zfrsd.c ghostscript-9.56.1/psi/zfont42.c ghostscript-9.56.1/psi/dwsetup_x86.manifest ghostscript-9.56.1/psi/ziodev.c ghostscript-9.56.1/psi/zcolor.h ghostscript-9.56.1/psi/ifunc.h ghostscript-9.56.1/psi/zfjbig2.c ghostscript-9.56.1/psi/icharout.h ghostscript-9.56.1/psi/zfsample.c ghostscript-9.56.1/psi/zpath1.c ghostscript-9.56.1/psi/zutf8.c ghostscript-9.56.1/psi/zicc.c ghostscript-9.56.1/psi/iconf.c ghostscript-9.56.1/psi/iparam.c ghostscript-9.56.1/psi/main.h ghostscript-9.56.1/psi/zdevice.c ghostscript-9.56.1/psi/dwuninst.def ghostscript-9.56.1/psi/isave.h ghostscript-9.56.1/psi/iinit.c ghostscript-9.56.1/psi/dwnodll.c ghostscript-9.56.1/psi/dw64c.def ghostscript-9.56.1/psi/dwsetup_x64.manifest ghostscript-9.56.1/psi/iplugin.h ghostscript-9.56.1/psi/zvmem.c ghostscript-9.56.1/psi/iestack.h ghostscript-9.56.1/psi/iht.h ghostscript-9.56.1/psi/dwtext.c ghostscript-9.56.1/psi/psapi.c ghostscript-9.56.1/psi/zfunc.c ghostscript-9.56.1/psi/ostack.h ghostscript-9.56.1/psi/iapi.h ghostscript-9.56.1/psi/zfdctd.c ghostscript-9.56.1/psi/gs.c ghostscript-9.56.1/psi/inames.h ghostscript-9.56.1/psi/igcstr.h ghostscript-9.56.1/psi/imemory.h ghostscript-9.56.1/psi/zfapi.c ghostscript-9.56.1/psi/idosave.h ghostscript-9.56.1/psi/iminst.h ghostscript-9.56.1/psi/iscanbin.h ghostscript-9.56.1/psi/zmath.c ghostscript-9.56.1/psi/idict.c ghostscript-9.56.1/psi/iscan.c ghostscript-9.56.1/psi/store.h ghostscript-9.56.1/psi/zcfont.c ghostscript-9.56.1/psi/zrelbit.c ghostscript-9.56.1/psi/igcref.c ghostscript-9.56.1/psi/zfrsd.h ghostscript-9.56.1/psi/zvmem2.c ghostscript-9.56.1/psi/zicc.h ghostscript-9.56.1/psi/iutil2.c ghostscript-9.56.1/psi/iapi.c ghostscript-9.56.1/psi/zfcid.c ghostscript-9.56.1/psi/zfzlib.c ghostscript-9.56.1/psi/idebug.h ghostscript-9.56.1/psi/gsdll32metro.def ghostscript-9.56.1/psi/ifwpred.h ghostscript-9.56.1/psi/zcie.h ghostscript-9.56.1/psi/iutil.h ghostscript-9.56.1/psi/dw32c.def ghostscript-9.56.1/psi/zdscpars.c ghostscript-9.56.1/psi/inamedef.h ghostscript-9.56.1/psi/icolor.h ghostscript-9.56.1/psi/zfileio.c ghostscript-9.56.1/psi/dwmain.c ghostscript-9.56.1/psi/dwdll.h ghostscript-9.56.1/psi/zfunc0.c ghostscript-9.56.1/psi/zpacked.c ghostscript-9.56.1/psi/ipacked.h ghostscript-9.56.1/psi/iscannum.h ghostscript-9.56.1/psi/iutil2.h ghostscript-9.56.1/psi/zimage3.c ghostscript-9.56.1/psi/igcstr.c ghostscript-9.56.1/psi/isave.c ghostscript-9.56.1/psi/zmedia2.c ghostscript-9.56.1/psi/dscparse.c ghostscript-9.56.1/psi/dwmain32.def ghostscript-9.56.1/psi/gsdllARM32metro.def ghostscript-9.56.1/psi/zcolor2.c ghostscript-9.56.1/psi/zfcmap.c ghostscript-9.56.1/psi/icremap.h ghostscript-9.56.1/psi/iinit.h ghostscript-9.56.1/psi/ilevel.h ghostscript-9.56.1/psi/idstack.h ghostscript-9.56.1/psi/ifont1.h ghostscript-9.56.1/psi/iscanbin.c ghostscript-9.56.1/psi/zwinutf8.c ghostscript-9.56.1/psi/zfile.h ghostscript-9.56.1/psi/iesdata.h ghostscript-9.56.1/psi/zfilter.c ghostscript-9.56.1/psi/inobtokn.c ghostscript-9.56.1/psi/iparam.h ghostscript-9.56.1/psi/ifont.h ghostscript-9.56.1/psi/winint.mak ghostscript-9.56.1/psi/msvc32.mak ghostscript-9.56.1/psi/oper.h ghostscript-9.56.1/psi/zfont32.c ghostscript-9.56.1/psi/ifont42.h ghostscript-9.56.1/psi/idstack.c ghostscript-9.56.1/psi/ichar.h ghostscript-9.56.1/psi/zchar2.c ghostscript-9.56.1/psi/istream.h ghostscript-9.56.1/psi/zcssepr.c ghostscript-9.56.1/psi/dmmain.c ghostscript-9.56.1/psi/iscan.h ghostscript-9.56.1/psi/opextern.h ghostscript-9.56.1/psi/zbfont.c ghostscript-9.56.1/psi/icid.h ghostscript-9.56.1/psi/idsdata.h ghostscript-9.56.1/psi/igstate.h ghostscript-9.56.1/psi/zcsindex.c ghostscript-9.56.1/psi/dwreg.h ghostscript-9.56.1/psi/msvc64.mak ghostscript-9.56.1/psi/isstate.h ghostscript-9.56.1/psi/opcheck.h ghostscript-9.56.1/psi/iscannum.c ghostscript-9.56.1/psi/idparam.c ghostscript-9.56.1/psi/gsdll32.def ghostscript-9.56.1/psi/gsdll32w.lnk ghostscript-9.56.1/psi/ztoken.c ghostscript-9.56.1/psi/zgstate.c ghostscript-9.56.1/psi/zcolor3.c ghostscript-9.56.1/psi/dwtext.h ghostscript-9.56.1/psi/iplugin.c ghostscript-9.56.1/psi/zchar42.h ghostscript-9.56.1/psi/dwreg.c ghostscript-9.56.1/psi/ifapi.h ghostscript-9.56.1/psi/zcie.c ghostscript-9.56.1/psi/msvc.mak ghostscript-9.56.1/psi/zchar42.c ghostscript-9.56.1/psi/idebug.c ghostscript-9.56.1/psi/zfont2.c ghostscript-9.56.1/psi/estack.h ghostscript-9.56.1/psi/gsdll.c ghostscript-9.56.1/psi/gsdll2.rc ghostscript-9.56.1/psi/zstack.c ghostscript-9.56.1/LICENSE ghostscript-9.56.1/zlib/ ghostscript-9.56.1/zlib/inflate.c ghostscript-9.56.1/zlib/nintendods/ ghostscript-9.56.1/zlib/nintendods/README ghostscript-9.56.1/zlib/nintendods/Makefile ghostscript-9.56.1/zlib/INDEX ghostscript-9.56.1/zlib/crc32.c ghostscript-9.56.1/zlib/zlib2ansi ghostscript-9.56.1/zlib/uncompr.c ghostscript-9.56.1/zlib/zlib.h ghostscript-9.56.1/zlib/old/ ghostscript-9.56.1/zlib/old/Makefile.emx ghostscript-9.56.1/zlib/old/README ghostscript-9.56.1/zlib/old/visual-basic.txt ghostscript-9.56.1/zlib/old/os2/ ghostscript-9.56.1/zlib/old/os2/Makefile.os2 ghostscript-9.56.1/zlib/old/os2/zlib.def ghostscript-9.56.1/zlib/old/Makefile.riscos ghostscript-9.56.1/zlib/old/descrip.mms ghostscript-9.56.1/zlib/inftrees.h ghostscript-9.56.1/zlib/README ghostscript-9.56.1/zlib/infback.c ghostscript-9.56.1/zlib/crc32.h ghostscript-9.56.1/zlib/zlib.3 ghostscript-9.56.1/zlib/zutil.h ghostscript-9.56.1/zlib/doc/ ghostscript-9.56.1/zlib/doc/algorithm.txt ghostscript-9.56.1/zlib/doc/rfc1952.txt ghostscript-9.56.1/zlib/doc/crc-doc.1.0.pdf ghostscript-9.56.1/zlib/doc/txtvsbin.txt ghostscript-9.56.1/zlib/doc/rfc1951.txt ghostscript-9.56.1/zlib/doc/rfc1950.txt ghostscript-9.56.1/zlib/treebuild.xml ghostscript-9.56.1/zlib/zconf.h.in ghostscript-9.56.1/zlib/contrib/ ghostscript-9.56.1/zlib/contrib/iostream/ ghostscript-9.56.1/zlib/contrib/iostream/zfstream.cpp ghostscript-9.56.1/zlib/contrib/iostream/test.cpp ghostscript-9.56.1/zlib/contrib/iostream/zfstream.h ghostscript-9.56.1/zlib/contrib/pascal/ ghostscript-9.56.1/zlib/contrib/pascal/example.pas ghostscript-9.56.1/zlib/contrib/pascal/zlibpas.pas ghostscript-9.56.1/zlib/contrib/pascal/readme.txt ghostscript-9.56.1/zlib/contrib/pascal/zlibd32.mak ghostscript-9.56.1/zlib/contrib/infback9/ ghostscript-9.56.1/zlib/contrib/infback9/README ghostscript-9.56.1/zlib/contrib/infback9/inftree9.c ghostscript-9.56.1/zlib/contrib/infback9/infback9.c ghostscript-9.56.1/zlib/contrib/infback9/infback9.h ghostscript-9.56.1/zlib/contrib/infback9/inffix9.h ghostscript-9.56.1/zlib/contrib/infback9/inftree9.h ghostscript-9.56.1/zlib/contrib/infback9/inflate9.h ghostscript-9.56.1/zlib/contrib/delphi/ ghostscript-9.56.1/zlib/contrib/delphi/readme.txt ghostscript-9.56.1/zlib/contrib/delphi/ZLib.pas ghostscript-9.56.1/zlib/contrib/delphi/zlibd32.mak ghostscript-9.56.1/zlib/contrib/delphi/ZLibConst.pas ghostscript-9.56.1/zlib/contrib/blast/ ghostscript-9.56.1/zlib/contrib/blast/README ghostscript-9.56.1/zlib/contrib/blast/Makefile ghostscript-9.56.1/zlib/contrib/blast/blast.h ghostscript-9.56.1/zlib/contrib/blast/test.txt ghostscript-9.56.1/zlib/contrib/blast/blast.c ghostscript-9.56.1/zlib/contrib/blast/test.pk ghostscript-9.56.1/zlib/contrib/puff/ ghostscript-9.56.1/zlib/contrib/puff/README ghostscript-9.56.1/zlib/contrib/puff/puff.c ghostscript-9.56.1/zlib/contrib/puff/Makefile ghostscript-9.56.1/zlib/contrib/puff/puff.h ghostscript-9.56.1/zlib/contrib/puff/zeros.raw ghostscript-9.56.1/zlib/contrib/puff/pufftest.c ghostscript-9.56.1/zlib/contrib/dotzlib/ ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib.build ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/ ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/GZipStream.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/CodecBase.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/UnitTests.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/DotZLib.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/Deflater.cs ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib/Inflater.cs ghostscript-9.56.1/zlib/contrib/dotzlib/readme.txt ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib.chm ghostscript-9.56.1/zlib/contrib/dotzlib/DotZLib.sln ghostscript-9.56.1/zlib/contrib/dotzlib/LICENSE_1_0.txt ghostscript-9.56.1/zlib/contrib/README.contrib ghostscript-9.56.1/zlib/contrib/gcc_gvmat64/ ghostscript-9.56.1/zlib/contrib/gcc_gvmat64/gvmat64.S ghostscript-9.56.1/zlib/contrib/untgz/ ghostscript-9.56.1/zlib/contrib/untgz/untgz.c ghostscript-9.56.1/zlib/contrib/untgz/Makefile ghostscript-9.56.1/zlib/contrib/untgz/Makefile.msc ghostscript-9.56.1/zlib/contrib/ada/ ghostscript-9.56.1/zlib/contrib/ada/zlib-thin.adb ghostscript-9.56.1/zlib/contrib/ada/zlib-streams.ads ghostscript-9.56.1/zlib/contrib/ada/zlib-thin.ads ghostscript-9.56.1/zlib/contrib/ada/zlib.adb ghostscript-9.56.1/zlib/contrib/ada/read.adb ghostscript-9.56.1/zlib/contrib/ada/mtest.adb ghostscript-9.56.1/zlib/contrib/ada/readme.txt ghostscript-9.56.1/zlib/contrib/ada/zlib-streams.adb ghostscript-9.56.1/zlib/contrib/ada/zlib.ads ghostscript-9.56.1/zlib/contrib/ada/zlib.gpr ghostscript-9.56.1/zlib/contrib/ada/test.adb ghostscript-9.56.1/zlib/contrib/ada/buffer_demo.adb ghostscript-9.56.1/zlib/contrib/testzlib/ ghostscript-9.56.1/zlib/contrib/testzlib/testzlib.txt ghostscript-9.56.1/zlib/contrib/testzlib/testzlib.c ghostscript-9.56.1/zlib/contrib/minizip/ ghostscript-9.56.1/zlib/contrib/minizip/crypt.h ghostscript-9.56.1/zlib/contrib/minizip/ioapi.h ghostscript-9.56.1/zlib/contrib/minizip/miniunzip.1 ghostscript-9.56.1/zlib/contrib/minizip/iowin32.c ghostscript-9.56.1/zlib/contrib/minizip/ioapi.c ghostscript-9.56.1/zlib/contrib/minizip/mztools.c ghostscript-9.56.1/zlib/contrib/minizip/configure.ac ghostscript-9.56.1/zlib/contrib/minizip/Makefile ghostscript-9.56.1/zlib/contrib/minizip/zip.c ghostscript-9.56.1/zlib/contrib/minizip/iowin32.h ghostscript-9.56.1/zlib/contrib/minizip/zip.h ghostscript-9.56.1/zlib/contrib/minizip/Makefile.am ghostscript-9.56.1/zlib/contrib/minizip/unzip.h ghostscript-9.56.1/zlib/contrib/minizip/make_vms.com ghostscript-9.56.1/zlib/contrib/minizip/minizip.c ghostscript-9.56.1/zlib/contrib/minizip/minizip.1 ghostscript-9.56.1/zlib/contrib/minizip/minizip.pc.in ghostscript-9.56.1/zlib/contrib/minizip/unzip.c ghostscript-9.56.1/zlib/contrib/minizip/miniunz.c ghostscript-9.56.1/zlib/contrib/minizip/mztools.h ghostscript-9.56.1/zlib/contrib/minizip/MiniZip64_Changes.txt ghostscript-9.56.1/zlib/contrib/minizip/MiniZip64_info.txt ghostscript-9.56.1/zlib/contrib/iostream3/ ghostscript-9.56.1/zlib/contrib/iostream3/README ghostscript-9.56.1/zlib/contrib/iostream3/TODO ghostscript-9.56.1/zlib/contrib/iostream3/zfstream.cc ghostscript-9.56.1/zlib/contrib/iostream3/test.cc ghostscript-9.56.1/zlib/contrib/iostream3/zfstream.h ghostscript-9.56.1/zlib/contrib/vstudio/ ghostscript-9.56.1/zlib/contrib/vstudio/vc12/ ghostscript-9.56.1/zlib/contrib/vstudio/vc12/zlibvc.sln ghostscript-9.56.1/zlib/contrib/vstudio/vc12/zlib.rc ghostscript-9.56.1/zlib/contrib/vstudio/vc12/minizip.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc12/zlibstat.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc12/zlibvc.def ghostscript-9.56.1/zlib/contrib/vstudio/vc12/testzlib.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc12/testzlibdll.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc12/miniunz.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc12/zlibvc.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc11/ ghostscript-9.56.1/zlib/contrib/vstudio/vc11/zlibvc.sln ghostscript-9.56.1/zlib/contrib/vstudio/vc11/zlib.rc ghostscript-9.56.1/zlib/contrib/vstudio/vc11/minizip.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc11/zlibstat.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc11/zlibvc.def ghostscript-9.56.1/zlib/contrib/vstudio/vc11/testzlib.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc11/testzlibdll.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc11/miniunz.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc11/zlibvc.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc9/ ghostscript-9.56.1/zlib/contrib/vstudio/vc9/zlibvc.sln ghostscript-9.56.1/zlib/contrib/vstudio/vc9/testzlib.vcproj ghostscript-9.56.1/zlib/contrib/vstudio/vc9/zlibvc.vcproj ghostscript-9.56.1/zlib/contrib/vstudio/vc9/zlib.rc ghostscript-9.56.1/zlib/contrib/vstudio/vc9/miniunz.vcproj ghostscript-9.56.1/zlib/contrib/vstudio/vc9/zlibvc.def ghostscript-9.56.1/zlib/contrib/vstudio/vc9/testzlibdll.vcproj ghostscript-9.56.1/zlib/contrib/vstudio/vc9/minizip.vcproj ghostscript-9.56.1/zlib/contrib/vstudio/vc9/zlibstat.vcproj ghostscript-9.56.1/zlib/contrib/vstudio/readme.txt ghostscript-9.56.1/zlib/contrib/vstudio/vc10/ ghostscript-9.56.1/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.filters ghostscript-9.56.1/zlib/contrib/vstudio/vc10/zlibvc.sln ghostscript-9.56.1/zlib/contrib/vstudio/vc10/minizip.vcxproj.filters ghostscript-9.56.1/zlib/contrib/vstudio/vc10/zlib.rc ghostscript-9.56.1/zlib/contrib/vstudio/vc10/minizip.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc10/zlibstat.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc10/zlibvc.def ghostscript-9.56.1/zlib/contrib/vstudio/vc10/testzlib.vcxproj.filters ghostscript-9.56.1/zlib/contrib/vstudio/vc10/testzlib.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.filters ghostscript-9.56.1/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc10/miniunz.vcxproj.filters ghostscript-9.56.1/zlib/contrib/vstudio/vc10/miniunz.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.filters ghostscript-9.56.1/zlib/contrib/vstudio/vc10/zlibvc.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc14/ ghostscript-9.56.1/zlib/contrib/vstudio/vc14/zlibvc.sln ghostscript-9.56.1/zlib/contrib/vstudio/vc14/zlib.rc ghostscript-9.56.1/zlib/contrib/vstudio/vc14/minizip.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc14/zlibstat.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc14/zlibvc.def ghostscript-9.56.1/zlib/contrib/vstudio/vc14/testzlib.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc14/testzlibdll.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc14/miniunz.vcxproj ghostscript-9.56.1/zlib/contrib/vstudio/vc14/zlibvc.vcxproj ghostscript-9.56.1/zlib/contrib/iostream2/ ghostscript-9.56.1/zlib/contrib/iostream2/zstream.h ghostscript-9.56.1/zlib/contrib/iostream2/zstream_test.cpp ghostscript-9.56.1/zlib/examples/ ghostscript-9.56.1/zlib/examples/README.examples ghostscript-9.56.1/zlib/examples/zran.h ghostscript-9.56.1/zlib/examples/gzlog.h ghostscript-9.56.1/zlib/examples/gzjoin.c ghostscript-9.56.1/zlib/examples/gzappend.c ghostscript-9.56.1/zlib/examples/gun.c ghostscript-9.56.1/zlib/examples/gznorm.c ghostscript-9.56.1/zlib/examples/gzlog.c ghostscript-9.56.1/zlib/examples/fitblk.c ghostscript-9.56.1/zlib/examples/zran.c ghostscript-9.56.1/zlib/examples/zpipe.c ghostscript-9.56.1/zlib/examples/enough.c ghostscript-9.56.1/zlib/examples/zlib_how.html ghostscript-9.56.1/zlib/FAQ ghostscript-9.56.1/zlib/win32/ ghostscript-9.56.1/zlib/win32/DLL_FAQ.txt ghostscript-9.56.1/zlib/win32/Makefile.bor ghostscript-9.56.1/zlib/win32/README-WIN32.txt ghostscript-9.56.1/zlib/win32/zlib1.rc ghostscript-9.56.1/zlib/win32/VisualC.txt ghostscript-9.56.1/zlib/win32/zlib.def ghostscript-9.56.1/zlib/win32/Makefile.msc ghostscript-9.56.1/zlib/win32/Makefile.gcc ghostscript-9.56.1/zlib/inffixed.h ghostscript-9.56.1/zlib/Makefile ghostscript-9.56.1/zlib/Makefile.in ghostscript-9.56.1/zlib/inffast.c ghostscript-9.56.1/zlib/inffast.h ghostscript-9.56.1/zlib/zconf.h ghostscript-9.56.1/zlib/test/ ghostscript-9.56.1/zlib/test/example.c ghostscript-9.56.1/zlib/test/infcover.c ghostscript-9.56.1/zlib/test/minigzip.c ghostscript-9.56.1/zlib/zlib.3.pdf ghostscript-9.56.1/zlib/gzclose.c ghostscript-9.56.1/zlib/msdos/ ghostscript-9.56.1/zlib/msdos/Makefile.emx ghostscript-9.56.1/zlib/msdos/Makefile.tc ghostscript-9.56.1/zlib/msdos/Makefile.dj2 ghostscript-9.56.1/zlib/msdos/Makefile.bor ghostscript-9.56.1/zlib/msdos/Makefile.msc ghostscript-9.56.1/zlib/zutil.c ghostscript-9.56.1/zlib/gzguts.h ghostscript-9.56.1/zlib/adler32.c ghostscript-9.56.1/zlib/gzread.c ghostscript-9.56.1/zlib/compress.c ghostscript-9.56.1/zlib/zlib.map ghostscript-9.56.1/zlib/zlib.pc.cmakein ghostscript-9.56.1/zlib/trees.c ghostscript-9.56.1/zlib/trees.h ghostscript-9.56.1/zlib/ChangeLog ghostscript-9.56.1/zlib/zconf.h.cmakein ghostscript-9.56.1/zlib/make_vms.com ghostscript-9.56.1/zlib/gzlib.c ghostscript-9.56.1/zlib/inftrees.c ghostscript-9.56.1/zlib/gzwrite.c ghostscript-9.56.1/zlib/CMakeLists.txt ghostscript-9.56.1/zlib/watcom/ ghostscript-9.56.1/zlib/watcom/watcom_l.mak ghostscript-9.56.1/zlib/watcom/watcom_f.mak ghostscript-9.56.1/zlib/amiga/ ghostscript-9.56.1/zlib/amiga/Makefile.pup ghostscript-9.56.1/zlib/amiga/Makefile.sas ghostscript-9.56.1/zlib/qnx/ ghostscript-9.56.1/zlib/qnx/package.qpg ghostscript-9.56.1/zlib/inflate.h ghostscript-9.56.1/zlib/zlib.pc.in ghostscript-9.56.1/zlib/deflate.c ghostscript-9.56.1/zlib/os400/ ghostscript-9.56.1/zlib/os400/bndsrc ghostscript-9.56.1/zlib/os400/make.sh ghostscript-9.56.1/zlib/os400/README400 ghostscript-9.56.1/zlib/os400/zlib.inc ghostscript-9.56.1/zlib/deflate.h ghostscript-9.56.1/iccprofiles/ ghostscript-9.56.1/iccprofiles/sgray.icc ghostscript-9.56.1/iccprofiles/default_gray.icc ghostscript-9.56.1/iccprofiles/srgb.icc ghostscript-9.56.1/iccprofiles/esrgb.icc ghostscript-9.56.1/iccprofiles/rommrgb.icc ghostscript-9.56.1/iccprofiles/ps_cmyk.icc ghostscript-9.56.1/iccprofiles/a98.icc ghostscript-9.56.1/iccprofiles/scrgb.icc ghostscript-9.56.1/iccprofiles/lab.icc ghostscript-9.56.1/iccprofiles/gray_to_k.icc ghostscript-9.56.1/iccprofiles/ps_gray.icc ghostscript-9.56.1/iccprofiles/ps_rgb.icc ghostscript-9.56.1/iccprofiles/default_cmyk.icc ghostscript-9.56.1/iccprofiles/default_rgb.icc ghostscript-9.56.1/base/ ghostscript-9.56.1/base/gsbitops.c ghostscript-9.56.1/base/gp_psync.c ghostscript-9.56.1/base/gswin.icx ghostscript-9.56.1/base/gximage4.c ghostscript-9.56.1/base/gstiffio.c ghostscript-9.56.1/base/gzstate.h ghostscript-9.56.1/base/ttconfig.h ghostscript-9.56.1/base/gsncdummy.h ghostscript-9.56.1/base/gzspotan.c ghostscript-9.56.1/base/gsserial.c ghostscript-9.56.1/base/gxdcconv.c ghostscript-9.56.1/base/gdevdrop.c ghostscript-9.56.1/base/gsfont0c.c ghostscript-9.56.1/base/gshsb.h ghostscript-9.56.1/base/gxclpage.h ghostscript-9.56.1/base/gscms.h ghostscript-9.56.1/base/aes.c ghostscript-9.56.1/base/sisparam.h ghostscript-9.56.1/base/rm.bat ghostscript-9.56.1/base/gsiodev.c ghostscript-9.56.1/base/gxcspace.h ghostscript-9.56.1/base/gscencs.h ghostscript-9.56.1/base/gsagl.h ghostscript-9.56.1/base/gsstrl.h ghostscript-9.56.1/base/gsiodisk.c ghostscript-9.56.1/base/spdiff.c ghostscript-9.56.1/base/gp_msdll.c ghostscript-9.56.1/base/memory_.h ghostscript-9.56.1/base/gsncdummy.c ghostscript-9.56.1/base/gxblend1.c ghostscript-9.56.1/base/claptrap.c ghostscript-9.56.1/base/gxdevsop.h ghostscript-9.56.1/base/gxidata.c ghostscript-9.56.1/base/gxcmap.h ghostscript-9.56.1/base/gdevdcrd.c ghostscript-9.56.1/base/gsht1.h ghostscript-9.56.1/base/sjpege.c ghostscript-9.56.1/base/gxclutil.c ghostscript-9.56.1/base/gsovrc.h ghostscript-9.56.1/base/gxtype1.h ghostscript-9.56.1/base/gdevoflt.h ghostscript-9.56.1/base/lcupsi.mak ghostscript-9.56.1/base/malloc_.h ghostscript-9.56.1/base/gsroprun8.h ghostscript-9.56.1/base/gxdhtserial.c ghostscript-9.56.1/base/sbtx.h ghostscript-9.56.1/base/gp_os2pr.c ghostscript-9.56.1/base/gxdownscale.h ghostscript-9.56.1/base/gsstype.h ghostscript-9.56.1/base/gp_mswin.h ghostscript-9.56.1/base/gxpath2.c ghostscript-9.56.1/base/gsclipsr.c ghostscript-9.56.1/base/sdcte.c ghostscript-9.56.1/base/gswin32.rc ghostscript-9.56.1/base/gdevmr2n.c ghostscript-9.56.1/base/gpgetenv.h ghostscript-9.56.1/base/gsroprun.c ghostscript-9.56.1/base/gxstroke.c ghostscript-9.56.1/base/gsuid.h ghostscript-9.56.1/base/gdevm2.c ghostscript-9.56.1/base/gsmatrix.h ghostscript-9.56.1/base/errno_.h ghostscript-9.56.1/base/gp_mslib.c ghostscript-9.56.1/base/unixansi.mak ghostscript-9.56.1/base/ttcommon.h ghostscript-9.56.1/base/gxhintn.c ghostscript-9.56.1/base/gsdll.h ghostscript-9.56.1/base/gp_msprn.c ghostscript-9.56.1/base/icc34.h ghostscript-9.56.1/base/gsroprun24.h ghostscript-9.56.1/base/gxht.c ghostscript-9.56.1/base/gdevvec.c ghostscript-9.56.1/base/gspmdrv.def ghostscript-9.56.1/base/gxclmem.c ghostscript-9.56.1/base/leptonica.mak ghostscript-9.56.1/base/gsrect.h ghostscript-9.56.1/base/gxhttile.h ghostscript-9.56.1/base/gxiparam.h ghostscript-9.56.1/base/gxp1impl.h ghostscript-9.56.1/base/gsht1.c ghostscript-9.56.1/base/tttables.h ghostscript-9.56.1/base/scfe.c ghostscript-9.56.1/base/gsicc_lcms2mt.c ghostscript-9.56.1/base/gxclread.c ghostscript-9.56.1/base/gsmd5.c ghostscript-9.56.1/base/siinterp.h ghostscript-9.56.1/base/ramfs.c ghostscript-9.56.1/base/gxpcopy.c ghostscript-9.56.1/base/gxcpath.h ghostscript-9.56.1/base/gsicc_profilecache.h ghostscript-9.56.1/base/gdevkrnlsclass.h ghostscript-9.56.1/base/gsparamx.h ghostscript-9.56.1/base/gp.h ghostscript-9.56.1/base/gsiodevs.c ghostscript-9.56.1/base/simscale_foo.h ghostscript-9.56.1/base/gsmemret.h ghostscript-9.56.1/base/smd5.c ghostscript-9.56.1/base/gsrop.h ghostscript-9.56.1/base/gxshade1.c ghostscript-9.56.1/base/gstype2.c ghostscript-9.56.1/base/gxclthrd.c ghostscript-9.56.1/base/lcups.mak ghostscript-9.56.1/base/gsdevmem.c ghostscript-9.56.1/base/gxfarith.h ghostscript-9.56.1/base/gxccman.c ghostscript-9.56.1/base/gdevpxop.h ghostscript-9.56.1/base/gspmdrv.c ghostscript-9.56.1/base/gxdevice.h ghostscript-9.56.1/base/tttypes.h ghostscript-9.56.1/base/gxpcache.h ghostscript-9.56.1/base/gp_strdl.c ghostscript-9.56.1/base/gxfont42.h ghostscript-9.56.1/base/gxclip2.c ghostscript-9.56.1/base/gscdef.c ghostscript-9.56.1/base/gxsamplp.h ghostscript-9.56.1/base/gxband.h ghostscript-9.56.1/base/pack_ps.c ghostscript-9.56.1/base/gxlum.h ghostscript-9.56.1/base/gsstate.h ghostscript-9.56.1/base/write_t1.c ghostscript-9.56.1/base/gspmdrv.h ghostscript-9.56.1/base/gsicc_manage.c ghostscript-9.56.1/base/setjmp_.h ghostscript-9.56.1/base/gspcolor.c ghostscript-9.56.1/base/sbcp.c ghostscript-9.56.1/base/gscdefs.h ghostscript-9.56.1/base/append_l.com ghostscript-9.56.1/base/spngpx.h ghostscript-9.56.1/base/gxctable.h ghostscript-9.56.1/base/gxccache.c ghostscript-9.56.1/base/szlibe.c ghostscript-9.56.1/base/gdevplnx.c ghostscript-9.56.1/base/gxclipm.h ghostscript-9.56.1/base/gsccolor.h ghostscript-9.56.1/base/gxstate.h ghostscript-9.56.1/base/gstext.c ghostscript-9.56.1/base/sdctd.c ghostscript-9.56.1/base/gxfapiu.c ghostscript-9.56.1/base/gdevmplt.h ghostscript-9.56.1/base/gxiodev.h ghostscript-9.56.1/base/gdevprn.h ghostscript-9.56.1/base/gsroprun1.h ghostscript-9.56.1/base/gsiparam.h ghostscript-9.56.1/base/gsbitmap.h ghostscript-9.56.1/base/gsicc_lcms2.c ghostscript-9.56.1/base/gdevmr1.c ghostscript-9.56.1/base/gen_ordered.h ghostscript-9.56.1/base/copy_one.com ghostscript-9.56.1/base/claptrap-planar.c ghostscript-9.56.1/base/saes.h ghostscript-9.56.1/base/gxclio.h ghostscript-9.56.1/base/gxtype1.c ghostscript-9.56.1/base/gsicc_cms.h ghostscript-9.56.1/base/gsfunc.h ghostscript-9.56.1/base/gxftype.h ghostscript-9.56.1/base/gscsepr.h ghostscript-9.56.1/base/gximag3x.h ghostscript-9.56.1/base/saes.c ghostscript-9.56.1/base/sjbig2.h ghostscript-9.56.1/base/cp.bat ghostscript-9.56.1/base/gxxfont.h ghostscript-9.56.1/base/sha2.h ghostscript-9.56.1/base/gdevdevn.c ghostscript-9.56.1/base/ramfs.h ghostscript-9.56.1/base/gzspotan.h ghostscript-9.56.1/base/gp_mktmp.c ghostscript-9.56.1/base/gximask.h ghostscript-9.56.1/base/gsmd5.h ghostscript-9.56.1/base/gswin.rc ghostscript-9.56.1/base/unixlink.mak ghostscript-9.56.1/base/jpeg.mak ghostscript-9.56.1/base/gscompt.h ghostscript-9.56.1/base/gxshade4.h ghostscript-9.56.1/base/gsdps1.c ghostscript-9.56.1/base/gdevdevn.h ghostscript-9.56.1/base/gscolor3.c ghostscript-9.56.1/base/gdevflp.c ghostscript-9.56.1/base/gsmemory.h ghostscript-9.56.1/base/valgrind.h ghostscript-9.56.1/base/gsptype2.c ghostscript-9.56.1/base/write_t2.h ghostscript-9.56.1/base/gslparam.h ghostscript-9.56.1/base/gsnamecl.c ghostscript-9.56.1/base/gximdecode.c ghostscript-9.56.1/base/gshtx.h ghostscript-9.56.1/base/gsdsrc.c ghostscript-9.56.1/base/ttfmemd.c ghostscript-9.56.1/base/catmake ghostscript-9.56.1/base/gxipixel.c ghostscript-9.56.1/base/gxdht.h ghostscript-9.56.1/base/gserrors.h ghostscript-9.56.1/base/sstring.c ghostscript-9.56.1/base/ctype_.h ghostscript-9.56.1/base/sddparam.c ghostscript-9.56.1/base/gsgstate.h ghostscript-9.56.1/base/gsfunc4.h ghostscript-9.56.1/base/gs.mak ghostscript-9.56.1/base/gxiclass.h ghostscript-9.56.1/base/gscedata.c ghostscript-9.56.1/base/gscie.h ghostscript-9.56.1/base/gxchrout.c ghostscript-9.56.1/base/sa85d.c ghostscript-9.56.1/base/sfilter1.c ghostscript-9.56.1/base/gdevabuf.c ghostscript-9.56.1/base/globals.h ghostscript-9.56.1/base/gdevddrw.h ghostscript-9.56.1/base/spngp.c ghostscript-9.56.1/base/gxdevcli.h ghostscript-9.56.1/base/gp_os2.c ghostscript-9.56.1/base/png_.h ghostscript-9.56.1/base/siscale.c ghostscript-9.56.1/base/gscscie.c ghostscript-9.56.1/base/msvctail.mak ghostscript-9.56.1/base/gdevflp.h ghostscript-9.56.1/base/gximdecode.h ghostscript-9.56.1/base/tessocr.cpp ghostscript-9.56.1/base/write_t2.c ghostscript-9.56.1/base/gsutil.h ghostscript-9.56.1/base/gssprintf.c ghostscript-9.56.1/base/gdevbbox.c ghostscript-9.56.1/base/fapi_bs.mak ghostscript-9.56.1/base/gsfunc3.c ghostscript-9.56.1/base/gzacpath.h ghostscript-9.56.1/base/gsicc.h ghostscript-9.56.1/base/simscale.h ghostscript-9.56.1/base/gxicolor.c ghostscript-9.56.1/base/gzpath.h ghostscript-9.56.1/base/aes.h ghostscript-9.56.1/base/gsmemret.c ghostscript-9.56.1/base/gxtext.h ghostscript-9.56.1/base/gspmdrv.icx ghostscript-9.56.1/base/gxclip2.h ghostscript-9.56.1/base/gscsepr.c ghostscript-9.56.1/base/gscrdp.h ghostscript-9.56.1/base/gxcid.h ghostscript-9.56.1/base/gxclipm.c ghostscript-9.56.1/base/gxfilltr.h ghostscript-9.56.1/base/tess_version.h ghostscript-9.56.1/base/stream.h ghostscript-9.56.1/base/gsht.h ghostscript-9.56.1/base/gs_dll_call.h ghostscript-9.56.1/base/dos_.h ghostscript-9.56.1/base/math_.h ghostscript-9.56.1/base/gsnotify.c ghostscript-9.56.1/base/gxstdio.h ghostscript-9.56.1/base/gxfill.c ghostscript-9.56.1/base/gsinit.c ghostscript-9.56.1/base/gxdevndi.c ghostscript-9.56.1/base/gsropt.h ghostscript-9.56.1/base/gxcldev.h ghostscript-9.56.1/base/sarc4.c ghostscript-9.56.1/base/sdcparam.h ghostscript-9.56.1/base/gxcomp.h ghostscript-9.56.1/base/ssha2.h ghostscript-9.56.1/base/gxhtbit.c ghostscript-9.56.1/base/gsromfs0.c ghostscript-9.56.1/base/gdevepo.h ghostscript-9.56.1/base/siscale_cal.c ghostscript-9.56.1/base/winrtsup.h ghostscript-9.56.1/base/gscolor2.h ghostscript-9.56.1/base/sjpegc.c ghostscript-9.56.1/base/sa85d.h ghostscript-9.56.1/base/gxdhtserial.h ghostscript-9.56.1/base/mv.bat ghostscript-9.56.1/base/gxshade.c ghostscript-9.56.1/base/gdevdflt.c ghostscript-9.56.1/base/gdevp14.c ghostscript-9.56.1/base/sdctc.c ghostscript-9.56.1/base/gxpaint.h ghostscript-9.56.1/base/gsdsrc.h ghostscript-9.56.1/base/gxdcolor.h ghostscript-9.56.1/base/gsexit.h ghostscript-9.56.1/base/gdevm32.c ghostscript-9.56.1/base/gximage.c ghostscript-9.56.1/base/gsmdebug.h ghostscript-9.56.1/base/msvclib.mak ghostscript-9.56.1/base/claptrap-impl.h ghostscript-9.56.1/base/gsmchunk.c ghostscript-9.56.1/base/gstiffio.h ghostscript-9.56.1/base/gsicc_nocm.c ghostscript-9.56.1/base/gsfname.h ghostscript-9.56.1/base/gstext.h ghostscript-9.56.1/base/bobbin.h ghostscript-9.56.1/base/wrfont.c ghostscript-9.56.1/base/ttfmain.c ghostscript-9.56.1/base/gsfcmap1.c ghostscript-9.56.1/base/gxclpath.c ghostscript-9.56.1/base/gdevm8.c ghostscript-9.56.1/base/gxfapiu.h ghostscript-9.56.1/base/gxfill.h ghostscript-9.56.1/base/gscrd.c ghostscript-9.56.1/base/siscale.h ghostscript-9.56.1/base/sfxboth.c ghostscript-9.56.1/base/locale_.h ghostscript-9.56.1/base/gspaint.c ghostscript-9.56.1/base/gsalloc.h ghostscript-9.56.1/base/gp_unifs.c ghostscript-9.56.1/base/gp_ntfs.c ghostscript-9.56.1/base/gxsample.h ghostscript-9.56.1/base/gxrplane.h ghostscript-9.56.1/base/gximask.c ghostscript-9.56.1/base/gdevdsha.c ghostscript-9.56.1/base/gdevddrw.c ghostscript-9.56.1/base/gscoord.h ghostscript-9.56.1/base/gp_mspol.c ghostscript-9.56.1/base/gsptype1.h ghostscript-9.56.1/base/gxfixed.h ghostscript-9.56.1/base/gxht.h ghostscript-9.56.1/base/gxttfb.h ghostscript-9.56.1/base/gp_nxpsprn.c ghostscript-9.56.1/base/gxbitmap.h ghostscript-9.56.1/base/wrfont.h ghostscript-9.56.1/base/ttload.c ghostscript-9.56.1/base/srld.c ghostscript-9.56.1/base/gscdevn.c ghostscript-9.56.1/base/spwgd.c ghostscript-9.56.1/base/gxcolor2.h ghostscript-9.56.1/base/gspath.c ghostscript-9.56.1/base/png.mak ghostscript-9.56.1/base/sdct.h ghostscript-9.56.1/base/gsbittab.c ghostscript-9.56.1/base/gp_upapr.c ghostscript-9.56.1/base/gsrop.c ghostscript-9.56.1/base/scfdgen.c ghostscript-9.56.1/base/ugcclib.mak ghostscript-9.56.1/base/gxclist.h ghostscript-9.56.1/base/gsgcache.c ghostscript-9.56.1/base/gdevprn.c ghostscript-9.56.1/base/gssprintf.h ghostscript-9.56.1/base/sstring.h ghostscript-9.56.1/base/gximono.c ghostscript-9.56.1/base/gxgetbit.h ghostscript-9.56.1/base/jbig2.mak ghostscript-9.56.1/base/szlibc.c ghostscript-9.56.1/base/gsgcache.h ghostscript-9.56.1/base/lcms2.mak ghostscript-9.56.1/base/ttfoutl.h ghostscript-9.56.1/base/gp_stdin.c ghostscript-9.56.1/base/gdevm56.c ghostscript-9.56.1/base/gxfcache.h ghostscript-9.56.1/base/gxclbits.c ghostscript-9.56.1/base/vmsmath.h ghostscript-9.56.1/base/gdevpxen.h ghostscript-9.56.1/base/gsnotify.h ghostscript-9.56.1/base/ocr.mak ghostscript-9.56.1/base/gxscanc.c ghostscript-9.56.1/base/gschar.h ghostscript-9.56.1/base/gdevm24.c ghostscript-9.56.1/base/gsutil.c ghostscript-9.56.1/base/tiff.mak ghostscript-9.56.1/base/memento.c ghostscript-9.56.1/base/gdevmplt.c ghostscript-9.56.1/base/gxgstate.h ghostscript-9.56.1/base/gp_vms.c ghostscript-9.56.1/base/gsicc_replacecm.c ghostscript-9.56.1/base/pcwin.mak ghostscript-9.56.1/base/gstrap.h ghostscript-9.56.1/base/gxsync.h ghostscript-9.56.1/base/gsimage.h ghostscript-9.56.1/base/seexec.c ghostscript-9.56.1/base/gsmemraw.h ghostscript-9.56.1/base/ttfinp.c ghostscript-9.56.1/base/ttfsfnt.h ghostscript-9.56.1/base/gscicach.c ghostscript-9.56.1/base/gscrdp.c ghostscript-9.56.1/base/gslibctx.h ghostscript-9.56.1/base/gdevrops.c ghostscript-9.56.1/base/ttfinp.h ghostscript-9.56.1/base/gsdevice.h ghostscript-9.56.1/base/gxpcolor.h ghostscript-9.56.1/base/gxalloc.h ghostscript-9.56.1/base/shc.c ghostscript-9.56.1/base/jmemcust.c ghostscript-9.56.1/base/gspath2.h ghostscript-9.56.1/base/gsdllwin.h ghostscript-9.56.1/base/gshtscr.c ghostscript-9.56.1/base/gendev.c ghostscript-9.56.1/base/gspath.h ghostscript-9.56.1/base/sarc4.h ghostscript-9.56.1/base/gdevmrun.c ghostscript-9.56.1/base/gdevm1.c ghostscript-9.56.1/base/write_t1.h ghostscript-9.56.1/base/gspmdrv.rc ghostscript-9.56.1/base/sjpeg.h ghostscript-9.56.1/base/gxi16bit.c ghostscript-9.56.1/base/gxht_thresh.h ghostscript-9.56.1/base/gp_dosfs.c ghostscript-9.56.1/base/gsform1.h ghostscript-9.56.1/base/dirent_.h ghostscript-9.56.1/base/sidscale.c ghostscript-9.56.1/base/genconf.c ghostscript-9.56.1/base/gxclfile.c ghostscript-9.56.1/base/gsicc.c ghostscript-9.56.1/base/srle.c ghostscript-9.56.1/base/gsfcmap.c ghostscript-9.56.1/base/tttype.h ghostscript-9.56.1/base/gxhintn.h ghostscript-9.56.1/base/fapibstm.c ghostscript-9.56.1/base/gdevm40.c ghostscript-9.56.1/base/gsstrl.c ghostscript-9.56.1/base/gxi12bit.c ghostscript-9.56.1/base/gsiparm4.h ghostscript-9.56.1/base/gdevmrop.h ghostscript-9.56.1/base/gdevemap.c ghostscript-9.56.1/base/strimpl.h ghostscript-9.56.1/base/msvccmd.mak ghostscript-9.56.1/base/sfilter.h ghostscript-9.56.1/base/ttobjs.h ghostscript-9.56.1/base/gsparams.c ghostscript-9.56.1/base/gxmatrix.h ghostscript-9.56.1/base/unix-end.mak ghostscript-9.56.1/base/gspenum.h ghostscript-9.56.1/base/smtf.h ghostscript-9.56.1/base/shc.h ghostscript-9.56.1/base/gsfname.c ghostscript-9.56.1/base/gsicc_blacktext.c ghostscript-9.56.1/base/gsicc_monitorcm.c ghostscript-9.56.1/base/gxshade.h ghostscript-9.56.1/base/gdevnfwd.c ghostscript-9.56.1/base/lib.mak ghostscript-9.56.1/base/scfdtab.c ghostscript-9.56.1/base/gstypes.h ghostscript-9.56.1/base/gxtmap.h ghostscript-9.56.1/base/gdevp14.h ghostscript-9.56.1/base/gsflip.c ghostscript-9.56.1/base/gzcpath.h ghostscript-9.56.1/base/gscpixel.h ghostscript-9.56.1/base/gscedata.h ghostscript-9.56.1/base/gp_mshdl.c ghostscript-9.56.1/base/ttcalc.h ghostscript-9.56.1/base/gsstrtok.c ghostscript-9.56.1/base/stdio_.h ghostscript-9.56.1/base/gxdhtres.h ghostscript-9.56.1/base/gxclimag.c ghostscript-9.56.1/base/sfxcommon.c ghostscript-9.56.1/base/sdeparam.c ghostscript-9.56.1/base/gsdcolor.h ghostscript-9.56.1/base/sfilter2.c ghostscript-9.56.1/base/scfd.c ghostscript-9.56.1/base/gp_wpapr.c ghostscript-9.56.1/base/fcntl_.h ghostscript-9.56.1/base/gdevppla.h ghostscript-9.56.1/base/slzwx.h ghostscript-9.56.1/base/gxpdash.c ghostscript-9.56.1/base/gsmatrix.c ghostscript-9.56.1/base/gsparams.h ghostscript-9.56.1/base/gxfont0.h ghostscript-9.56.1/base/unix-dll.mak ghostscript-9.56.1/base/gxblend.h ghostscript-9.56.1/base/gxctable.c ghostscript-9.56.1/base/gxfapi.c ghostscript-9.56.1/base/gpsync.h ghostscript-9.56.1/base/stub.mak ghostscript-9.56.1/base/gp_win32.c ghostscript-9.56.1/base/scf.h ghostscript-9.56.1/base/gxdevbuf.h ghostscript-9.56.1/base/gdevmr8n.c ghostscript-9.56.1/base/rm_one.com ghostscript-9.56.1/base/ttload.h ghostscript-9.56.1/base/gsiparm3.h ghostscript-9.56.1/base/gxchar.h ghostscript-9.56.1/base/slzwd.c ghostscript-9.56.1/base/gdevdcrd.h ghostscript-9.56.1/base/gxscanc.h ghostscript-9.56.1/base/gscindex.h ghostscript-9.56.1/base/tessocr.h ghostscript-9.56.1/base/windows_.h ghostscript-9.56.1/base/gsnamecl.h ghostscript-9.56.1/base/gstype42.c ghostscript-9.56.1/base/gp_unix.c ghostscript-9.56.1/base/gstrap.c ghostscript-9.56.1/base/gpmisc.h ghostscript-9.56.1/base/gxfillts.h ghostscript-9.56.1/base/gsicc_blacktext.h ghostscript-9.56.1/base/gxdda.h ghostscript-9.56.1/base/gxacpath.c ghostscript-9.56.1/base/gslib.h ghostscript-9.56.1/base/gxhintn1.c ghostscript-9.56.1/base/gxarith.h ghostscript-9.56.1/base/gximag3x.c ghostscript-9.56.1/base/gxpcmap.c ghostscript-9.56.1/base/gsjmorec.h ghostscript-9.56.1/base/gdevbbox.h ghostscript-9.56.1/base/winplat.mak ghostscript-9.56.1/base/gxbcache.h ghostscript-9.56.1/base/gdevm16.c ghostscript-9.56.1/base/gxfont.h ghostscript-9.56.1/base/gdevm64.c ghostscript-9.56.1/base/gscparam.c ghostscript-9.56.1/base/gscpixel.c ghostscript-9.56.1/base/scfetab.c ghostscript-9.56.1/base/ttinterp.h ghostscript-9.56.1/base/gp_os2.h ghostscript-9.56.1/base/mkromfs.c ghostscript-9.56.1/base/gsciemap.c ghostscript-9.56.1/base/fapiufst.c ghostscript-9.56.1/base/spdiffx.h ghostscript-9.56.1/base/stream.c ghostscript-9.56.1/base/gsicc_manage.h ghostscript-9.56.1/base/gsicc_create.c ghostscript-9.56.1/base/gsmalloc.h ghostscript-9.56.1/base/gsfont.c ghostscript-9.56.1/base/gsgdata.c ghostscript-9.56.1/base/gxcht.c ghostscript-9.56.1/base/gdevsclass.c ghostscript-9.56.1/base/gspath1.c ghostscript-9.56.1/base/gp_os2fs.c ghostscript-9.56.1/base/gxcoord.h ghostscript-9.56.1/base/string_.h ghostscript-9.56.1/base/gxsample.c ghostscript-9.56.1/base/gsstate.c ghostscript-9.56.1/base/gsfcid2.c ghostscript-9.56.1/base/gp_os9.c ghostscript-9.56.1/base/gdevmem.h ghostscript-9.56.1/base/gscolor2.c ghostscript-9.56.1/base/gsio.h ghostscript-9.56.1/base/gxshade6.c ghostscript-9.56.1/base/gxblend.c ghostscript-9.56.1/base/gsmalloc.c ghostscript-9.56.1/base/gsargs.h ghostscript-9.56.1/base/gsioram.c ghostscript-9.56.1/base/gxclpath.h ghostscript-9.56.1/base/gsserial.h ghostscript-9.56.1/base/gschar0.c ghostscript-9.56.1/base/gsfunc3.h ghostscript-9.56.1/base/gdevpccm.h ghostscript-9.56.1/base/spsdf.c ghostscript-9.56.1/base/gsalloc.c ghostscript-9.56.1/base/gslibctx.c ghostscript-9.56.1/base/gdevmpla.c ghostscript-9.56.1/base/instcopy ghostscript-9.56.1/base/scfparam.c ghostscript-9.56.1/base/sjpx_none.c ghostscript-9.56.1/base/openjpeg.mak ghostscript-9.56.1/base/x_.h ghostscript-9.56.1/base/gxht_thresh.c ghostscript-9.56.1/base/cp.cmd ghostscript-9.56.1/base/gschar.c ghostscript-9.56.1/base/gp_nsync.c ghostscript-9.56.1/base/gsipar3x.h ghostscript-9.56.1/base/rm_all.com ghostscript-9.56.1/base/gdevplnx.h ghostscript-9.56.1/base/gxalpha.h ghostscript-9.56.1/base/gdevoflt.c ghostscript-9.56.1/base/tesseract.mak ghostscript-9.56.1/base/strmio.c ghostscript-9.56.1/base/gpmisc.c ghostscript-9.56.1/base/winrtsup.cpp ghostscript-9.56.1/base/gdevepo.c ghostscript-9.56.1/base/bcc32.cfg ghostscript-9.56.1/base/claptrap-init.c ghostscript-9.56.1/base/gxcmap.c ghostscript-9.56.1/base/gen_ordered.c ghostscript-9.56.1/base/gscspace.c ghostscript-9.56.1/base/gdevmrun.h ghostscript-9.56.1/base/gp_dvx.c ghostscript-9.56.1/base/gsjconf.h ghostscript-9.56.1/base/gstype1.h ghostscript-9.56.1/base/jpegxr.mak ghostscript-9.56.1/base/gxclrect.c ghostscript-9.56.1/base/gp_mswin.c ghostscript-9.56.1/base/ttmisc.h ghostscript-9.56.1/base/gp_winfs2.c ghostscript-9.56.1/base/gxdownscale.c ghostscript-9.56.1/base/gxpath.h ghostscript-9.56.1/base/gxcllzw.c ghostscript-9.56.1/base/gsagl.c ghostscript-9.56.1/base/freetype.mak ghostscript-9.56.1/base/gdevkrnlsclass.c ghostscript-9.56.1/base/gsicc_create.h ghostscript-9.56.1/base/gxclip.h ghostscript-9.56.1/base/gdevsclass.h ghostscript-9.56.1/base/gsccode.h ghostscript-9.56.1/base/openvms.mak ghostscript-9.56.1/base/gsbitops.h ghostscript-9.56.1/base/gshsb.c ghostscript-9.56.1/base/jerror_.h ghostscript-9.56.1/base/ttcalc.c ghostscript-9.56.1/base/spprint.c ghostscript-9.56.1/base/gxcvalue.h ghostscript-9.56.1/base/gp_winfs.c ghostscript-9.56.1/base/gzht.h ghostscript-9.56.1/base/sdcparam.c ghostscript-9.56.1/base/gsequivc.h ghostscript-9.56.1/base/spprint.h ghostscript-9.56.1/base/gsmemory.c ghostscript-9.56.1/base/gsnogc.h ghostscript-9.56.1/base/gsparam.h ghostscript-9.56.1/base/gscie.c ghostscript-9.56.1/base/gsparam2.c ghostscript-9.56.1/base/sha2.c ghostscript-9.56.1/base/gsmchunk.h ghostscript-9.56.1/base/gscspace.h ghostscript-9.56.1/base/gscpm.h ghostscript-9.56.1/base/gdevm4.c ghostscript-9.56.1/base/gxcpath.c ghostscript-9.56.1/base/gsptype2.h ghostscript-9.56.1/base/gxp1fill.c ghostscript-9.56.1/base/sjpegd.c ghostscript-9.56.1/base/gxdevmem.h ghostscript-9.56.1/base/gslib.c ghostscript-9.56.1/base/std.h ghostscript-9.56.1/base/gxclzlib.c ghostscript-9.56.1/base/gxsync.c ghostscript-9.56.1/base/gscolor1.h ghostscript-9.56.1/base/time_.h ghostscript-9.56.1/base/gsbittab.h ghostscript-9.56.1/base/gsicc_cache.c ghostscript-9.56.1/base/gp_getnv.c ghostscript-9.56.1/base/unistd_.h ghostscript-9.56.1/base/slzwe.c ghostscript-9.56.1/base/srlx.h ghostscript-9.56.1/base/scommon.h ghostscript-9.56.1/base/ets.c ghostscript-9.56.1/base/gsicc_cache.h ghostscript-9.56.1/base/gsfunc0.c ghostscript-9.56.1/base/gxfont1.h ghostscript-9.56.1/base/gdevdgbr.c ghostscript-9.56.1/base/gdevm48.c ghostscript-9.56.1/base/gsfont.h ghostscript-9.56.1/base/gsline.h ghostscript-9.56.1/base/gscencs.c ghostscript-9.56.1/base/gximage3.h ghostscript-9.56.1/base/gsclipsr.h ghostscript-9.56.1/base/zlib.mak ghostscript-9.56.1/base/gxclpage.c ghostscript-9.56.1/base/sfxstdio.c ghostscript-9.56.1/base/gdevhit.c ghostscript-9.56.1/base/gsmisc.c ghostscript-9.56.1/base/srdline.h ghostscript-9.56.1/base/gs_mro_e.h ghostscript-9.56.1/base/ttinterp.c ghostscript-9.56.1/base/gsnogc.c ghostscript-9.56.1/base/gdevmem.c ghostscript-9.56.1/base/pipe_.h ghostscript-9.56.1/base/gxshade4.c ghostscript-9.56.1/base/all-arch.mak ghostscript-9.56.1/base/ets.h ghostscript-9.56.1/base/gspcolor.h ghostscript-9.56.1/base/gxchrout.h ghostscript-9.56.1/base/lcms2mt.mak ghostscript-9.56.1/base/gp_wgetv.c ghostscript-9.56.1/base/szlibx.h ghostscript-9.56.1/base/gscrd.h ghostscript-9.56.1/base/gscsel.h ghostscript-9.56.1/base/gxfont0c.h ghostscript-9.56.1/base/gsht.c ghostscript-9.56.1/base/gxmclip.h ghostscript-9.56.1/base/gsroptab.c ghostscript-9.56.1/base/gshtx.c ghostscript-9.56.1/base/gsflip.h ghostscript-9.56.1/base/gxfmap.h ghostscript-9.56.1/base/gsiorom.c ghostscript-9.56.1/base/gsdparam.c ghostscript-9.56.1/base/gxobj.h ghostscript-9.56.1/base/gxcdevn.h ghostscript-9.56.1/base/simscale_foo.c ghostscript-9.56.1/base/gdbflags.h ghostscript-9.56.1/base/gstrans.h ghostscript-9.56.1/base/sfxfd.c ghostscript-9.56.1/base/gsfont0.c ghostscript-9.56.1/base/gdebug.h ghostscript-9.56.1/base/winlib.mak ghostscript-9.56.1/base/bench.c ghostscript-9.56.1/base/mv.cmd ghostscript-9.56.1/base/gs_mgl_e.h ghostscript-9.56.1/base/gxhldevc.c ghostscript-9.56.1/base/gscolor.h ghostscript-9.56.1/base/gsbitcom.c ghostscript-9.56.1/base/memento.h ghostscript-9.56.1/base/gxclip.c ghostscript-9.56.1/base/assert_.h ghostscript-9.56.1/base/gsxfont.h ghostscript-9.56.1/base/spwgx.h ghostscript-9.56.1/base/unix-gcc.mak ghostscript-9.56.1/base/gsfcmap.h ghostscript-9.56.1/base/sjpx_openjpeg.c ghostscript-9.56.1/base/gxiscale.c ghostscript-9.56.1/base/gdevvec.h ghostscript-9.56.1/base/gp_paper.c ghostscript-9.56.1/base/gxcie.h ghostscript-9.56.1/base/unixinst.mak ghostscript-9.56.1/base/gsstruct.h ghostscript-9.56.1/base/gsstrtok.h ghostscript-9.56.1/base/gxfcmap.h ghostscript-9.56.1/base/gsfunc0.h ghostscript-9.56.1/base/gxcindex.h ghostscript-9.56.1/base/echogs.c ghostscript-9.56.1/base/gsequivc.c ghostscript-9.56.1/base/gp_wxpsprn.cpp ghostscript-9.56.1/base/spsdf.h ghostscript-9.56.1/base/ssha2.c ghostscript-9.56.1/base/gxclist.c ghostscript-9.56.1/base/gxdtfill.h ghostscript-9.56.1/base/gsiorom.h ghostscript-9.56.1/base/szlibxx.h ghostscript-9.56.1/base/gp_wsync.c ghostscript-9.56.1/base/ets_tm.h ghostscript-9.56.1/base/gsicc_profilecache.c ghostscript-9.56.1/base/gstrans.c ghostscript-9.56.1/base/gxclipsr.h ghostscript-9.56.1/base/gsline.c ghostscript-9.56.1/base/gp_dosfe.c ghostscript-9.56.1/base/gsovrc.c ghostscript-9.56.1/base/gsgstate.c ghostscript-9.56.1/base/gscolor3.h ghostscript-9.56.1/base/gdevpccm.c ghostscript-9.56.1/base/gscrypt1.c ghostscript-9.56.1/base/gdevppla.c ghostscript-9.56.1/base/gximage1.c ghostscript-9.56.1/base/gxhldevc.h ghostscript-9.56.1/base/gsparaml.c ghostscript-9.56.1/base/gconf.c ghostscript-9.56.1/base/gsshade.c ghostscript-9.56.1/base/gxbcache.c ghostscript-9.56.1/base/gsgc.h ghostscript-9.56.1/base/gsfcid.c ghostscript-9.56.1/base/bobbin.c ghostscript-9.56.1/base/gp_stdia.c ghostscript-9.56.1/base/ttconf.h ghostscript-9.56.1/base/gdevdevnprn.h ghostscript-9.56.1/base/version.mak ghostscript-9.56.1/base/unixhead.mak ghostscript-9.56.1/base/gsimpath.c ghostscript-9.56.1/base/gxdcconv.h ghostscript-9.56.1/base/stdint_.h ghostscript-9.56.1/base/gxdcolor.c ghostscript-9.56.1/base/rm.cmd ghostscript-9.56.1/base/strmio.h ghostscript-9.56.1/base/gxline.h ghostscript-9.56.1/base/expat.mak ghostscript-9.56.1/base/scanchar.h ghostscript-9.56.1/base/gxfcmap1.h ghostscript-9.56.1/base/slzwc.c ghostscript-9.56.1/base/gsrefct.h ghostscript-9.56.1/base/gxclmem.h ghostscript-9.56.1/base/gzline.h ghostscript-9.56.1/base/cal.mak ghostscript-9.56.1/base/gxfapi.h ghostscript-9.56.1/base/ttfmemd.h ghostscript-9.56.1/base/gspaint.h ghostscript-9.56.1/base/endianness.h ghostscript-9.56.1/base/gdevpxat.h ghostscript-9.56.1/base/stdpre.h ghostscript-9.56.1/base/scfx.h ghostscript-9.56.1/base/vms_x_fix.h ghostscript-9.56.1/base/siinterp.c ghostscript-9.56.1/base/gxchar.c ghostscript-9.56.1/base/szlibd.c ghostscript-9.56.1/base/gscoord.c ghostscript-9.56.1/base/gxpaint.c ghostscript-9.56.1/base/gxbitops.h ghostscript-9.56.1/base/gscdevn.h ghostscript-9.56.1/base/gpcheck.h ghostscript-9.56.1/base/ttobjs.c ghostscript-9.56.1/base/gxclthrd.h ghostscript-9.56.1/base/gsfunc4.c ghostscript-9.56.1/base/gsgdata.h ghostscript-9.56.1/base/gstparam.h ghostscript-9.56.1/base/gsfunc.c ghostscript-9.56.1/base/gxfunc.h ghostscript-9.56.1/base/gxttfb.c ghostscript-9.56.1/base/sjbig2.c ghostscript-9.56.1/base/jmemcust.h ghostscript-9.56.1/base/gscrypt1.h ghostscript-9.56.1/base/gdevmpla.h ghostscript-9.56.1/base/gp_unifn.c ghostscript-9.56.1/base/sa85x.h ghostscript-9.56.1/base/gxfcid.h ghostscript-9.56.1/base/gxoprect.h ghostscript-9.56.1/base/gsparam.c ghostscript-9.56.1/base/smd5.h ghostscript-9.56.1/base/gxttf.h ghostscript-9.56.1/base/genarch.c ghostscript-9.56.1/base/gdevmx.c ghostscript-9.56.1/base/gsdevice.c ghostscript-9.56.1/base/gscolor.c ghostscript-9.56.1/base/gxhttype.h ghostscript-9.56.1/base/gxifast.c ghostscript-9.56.1/base/gxclrast.c ghostscript-9.56.1/base/gsargs.c ghostscript-9.56.1/base/gximage.h ghostscript-9.56.1/base/gdevdbit.c ghostscript-9.56.1/base/gxoprect.c ghostscript-9.56.1/base/unix-aux.mak ghostscript-9.56.1/base/gscolor1.c ghostscript-9.56.1/base/simscale.c ghostscript-9.56.1/base/gxpath.c ghostscript-9.56.1/base/stat_.h ghostscript-9.56.1/base/gdevnup.c ghostscript-9.56.1/base/sidscale.h ghostscript-9.56.1/base/gscssub.c ghostscript-9.56.1/base/fapi_ft.c ghostscript-9.56.1/base/gxbitfmt.h ghostscript-9.56.1/base/gxpflat.c ghostscript-9.56.1/base/gp_wutf8.c ghostscript-9.56.1/base/gximage3.c ghostscript-9.56.1/base/claptrap.h ghostscript-9.56.1/base/sbcp.h ghostscript-9.56.1/base/gxmclip.c ghostscript-9.56.1/base/sjpx_openjpeg.h ghostscript-9.56.1/base/gsptype1.c ghostscript-9.56.1/base/gp_msdos.c ghostscript-9.56.1/base/scantab.c ghostscript-9.56.1/base/gsimage.c ghostscript-9.56.1/base/ijs.mak ghostscript-9.56.1/base/openvms.mmk ghostscript-9.56.1/base/gsshade.h ghostscript-9.56.1/base/gconf.h ghostscript-9.56.1/base/gdevnup.h ghostscript-9.56.1/base/gswin16.icx ghostscript-9.56.1/base/gscssub.h ghostscript-9.56.1/base/gscicach.h ghostscript-9.56.1/base/gxdither.h ghostscript-9.56.1/base/gxfrac.h ghostscript-9.56.1/base/gsftopts.h ghostscript-9.56.1/base/gx.h ghostscript-9.56.1/base/gxfillsl.h ghostscript-9.56.1/base/gdevpipe.c ghostscript-9.56.1/base/gsparamx.c ghostscript-9.56.1/base/gstype1.c ghostscript-9.56.1/base/genht.c ghostscript-9.56.1/config.guess ghostscript-9.56.1/cups/ ghostscript-9.56.1/cups/gdevcups.c ghostscript-9.56.1/cups/LICENSE.txt ghostscript-9.56.1/cups/libs/ ghostscript-9.56.1/cups/libs/images/ ghostscript-9.56.1/cups/libs/images/raster-organization.png ghostscript-9.56.1/cups/libs/images/left.xcf.gz ghostscript-9.56.1/cups/libs/images/webinterface.png ghostscript-9.56.1/cups/libs/images/sel.gif ghostscript-9.56.1/cups/libs/images/cups-icon.png ghostscript-9.56.1/cups/libs/images/raster-organization.svg ghostscript-9.56.1/cups/libs/images/sample-image.png ghostscript-9.56.1/cups/libs/images/cups-postscript-chain.png ghostscript-9.56.1/cups/libs/images/cups.png ghostscript-9.56.1/cups/libs/images/raster.png ghostscript-9.56.1/cups/libs/images/cups-command-chain.png ghostscript-9.56.1/cups/libs/images/cups-raster-chain.png ghostscript-9.56.1/cups/libs/images/color-wheel.png ghostscript-9.56.1/cups/libs/images/cups-block-diagram.svg ghostscript-9.56.1/cups/libs/images/cups-block-diagram.png ghostscript-9.56.1/cups/libs/images/cups-command-chain.svg ghostscript-9.56.1/cups/libs/images/unsel.gif ghostscript-9.56.1/cups/libs/images/cups-raster-chain.svg ghostscript-9.56.1/cups/libs/images/cups-postscript-chain.svg ghostscript-9.56.1/cups/libs/images/cups.svg ghostscript-9.56.1/cups/libs/images/raster.svg ghostscript-9.56.1/cups/libs/images/smiley.jpg ghostscript-9.56.1/cups/libs/images/wait.gif ghostscript-9.56.1/cups/libs/images/left.gif ghostscript-9.56.1/cups/libs/images/right.gif ghostscript-9.56.1/cups/libs/filter/ ghostscript-9.56.1/cups/libs/filter/cupsraster.c ghostscript-9.56.1/cups/libs/filter/api-raster.header ghostscript-9.56.1/cups/libs/filter/gziptoany.c ghostscript-9.56.1/cups/libs/filter/rastertoepson.c ghostscript-9.56.1/cups/libs/filter/common.h ghostscript-9.56.1/cups/libs/filter/ppd-compiler.shtml ghostscript-9.56.1/cups/libs/filter/raster-driver.shtml ghostscript-9.56.1/cups/libs/filter/commandtops.c ghostscript-9.56.1/cups/libs/filter/rastertolabel.c ghostscript-9.56.1/cups/libs/filter/Dependencies ghostscript-9.56.1/cups/libs/filter/error.c ghostscript-9.56.1/cups/libs/filter/rastertohp.c ghostscript-9.56.1/cups/libs/filter/pstops.c ghostscript-9.56.1/cups/libs/filter/postscript-driver.shtml ghostscript-9.56.1/cups/libs/filter/api-raster.shtml ghostscript-9.56.1/cups/libs/filter/Makefile ghostscript-9.56.1/cups/libs/filter/postscript-driver.header ghostscript-9.56.1/cups/libs/filter/common.c ghostscript-9.56.1/cups/libs/filter/libcupsimage2.def ghostscript-9.56.1/cups/libs/filter/rastertopwg.c ghostscript-9.56.1/cups/libs/filter/libcupsimage_s.exp ghostscript-9.56.1/cups/libs/filter/ppd-compiler.header ghostscript-9.56.1/cups/libs/filter/testraster.c ghostscript-9.56.1/cups/libs/filter/interpret.c ghostscript-9.56.1/cups/libs/filter/spec-ppd.header ghostscript-9.56.1/cups/libs/filter/spec-ppd.shtml ghostscript-9.56.1/cups/libs/filter/raster-driver.header ghostscript-9.56.1/cups/libs/filter/rasterbench.c ghostscript-9.56.1/cups/libs/configwin.h ghostscript-9.56.1/cups/libs/cups/ ghostscript-9.56.1/cups/libs/cups/testcups.c ghostscript-9.56.1/cups/libs/cups/api-cups.shtml ghostscript-9.56.1/cups/libs/cups/ppd.c ghostscript-9.56.1/cups/libs/cups/raster.h ghostscript-9.56.1/cups/libs/cups/thread-private.h ghostscript-9.56.1/cups/libs/cups/testarray.c ghostscript-9.56.1/cups/libs/cups/dest-options.c ghostscript-9.56.1/cups/libs/cups/backend.h ghostscript-9.56.1/cups/libs/cups/tempfile.c ghostscript-9.56.1/cups/libs/cups/cups-private.h ghostscript-9.56.1/cups/libs/cups/testpwg.c ghostscript-9.56.1/cups/libs/cups/options.c ghostscript-9.56.1/cups/libs/cups/usersys.c ghostscript-9.56.1/cups/libs/cups/pwg-media.c ghostscript-9.56.1/cups/libs/cups/file.h ghostscript-9.56.1/cups/libs/cups/dest.c ghostscript-9.56.1/cups/libs/cups/pwg-private.h ghostscript-9.56.1/cups/libs/cups/api-filedir.header ghostscript-9.56.1/cups/libs/cups/emit.c ghostscript-9.56.1/cups/libs/cups/util.c ghostscript-9.56.1/cups/libs/cups/dest-localization.c ghostscript-9.56.1/cups/libs/cups/api-filter.header ghostscript-9.56.1/cups/libs/cups/api-filedir.shtml ghostscript-9.56.1/cups/libs/cups/http-private.h ghostscript-9.56.1/cups/libs/cups/http-addrlist.c ghostscript-9.56.1/cups/libs/cups/ipp-support.c ghostscript-9.56.1/cups/libs/cups/testi18n.c ghostscript-9.56.1/cups/libs/cups/Dependencies ghostscript-9.56.1/cups/libs/cups/test.ppd ghostscript-9.56.1/cups/libs/cups/array.c ghostscript-9.56.1/cups/libs/cups/testconflicts.c ghostscript-9.56.1/cups/libs/cups/libcups2.def ghostscript-9.56.1/cups/libs/cups/backend.c ghostscript-9.56.1/cups/libs/cups/api-httpipp.shtml ghostscript-9.56.1/cups/libs/cups/dir.h ghostscript-9.56.1/cups/libs/cups/getifaddrs.c ghostscript-9.56.1/cups/libs/cups/md5.c ghostscript-9.56.1/cups/libs/cups/testadmin.c ghostscript-9.56.1/cups/libs/cups/ipp.c ghostscript-9.56.1/cups/libs/cups/testoptions.c ghostscript-9.56.1/cups/libs/cups/snmp-private.h ghostscript-9.56.1/cups/libs/cups/api-overview.header ghostscript-9.56.1/cups/libs/cups/ppd.h ghostscript-9.56.1/cups/libs/cups/api-ppd.header ghostscript-9.56.1/cups/libs/cups/utf8demo.txt ghostscript-9.56.1/cups/libs/cups/thread.c ghostscript-9.56.1/cups/libs/cups/notify.c ghostscript-9.56.1/cups/libs/cups/api-array.header ghostscript-9.56.1/cups/libs/cups/adminutil.c ghostscript-9.56.1/cups/libs/cups/adminutil.h ghostscript-9.56.1/cups/libs/cups/string.c ghostscript-9.56.1/cups/libs/cups/sspi.c ghostscript-9.56.1/cups/libs/cups/Makefile ghostscript-9.56.1/cups/libs/cups/request.c ghostscript-9.56.1/cups/libs/cups/libcups_s.exp ghostscript-9.56.1/cups/libs/cups/localize.c ghostscript-9.56.1/cups/libs/cups/ipp.h ghostscript-9.56.1/cups/libs/cups/testppd.c ghostscript-9.56.1/cups/libs/cups/language.c ghostscript-9.56.1/cups/libs/cups/debug.c ghostscript-9.56.1/cups/libs/cups/testfile.c ghostscript-9.56.1/cups/libs/cups/langprintf.c ghostscript-9.56.1/cups/libs/cups/api-filter.shtml ghostscript-9.56.1/cups/libs/cups/http-support.c ghostscript-9.56.1/cups/libs/cups/pwg.h ghostscript-9.56.1/cups/libs/cups/language.h ghostscript-9.56.1/cups/libs/cups/sspi-private.h ghostscript-9.56.1/cups/libs/cups/libcups2.rc ghostscript-9.56.1/cups/libs/cups/conflicts.c ghostscript-9.56.1/cups/libs/cups/array.h ghostscript-9.56.1/cups/libs/cups/http.h ghostscript-9.56.1/cups/libs/cups/versioning.h ghostscript-9.56.1/cups/libs/cups/api-cups.header ghostscript-9.56.1/cups/libs/cups/testsnmp.c ghostscript-9.56.1/cups/libs/cups/transcode.h ghostscript-9.56.1/cups/libs/cups/cups.h ghostscript-9.56.1/cups/libs/cups/testhttp.c ghostscript-9.56.1/cups/libs/cups/auth.c ghostscript-9.56.1/cups/libs/cups/test2.ppd ghostscript-9.56.1/cups/libs/cups/file-private.h ghostscript-9.56.1/cups/libs/cups/snprintf.c ghostscript-9.56.1/cups/libs/cups/sidechannel.c ghostscript-9.56.1/cups/libs/cups/backchannel.c ghostscript-9.56.1/cups/libs/cups/encode.c ghostscript-9.56.1/cups/libs/cups/dest-job.c ghostscript-9.56.1/cups/libs/cups/raster-private.h ghostscript-9.56.1/cups/libs/cups/page.c ghostscript-9.56.1/cups/libs/cups/ipp-private.h ghostscript-9.56.1/cups/libs/cups/http-addr.c ghostscript-9.56.1/cups/libs/cups/globals.c ghostscript-9.56.1/cups/libs/cups/api-overview.shtml ghostscript-9.56.1/cups/libs/cups/sidechannel.h ghostscript-9.56.1/cups/libs/cups/debug-private.h ghostscript-9.56.1/cups/libs/cups/testlang.c ghostscript-9.56.1/cups/libs/cups/array-private.h ghostscript-9.56.1/cups/libs/cups/custom.c ghostscript-9.56.1/cups/libs/cups/api-ppd.shtml ghostscript-9.56.1/cups/libs/cups/getdevices.c ghostscript-9.56.1/cups/libs/cups/string-private.h ghostscript-9.56.1/cups/libs/cups/api-array.shtml ghostscript-9.56.1/cups/libs/cups/ppd-private.h ghostscript-9.56.1/cups/libs/cups/api-httpipp.header ghostscript-9.56.1/cups/libs/cups/http.c ghostscript-9.56.1/cups/libs/cups/snmp.c ghostscript-9.56.1/cups/libs/cups/mark.c ghostscript-9.56.1/cups/libs/cups/attr.c ghostscript-9.56.1/cups/libs/cups/dir.c ghostscript-9.56.1/cups/libs/cups/getputfile.c ghostscript-9.56.1/cups/libs/cups/md5-private.h ghostscript-9.56.1/cups/libs/cups/language-private.h ghostscript-9.56.1/cups/libs/cups/file.c ghostscript-9.56.1/cups/libs/cups/ppd-cache.c ghostscript-9.56.1/cups/libs/cups/transcode.c ghostscript-9.56.1/cups/libs/cups/md5passwd.c ghostscript-9.56.1/cups/libs/cups/testipp.c ghostscript-9.56.1/cups/libs/configlinux.h ghostscript-9.56.1/cups/libs/Makedefs ghostscript-9.56.1/cups/cups.mak ghostscript-9.56.1/.lgtm.yml ghostscript-9.56.1/freetype/ ghostscript-9.56.1/freetype/autogen.sh ghostscript-9.56.1/freetype/include/ ghostscript-9.56.1/freetype/include/ft2build.h ghostscript-9.56.1/freetype/include/dlg/ ghostscript-9.56.1/freetype/include/dlg/dlg.h ghostscript-9.56.1/freetype/include/dlg/output.h ghostscript-9.56.1/freetype/include/freetype/ ghostscript-9.56.1/freetype/include/freetype/ftcolor.h ghostscript-9.56.1/freetype/include/freetype/ftsnames.h ghostscript-9.56.1/freetype/include/freetype/t1tables.h ghostscript-9.56.1/freetype/include/freetype/ftadvanc.h ghostscript-9.56.1/freetype/include/freetype/tttables.h ghostscript-9.56.1/freetype/include/freetype/ftlogging.h ghostscript-9.56.1/freetype/include/freetype/ftgxval.h ghostscript-9.56.1/freetype/include/freetype/ttnameid.h ghostscript-9.56.1/freetype/include/freetype/ftmac.h ghostscript-9.56.1/freetype/include/freetype/ftbdf.h ghostscript-9.56.1/freetype/include/freetype/ftcache.h ghostscript-9.56.1/freetype/include/freetype/ftrender.h ghostscript-9.56.1/freetype/include/freetype/ftwinfnt.h ghostscript-9.56.1/freetype/include/freetype/ftsynth.h ghostscript-9.56.1/freetype/include/freetype/ftlzw.h ghostscript-9.56.1/freetype/include/freetype/ftcid.h ghostscript-9.56.1/freetype/include/freetype/ftgzip.h ghostscript-9.56.1/freetype/include/freetype/ftsystem.h ghostscript-9.56.1/freetype/include/freetype/ftmm.h ghostscript-9.56.1/freetype/include/freetype/internal/ ghostscript-9.56.1/freetype/include/freetype/internal/ftserv.h ghostscript-9.56.1/freetype/include/freetype/internal/pshints.h ghostscript-9.56.1/freetype/include/freetype/internal/ftrfork.h ghostscript-9.56.1/freetype/include/freetype/internal/ftstream.h ghostscript-9.56.1/freetype/include/freetype/internal/fthash.h ghostscript-9.56.1/freetype/include/freetype/internal/tttypes.h ghostscript-9.56.1/freetype/include/freetype/internal/cfftypes.h ghostscript-9.56.1/freetype/include/freetype/internal/cffotypes.h ghostscript-9.56.1/freetype/include/freetype/internal/sfnt.h ghostscript-9.56.1/freetype/include/freetype/internal/wofftypes.h ghostscript-9.56.1/freetype/include/freetype/internal/ftobjs.h ghostscript-9.56.1/freetype/include/freetype/internal/ftpsprop.h ghostscript-9.56.1/freetype/include/freetype/internal/ftvalid.h ghostscript-9.56.1/freetype/include/freetype/internal/t1types.h ghostscript-9.56.1/freetype/include/freetype/internal/services/ ghostscript-9.56.1/freetype/include/freetype/internal/services/svmetric.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svpostnm.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svpscmap.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svpfr.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svcid.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svmm.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svttglyf.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svttcmap.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svgxval.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svtteng.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svgldict.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svotval.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svkern.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svbdf.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svpsinfo.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svsfnt.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svfntfmt.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svwinfnt.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svprop.h ghostscript-9.56.1/freetype/include/freetype/internal/services/svcfftl.h ghostscript-9.56.1/freetype/include/freetype/internal/ftmemory.h ghostscript-9.56.1/freetype/include/freetype/internal/psaux.h ghostscript-9.56.1/freetype/include/freetype/internal/ftcalc.h ghostscript-9.56.1/freetype/include/freetype/internal/ftdrv.h ghostscript-9.56.1/freetype/include/freetype/internal/fttrace.h ghostscript-9.56.1/freetype/include/freetype/internal/autohint.h ghostscript-9.56.1/freetype/include/freetype/internal/compiler-macros.h ghostscript-9.56.1/freetype/include/freetype/internal/ftdebug.h ghostscript-9.56.1/freetype/include/freetype/internal/ftgloadr.h ghostscript-9.56.1/freetype/include/freetype/ftbbox.h ghostscript-9.56.1/freetype/include/freetype/config/ ghostscript-9.56.1/freetype/include/freetype/config/public-macros.h ghostscript-9.56.1/freetype/include/freetype/config/ftstdlib.h ghostscript-9.56.1/freetype/include/freetype/config/ftmodule.h ghostscript-9.56.1/freetype/include/freetype/config/integer-types.h ghostscript-9.56.1/freetype/include/freetype/config/ftoption.h ghostscript-9.56.1/freetype/include/freetype/config/ftconfig.h ghostscript-9.56.1/freetype/include/freetype/config/mac-support.h ghostscript-9.56.1/freetype/include/freetype/config/ftheader.h ghostscript-9.56.1/freetype/include/freetype/ftparams.h ghostscript-9.56.1/freetype/include/freetype/ftlist.h ghostscript-9.56.1/freetype/include/freetype/fterrdef.h ghostscript-9.56.1/freetype/include/freetype/ftglyph.h ghostscript-9.56.1/freetype/include/freetype/fterrors.h ghostscript-9.56.1/freetype/include/freetype/freetype.h ghostscript-9.56.1/freetype/include/freetype/ftpfr.h ghostscript-9.56.1/freetype/include/freetype/fttrigon.h ghostscript-9.56.1/freetype/include/freetype/ftbitmap.h ghostscript-9.56.1/freetype/include/freetype/ftdriver.h ghostscript-9.56.1/freetype/include/freetype/ftlcdfil.h ghostscript-9.56.1/freetype/include/freetype/ftsizes.h ghostscript-9.56.1/freetype/include/freetype/tttags.h ghostscript-9.56.1/freetype/include/freetype/ftgasp.h ghostscript-9.56.1/freetype/include/freetype/ftotval.h ghostscript-9.56.1/freetype/include/freetype/ftoutln.h ghostscript-9.56.1/freetype/include/freetype/ftincrem.h ghostscript-9.56.1/freetype/include/freetype/ftbzip2.h ghostscript-9.56.1/freetype/include/freetype/ftmodapi.h ghostscript-9.56.1/freetype/include/freetype/ftimage.h ghostscript-9.56.1/freetype/include/freetype/ftmoderr.h ghostscript-9.56.1/freetype/include/freetype/ftfntfmt.h ghostscript-9.56.1/freetype/include/freetype/ftchapters.h ghostscript-9.56.1/freetype/include/freetype/fttypes.h ghostscript-9.56.1/freetype/include/freetype/ftstroke.h ghostscript-9.56.1/freetype/README ghostscript-9.56.1/freetype/LICENSE.TXT ghostscript-9.56.1/freetype/vms_make.com ghostscript-9.56.1/freetype/Makefile ghostscript-9.56.1/freetype/README.git ghostscript-9.56.1/freetype/modules.cfg ghostscript-9.56.1/freetype/builds/ ghostscript-9.56.1/freetype/builds/atari/ ghostscript-9.56.1/freetype/builds/atari/FNames.SIC ghostscript-9.56.1/freetype/builds/atari/FREETYPE.PRJ ghostscript-9.56.1/freetype/builds/atari/README.TXT ghostscript-9.56.1/freetype/builds/atari/deflinejoiner.awk ghostscript-9.56.1/freetype/builds/atari/gen-purec-patch.sh ghostscript-9.56.1/freetype/builds/atari/ATARI.H ghostscript-9.56.1/freetype/builds/wince/ ghostscript-9.56.1/freetype/builds/wince/vc2008-ce/ ghostscript-9.56.1/freetype/builds/wince/vc2008-ce/index.html ghostscript-9.56.1/freetype/builds/wince/vc2008-ce/freetype.vcproj ghostscript-9.56.1/freetype/builds/wince/vc2008-ce/freetype.sln ghostscript-9.56.1/freetype/builds/wince/vc2005-ce/ ghostscript-9.56.1/freetype/builds/wince/vc2005-ce/index.html ghostscript-9.56.1/freetype/builds/wince/vc2005-ce/freetype.vcproj ghostscript-9.56.1/freetype/builds/wince/vc2005-ce/freetype.sln ghostscript-9.56.1/freetype/builds/wince/ftdebug.c ghostscript-9.56.1/freetype/builds/link_dos.mk ghostscript-9.56.1/freetype/builds/compiler/ ghostscript-9.56.1/freetype/builds/compiler/visualage.mk ghostscript-9.56.1/freetype/builds/compiler/bcc-dev.mk ghostscript-9.56.1/freetype/builds/compiler/ansi-cc.mk ghostscript-9.56.1/freetype/builds/compiler/gcc-dev.mk ghostscript-9.56.1/freetype/builds/compiler/gcc.mk ghostscript-9.56.1/freetype/builds/compiler/visualc.mk ghostscript-9.56.1/freetype/builds/compiler/bcc.mk ghostscript-9.56.1/freetype/builds/compiler/watcom.mk ghostscript-9.56.1/freetype/builds/compiler/intelc.mk ghostscript-9.56.1/freetype/builds/compiler/emx.mk ghostscript-9.56.1/freetype/builds/compiler/unix-lcc.mk ghostscript-9.56.1/freetype/builds/compiler/win-lcc.mk ghostscript-9.56.1/freetype/builds/freetype.mk ghostscript-9.56.1/freetype/builds/detect.mk ghostscript-9.56.1/freetype/builds/unix/ ghostscript-9.56.1/freetype/builds/unix/ltmain.sh ghostscript-9.56.1/freetype/builds/unix/configure.raw ghostscript-9.56.1/freetype/builds/unix/ftconfig.h.in ghostscript-9.56.1/freetype/builds/unix/ft-munmap.m4 ghostscript-9.56.1/freetype/builds/unix/ax_pthread.m4 ghostscript-9.56.1/freetype/builds/unix/unix-dev.mk ghostscript-9.56.1/freetype/builds/unix/unixddef.mk ghostscript-9.56.1/freetype/builds/unix/configure.ac ghostscript-9.56.1/freetype/builds/unix/unix-cc.in ghostscript-9.56.1/freetype/builds/unix/freetype2.m4 ghostscript-9.56.1/freetype/builds/unix/detect.mk ghostscript-9.56.1/freetype/builds/unix/ftsystem.c ghostscript-9.56.1/freetype/builds/unix/install.mk ghostscript-9.56.1/freetype/builds/unix/freetype2.in ghostscript-9.56.1/freetype/builds/unix/unix.mk ghostscript-9.56.1/freetype/builds/unix/freetype-config.in ghostscript-9.56.1/freetype/builds/unix/pkg.m4 ghostscript-9.56.1/freetype/builds/unix/aclocal.m4 ghostscript-9.56.1/freetype/builds/unix/ax_prog_python_version.m4 ghostscript-9.56.1/freetype/builds/unix/unix-def.in ghostscript-9.56.1/freetype/builds/unix/unix-lcc.mk ghostscript-9.56.1/freetype/builds/unix/ax_compare_version.m4 ghostscript-9.56.1/freetype/builds/os2/ ghostscript-9.56.1/freetype/builds/os2/os2-def.mk ghostscript-9.56.1/freetype/builds/os2/detect.mk ghostscript-9.56.1/freetype/builds/os2/os2-dev.mk ghostscript-9.56.1/freetype/builds/os2/os2-gcc.mk ghostscript-9.56.1/freetype/builds/vms/ ghostscript-9.56.1/freetype/builds/vms/_LINK.OPT_IA64 ghostscript-9.56.1/freetype/builds/vms/ftsystem.c ghostscript-9.56.1/freetype/builds/vms/ftconfig.h ghostscript-9.56.1/freetype/builds/vms/LIBS.OPT_IA64 ghostscript-9.56.1/freetype/builds/vms/vmslib.dat ghostscript-9.56.1/freetype/builds/symbian/ ghostscript-9.56.1/freetype/builds/symbian/bld.inf ghostscript-9.56.1/freetype/builds/symbian/freetype.mmp ghostscript-9.56.1/freetype/builds/mac/ ghostscript-9.56.1/freetype/builds/mac/README ghostscript-9.56.1/freetype/builds/mac/ftlib.prj.xml ghostscript-9.56.1/freetype/builds/mac/FreeType.m68k_cfm.make.txt ghostscript-9.56.1/freetype/builds/mac/FreeType.ppc_carbon.make.txt ghostscript-9.56.1/freetype/builds/mac/freetype-Info.plist ghostscript-9.56.1/freetype/builds/mac/FreeType.m68k_far.make.txt ghostscript-9.56.1/freetype/builds/mac/ascii2mpw.py ghostscript-9.56.1/freetype/builds/mac/ftmac.c ghostscript-9.56.1/freetype/builds/mac/FreeType.ppc_classic.make.txt ghostscript-9.56.1/freetype/builds/beos/ ghostscript-9.56.1/freetype/builds/beos/beos.mk ghostscript-9.56.1/freetype/builds/beos/beos-def.mk ghostscript-9.56.1/freetype/builds/beos/detect.mk ghostscript-9.56.1/freetype/builds/ansi/ ghostscript-9.56.1/freetype/builds/ansi/ansi-def.mk ghostscript-9.56.1/freetype/builds/ansi/ansi.mk ghostscript-9.56.1/freetype/builds/dos/ ghostscript-9.56.1/freetype/builds/dos/dos-gcc.mk ghostscript-9.56.1/freetype/builds/dos/detect.mk ghostscript-9.56.1/freetype/builds/dos/dos-def.mk ghostscript-9.56.1/freetype/builds/dos/dos-emx.mk ghostscript-9.56.1/freetype/builds/dos/dos-wat.mk ghostscript-9.56.1/freetype/builds/meson/ ghostscript-9.56.1/freetype/builds/meson/parse_modules_cfg.py ghostscript-9.56.1/freetype/builds/meson/generate_reference_docs.py ghostscript-9.56.1/freetype/builds/meson/extract_libtool_version.py ghostscript-9.56.1/freetype/builds/meson/extract_freetype_version.py ghostscript-9.56.1/freetype/builds/meson/process_ftoption_h.py ghostscript-9.56.1/freetype/builds/exports.mk ghostscript-9.56.1/freetype/builds/toplevel.mk ghostscript-9.56.1/freetype/builds/link_std.mk ghostscript-9.56.1/freetype/builds/amiga/ ghostscript-9.56.1/freetype/builds/amiga/include/ ghostscript-9.56.1/freetype/builds/amiga/include/config/ ghostscript-9.56.1/freetype/builds/amiga/include/config/ftmodule.h ghostscript-9.56.1/freetype/builds/amiga/include/config/ftconfig.h ghostscript-9.56.1/freetype/builds/amiga/smakefile ghostscript-9.56.1/freetype/builds/amiga/README ghostscript-9.56.1/freetype/builds/amiga/makefile ghostscript-9.56.1/freetype/builds/amiga/src/ ghostscript-9.56.1/freetype/builds/amiga/src/base/ ghostscript-9.56.1/freetype/builds/amiga/src/base/ftsystem.c ghostscript-9.56.1/freetype/builds/amiga/src/base/ftdebug.c ghostscript-9.56.1/freetype/builds/amiga/makefile.os4 ghostscript-9.56.1/freetype/builds/cmake/ ghostscript-9.56.1/freetype/builds/cmake/iOS.cmake ghostscript-9.56.1/freetype/builds/cmake/FindBrotliDec.cmake ghostscript-9.56.1/freetype/builds/cmake/testbuild.sh ghostscript-9.56.1/freetype/builds/cmake/FindHarfBuzz.cmake ghostscript-9.56.1/freetype/builds/modules.mk ghostscript-9.56.1/freetype/builds/windows/ ghostscript-9.56.1/freetype/builds/windows/vc2010/ ghostscript-9.56.1/freetype/builds/windows/vc2010/freetype.user.props ghostscript-9.56.1/freetype/builds/windows/vc2010/index.html ghostscript-9.56.1/freetype/builds/windows/vc2010/freetype.vcxproj.filters ghostscript-9.56.1/freetype/builds/windows/vc2010/freetype.vcxproj ghostscript-9.56.1/freetype/builds/windows/vc2010/freetype.sln ghostscript-9.56.1/freetype/builds/windows/w32-vcc.mk ghostscript-9.56.1/freetype/builds/windows/w32-lcc.mk ghostscript-9.56.1/freetype/builds/windows/visualc/ ghostscript-9.56.1/freetype/builds/windows/visualc/index.html ghostscript-9.56.1/freetype/builds/windows/visualc/freetype.dsp ghostscript-9.56.1/freetype/builds/windows/visualc/freetype.vcproj ghostscript-9.56.1/freetype/builds/windows/visualc/freetype.dsw ghostscript-9.56.1/freetype/builds/windows/visualc/freetype.sln ghostscript-9.56.1/freetype/builds/windows/w32-dev.mk ghostscript-9.56.1/freetype/builds/windows/w32-gcc.mk ghostscript-9.56.1/freetype/builds/windows/win32-def.mk ghostscript-9.56.1/freetype/builds/windows/w32-bccd.mk ghostscript-9.56.1/freetype/builds/windows/detect.mk ghostscript-9.56.1/freetype/builds/windows/ftsystem.c ghostscript-9.56.1/freetype/builds/windows/w32-bcc.mk ghostscript-9.56.1/freetype/builds/windows/visualce/ ghostscript-9.56.1/freetype/builds/windows/visualce/index.html ghostscript-9.56.1/freetype/builds/windows/visualce/freetype.dsp ghostscript-9.56.1/freetype/builds/windows/visualce/freetype.vcproj ghostscript-9.56.1/freetype/builds/windows/visualce/freetype.dsw ghostscript-9.56.1/freetype/builds/windows/w32-icc.mk ghostscript-9.56.1/freetype/builds/windows/ftdebug.c ghostscript-9.56.1/freetype/builds/windows/w32-intl.mk ghostscript-9.56.1/freetype/builds/windows/w32-mingw32.mk ghostscript-9.56.1/freetype/builds/windows/w32-wat.mk ghostscript-9.56.1/freetype/src/ ghostscript-9.56.1/freetype/src/cff/ ghostscript-9.56.1/freetype/src/cff/cffload.c ghostscript-9.56.1/freetype/src/cff/cff.c ghostscript-9.56.1/freetype/src/cff/cfftoken.h ghostscript-9.56.1/freetype/src/cff/cffdrivr.h ghostscript-9.56.1/freetype/src/cff/cffobjs.h ghostscript-9.56.1/freetype/src/cff/cffobjs.c ghostscript-9.56.1/freetype/src/cff/cffcmap.h ghostscript-9.56.1/freetype/src/cff/cffcmap.c ghostscript-9.56.1/freetype/src/cff/cffparse.c ghostscript-9.56.1/freetype/src/cff/cfferrs.h ghostscript-9.56.1/freetype/src/cff/module.mk ghostscript-9.56.1/freetype/src/cff/cffdrivr.c ghostscript-9.56.1/freetype/src/cff/cffgload.h ghostscript-9.56.1/freetype/src/cff/cffload.h ghostscript-9.56.1/freetype/src/cff/cffparse.h ghostscript-9.56.1/freetype/src/cff/rules.mk ghostscript-9.56.1/freetype/src/cff/cffgload.c ghostscript-9.56.1/freetype/src/type1/ ghostscript-9.56.1/freetype/src/type1/type1.c ghostscript-9.56.1/freetype/src/type1/t1objs.c ghostscript-9.56.1/freetype/src/type1/t1afm.c ghostscript-9.56.1/freetype/src/type1/t1parse.h ghostscript-9.56.1/freetype/src/type1/t1driver.h ghostscript-9.56.1/freetype/src/type1/t1gload.h ghostscript-9.56.1/freetype/src/type1/t1errors.h ghostscript-9.56.1/freetype/src/type1/t1gload.c ghostscript-9.56.1/freetype/src/type1/module.mk ghostscript-9.56.1/freetype/src/type1/t1objs.h ghostscript-9.56.1/freetype/src/type1/t1afm.h ghostscript-9.56.1/freetype/src/type1/t1driver.c ghostscript-9.56.1/freetype/src/type1/t1parse.c ghostscript-9.56.1/freetype/src/type1/t1load.c ghostscript-9.56.1/freetype/src/type1/t1load.h ghostscript-9.56.1/freetype/src/type1/rules.mk ghostscript-9.56.1/freetype/src/type1/t1tokens.h ghostscript-9.56.1/freetype/src/pshinter/ ghostscript-9.56.1/freetype/src/pshinter/pshrec.c ghostscript-9.56.1/freetype/src/pshinter/pshglob.h ghostscript-9.56.1/freetype/src/pshinter/pshmod.c ghostscript-9.56.1/freetype/src/pshinter/pshalgo.c ghostscript-9.56.1/freetype/src/pshinter/pshmod.h ghostscript-9.56.1/freetype/src/pshinter/pshinter.c ghostscript-9.56.1/freetype/src/pshinter/module.mk ghostscript-9.56.1/freetype/src/pshinter/pshalgo.h ghostscript-9.56.1/freetype/src/pshinter/pshglob.c ghostscript-9.56.1/freetype/src/pshinter/pshnterr.h ghostscript-9.56.1/freetype/src/pshinter/pshrec.h ghostscript-9.56.1/freetype/src/pshinter/rules.mk ghostscript-9.56.1/freetype/src/bdf/ ghostscript-9.56.1/freetype/src/bdf/bdfdrivr.h ghostscript-9.56.1/freetype/src/bdf/README ghostscript-9.56.1/freetype/src/bdf/bdf.c ghostscript-9.56.1/freetype/src/bdf/bdf.h ghostscript-9.56.1/freetype/src/bdf/bdfdrivr.c ghostscript-9.56.1/freetype/src/bdf/module.mk ghostscript-9.56.1/freetype/src/bdf/bdferror.h ghostscript-9.56.1/freetype/src/bdf/bdflib.c ghostscript-9.56.1/freetype/src/bdf/rules.mk ghostscript-9.56.1/freetype/src/cid/ ghostscript-9.56.1/freetype/src/cid/cidobjs.h ghostscript-9.56.1/freetype/src/cid/cidgload.h ghostscript-9.56.1/freetype/src/cid/cidparse.h ghostscript-9.56.1/freetype/src/cid/cidtoken.h ghostscript-9.56.1/freetype/src/cid/cidload.c ghostscript-9.56.1/freetype/src/cid/ciderrs.h ghostscript-9.56.1/freetype/src/cid/cidriver.c ghostscript-9.56.1/freetype/src/cid/cidgload.c ghostscript-9.56.1/freetype/src/cid/module.mk ghostscript-9.56.1/freetype/src/cid/type1cid.c ghostscript-9.56.1/freetype/src/cid/cidparse.c ghostscript-9.56.1/freetype/src/cid/cidobjs.c ghostscript-9.56.1/freetype/src/cid/cidload.h ghostscript-9.56.1/freetype/src/cid/cidriver.h ghostscript-9.56.1/freetype/src/cid/rules.mk ghostscript-9.56.1/freetype/src/lzw/ ghostscript-9.56.1/freetype/src/lzw/ftzopen.c ghostscript-9.56.1/freetype/src/lzw/ftlzw.c ghostscript-9.56.1/freetype/src/lzw/ftzopen.h ghostscript-9.56.1/freetype/src/lzw/rules.mk ghostscript-9.56.1/freetype/src/psnames/ ghostscript-9.56.1/freetype/src/psnames/psnamerr.h ghostscript-9.56.1/freetype/src/psnames/psnames.c ghostscript-9.56.1/freetype/src/psnames/module.mk ghostscript-9.56.1/freetype/src/psnames/psmodule.h ghostscript-9.56.1/freetype/src/psnames/psmodule.c ghostscript-9.56.1/freetype/src/psnames/rules.mk ghostscript-9.56.1/freetype/src/psnames/pstables.h ghostscript-9.56.1/freetype/src/autofit/ ghostscript-9.56.1/freetype/src/autofit/afshaper.c ghostscript-9.56.1/freetype/src/autofit/afscript.h ghostscript-9.56.1/freetype/src/autofit/aflatin.h ghostscript-9.56.1/freetype/src/autofit/afstyles.h ghostscript-9.56.1/freetype/src/autofit/afloader.h ghostscript-9.56.1/freetype/src/autofit/autofit.c ghostscript-9.56.1/freetype/src/autofit/afglobal.h ghostscript-9.56.1/freetype/src/autofit/aftypes.h ghostscript-9.56.1/freetype/src/autofit/afmodule.c ghostscript-9.56.1/freetype/src/autofit/afblue.hin ghostscript-9.56.1/freetype/src/autofit/afws-iter.h ghostscript-9.56.1/freetype/src/autofit/afglobal.c ghostscript-9.56.1/freetype/src/autofit/afblue.cin ghostscript-9.56.1/freetype/src/autofit/afindic.h ghostscript-9.56.1/freetype/src/autofit/afcover.h ghostscript-9.56.1/freetype/src/autofit/aferrors.h ghostscript-9.56.1/freetype/src/autofit/afindic.c ghostscript-9.56.1/freetype/src/autofit/module.mk ghostscript-9.56.1/freetype/src/autofit/afloader.c ghostscript-9.56.1/freetype/src/autofit/afblue.c ghostscript-9.56.1/freetype/src/autofit/afdummy.h ghostscript-9.56.1/freetype/src/autofit/aflatin.c ghostscript-9.56.1/freetype/src/autofit/afcjk.h ghostscript-9.56.1/freetype/src/autofit/afhints.c ghostscript-9.56.1/freetype/src/autofit/afhints.h ghostscript-9.56.1/freetype/src/autofit/afmodule.h ghostscript-9.56.1/freetype/src/autofit/afranges.c ghostscript-9.56.1/freetype/src/autofit/afranges.h ghostscript-9.56.1/freetype/src/autofit/afws-decl.h ghostscript-9.56.1/freetype/src/autofit/rules.mk ghostscript-9.56.1/freetype/src/autofit/afblue.h ghostscript-9.56.1/freetype/src/autofit/afdummy.c ghostscript-9.56.1/freetype/src/autofit/afcjk.c ghostscript-9.56.1/freetype/src/autofit/afshaper.h ghostscript-9.56.1/freetype/src/autofit/afblue.dat ghostscript-9.56.1/freetype/src/pfr/ ghostscript-9.56.1/freetype/src/pfr/pfrobjs.c ghostscript-9.56.1/freetype/src/pfr/pfrcmap.c ghostscript-9.56.1/freetype/src/pfr/pfrload.h ghostscript-9.56.1/freetype/src/pfr/pfrdrivr.h ghostscript-9.56.1/freetype/src/pfr/pfrerror.h ghostscript-9.56.1/freetype/src/pfr/module.mk ghostscript-9.56.1/freetype/src/pfr/pfrload.c ghostscript-9.56.1/freetype/src/pfr/pfrtypes.h ghostscript-9.56.1/freetype/src/pfr/pfr.c ghostscript-9.56.1/freetype/src/pfr/pfrobjs.h ghostscript-9.56.1/freetype/src/pfr/pfrgload.c ghostscript-9.56.1/freetype/src/pfr/pfrsbit.c ghostscript-9.56.1/freetype/src/pfr/pfrcmap.h ghostscript-9.56.1/freetype/src/pfr/pfrdrivr.c ghostscript-9.56.1/freetype/src/pfr/rules.mk ghostscript-9.56.1/freetype/src/pfr/pfrgload.h ghostscript-9.56.1/freetype/src/pfr/pfrsbit.h ghostscript-9.56.1/freetype/src/sdf/ ghostscript-9.56.1/freetype/src/sdf/ftsdfrend.c ghostscript-9.56.1/freetype/src/sdf/module.mk ghostscript-9.56.1/freetype/src/sdf/ftsdf.c ghostscript-9.56.1/freetype/src/sdf/ftsdfcommon.c ghostscript-9.56.1/freetype/src/sdf/ftsdfcommon.h ghostscript-9.56.1/freetype/src/sdf/sdf.c ghostscript-9.56.1/freetype/src/sdf/ftsdf.h ghostscript-9.56.1/freetype/src/sdf/ftbsdf.c ghostscript-9.56.1/freetype/src/sdf/rules.mk ghostscript-9.56.1/freetype/src/sdf/ftsdferrs.h ghostscript-9.56.1/freetype/src/sdf/ftsdfrend.h ghostscript-9.56.1/freetype/src/smooth/ ghostscript-9.56.1/freetype/src/smooth/module.mk ghostscript-9.56.1/freetype/src/smooth/ftsmooth.h ghostscript-9.56.1/freetype/src/smooth/ftsmooth.c ghostscript-9.56.1/freetype/src/smooth/ftgrays.h ghostscript-9.56.1/freetype/src/smooth/ftsmerrs.h ghostscript-9.56.1/freetype/src/smooth/rules.mk ghostscript-9.56.1/freetype/src/smooth/ftgrays.c ghostscript-9.56.1/freetype/src/smooth/smooth.c ghostscript-9.56.1/freetype/src/gzip/ ghostscript-9.56.1/freetype/src/gzip/inflate.c ghostscript-9.56.1/freetype/src/gzip/infutil.h ghostscript-9.56.1/freetype/src/gzip/zlib.h ghostscript-9.56.1/freetype/src/gzip/inftrees.h ghostscript-9.56.1/freetype/src/gzip/zutil.h ghostscript-9.56.1/freetype/src/gzip/ftzconf.h ghostscript-9.56.1/freetype/src/gzip/inffixed.h ghostscript-9.56.1/freetype/src/gzip/infblock.h ghostscript-9.56.1/freetype/src/gzip/infblock.c ghostscript-9.56.1/freetype/src/gzip/zutil.c ghostscript-9.56.1/freetype/src/gzip/adler32.c ghostscript-9.56.1/freetype/src/gzip/infcodes.c ghostscript-9.56.1/freetype/src/gzip/infcodes.h ghostscript-9.56.1/freetype/src/gzip/inftrees.c ghostscript-9.56.1/freetype/src/gzip/infutil.c ghostscript-9.56.1/freetype/src/gzip/rules.mk ghostscript-9.56.1/freetype/src/gzip/ftgzip.c ghostscript-9.56.1/freetype/src/raster/ ghostscript-9.56.1/freetype/src/raster/ftrend1.c ghostscript-9.56.1/freetype/src/raster/ftraster.c ghostscript-9.56.1/freetype/src/raster/ftrend1.h ghostscript-9.56.1/freetype/src/raster/module.mk ghostscript-9.56.1/freetype/src/raster/raster.c ghostscript-9.56.1/freetype/src/raster/ftmisc.h ghostscript-9.56.1/freetype/src/raster/ftraster.h ghostscript-9.56.1/freetype/src/raster/rasterrs.h ghostscript-9.56.1/freetype/src/raster/rules.mk ghostscript-9.56.1/freetype/src/tools/ ghostscript-9.56.1/freetype/src/tools/test_afm.c ghostscript-9.56.1/freetype/src/tools/chktrcmp.py ghostscript-9.56.1/freetype/src/tools/apinames.c ghostscript-9.56.1/freetype/src/tools/update-copyright-year ghostscript-9.56.1/freetype/src/tools/test_bbox.c ghostscript-9.56.1/freetype/src/tools/update-copyright ghostscript-9.56.1/freetype/src/tools/no-copyright ghostscript-9.56.1/freetype/src/tools/make_distribution_archives.py ghostscript-9.56.1/freetype/src/tools/cordic.py ghostscript-9.56.1/freetype/src/tools/test_trig.c ghostscript-9.56.1/freetype/src/tools/afblue.pl ghostscript-9.56.1/freetype/src/tools/glnames.py ghostscript-9.56.1/freetype/src/tools/ftrandom/ ghostscript-9.56.1/freetype/src/tools/ftrandom/README ghostscript-9.56.1/freetype/src/tools/ftrandom/Makefile ghostscript-9.56.1/freetype/src/tools/ftrandom/ftrandom.c ghostscript-9.56.1/freetype/src/truetype/ ghostscript-9.56.1/freetype/src/truetype/ttgload.h ghostscript-9.56.1/freetype/src/truetype/tterrors.h ghostscript-9.56.1/freetype/src/truetype/truetype.c ghostscript-9.56.1/freetype/src/truetype/ttpload.h ghostscript-9.56.1/freetype/src/truetype/ttdriver.c ghostscript-9.56.1/freetype/src/truetype/ttpload.c ghostscript-9.56.1/freetype/src/truetype/ttgxvar.h ghostscript-9.56.1/freetype/src/truetype/ttgxvar.c ghostscript-9.56.1/freetype/src/truetype/ttsubpix.c ghostscript-9.56.1/freetype/src/truetype/module.mk ghostscript-9.56.1/freetype/src/truetype/ttobjs.h ghostscript-9.56.1/freetype/src/truetype/ttgload.c ghostscript-9.56.1/freetype/src/truetype/ttinterp.h ghostscript-9.56.1/freetype/src/truetype/ttinterp.c ghostscript-9.56.1/freetype/src/truetype/ttdriver.h ghostscript-9.56.1/freetype/src/truetype/rules.mk ghostscript-9.56.1/freetype/src/truetype/ttobjs.c ghostscript-9.56.1/freetype/src/truetype/ttsubpix.h ghostscript-9.56.1/freetype/src/bzip2/ ghostscript-9.56.1/freetype/src/bzip2/ftbzip2.c ghostscript-9.56.1/freetype/src/bzip2/rules.mk ghostscript-9.56.1/freetype/src/sfnt/ ghostscript-9.56.1/freetype/src/sfnt/ttpost.c ghostscript-9.56.1/freetype/src/sfnt/pngshim.c ghostscript-9.56.1/freetype/src/sfnt/pngshim.h ghostscript-9.56.1/freetype/src/sfnt/sfdriver.h ghostscript-9.56.1/freetype/src/sfnt/ttpost.h ghostscript-9.56.1/freetype/src/sfnt/woff2tags.c ghostscript-9.56.1/freetype/src/sfnt/ttcmapc.h ghostscript-9.56.1/freetype/src/sfnt/ttcpal.c ghostscript-9.56.1/freetype/src/sfnt/sfwoff2.c ghostscript-9.56.1/freetype/src/sfnt/woff2tags.h ghostscript-9.56.1/freetype/src/sfnt/sfdriver.c ghostscript-9.56.1/freetype/src/sfnt/ttcpal.h ghostscript-9.56.1/freetype/src/sfnt/ttmtx.h ghostscript-9.56.1/freetype/src/sfnt/ttcmap.h ghostscript-9.56.1/freetype/src/sfnt/ttload.c ghostscript-9.56.1/freetype/src/sfnt/sfnt.c ghostscript-9.56.1/freetype/src/sfnt/sfwoff.h ghostscript-9.56.1/freetype/src/sfnt/ttcolr.c ghostscript-9.56.1/freetype/src/sfnt/sfwoff.c ghostscript-9.56.1/freetype/src/sfnt/module.mk ghostscript-9.56.1/freetype/src/sfnt/sfobjs.c ghostscript-9.56.1/freetype/src/sfnt/ttsbit.c ghostscript-9.56.1/freetype/src/sfnt/sfwoff2.h ghostscript-9.56.1/freetype/src/sfnt/sfobjs.h ghostscript-9.56.1/freetype/src/sfnt/ttload.h ghostscript-9.56.1/freetype/src/sfnt/sferrors.h ghostscript-9.56.1/freetype/src/sfnt/ttsbit.h ghostscript-9.56.1/freetype/src/sfnt/ttkern.c ghostscript-9.56.1/freetype/src/sfnt/ttcolr.h ghostscript-9.56.1/freetype/src/sfnt/ttmtx.c ghostscript-9.56.1/freetype/src/sfnt/ttkern.h ghostscript-9.56.1/freetype/src/sfnt/rules.mk ghostscript-9.56.1/freetype/src/sfnt/ttbdf.c ghostscript-9.56.1/freetype/src/sfnt/ttbdf.h ghostscript-9.56.1/freetype/src/sfnt/ttcmap.c ghostscript-9.56.1/freetype/src/base/ ghostscript-9.56.1/freetype/src/base/ftfntfmt.c ghostscript-9.56.1/freetype/src/base/ftobjs.c ghostscript-9.56.1/freetype/src/base/ftgasp.c ghostscript-9.56.1/freetype/src/base/ftutil.c ghostscript-9.56.1/freetype/src/base/ftsnames.c ghostscript-9.56.1/freetype/src/base/ftbase.c ghostscript-9.56.1/freetype/src/base/fttype1.c ghostscript-9.56.1/freetype/src/base/ftgloadr.c ghostscript-9.56.1/freetype/src/base/ftoutln.c ghostscript-9.56.1/freetype/src/base/md5.h ghostscript-9.56.1/freetype/src/base/md5.c ghostscript-9.56.1/freetype/src/base/ftcid.c ghostscript-9.56.1/freetype/src/base/ftpfr.c ghostscript-9.56.1/freetype/src/base/ftsystem.c ghostscript-9.56.1/freetype/src/base/ftpatent.c ghostscript-9.56.1/freetype/src/base/ftrfork.c ghostscript-9.56.1/freetype/src/base/ftstream.c ghostscript-9.56.1/freetype/src/base/ftdbgmem.c ghostscript-9.56.1/freetype/src/base/ftver.rc ghostscript-9.56.1/freetype/src/base/ftbitmap.c ghostscript-9.56.1/freetype/src/base/ftbbox.c ghostscript-9.56.1/freetype/src/base/ftcolor.c ghostscript-9.56.1/freetype/src/base/ftadvanc.c ghostscript-9.56.1/freetype/src/base/ftcalc.c ghostscript-9.56.1/freetype/src/base/ftbdf.c ghostscript-9.56.1/freetype/src/base/ftlcdfil.c ghostscript-9.56.1/freetype/src/base/fttrigon.c ghostscript-9.56.1/freetype/src/base/ftpsprop.c ghostscript-9.56.1/freetype/src/base/ftglyph.c ghostscript-9.56.1/freetype/src/base/ftsynth.c ghostscript-9.56.1/freetype/src/base/ftwinfnt.c ghostscript-9.56.1/freetype/src/base/ftotval.c ghostscript-9.56.1/freetype/src/base/fthash.c ghostscript-9.56.1/freetype/src/base/ftdebug.c ghostscript-9.56.1/freetype/src/base/ftinit.c ghostscript-9.56.1/freetype/src/base/ftbase.h ghostscript-9.56.1/freetype/src/base/ftstroke.c ghostscript-9.56.1/freetype/src/base/ftgxval.c ghostscript-9.56.1/freetype/src/base/rules.mk ghostscript-9.56.1/freetype/src/base/ftmac.c ghostscript-9.56.1/freetype/src/base/ftfstype.c ghostscript-9.56.1/freetype/src/base/ftmm.c ghostscript-9.56.1/freetype/src/base/fterrors.c ghostscript-9.56.1/freetype/src/dlg/ ghostscript-9.56.1/freetype/src/dlg/dlg.c ghostscript-9.56.1/freetype/src/dlg/dlgwrap.c ghostscript-9.56.1/freetype/src/dlg/rules.mk ghostscript-9.56.1/freetype/src/cache/ ghostscript-9.56.1/freetype/src/cache/ftcimage.h ghostscript-9.56.1/freetype/src/cache/ftcsbits.c ghostscript-9.56.1/freetype/src/cache/ftccache.c ghostscript-9.56.1/freetype/src/cache/ftccmap.c ghostscript-9.56.1/freetype/src/cache/ftcerror.h ghostscript-9.56.1/freetype/src/cache/ftcmanag.h ghostscript-9.56.1/freetype/src/cache/ftccache.h ghostscript-9.56.1/freetype/src/cache/ftcglyph.h ghostscript-9.56.1/freetype/src/cache/ftcache.c ghostscript-9.56.1/freetype/src/cache/ftcmanag.c ghostscript-9.56.1/freetype/src/cache/ftccback.h ghostscript-9.56.1/freetype/src/cache/ftcsbits.h ghostscript-9.56.1/freetype/src/cache/ftcbasic.c ghostscript-9.56.1/freetype/src/cache/ftcmru.h ghostscript-9.56.1/freetype/src/cache/ftcimage.c ghostscript-9.56.1/freetype/src/cache/ftcmru.c ghostscript-9.56.1/freetype/src/cache/rules.mk ghostscript-9.56.1/freetype/src/cache/ftcglyph.c ghostscript-9.56.1/freetype/src/gxvalid/ ghostscript-9.56.1/freetype/src/gxvalid/gxvmort2.c ghostscript-9.56.1/freetype/src/gxvalid/gxvcommn.h ghostscript-9.56.1/freetype/src/gxvalid/gxvalid.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmorx2.c ghostscript-9.56.1/freetype/src/gxvalid/gxvprop.c ghostscript-9.56.1/freetype/src/gxvalid/gxvlcar.c ghostscript-9.56.1/freetype/src/gxvalid/gxvtrak.c ghostscript-9.56.1/freetype/src/gxvalid/README ghostscript-9.56.1/freetype/src/gxvalid/gxvmod.c ghostscript-9.56.1/freetype/src/gxvalid/gxvfeat.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmorx.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmorx4.c ghostscript-9.56.1/freetype/src/gxvalid/gxvcommn.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmort.c ghostscript-9.56.1/freetype/src/gxvalid/gxvalid.h ghostscript-9.56.1/freetype/src/gxvalid/gxvmort1.c ghostscript-9.56.1/freetype/src/gxvalid/gxvbsln.c ghostscript-9.56.1/freetype/src/gxvalid/module.mk ghostscript-9.56.1/freetype/src/gxvalid/gxvmorx5.c ghostscript-9.56.1/freetype/src/gxvalid/gxvkern.c ghostscript-9.56.1/freetype/src/gxvalid/gxvfgen.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmorx1.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmort4.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmorx.h ghostscript-9.56.1/freetype/src/gxvalid/gxvfeat.h ghostscript-9.56.1/freetype/src/gxvalid/gxvmort.h ghostscript-9.56.1/freetype/src/gxvalid/gxvmod.h ghostscript-9.56.1/freetype/src/gxvalid/rules.mk ghostscript-9.56.1/freetype/src/gxvalid/gxvjust.c ghostscript-9.56.1/freetype/src/gxvalid/gxvopbd.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmort0.c ghostscript-9.56.1/freetype/src/gxvalid/gxverror.h ghostscript-9.56.1/freetype/src/gxvalid/gxvmort5.c ghostscript-9.56.1/freetype/src/gxvalid/gxvmorx0.c ghostscript-9.56.1/freetype/src/otvalid/ ghostscript-9.56.1/freetype/src/otvalid/otvjstf.c ghostscript-9.56.1/freetype/src/otvalid/otvgdef.c ghostscript-9.56.1/freetype/src/otvalid/otvalid.h ghostscript-9.56.1/freetype/src/otvalid/otvcommn.c ghostscript-9.56.1/freetype/src/otvalid/otvmath.c ghostscript-9.56.1/freetype/src/otvalid/module.mk ghostscript-9.56.1/freetype/src/otvalid/otverror.h ghostscript-9.56.1/freetype/src/otvalid/otvmod.c ghostscript-9.56.1/freetype/src/otvalid/otvgpos.h ghostscript-9.56.1/freetype/src/otvalid/otvalid.c ghostscript-9.56.1/freetype/src/otvalid/otvmod.h ghostscript-9.56.1/freetype/src/otvalid/otvcommn.h ghostscript-9.56.1/freetype/src/otvalid/otvgpos.c ghostscript-9.56.1/freetype/src/otvalid/rules.mk ghostscript-9.56.1/freetype/src/otvalid/otvgsub.c ghostscript-9.56.1/freetype/src/otvalid/otvbase.c ghostscript-9.56.1/freetype/src/type42/ ghostscript-9.56.1/freetype/src/type42/t42parse.c ghostscript-9.56.1/freetype/src/type42/t42error.h ghostscript-9.56.1/freetype/src/type42/t42drivr.h ghostscript-9.56.1/freetype/src/type42/type42.c ghostscript-9.56.1/freetype/src/type42/t42parse.h ghostscript-9.56.1/freetype/src/type42/module.mk ghostscript-9.56.1/freetype/src/type42/t42types.h ghostscript-9.56.1/freetype/src/type42/rules.mk ghostscript-9.56.1/freetype/src/type42/t42drivr.c ghostscript-9.56.1/freetype/src/type42/t42objs.c ghostscript-9.56.1/freetype/src/type42/t42objs.h ghostscript-9.56.1/freetype/src/pcf/ ghostscript-9.56.1/freetype/src/pcf/pcf.h ghostscript-9.56.1/freetype/src/pcf/pcfdrivr.c ghostscript-9.56.1/freetype/src/pcf/pcfread.c ghostscript-9.56.1/freetype/src/pcf/README ghostscript-9.56.1/freetype/src/pcf/pcfread.h ghostscript-9.56.1/freetype/src/pcf/pcf.c ghostscript-9.56.1/freetype/src/pcf/module.mk ghostscript-9.56.1/freetype/src/pcf/pcfutil.h ghostscript-9.56.1/freetype/src/pcf/pcferror.h ghostscript-9.56.1/freetype/src/pcf/rules.mk ghostscript-9.56.1/freetype/src/pcf/pcfutil.c ghostscript-9.56.1/freetype/src/pcf/pcfdrivr.h ghostscript-9.56.1/freetype/src/winfonts/ ghostscript-9.56.1/freetype/src/winfonts/winfnt.h ghostscript-9.56.1/freetype/src/winfonts/winfnt.c ghostscript-9.56.1/freetype/src/winfonts/module.mk ghostscript-9.56.1/freetype/src/winfonts/fnterrs.h ghostscript-9.56.1/freetype/src/winfonts/rules.mk ghostscript-9.56.1/freetype/src/psaux/ ghostscript-9.56.1/freetype/src/psaux/psblues.c ghostscript-9.56.1/freetype/src/psaux/pshints.h ghostscript-9.56.1/freetype/src/psaux/psaux.c ghostscript-9.56.1/freetype/src/psaux/afmparse.h ghostscript-9.56.1/freetype/src/psaux/psobjs.h ghostscript-9.56.1/freetype/src/psaux/psauxerr.h ghostscript-9.56.1/freetype/src/psaux/cffdecode.h ghostscript-9.56.1/freetype/src/psaux/psread.h ghostscript-9.56.1/freetype/src/psaux/psft.h ghostscript-9.56.1/freetype/src/psaux/psconv.c ghostscript-9.56.1/freetype/src/psaux/psarrst.c ghostscript-9.56.1/freetype/src/psaux/afmparse.c ghostscript-9.56.1/freetype/src/psaux/pshints.c ghostscript-9.56.1/freetype/src/psaux/psintrp.h ghostscript-9.56.1/freetype/src/psaux/psfont.c ghostscript-9.56.1/freetype/src/psaux/psauxmod.c ghostscript-9.56.1/freetype/src/psaux/psconv.h ghostscript-9.56.1/freetype/src/psaux/psft.c ghostscript-9.56.1/freetype/src/psaux/module.mk ghostscript-9.56.1/freetype/src/psaux/psfixed.h ghostscript-9.56.1/freetype/src/psaux/t1cmap.c ghostscript-9.56.1/freetype/src/psaux/psintrp.c ghostscript-9.56.1/freetype/src/psaux/psblues.h ghostscript-9.56.1/freetype/src/psaux/psstack.c ghostscript-9.56.1/freetype/src/psaux/psfont.h ghostscript-9.56.1/freetype/src/psaux/psarrst.h ghostscript-9.56.1/freetype/src/psaux/cffdecode.c ghostscript-9.56.1/freetype/src/psaux/psauxmod.h ghostscript-9.56.1/freetype/src/psaux/psobjs.c ghostscript-9.56.1/freetype/src/psaux/pserror.h ghostscript-9.56.1/freetype/src/psaux/psstack.h ghostscript-9.56.1/freetype/src/psaux/t1decode.h ghostscript-9.56.1/freetype/src/psaux/t1cmap.h ghostscript-9.56.1/freetype/src/psaux/psglue.h ghostscript-9.56.1/freetype/src/psaux/pserror.c ghostscript-9.56.1/freetype/src/psaux/rules.mk ghostscript-9.56.1/freetype/src/psaux/t1decode.c ghostscript-9.56.1/freetype/src/psaux/psread.c ghostscript-9.56.1/freetype/src/psaux/pstypes.h ghostscript-9.56.1/freetype/meson.build ghostscript-9.56.1/freetype/ChangeLog ghostscript-9.56.1/freetype/devel/ ghostscript-9.56.1/freetype/devel/ft2build.h ghostscript-9.56.1/freetype/devel/ftoption.h ghostscript-9.56.1/freetype/objs/ ghostscript-9.56.1/freetype/objs/README ghostscript-9.56.1/freetype/CMakeLists.txt ghostscript-9.56.1/freetype/docs/ ghostscript-9.56.1/freetype/docs/reference/ ghostscript-9.56.1/freetype/docs/reference/ft2-header_file_macros.html ghostscript-9.56.1/freetype/docs/reference/ft2-gasp_table.html ghostscript-9.56.1/freetype/docs/reference/ft2-bdf_fonts.html ghostscript-9.56.1/freetype/docs/reference/ft2-sizes_management.html ghostscript-9.56.1/freetype/docs/reference/ft2-parameter_tags.html ghostscript-9.56.1/freetype/docs/reference/index.html ghostscript-9.56.1/freetype/docs/reference/ft2-outline_processing.html ghostscript-9.56.1/freetype/docs/reference/ft2-ot_validation.html ghostscript-9.56.1/freetype/docs/reference/404.html ghostscript-9.56.1/freetype/docs/reference/ft2-color_management.html ghostscript-9.56.1/freetype/docs/reference/ft2-bitmap_handling.html ghostscript-9.56.1/freetype/docs/reference/images/ ghostscript-9.56.1/freetype/docs/reference/images/favico.ico ghostscript-9.56.1/freetype/docs/reference/ft2-raster.html ghostscript-9.56.1/freetype/docs/reference/ft2-module_management.html ghostscript-9.56.1/freetype/docs/reference/ft2-quick_advance.html ghostscript-9.56.1/freetype/docs/reference/ft2-truetype_engine.html ghostscript-9.56.1/freetype/docs/reference/sitemap.xml ghostscript-9.56.1/freetype/docs/reference/ft2-pfr_fonts.html ghostscript-9.56.1/freetype/docs/reference/ft2-gx_validation.html ghostscript-9.56.1/freetype/docs/reference/ft2-gzip.html ghostscript-9.56.1/freetype/docs/reference/ft2-font_formats.html ghostscript-9.56.1/freetype/docs/reference/sitemap.xml.gz ghostscript-9.56.1/freetype/docs/reference/ft2-lzw.html ghostscript-9.56.1/freetype/docs/reference/ft2-error_code_values.html ghostscript-9.56.1/freetype/docs/reference/ft2-base_interface.html ghostscript-9.56.1/freetype/docs/reference/ft2-type1_tables.html ghostscript-9.56.1/freetype/docs/reference/ft2-glyph_variants.html ghostscript-9.56.1/freetype/docs/reference/ft2-mac_specific.html ghostscript-9.56.1/freetype/docs/reference/ft2-basic_types.html ghostscript-9.56.1/freetype/docs/reference/ft2-cache_subsystem.html ghostscript-9.56.1/freetype/docs/reference/ft2-multiple_masters.html ghostscript-9.56.1/freetype/docs/reference/ft2-index.html ghostscript-9.56.1/freetype/docs/reference/ft2-incremental.html ghostscript-9.56.1/freetype/docs/reference/ft2-preamble.html ghostscript-9.56.1/freetype/docs/reference/ft2-system_interface.html ghostscript-9.56.1/freetype/docs/reference/ft2-tt_driver.html ghostscript-9.56.1/freetype/docs/reference/ft2-cid_fonts.html ghostscript-9.56.1/freetype/docs/reference/ft2-truetype_tables.html ghostscript-9.56.1/freetype/docs/reference/ft2-glyph_management.html ghostscript-9.56.1/freetype/docs/reference/ft2-list_processing.html ghostscript-9.56.1/freetype/docs/reference/ft2-version.html ghostscript-9.56.1/freetype/docs/reference/ft2-lcd_rendering.html ghostscript-9.56.1/freetype/docs/reference/ft2-winfnt_fonts.html ghostscript-9.56.1/freetype/docs/reference/ft2-layer_management.html ghostscript-9.56.1/freetype/docs/reference/search/ ghostscript-9.56.1/freetype/docs/reference/search/search_index.json ghostscript-9.56.1/freetype/docs/reference/ft2-t1_cid_driver.html ghostscript-9.56.1/freetype/docs/reference/ft2-sfnt_names.html ghostscript-9.56.1/freetype/docs/reference/ft2-header_inclusion.html ghostscript-9.56.1/freetype/docs/reference/ft2-cff_driver.html ghostscript-9.56.1/freetype/docs/reference/ft2-glyph_stroker.html ghostscript-9.56.1/freetype/docs/reference/ft2-debugging_apis.html ghostscript-9.56.1/freetype/docs/reference/assets/ ghostscript-9.56.1/freetype/docs/reference/assets/images/ ghostscript-9.56.1/freetype/docs/reference/assets/images/favicon.png ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/ ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/workers/ ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/workers/search.477d984a.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/workers/search.477d984a.min.js.map ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/ ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/tinyseg.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/wordcut.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/ ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.ar.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.no.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.hi.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.hu.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.jp.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.fi.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.de.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.da.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.sv.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.fr.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.th.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.tr.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.ro.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.vi.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.nl.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.du.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.pt.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.es.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.multi.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.ru.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.stemmer.support.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.zh.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.it.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/lunr/min/lunr.ja.min.js ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/bundle.82b56eb2.min.js.map ghostscript-9.56.1/freetype/docs/reference/assets/javascripts/bundle.82b56eb2.min.js ghostscript-9.56.1/freetype/docs/reference/assets/stylesheets/ ghostscript-9.56.1/freetype/docs/reference/assets/stylesheets/main.ca7ac06f.min.css ghostscript-9.56.1/freetype/docs/reference/assets/stylesheets/palette.f1a3b89f.min.css ghostscript-9.56.1/freetype/docs/reference/assets/stylesheets/main.ca7ac06f.min.css.map ghostscript-9.56.1/freetype/docs/reference/assets/stylesheets/palette.f1a3b89f.min.css.map ghostscript-9.56.1/freetype/docs/reference/ft2-user_allocation.html ghostscript-9.56.1/freetype/docs/reference/ft2-properties.html ghostscript-9.56.1/freetype/docs/reference/ft2-computations.html ghostscript-9.56.1/freetype/docs/reference/ft2-bzip2.html ghostscript-9.56.1/freetype/docs/reference/ft2-auto_hinter.html ghostscript-9.56.1/freetype/docs/reference/ft2-error_enumerations.html ghostscript-9.56.1/freetype/docs/reference/javascripts/ ghostscript-9.56.1/freetype/docs/reference/javascripts/extra.js ghostscript-9.56.1/freetype/docs/reference/ft2-pcf_driver.html ghostscript-9.56.1/freetype/docs/reference/stylesheets/ ghostscript-9.56.1/freetype/docs/reference/stylesheets/extra.css ghostscript-9.56.1/freetype/docs/MAKEPP ghostscript-9.56.1/freetype/docs/INSTALL.UNIX ghostscript-9.56.1/freetype/docs/README ghostscript-9.56.1/freetype/docs/PROBLEMS ghostscript-9.56.1/freetype/docs/oldlogs/ ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.26 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.210 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.22 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.24 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.21 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.20 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.25 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.29 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.28 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.27 ghostscript-9.56.1/freetype/docs/oldlogs/ChangeLog.23 ghostscript-9.56.1/freetype/docs/CUSTOMIZE ghostscript-9.56.1/freetype/docs/INSTALL.ANY ghostscript-9.56.1/freetype/docs/DOCGUIDE ghostscript-9.56.1/freetype/docs/CMAKE ghostscript-9.56.1/freetype/docs/CHANGES ghostscript-9.56.1/freetype/docs/freetype-config.1 ghostscript-9.56.1/freetype/docs/INSTALL.GNU ghostscript-9.56.1/freetype/docs/GPLv2.TXT ghostscript-9.56.1/freetype/docs/VERSIONS.TXT ghostscript-9.56.1/freetype/docs/raster.txt ghostscript-9.56.1/freetype/docs/INSTALL.VMS ghostscript-9.56.1/freetype/docs/TODO ghostscript-9.56.1/freetype/docs/INSTALL ghostscript-9.56.1/freetype/docs/release ghostscript-9.56.1/freetype/docs/INSTALL.MAC ghostscript-9.56.1/freetype/docs/FTL.TXT ghostscript-9.56.1/freetype/docs/formats.txt ghostscript-9.56.1/freetype/docs/INSTALL.CROSS ghostscript-9.56.1/freetype/docs/DEBUG ghostscript-9.56.1/freetype/meson_options.txt ghostscript-9.56.1/freetype/tests/ ghostscript-9.56.1/freetype/tests/issue-1063/ ghostscript-9.56.1/freetype/tests/issue-1063/main.c ghostscript-9.56.1/freetype/tests/scripts/ ghostscript-9.56.1/freetype/tests/scripts/download-test-fonts.py ghostscript-9.56.1/freetype/tests/meson.build ghostscript-9.56.1/freetype/tests/README.md ghostscript-9.56.1/freetype/.clang-format ghostscript-9.56.1/jbig2dec/ ghostscript-9.56.1/jbig2dec/jbig2_image_png.c ghostscript-9.56.1/jbig2dec/autogen.sh ghostscript-9.56.1/jbig2dec/config_win32.h ghostscript-9.56.1/jbig2dec/sha1.h ghostscript-9.56.1/jbig2dec/jbig2_image_pbm.c ghostscript-9.56.1/jbig2dec/COPYING ghostscript-9.56.1/jbig2dec/getopt.c ghostscript-9.56.1/jbig2dec/jbig2_huffman.c ghostscript-9.56.1/jbig2dec/jbig2_segment.c ghostscript-9.56.1/jbig2dec/Makefile.unix ghostscript-9.56.1/jbig2dec/README ghostscript-9.56.1/jbig2dec/getopt.h ghostscript-9.56.1/jbig2dec/jbig2_arith_iaid.h ghostscript-9.56.1/jbig2dec/jbig2_priv.h ghostscript-9.56.1/jbig2dec/pbm2png.c ghostscript-9.56.1/jbig2dec/jbig2_image.c ghostscript-9.56.1/jbig2dec/test_jbig2dec.py ghostscript-9.56.1/jbig2dec/jbig2_generic.h ghostscript-9.56.1/jbig2dec/jbig2_hufftab.c ghostscript-9.56.1/jbig2dec/jbig2_segment.h ghostscript-9.56.1/jbig2dec/jbig2.h ghostscript-9.56.1/jbig2dec/annex-h.jbig2 ghostscript-9.56.1/jbig2dec/CHANGES ghostscript-9.56.1/jbig2dec/jbig2_mmr.h ghostscript-9.56.1/jbig2dec/jbig2_hufftab.h ghostscript-9.56.1/jbig2dec/memento.c ghostscript-9.56.1/jbig2dec/jbig2_text.h ghostscript-9.56.1/jbig2dec/.gitignore ghostscript-9.56.1/jbig2dec/memcmp.c ghostscript-9.56.1/jbig2dec/jbig2_image_rw.h ghostscript-9.56.1/jbig2dec/jbig2_refinement.h ghostscript-9.56.1/jbig2dec/Makefile.am ghostscript-9.56.1/jbig2dec/LICENSE ghostscript-9.56.1/jbig2dec/jbig2dec.1 ghostscript-9.56.1/jbig2dec/jbig2_refinement.c ghostscript-9.56.1/jbig2dec/getopt1.c ghostscript-9.56.1/jbig2dec/jbig2.c ghostscript-9.56.1/jbig2dec/jbig2_huffman.h ghostscript-9.56.1/jbig2dec/jbig2_arith_int.h ghostscript-9.56.1/jbig2dec/jbig2_mmr.c ghostscript-9.56.1/jbig2dec/jbig2_generic.c ghostscript-9.56.1/jbig2dec/os_types.h ghostscript-9.56.1/jbig2dec/jbig2_arith.h ghostscript-9.56.1/jbig2dec/jbig2_page.h ghostscript-9.56.1/jbig2dec/jbig2_halftone.c ghostscript-9.56.1/jbig2dec/jbig2_text.c ghostscript-9.56.1/jbig2dec/jbig2_image.h ghostscript-9.56.1/jbig2dec/jbig2_page.c ghostscript-9.56.1/jbig2dec/configure.ac.in ghostscript-9.56.1/jbig2dec/memento.h ghostscript-9.56.1/jbig2dec/jbig2_arith_int.c ghostscript-9.56.1/jbig2dec/jbig2_symbol_dict.c ghostscript-9.56.1/jbig2dec/jbig2dec.pc.in ghostscript-9.56.1/jbig2dec/jbig2_symbol_dict.h ghostscript-9.56.1/jbig2dec/jbig2_arith_iaid.c ghostscript-9.56.1/jbig2dec/jbig2_arith.c ghostscript-9.56.1/jbig2dec/msvc.mak ghostscript-9.56.1/jbig2dec/jbig2_halftone.h ghostscript-9.56.1/jbig2dec/jbig2dec.c ghostscript-9.56.1/jbig2dec/sha1.c ghostscript-9.56.1/toolbin/ ghostscript-9.56.1/toolbin/build_bmpcmp.sh ghostscript-9.56.1/toolbin/jpxtopdf.c ghostscript-9.56.1/toolbin/bmpcmp.sln ghostscript-9.56.1/toolbin/pre.chk ghostscript-9.56.1/toolbin/pscet_status.pl ghostscript-9.56.1/toolbin/tif_config.h.for.bmpcmp ghostscript-9.56.1/toolbin/gsmake.tcl ghostscript-9.56.1/toolbin/ocheck.py ghostscript-9.56.1/toolbin/split_changelog.py ghostscript-9.56.1/toolbin/genfontmap.ps ghostscript-9.56.1/toolbin/memory.py ghostscript-9.56.1/toolbin/drawafm.ps ghostscript-9.56.1/toolbin/vg_okay.supp ghostscript-9.56.1/toolbin/bmpcmp.vcxproj ghostscript-9.56.1/toolbin/errlist.tcl ghostscript-9.56.1/toolbin/pre.tcl ghostscript-9.56.1/toolbin/color/ ghostscript-9.56.1/toolbin/color/icc_creator/ ghostscript-9.56.1/toolbin/color/icc_creator/ucr_bg_max_k.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/ ghostscript-9.56.1/toolbin/color/icc_creator/effects/y_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/c_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/black_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/k_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/m_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/cyan_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/yellow_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/magenta_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/no_k.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator.sln ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.rc ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/targetver.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc34.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/resource.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/CIELAB.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj.filters ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/stdafx.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/stdafx.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/ICC_Creator.rc2 ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/gsimage_.ico ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/gswin.ico ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_CreatorDlg.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_CreatorDlg.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc_create.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc_create.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.cpp ghostscript-9.56.1/toolbin/color/icc_creator/max_k.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/ ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone_cielab.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/duotone.pdf ghostscript-9.56.1/toolbin/color/icc_creator/example/cielab_values.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/artifex_blue_purple.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone.pdf ghostscript-9.56.1/toolbin/color/icc_creator/example/artifex_tritone.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/README.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/color_names.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone_names.txt ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/cmyk_k_ouput_only.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_rgb.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_gray.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_cmyk.icc ghostscript-9.56.1/toolbin/color/icc_creator/README.txt ghostscript-9.56.1/toolbin/color/icc_creator/ucr_bg_no_k.txt ghostscript-9.56.1/toolbin/color/icc_creator/nclr/ ghostscript-9.56.1/toolbin/color/icc_creator/nclr/Artifex_6CLR.icc ghostscript-9.56.1/toolbin/color/src_color/ ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_renderintent.icc ghostscript-9.56.1/toolbin/color/src_color/rgb_source_red.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_des_renderintent.icc ghostscript-9.56.1/toolbin/color/src_color/rgb_source_blue.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_yellow.icc ghostscript-9.56.1/toolbin/color/src_color/rgb_source_green.icc ghostscript-9.56.1/toolbin/color/src_color/objsrc_profiles_example.txt ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_cyan.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_magenta.icc ghostscript-9.56.1/toolbin/color/named_color/ ghostscript-9.56.1/toolbin/color/named_color/named_color_table.txt ghostscript-9.56.1/toolbin/color/named_color/named_colors.pdf ghostscript-9.56.1/toolbin/localcluster/ ghostscript-9.56.1/toolbin/localcluster/clusterpush.pl ghostscript-9.56.1/toolbin/localcluster/gitpush.sh ghostscript-9.56.1/toolbin/localcluster/readme ghostscript-9.56.1/toolbin/localcluster/clusterpush.txt ghostscript-9.56.1/toolbin/htmldiff.pl ghostscript-9.56.1/toolbin/vg_bugs.supp ghostscript-9.56.1/toolbin/search-svn-revs ghostscript-9.56.1/toolbin/leaks.tcl ghostscript-9.56.1/toolbin/afmutil.py ghostscript-9.56.1/toolbin/gen_ldf_jb2.py ghostscript-9.56.1/toolbin/bmpcmp.c ghostscript-9.56.1/toolbin/apitest.pl ghostscript-9.56.1/toolbin/performance.pl ghostscript-9.56.1/toolbin/bugsByEngineer.pl ghostscript-9.56.1/toolbin/GenSubstCID.ps ghostscript-9.56.1/toolbin/search/ ghostscript-9.56.1/toolbin/search/README ghostscript-9.56.1/toolbin/vgbatch.pl ghostscript-9.56.1/toolbin/makehist.tcl ghostscript-9.56.1/toolbin/squeeze2text.py ghostscript-9.56.1/toolbin/squeeze2html.pl ghostscript-9.56.1/toolbin/headers.tcl ghostscript-9.56.1/toolbin/tiffconf.h.for.bmpcmp ghostscript-9.56.1/toolbin/gsmake ghostscript-9.56.1/toolbin/tmake.tcl ghostscript-9.56.1/toolbin/gitlog2changelog.py ghostscript-9.56.1/toolbin/bmpcmptab.h ghostscript-9.56.1/toolbin/checkdeps.pl ghostscript-9.56.1/toolbin/halftone/ ghostscript-9.56.1/toolbin/halftone/README ghostscript-9.56.1/toolbin/halftone/thresh_remap/ ghostscript-9.56.1/toolbin/halftone/thresh_remap/README ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.c ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.vcproj ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.sln ghostscript-9.56.1/toolbin/halftone/ETS/ ghostscript-9.56.1/toolbin/halftone/ETS/ipview.html ghostscript-9.56.1/toolbin/halftone/ETS/win32/ ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.sln ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.vcxproj.filters ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.vcxproj ghostscript-9.56.1/toolbin/halftone/ETS/tm.h ghostscript-9.56.1/toolbin/halftone/ETS/README.txt ghostscript-9.56.1/toolbin/halftone/ETS/test_ets.c ghostscript-9.56.1/toolbin/halftone/ETS/ets.c ghostscript-9.56.1/toolbin/halftone/ETS/ets.h ghostscript-9.56.1/toolbin/halftone/ETS/ei03.pdf ghostscript-9.56.1/toolbin/halftone/gen_ordered/ ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered_example.ps ghostscript-9.56.1/toolbin/halftone/gen_ordered/README ghostscript-9.56.1/toolbin/halftone/gen_ordered/Makefile ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered_main.c ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered.sln ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered.vcproj ghostscript-9.56.1/toolbin/halftone/gen_stochastic/ ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.vcproj ghostscript-9.56.1/toolbin/halftone/gen_stochastic/README ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.sln ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.c ghostscript-9.56.1/toolbin/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff.sln ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Settings.settings ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Resources.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Application.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Application.myapp ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Settings.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/AssemblyInfo.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Resources.resx ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.exe ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Interop.Acrobat.dll ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.vshost.exe ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.xml ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff.vbproj ghostscript-9.56.1/toolbin/precheck.tcl ghostscript-9.56.1/toolbin/headercompile.pl ghostscript-9.56.1/toolbin/gitsetup.sh ghostscript-9.56.1/toolbin/encs2c.ps ghostscript-9.56.1/toolbin/extractICCprofiles.ps ghostscript-9.56.1/toolbin/suite.tcl ghostscript-9.56.1/toolbin/vdb.pl ghostscript-9.56.1/toolbin/scan_ps_dicts.ps ghostscript-9.56.1/toolbin/tests/ ghostscript-9.56.1/toolbin/tests/check_all.py ghostscript-9.56.1/toolbin/tests/make_two_pdfversions ghostscript-9.56.1/toolbin/tests/revert_baseline ghostscript-9.56.1/toolbin/tests/cmpi.py ghostscript-9.56.1/toolbin/tests/testdiff.py ghostscript-9.56.1/toolbin/tests/fuzzy.c ghostscript-9.56.1/toolbin/tests/gstestgs.py ghostscript-9.56.1/toolbin/tests/update_baseline.py ghostscript-9.56.1/toolbin/tests/dump_checksum.py ghostscript-9.56.1/toolbin/tests/gsparamsets.py ghostscript-9.56.1/toolbin/tests/gstestutils.py ghostscript-9.56.1/toolbin/tests/README ghostscript-9.56.1/toolbin/tests/gsutil.py ghostscript-9.56.1/toolbin/tests/revert_pdfbaseline ghostscript-9.56.1/toolbin/tests/run_nightly ghostscript-9.56.1/toolbin/tests/gsvalidate.py ghostscript-9.56.1/toolbin/tests/gscheck_raster.py ghostscript-9.56.1/toolbin/tests/find_unique_file.py ghostscript-9.56.1/toolbin/tests/updatelist.py ghostscript-9.56.1/toolbin/tests/gscheck_all.py ghostscript-9.56.1/toolbin/tests/check_comments.py ghostscript-9.56.1/toolbin/tests/gscheck_pdfwrite.py ghostscript-9.56.1/toolbin/tests/updatelistpdf.py ghostscript-9.56.1/toolbin/tests/compare_checksums.py ghostscript-9.56.1/toolbin/tests/gssum.py ghostscript-9.56.1/toolbin/tests/gscheck_testfiles.py ghostscript-9.56.1/toolbin/tests/rasterdb.py ghostscript-9.56.1/toolbin/tests/get_baseline_log.py ghostscript-9.56.1/toolbin/tests/myoptparse.py ghostscript-9.56.1/toolbin/tests/check_dirs.py ghostscript-9.56.1/toolbin/tests/run_series.py ghostscript-9.56.1/toolbin/tests/validate.py ghostscript-9.56.1/toolbin/tests/compare_checksumdb.py ghostscript-9.56.1/toolbin/tests/check_docrefs.py ghostscript-9.56.1/toolbin/tests/build_revision.py ghostscript-9.56.1/toolbin/tests/dump_checksum_plus.py ghostscript-9.56.1/toolbin/tests/regen_filelist.py ghostscript-9.56.1/toolbin/tests/run_regression.py ghostscript-9.56.1/toolbin/tests/gscheck_fuzzypdf.py ghostscript-9.56.1/toolbin/tests/gsconf.py ghostscript-9.56.1/toolbin/tests/update_specific ghostscript-9.56.1/toolbin/tests/regen_baseline.py ghostscript-9.56.1/toolbin/tests/make_two_versions ghostscript-9.56.1/toolbin/tests/collate.py ghostscript-9.56.1/toolbin/tests/run_nightly.py ghostscript-9.56.1/toolbin/tests/make_testdb.py ghostscript-9.56.1/toolbin/tests/dump_checksum_raw.py ghostscript-9.56.1/toolbin/tests/run_parallel ghostscript-9.56.1/toolbin/tests/get_baselines.py ghostscript-9.56.1/toolbin/tests/main.py ghostscript-9.56.1/toolbin/tests/make_baselinedb.py ghostscript-9.56.1/toolbin/extractFonts.ps ghostscript-9.56.1/ios/ ghostscript-9.56.1/ios/ios_arch-arm.h ghostscript-9.56.1/ios/build_ios_gslib.sh ghostscript-9.56.1/ios/ios_arch-x86.h ghostscript-9.56.1/ios/ios-README.txt ghostscript-9.56.1/windows/ ghostscript-9.56.1/windows/ghostpcl.vcproj ghostscript-9.56.1/windows/ghostxps.vcxproj ghostscript-9.56.1/windows/ghostpcl.vcxproj.filters ghostscript-9.56.1/windows/ghostpdl.vcproj ghostscript-9.56.1/windows/Ghostscript-winrt.sln ghostscript-9.56.1/windows/ghostpcl-ufst.vcproj ghostscript-9.56.1/windows/ghostpcl.vcxproj ghostscript-9.56.1/windows/ghostxps.vcxproj.filters ghostscript-9.56.1/windows/All.vcproj ghostscript-9.56.1/windows/ghostxps.vcproj ghostscript-9.56.1/windows/ghostpdf.vcxproj.filters ghostscript-9.56.1/windows/ghostscript_rt.vcxproj ghostscript-9.56.1/windows/ghostpdf.vcproj ghostscript-9.56.1/windows/ghostpdf.vcxproj ghostscript-9.56.1/windows/All.vcxproj ghostscript-9.56.1/windows/ghostscript.vcxproj.filters ghostscript-9.56.1/windows/ghostpdl.vcxproj.filters ghostscript-9.56.1/windows/ghostscript-ufst.vcproj ghostscript-9.56.1/windows/ghostscript.vcxproj ghostscript-9.56.1/windows/ghostpdl.vcxproj ghostscript-9.56.1/windows/GhostPDL.sln ghostscript-9.56.1/windows/ghostscript.vcproj ghostscript-9.56.1/ijs/ ghostscript-9.56.1/ijs/ltmain.sh ghostscript-9.56.1/ijs/autogen.sh ghostscript-9.56.1/ijs/libtool ghostscript-9.56.1/ijs/ijs_exec_win.c ghostscript-9.56.1/ijs/config.sub ghostscript-9.56.1/ijs/state.eps ghostscript-9.56.1/ijs/install-sh ghostscript-9.56.1/ijs/README ghostscript-9.56.1/ijs/ijs_spec.ps ghostscript-9.56.1/ijs/ijs_server.c ghostscript-9.56.1/ijs/configure.ac ghostscript-9.56.1/ijs/missing ghostscript-9.56.1/ijs/configure ghostscript-9.56.1/ijs/ijs_server_example.c ghostscript-9.56.1/ijs/Makefile.in ghostscript-9.56.1/ijs/ijs.pc.in ghostscript-9.56.1/ijs/ijs_spec.sgml ghostscript-9.56.1/ijs/state.fig ghostscript-9.56.1/ijs/unix.mak ghostscript-9.56.1/ijs/ijs_exec_unix.c ghostscript-9.56.1/ijs/Makefile.am ghostscript-9.56.1/ijs/windows.mak ghostscript-9.56.1/ijs/ijs_client.c ghostscript-9.56.1/ijs/ijs_spec.pdf ghostscript-9.56.1/ijs/config.guess ghostscript-9.56.1/ijs/unistd_.h ghostscript-9.56.1/ijs/ijs.c ghostscript-9.56.1/ijs/ijs_server.h ghostscript-9.56.1/ijs/compile ghostscript-9.56.1/ijs/common.mak ghostscript-9.56.1/ijs/ijs_client.h ghostscript-9.56.1/ijs/ijs_client_example.c ghostscript-9.56.1/ijs/ijs.h patching file base/gpmisc.c patching file base/gslibctx.c patching file base/gpmisc.c Hunk #1 succeeded at 1080 (offset -1 lines). patching file base/gslibctx.c /gnu/store/pjxkc2gqma6vy58h2bh247dxzli1ps0m-tar-1.34/bin/tar: Option --mtime: Treating date '@1' as 1970-01-01 00:00:01 ghostscript-9.56.1/ ghostscript-9.56.1/.gitattributes ghostscript-9.56.1/.gitignore ghostscript-9.56.1/.lgtm.yml ghostscript-9.56.1/DroidSansFallback.NOTICE ghostscript-9.56.1/LICENSE ghostscript-9.56.1/Makefile.in ghostscript-9.56.1/Resource/ ghostscript-9.56.1/Resource/CIDFSubst/ ghostscript-9.56.1/Resource/CIDFSubst/DroidSansFallback.ttf ghostscript-9.56.1/Resource/CIDFont/ ghostscript-9.56.1/Resource/CIDFont/ArtifexBullet ghostscript-9.56.1/Resource/CMap/ ghostscript-9.56.1/Resource/CMap/78-EUC-H ghostscript-9.56.1/Resource/CMap/78-EUC-V ghostscript-9.56.1/Resource/CMap/78-H ghostscript-9.56.1/Resource/CMap/78-RKSJ-H ghostscript-9.56.1/Resource/CMap/78-RKSJ-V ghostscript-9.56.1/Resource/CMap/78-V ghostscript-9.56.1/Resource/CMap/78ms-RKSJ-H ghostscript-9.56.1/Resource/CMap/78ms-RKSJ-V ghostscript-9.56.1/Resource/CMap/83pv-RKSJ-H ghostscript-9.56.1/Resource/CMap/90ms-RKSJ-H ghostscript-9.56.1/Resource/CMap/90ms-RKSJ-V ghostscript-9.56.1/Resource/CMap/90msp-RKSJ-H ghostscript-9.56.1/Resource/CMap/90msp-RKSJ-V ghostscript-9.56.1/Resource/CMap/90pv-RKSJ-H ghostscript-9.56.1/Resource/CMap/90pv-RKSJ-V ghostscript-9.56.1/Resource/CMap/Add-H ghostscript-9.56.1/Resource/CMap/Add-RKSJ-H ghostscript-9.56.1/Resource/CMap/Add-RKSJ-V ghostscript-9.56.1/Resource/CMap/Add-V ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-0 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-1 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-2 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-3 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-4 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-5 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-6 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-7 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-0 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-1 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-2 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-3 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-4 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-5 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-0 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-1 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-2 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-3 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-4 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-5 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-6 ghostscript-9.56.1/Resource/CMap/Adobe-Japan2-0 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-0 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-1 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-2 ghostscript-9.56.1/Resource/CMap/B5-H ghostscript-9.56.1/Resource/CMap/B5-V ghostscript-9.56.1/Resource/CMap/B5pc-H ghostscript-9.56.1/Resource/CMap/B5pc-V ghostscript-9.56.1/Resource/CMap/CNS-EUC-H ghostscript-9.56.1/Resource/CMap/CNS-EUC-V ghostscript-9.56.1/Resource/CMap/CNS1-H ghostscript-9.56.1/Resource/CMap/CNS1-V ghostscript-9.56.1/Resource/CMap/CNS2-H ghostscript-9.56.1/Resource/CMap/CNS2-V ghostscript-9.56.1/Resource/CMap/ETHK-B5-H ghostscript-9.56.1/Resource/CMap/ETHK-B5-V ghostscript-9.56.1/Resource/CMap/ETen-B5-H ghostscript-9.56.1/Resource/CMap/ETen-B5-V ghostscript-9.56.1/Resource/CMap/ETenms-B5-H ghostscript-9.56.1/Resource/CMap/ETenms-B5-V ghostscript-9.56.1/Resource/CMap/EUC-H ghostscript-9.56.1/Resource/CMap/EUC-V ghostscript-9.56.1/Resource/CMap/Ext-H ghostscript-9.56.1/Resource/CMap/Ext-RKSJ-H ghostscript-9.56.1/Resource/CMap/Ext-RKSJ-V ghostscript-9.56.1/Resource/CMap/Ext-V ghostscript-9.56.1/Resource/CMap/GB-EUC-H ghostscript-9.56.1/Resource/CMap/GB-EUC-V ghostscript-9.56.1/Resource/CMap/GB-H ghostscript-9.56.1/Resource/CMap/GB-V ghostscript-9.56.1/Resource/CMap/GBK-EUC-H ghostscript-9.56.1/Resource/CMap/GBK-EUC-V ghostscript-9.56.1/Resource/CMap/GBK2K-H ghostscript-9.56.1/Resource/CMap/GBK2K-V ghostscript-9.56.1/Resource/CMap/GBKp-EUC-H ghostscript-9.56.1/Resource/CMap/GBKp-EUC-V ghostscript-9.56.1/Resource/CMap/GBT-EUC-H ghostscript-9.56.1/Resource/CMap/GBT-EUC-V ghostscript-9.56.1/Resource/CMap/GBT-H ghostscript-9.56.1/Resource/CMap/GBT-V ghostscript-9.56.1/Resource/CMap/GBTpc-EUC-H ghostscript-9.56.1/Resource/CMap/GBTpc-EUC-V ghostscript-9.56.1/Resource/CMap/GBpc-EUC-H ghostscript-9.56.1/Resource/CMap/GBpc-EUC-V ghostscript-9.56.1/Resource/CMap/H ghostscript-9.56.1/Resource/CMap/HKdla-B5-H ghostscript-9.56.1/Resource/CMap/HKdla-B5-V ghostscript-9.56.1/Resource/CMap/HKdlb-B5-H ghostscript-9.56.1/Resource/CMap/HKdlb-B5-V ghostscript-9.56.1/Resource/CMap/HKgccs-B5-H ghostscript-9.56.1/Resource/CMap/HKgccs-B5-V ghostscript-9.56.1/Resource/CMap/HKm314-B5-H ghostscript-9.56.1/Resource/CMap/HKm314-B5-V ghostscript-9.56.1/Resource/CMap/HKm471-B5-H ghostscript-9.56.1/Resource/CMap/HKm471-B5-V ghostscript-9.56.1/Resource/CMap/HKscs-B5-H ghostscript-9.56.1/Resource/CMap/HKscs-B5-V ghostscript-9.56.1/Resource/CMap/Hankaku ghostscript-9.56.1/Resource/CMap/Hiragana ghostscript-9.56.1/Resource/CMap/Hojo-EUC-H ghostscript-9.56.1/Resource/CMap/Hojo-EUC-V ghostscript-9.56.1/Resource/CMap/Hojo-H ghostscript-9.56.1/Resource/CMap/Hojo-V ghostscript-9.56.1/Resource/CMap/Identity-H ghostscript-9.56.1/Resource/CMap/Identity-UTF16-H ghostscript-9.56.1/Resource/CMap/Identity-V ghostscript-9.56.1/Resource/CMap/KSC-EUC-H ghostscript-9.56.1/Resource/CMap/KSC-EUC-V ghostscript-9.56.1/Resource/CMap/KSC-H ghostscript-9.56.1/Resource/CMap/KSC-Johab-H ghostscript-9.56.1/Resource/CMap/KSC-Johab-V ghostscript-9.56.1/Resource/CMap/KSC-V ghostscript-9.56.1/Resource/CMap/KSCms-UHC-H ghostscript-9.56.1/Resource/CMap/KSCms-UHC-HW-H ghostscript-9.56.1/Resource/CMap/KSCms-UHC-HW-V ghostscript-9.56.1/Resource/CMap/KSCms-UHC-V ghostscript-9.56.1/Resource/CMap/KSCpc-EUC-H ghostscript-9.56.1/Resource/CMap/KSCpc-EUC-V ghostscript-9.56.1/Resource/CMap/Katakana ghostscript-9.56.1/Resource/CMap/NWP-H ghostscript-9.56.1/Resource/CMap/NWP-V ghostscript-9.56.1/Resource/CMap/RKSJ-H ghostscript-9.56.1/Resource/CMap/RKSJ-V ghostscript-9.56.1/Resource/CMap/Roman ghostscript-9.56.1/Resource/CMap/UniCNS-UCS2-H ghostscript-9.56.1/Resource/CMap/UniCNS-UCS2-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF16-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF16-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF32-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF8-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF8-V ghostscript-9.56.1/Resource/CMap/UniGB-UCS2-H ghostscript-9.56.1/Resource/CMap/UniGB-UCS2-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF16-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF16-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF32-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF32-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF8-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF8-V ghostscript-9.56.1/Resource/CMap/UniHojo-UCS2-H ghostscript-9.56.1/Resource/CMap/UniHojo-UCS2-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF16-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF16-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF32-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF32-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF8-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-H ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-HW-H ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-HW-V ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF16-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF16-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF32-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF8-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF16-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF16-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF32-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF8-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UCS2-HW-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UCS2-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJISX0213-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJISX0213-UTF32-V ghostscript-9.56.1/Resource/CMap/UniJISX02132004-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJISX02132004-UTF32-V ghostscript-9.56.1/Resource/CMap/UniKS-UCS2-H ghostscript-9.56.1/Resource/CMap/UniKS-UCS2-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF16-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF16-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF32-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF8-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF8-V ghostscript-9.56.1/Resource/CMap/V ghostscript-9.56.1/Resource/CMap/WP-Symbol ghostscript-9.56.1/Resource/ColorSpace/ ghostscript-9.56.1/Resource/ColorSpace/DefaultCMYK ghostscript-9.56.1/Resource/ColorSpace/DefaultGray ghostscript-9.56.1/Resource/ColorSpace/DefaultRGB ghostscript-9.56.1/Resource/ColorSpace/TrivialCMYK ghostscript-9.56.1/Resource/ColorSpace/sGray ghostscript-9.56.1/Resource/ColorSpace/sRGB ghostscript-9.56.1/Resource/Decoding/ ghostscript-9.56.1/Resource/Decoding/FCO_Dingbats ghostscript-9.56.1/Resource/Decoding/FCO_Symbol ghostscript-9.56.1/Resource/Decoding/FCO_Unicode ghostscript-9.56.1/Resource/Decoding/FCO_Wingdings ghostscript-9.56.1/Resource/Decoding/Latin1 ghostscript-9.56.1/Resource/Decoding/StandardEncoding ghostscript-9.56.1/Resource/Decoding/Unicode ghostscript-9.56.1/Resource/Encoding/ ghostscript-9.56.1/Resource/Encoding/CEEncoding ghostscript-9.56.1/Resource/Encoding/ExpertEncoding ghostscript-9.56.1/Resource/Encoding/ExpertSubsetEncoding ghostscript-9.56.1/Resource/Encoding/NotDefEncoding ghostscript-9.56.1/Resource/Encoding/Wingdings ghostscript-9.56.1/Resource/Font/ ghostscript-9.56.1/Resource/Font/C059-BdIta ghostscript-9.56.1/Resource/Font/C059-Bold ghostscript-9.56.1/Resource/Font/C059-Italic ghostscript-9.56.1/Resource/Font/C059-Roman ghostscript-9.56.1/Resource/Font/D050000L ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Bold ghostscript-9.56.1/Resource/Font/NimbusMonoPS-BoldItalic ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Italic ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Regular ghostscript-9.56.1/Resource/Font/NimbusRoman-Bold ghostscript-9.56.1/Resource/Font/NimbusRoman-BoldItalic ghostscript-9.56.1/Resource/Font/NimbusRoman-Italic ghostscript-9.56.1/Resource/Font/NimbusRoman-Regular ghostscript-9.56.1/Resource/Font/NimbusSans-Bold ghostscript-9.56.1/Resource/Font/NimbusSans-BoldItalic ghostscript-9.56.1/Resource/Font/NimbusSans-Italic ghostscript-9.56.1/Resource/Font/NimbusSans-Regular ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Bold ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-BoldOblique ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Oblique ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Regular ghostscript-9.56.1/Resource/Font/P052-Bold ghostscript-9.56.1/Resource/Font/P052-BoldItalic ghostscript-9.56.1/Resource/Font/P052-Italic ghostscript-9.56.1/Resource/Font/P052-Roman ghostscript-9.56.1/Resource/Font/StandardSymbolsPS ghostscript-9.56.1/Resource/Font/URWBookman-Demi ghostscript-9.56.1/Resource/Font/URWBookman-DemiItalic ghostscript-9.56.1/Resource/Font/URWBookman-Light ghostscript-9.56.1/Resource/Font/URWBookman-LightItalic ghostscript-9.56.1/Resource/Font/URWGothic-Book ghostscript-9.56.1/Resource/Font/URWGothic-BookOblique ghostscript-9.56.1/Resource/Font/URWGothic-Demi ghostscript-9.56.1/Resource/Font/URWGothic-DemiOblique ghostscript-9.56.1/Resource/Font/Z003-MediumItalic ghostscript-9.56.1/Resource/IdiomSet/ ghostscript-9.56.1/Resource/IdiomSet/PPI_CUtils ghostscript-9.56.1/Resource/IdiomSet/Pscript5Idiom ghostscript-9.56.1/Resource/Init/ ghostscript-9.56.1/Resource/Init/FAPIcidfmap ghostscript-9.56.1/Resource/Init/FAPIconfig ghostscript-9.56.1/Resource/Init/FAPIfontmap ghostscript-9.56.1/Resource/Init/FCOfontmap-PCLPS2 ghostscript-9.56.1/Resource/Init/Fontmap ghostscript-9.56.1/Resource/Init/Fontmap.GS ghostscript-9.56.1/Resource/Init/cidfmap ghostscript-9.56.1/Resource/Init/gs_agl.ps ghostscript-9.56.1/Resource/Init/gs_btokn.ps ghostscript-9.56.1/Resource/Init/gs_cet.ps ghostscript-9.56.1/Resource/Init/gs_cff.ps ghostscript-9.56.1/Resource/Init/gs_cidcm.ps ghostscript-9.56.1/Resource/Init/gs_ciddc.ps ghostscript-9.56.1/Resource/Init/gs_cidfm.ps ghostscript-9.56.1/Resource/Init/gs_cidfn.ps ghostscript-9.56.1/Resource/Init/gs_cidtt.ps ghostscript-9.56.1/Resource/Init/gs_cmap.ps ghostscript-9.56.1/Resource/Init/gs_cspace.ps ghostscript-9.56.1/Resource/Init/gs_dbt_e.ps ghostscript-9.56.1/Resource/Init/gs_diskn.ps ghostscript-9.56.1/Resource/Init/gs_dps1.ps ghostscript-9.56.1/Resource/Init/gs_dps2.ps ghostscript-9.56.1/Resource/Init/gs_dscp.ps ghostscript-9.56.1/Resource/Init/gs_epsf.ps ghostscript-9.56.1/Resource/Init/gs_fapi.ps ghostscript-9.56.1/Resource/Init/gs_fntem.ps ghostscript-9.56.1/Resource/Init/gs_fonts.ps ghostscript-9.56.1/Resource/Init/gs_frsd.ps ghostscript-9.56.1/Resource/Init/gs_icc.ps ghostscript-9.56.1/Resource/Init/gs_il1_e.ps ghostscript-9.56.1/Resource/Init/gs_img.ps ghostscript-9.56.1/Resource/Init/gs_init.ps ghostscript-9.56.1/Resource/Init/gs_lev2.ps ghostscript-9.56.1/Resource/Init/gs_ll3.ps ghostscript-9.56.1/Resource/Init/gs_mex_e.ps ghostscript-9.56.1/Resource/Init/gs_mgl_e.ps ghostscript-9.56.1/Resource/Init/gs_mro_e.ps ghostscript-9.56.1/Resource/Init/gs_pdf_e.ps ghostscript-9.56.1/Resource/Init/gs_pdfwr.ps ghostscript-9.56.1/Resource/Init/gs_res.ps ghostscript-9.56.1/Resource/Init/gs_resmp.ps ghostscript-9.56.1/Resource/Init/gs_setpd.ps ghostscript-9.56.1/Resource/Init/gs_statd.ps ghostscript-9.56.1/Resource/Init/gs_std_e.ps ghostscript-9.56.1/Resource/Init/gs_sym_e.ps ghostscript-9.56.1/Resource/Init/gs_trap.ps ghostscript-9.56.1/Resource/Init/gs_ttf.ps ghostscript-9.56.1/Resource/Init/gs_typ32.ps ghostscript-9.56.1/Resource/Init/gs_typ42.ps ghostscript-9.56.1/Resource/Init/gs_type1.ps ghostscript-9.56.1/Resource/Init/gs_wan_e.ps ghostscript-9.56.1/Resource/Init/pdf_base.ps ghostscript-9.56.1/Resource/Init/pdf_draw.ps ghostscript-9.56.1/Resource/Init/pdf_font.ps ghostscript-9.56.1/Resource/Init/pdf_main.ps ghostscript-9.56.1/Resource/Init/pdf_ops.ps ghostscript-9.56.1/Resource/Init/pdf_rbld.ps ghostscript-9.56.1/Resource/Init/pdf_sec.ps ghostscript-9.56.1/Resource/Init/xlatmap ghostscript-9.56.1/Resource/SubstCID/ ghostscript-9.56.1/Resource/SubstCID/CNS1-WMode ghostscript-9.56.1/Resource/SubstCID/GB1-WMode ghostscript-9.56.1/Resource/SubstCID/Japan1-WMode ghostscript-9.56.1/Resource/SubstCID/Korea1-WMode ghostscript-9.56.1/arch/ ghostscript-9.56.1/arch/arch_autoconf.h.in ghostscript-9.56.1/arch/osx-x86-x86_64-ppc-gcc.h ghostscript-9.56.1/arch/windows-arm-msvc.h ghostscript-9.56.1/arch/windows-x64-msvc.h ghostscript-9.56.1/arch/windows-x86-msvc.h ghostscript-9.56.1/autogen.sh ghostscript-9.56.1/base/ ghostscript-9.56.1/base/aes.c ghostscript-9.56.1/base/aes.h ghostscript-9.56.1/base/all-arch.mak ghostscript-9.56.1/base/append_l.com ghostscript-9.56.1/base/assert_.h ghostscript-9.56.1/base/bcc32.cfg ghostscript-9.56.1/base/bench.c ghostscript-9.56.1/base/bobbin.c ghostscript-9.56.1/base/bobbin.h ghostscript-9.56.1/base/cal.mak ghostscript-9.56.1/base/catmake ghostscript-9.56.1/base/claptrap-impl.h ghostscript-9.56.1/base/claptrap-init.c ghostscript-9.56.1/base/claptrap-planar.c ghostscript-9.56.1/base/claptrap.c ghostscript-9.56.1/base/claptrap.h ghostscript-9.56.1/base/copy_one.com ghostscript-9.56.1/base/cp.bat ghostscript-9.56.1/base/cp.cmd ghostscript-9.56.1/base/ctype_.h ghostscript-9.56.1/base/dirent_.h ghostscript-9.56.1/base/dos_.h ghostscript-9.56.1/base/echogs.c ghostscript-9.56.1/base/endianness.h ghostscript-9.56.1/base/errno_.h ghostscript-9.56.1/base/ets.c ghostscript-9.56.1/base/ets.h ghostscript-9.56.1/base/ets_tm.h ghostscript-9.56.1/base/expat.mak ghostscript-9.56.1/base/fapi_bs.mak ghostscript-9.56.1/base/fapi_ft.c ghostscript-9.56.1/base/fapibstm.c ghostscript-9.56.1/base/fapiufst.c ghostscript-9.56.1/base/fcntl_.h ghostscript-9.56.1/base/freetype.mak ghostscript-9.56.1/base/gconf.c ghostscript-9.56.1/base/gconf.h ghostscript-9.56.1/base/gdbflags.h ghostscript-9.56.1/base/gdebug.h ghostscript-9.56.1/base/gdevabuf.c ghostscript-9.56.1/base/gdevbbox.c ghostscript-9.56.1/base/gdevbbox.h ghostscript-9.56.1/base/gdevdbit.c ghostscript-9.56.1/base/gdevdcrd.c ghostscript-9.56.1/base/gdevdcrd.h ghostscript-9.56.1/base/gdevddrw.c ghostscript-9.56.1/base/gdevddrw.h ghostscript-9.56.1/base/gdevdevn.c ghostscript-9.56.1/base/gdevdevn.h ghostscript-9.56.1/base/gdevdevnprn.h ghostscript-9.56.1/base/gdevdflt.c ghostscript-9.56.1/base/gdevdgbr.c ghostscript-9.56.1/base/gdevdrop.c ghostscript-9.56.1/base/gdevdsha.c ghostscript-9.56.1/base/gdevemap.c ghostscript-9.56.1/base/gdevepo.c ghostscript-9.56.1/base/gdevepo.h ghostscript-9.56.1/base/gdevflp.c ghostscript-9.56.1/base/gdevflp.h ghostscript-9.56.1/base/gdevhit.c ghostscript-9.56.1/base/gdevkrnlsclass.c ghostscript-9.56.1/base/gdevkrnlsclass.h ghostscript-9.56.1/base/gdevm1.c ghostscript-9.56.1/base/gdevm16.c ghostscript-9.56.1/base/gdevm2.c ghostscript-9.56.1/base/gdevm24.c ghostscript-9.56.1/base/gdevm32.c ghostscript-9.56.1/base/gdevm4.c ghostscript-9.56.1/base/gdevm40.c ghostscript-9.56.1/base/gdevm48.c ghostscript-9.56.1/base/gdevm56.c ghostscript-9.56.1/base/gdevm64.c ghostscript-9.56.1/base/gdevm8.c ghostscript-9.56.1/base/gdevmem.c ghostscript-9.56.1/base/gdevmem.h ghostscript-9.56.1/base/gdevmpla.c ghostscript-9.56.1/base/gdevmpla.h ghostscript-9.56.1/base/gdevmplt.c ghostscript-9.56.1/base/gdevmplt.h ghostscript-9.56.1/base/gdevmr1.c ghostscript-9.56.1/base/gdevmr2n.c ghostscript-9.56.1/base/gdevmr8n.c ghostscript-9.56.1/base/gdevmrop.h ghostscript-9.56.1/base/gdevmrun.c ghostscript-9.56.1/base/gdevmrun.h ghostscript-9.56.1/base/gdevmx.c ghostscript-9.56.1/base/gdevnfwd.c ghostscript-9.56.1/base/gdevnup.c ghostscript-9.56.1/base/gdevnup.h ghostscript-9.56.1/base/gdevoflt.c ghostscript-9.56.1/base/gdevoflt.h ghostscript-9.56.1/base/gdevp14.c ghostscript-9.56.1/base/gdevp14.h ghostscript-9.56.1/base/gdevpccm.c ghostscript-9.56.1/base/gdevpccm.h ghostscript-9.56.1/base/gdevpipe.c ghostscript-9.56.1/base/gdevplnx.c ghostscript-9.56.1/base/gdevplnx.h ghostscript-9.56.1/base/gdevppla.c ghostscript-9.56.1/base/gdevppla.h ghostscript-9.56.1/base/gdevprn.c ghostscript-9.56.1/base/gdevprn.h ghostscript-9.56.1/base/gdevpxat.h ghostscript-9.56.1/base/gdevpxen.h ghostscript-9.56.1/base/gdevpxop.h ghostscript-9.56.1/base/gdevrops.c ghostscript-9.56.1/base/gdevsclass.c ghostscript-9.56.1/base/gdevsclass.h ghostscript-9.56.1/base/gdevvec.c ghostscript-9.56.1/base/gdevvec.h ghostscript-9.56.1/base/gen_ordered.c ghostscript-9.56.1/base/gen_ordered.h ghostscript-9.56.1/base/genarch.c ghostscript-9.56.1/base/genconf.c ghostscript-9.56.1/base/gendev.c ghostscript-9.56.1/base/genht.c ghostscript-9.56.1/base/globals.h ghostscript-9.56.1/base/gp.h ghostscript-9.56.1/base/gp_dosfe.c ghostscript-9.56.1/base/gp_dosfs.c ghostscript-9.56.1/base/gp_dvx.c ghostscript-9.56.1/base/gp_getnv.c ghostscript-9.56.1/base/gp_mktmp.c ghostscript-9.56.1/base/gp_msdll.c ghostscript-9.56.1/base/gp_msdos.c ghostscript-9.56.1/base/gp_mshdl.c ghostscript-9.56.1/base/gp_mslib.c ghostscript-9.56.1/base/gp_mspol.c ghostscript-9.56.1/base/gp_msprn.c ghostscript-9.56.1/base/gp_mswin.c ghostscript-9.56.1/base/gp_mswin.h ghostscript-9.56.1/base/gp_nsync.c ghostscript-9.56.1/base/gp_ntfs.c ghostscript-9.56.1/base/gp_nxpsprn.c ghostscript-9.56.1/base/gp_os2.c ghostscript-9.56.1/base/gp_os2.h ghostscript-9.56.1/base/gp_os2fs.c ghostscript-9.56.1/base/gp_os2pr.c ghostscript-9.56.1/base/gp_os9.c ghostscript-9.56.1/base/gp_paper.c ghostscript-9.56.1/base/gp_psync.c ghostscript-9.56.1/base/gp_stdia.c ghostscript-9.56.1/base/gp_stdin.c ghostscript-9.56.1/base/gp_strdl.c ghostscript-9.56.1/base/gp_unifn.c ghostscript-9.56.1/base/gp_unifs.c ghostscript-9.56.1/base/gp_unix.c ghostscript-9.56.1/base/gp_upapr.c ghostscript-9.56.1/base/gp_vms.c ghostscript-9.56.1/base/gp_wgetv.c ghostscript-9.56.1/base/gp_win32.c ghostscript-9.56.1/base/gp_winfs.c ghostscript-9.56.1/base/gp_winfs2.c ghostscript-9.56.1/base/gp_wpapr.c ghostscript-9.56.1/base/gp_wsync.c ghostscript-9.56.1/base/gp_wutf8.c ghostscript-9.56.1/base/gp_wxpsprn.cpp ghostscript-9.56.1/base/gpcheck.h ghostscript-9.56.1/base/gpgetenv.h ghostscript-9.56.1/base/gpmisc.c ghostscript-9.56.1/base/gpmisc.h ghostscript-9.56.1/base/gpsync.h ghostscript-9.56.1/base/gs.mak ghostscript-9.56.1/base/gs_dll_call.h ghostscript-9.56.1/base/gs_mgl_e.h ghostscript-9.56.1/base/gs_mro_e.h ghostscript-9.56.1/base/gsagl.c ghostscript-9.56.1/base/gsagl.h ghostscript-9.56.1/base/gsalloc.c ghostscript-9.56.1/base/gsalloc.h ghostscript-9.56.1/base/gsargs.c ghostscript-9.56.1/base/gsargs.h ghostscript-9.56.1/base/gsbitcom.c ghostscript-9.56.1/base/gsbitmap.h ghostscript-9.56.1/base/gsbitops.c ghostscript-9.56.1/base/gsbitops.h ghostscript-9.56.1/base/gsbittab.c ghostscript-9.56.1/base/gsbittab.h ghostscript-9.56.1/base/gsccode.h ghostscript-9.56.1/base/gsccolor.h ghostscript-9.56.1/base/gscdef.c ghostscript-9.56.1/base/gscdefs.h ghostscript-9.56.1/base/gscdevn.c ghostscript-9.56.1/base/gscdevn.h ghostscript-9.56.1/base/gscedata.c ghostscript-9.56.1/base/gscedata.h ghostscript-9.56.1/base/gscencs.c ghostscript-9.56.1/base/gscencs.h ghostscript-9.56.1/base/gschar.c ghostscript-9.56.1/base/gschar.h ghostscript-9.56.1/base/gschar0.c ghostscript-9.56.1/base/gscicach.c ghostscript-9.56.1/base/gscicach.h ghostscript-9.56.1/base/gscie.c ghostscript-9.56.1/base/gscie.h ghostscript-9.56.1/base/gsciemap.c ghostscript-9.56.1/base/gscindex.h ghostscript-9.56.1/base/gsclipsr.c ghostscript-9.56.1/base/gsclipsr.h ghostscript-9.56.1/base/gscms.h ghostscript-9.56.1/base/gscolor.c ghostscript-9.56.1/base/gscolor.h ghostscript-9.56.1/base/gscolor1.c ghostscript-9.56.1/base/gscolor1.h ghostscript-9.56.1/base/gscolor2.c ghostscript-9.56.1/base/gscolor2.h ghostscript-9.56.1/base/gscolor3.c ghostscript-9.56.1/base/gscolor3.h ghostscript-9.56.1/base/gscompt.h ghostscript-9.56.1/base/gscoord.c ghostscript-9.56.1/base/gscoord.h ghostscript-9.56.1/base/gscparam.c ghostscript-9.56.1/base/gscpixel.c ghostscript-9.56.1/base/gscpixel.h ghostscript-9.56.1/base/gscpm.h ghostscript-9.56.1/base/gscrd.c ghostscript-9.56.1/base/gscrd.h ghostscript-9.56.1/base/gscrdp.c ghostscript-9.56.1/base/gscrdp.h ghostscript-9.56.1/base/gscrypt1.c ghostscript-9.56.1/base/gscrypt1.h ghostscript-9.56.1/base/gscscie.c ghostscript-9.56.1/base/gscsel.h ghostscript-9.56.1/base/gscsepr.c ghostscript-9.56.1/base/gscsepr.h ghostscript-9.56.1/base/gscspace.c ghostscript-9.56.1/base/gscspace.h ghostscript-9.56.1/base/gscssub.c ghostscript-9.56.1/base/gscssub.h ghostscript-9.56.1/base/gsdcolor.h ghostscript-9.56.1/base/gsdevice.c ghostscript-9.56.1/base/gsdevice.h ghostscript-9.56.1/base/gsdevmem.c ghostscript-9.56.1/base/gsdll.h ghostscript-9.56.1/base/gsdllwin.h ghostscript-9.56.1/base/gsdparam.c ghostscript-9.56.1/base/gsdps1.c ghostscript-9.56.1/base/gsdsrc.c ghostscript-9.56.1/base/gsdsrc.h ghostscript-9.56.1/base/gsequivc.c ghostscript-9.56.1/base/gsequivc.h ghostscript-9.56.1/base/gserrors.h ghostscript-9.56.1/base/gsexit.h ghostscript-9.56.1/base/gsfcid.c ghostscript-9.56.1/base/gsfcid2.c ghostscript-9.56.1/base/gsfcmap.c ghostscript-9.56.1/base/gsfcmap.h ghostscript-9.56.1/base/gsfcmap1.c ghostscript-9.56.1/base/gsflip.c ghostscript-9.56.1/base/gsflip.h ghostscript-9.56.1/base/gsfname.c ghostscript-9.56.1/base/gsfname.h ghostscript-9.56.1/base/gsfont.c ghostscript-9.56.1/base/gsfont.h ghostscript-9.56.1/base/gsfont0.c ghostscript-9.56.1/base/gsfont0c.c ghostscript-9.56.1/base/gsform1.h ghostscript-9.56.1/base/gsftopts.h ghostscript-9.56.1/base/gsfunc.c ghostscript-9.56.1/base/gsfunc.h ghostscript-9.56.1/base/gsfunc0.c ghostscript-9.56.1/base/gsfunc0.h ghostscript-9.56.1/base/gsfunc3.c ghostscript-9.56.1/base/gsfunc3.h ghostscript-9.56.1/base/gsfunc4.c ghostscript-9.56.1/base/gsfunc4.h ghostscript-9.56.1/base/gsgc.h ghostscript-9.56.1/base/gsgcache.c ghostscript-9.56.1/base/gsgcache.h ghostscript-9.56.1/base/gsgdata.c ghostscript-9.56.1/base/gsgdata.h ghostscript-9.56.1/base/gsgstate.c ghostscript-9.56.1/base/gsgstate.h ghostscript-9.56.1/base/gshsb.c ghostscript-9.56.1/base/gshsb.h ghostscript-9.56.1/base/gsht.c ghostscript-9.56.1/base/gsht.h ghostscript-9.56.1/base/gsht1.c ghostscript-9.56.1/base/gsht1.h ghostscript-9.56.1/base/gshtscr.c ghostscript-9.56.1/base/gshtx.c ghostscript-9.56.1/base/gshtx.h ghostscript-9.56.1/base/gsicc.c ghostscript-9.56.1/base/gsicc.h ghostscript-9.56.1/base/gsicc_blacktext.c ghostscript-9.56.1/base/gsicc_blacktext.h ghostscript-9.56.1/base/gsicc_cache.c ghostscript-9.56.1/base/gsicc_cache.h ghostscript-9.56.1/base/gsicc_cms.h ghostscript-9.56.1/base/gsicc_create.c ghostscript-9.56.1/base/gsicc_create.h ghostscript-9.56.1/base/gsicc_lcms2.c ghostscript-9.56.1/base/gsicc_lcms2mt.c ghostscript-9.56.1/base/gsicc_manage.c ghostscript-9.56.1/base/gsicc_manage.h ghostscript-9.56.1/base/gsicc_monitorcm.c ghostscript-9.56.1/base/gsicc_nocm.c ghostscript-9.56.1/base/gsicc_profilecache.c ghostscript-9.56.1/base/gsicc_profilecache.h ghostscript-9.56.1/base/gsicc_replacecm.c ghostscript-9.56.1/base/gsimage.c ghostscript-9.56.1/base/gsimage.h ghostscript-9.56.1/base/gsimpath.c ghostscript-9.56.1/base/gsinit.c ghostscript-9.56.1/base/gsio.h ghostscript-9.56.1/base/gsiodev.c ghostscript-9.56.1/base/gsiodevs.c ghostscript-9.56.1/base/gsiodisk.c ghostscript-9.56.1/base/gsioram.c ghostscript-9.56.1/base/gsiorom.c ghostscript-9.56.1/base/gsiorom.h ghostscript-9.56.1/base/gsipar3x.h ghostscript-9.56.1/base/gsiparam.h ghostscript-9.56.1/base/gsiparm3.h ghostscript-9.56.1/base/gsiparm4.h ghostscript-9.56.1/base/gsjconf.h ghostscript-9.56.1/base/gsjmorec.h ghostscript-9.56.1/base/gslib.c ghostscript-9.56.1/base/gslib.h ghostscript-9.56.1/base/gslibctx.c ghostscript-9.56.1/base/gslibctx.h ghostscript-9.56.1/base/gsline.c ghostscript-9.56.1/base/gsline.h ghostscript-9.56.1/base/gslparam.h ghostscript-9.56.1/base/gsmalloc.c ghostscript-9.56.1/base/gsmalloc.h ghostscript-9.56.1/base/gsmatrix.c ghostscript-9.56.1/base/gsmatrix.h ghostscript-9.56.1/base/gsmchunk.c ghostscript-9.56.1/base/gsmchunk.h ghostscript-9.56.1/base/gsmd5.c ghostscript-9.56.1/base/gsmd5.h ghostscript-9.56.1/base/gsmdebug.h ghostscript-9.56.1/base/gsmemory.c ghostscript-9.56.1/base/gsmemory.h ghostscript-9.56.1/base/gsmemraw.h ghostscript-9.56.1/base/gsmemret.c ghostscript-9.56.1/base/gsmemret.h ghostscript-9.56.1/base/gsmisc.c ghostscript-9.56.1/base/gsnamecl.c ghostscript-9.56.1/base/gsnamecl.h ghostscript-9.56.1/base/gsncdummy.c ghostscript-9.56.1/base/gsncdummy.h ghostscript-9.56.1/base/gsnogc.c ghostscript-9.56.1/base/gsnogc.h ghostscript-9.56.1/base/gsnotify.c ghostscript-9.56.1/base/gsnotify.h ghostscript-9.56.1/base/gsovrc.c ghostscript-9.56.1/base/gsovrc.h ghostscript-9.56.1/base/gspaint.c ghostscript-9.56.1/base/gspaint.h ghostscript-9.56.1/base/gsparam.c ghostscript-9.56.1/base/gsparam.h ghostscript-9.56.1/base/gsparam2.c ghostscript-9.56.1/base/gsparaml.c ghostscript-9.56.1/base/gsparams.c ghostscript-9.56.1/base/gsparams.h ghostscript-9.56.1/base/gsparamx.c ghostscript-9.56.1/base/gsparamx.h ghostscript-9.56.1/base/gspath.c ghostscript-9.56.1/base/gspath.h ghostscript-9.56.1/base/gspath1.c ghostscript-9.56.1/base/gspath2.h ghostscript-9.56.1/base/gspcolor.c ghostscript-9.56.1/base/gspcolor.h ghostscript-9.56.1/base/gspenum.h ghostscript-9.56.1/base/gspmdrv.c ghostscript-9.56.1/base/gspmdrv.def ghostscript-9.56.1/base/gspmdrv.h ghostscript-9.56.1/base/gspmdrv.icx ghostscript-9.56.1/base/gspmdrv.rc ghostscript-9.56.1/base/gsptype1.c ghostscript-9.56.1/base/gsptype1.h ghostscript-9.56.1/base/gsptype2.c ghostscript-9.56.1/base/gsptype2.h ghostscript-9.56.1/base/gsrect.h ghostscript-9.56.1/base/gsrefct.h ghostscript-9.56.1/base/gsromfs0.c ghostscript-9.56.1/base/gsrop.c ghostscript-9.56.1/base/gsrop.h ghostscript-9.56.1/base/gsroprun.c ghostscript-9.56.1/base/gsroprun1.h ghostscript-9.56.1/base/gsroprun24.h ghostscript-9.56.1/base/gsroprun8.h ghostscript-9.56.1/base/gsropt.h ghostscript-9.56.1/base/gsroptab.c ghostscript-9.56.1/base/gsserial.c ghostscript-9.56.1/base/gsserial.h ghostscript-9.56.1/base/gsshade.c ghostscript-9.56.1/base/gsshade.h ghostscript-9.56.1/base/gssprintf.c ghostscript-9.56.1/base/gssprintf.h ghostscript-9.56.1/base/gsstate.c ghostscript-9.56.1/base/gsstate.h ghostscript-9.56.1/base/gsstrl.c ghostscript-9.56.1/base/gsstrl.h ghostscript-9.56.1/base/gsstrtok.c ghostscript-9.56.1/base/gsstrtok.h ghostscript-9.56.1/base/gsstruct.h ghostscript-9.56.1/base/gsstype.h ghostscript-9.56.1/base/gstext.c ghostscript-9.56.1/base/gstext.h ghostscript-9.56.1/base/gstiffio.c ghostscript-9.56.1/base/gstiffio.h ghostscript-9.56.1/base/gstparam.h ghostscript-9.56.1/base/gstrans.c ghostscript-9.56.1/base/gstrans.h ghostscript-9.56.1/base/gstrap.c ghostscript-9.56.1/base/gstrap.h ghostscript-9.56.1/base/gstype1.c ghostscript-9.56.1/base/gstype1.h ghostscript-9.56.1/base/gstype2.c ghostscript-9.56.1/base/gstype42.c ghostscript-9.56.1/base/gstypes.h ghostscript-9.56.1/base/gsuid.h ghostscript-9.56.1/base/gsutil.c ghostscript-9.56.1/base/gsutil.h ghostscript-9.56.1/base/gswin.icx ghostscript-9.56.1/base/gswin.rc ghostscript-9.56.1/base/gswin16.icx ghostscript-9.56.1/base/gswin32.rc ghostscript-9.56.1/base/gsxfont.h ghostscript-9.56.1/base/gx.h ghostscript-9.56.1/base/gxacpath.c ghostscript-9.56.1/base/gxalloc.h ghostscript-9.56.1/base/gxalpha.h ghostscript-9.56.1/base/gxarith.h ghostscript-9.56.1/base/gxband.h ghostscript-9.56.1/base/gxbcache.c ghostscript-9.56.1/base/gxbcache.h ghostscript-9.56.1/base/gxbitfmt.h ghostscript-9.56.1/base/gxbitmap.h ghostscript-9.56.1/base/gxbitops.h ghostscript-9.56.1/base/gxblend.c ghostscript-9.56.1/base/gxblend.h ghostscript-9.56.1/base/gxblend1.c ghostscript-9.56.1/base/gxccache.c ghostscript-9.56.1/base/gxccman.c ghostscript-9.56.1/base/gxcdevn.h ghostscript-9.56.1/base/gxchar.c ghostscript-9.56.1/base/gxchar.h ghostscript-9.56.1/base/gxchrout.c ghostscript-9.56.1/base/gxchrout.h ghostscript-9.56.1/base/gxcht.c ghostscript-9.56.1/base/gxcid.h ghostscript-9.56.1/base/gxcie.h ghostscript-9.56.1/base/gxcindex.h ghostscript-9.56.1/base/gxclbits.c ghostscript-9.56.1/base/gxcldev.h ghostscript-9.56.1/base/gxclfile.c ghostscript-9.56.1/base/gxclimag.c ghostscript-9.56.1/base/gxclio.h ghostscript-9.56.1/base/gxclip.c ghostscript-9.56.1/base/gxclip.h ghostscript-9.56.1/base/gxclip2.c ghostscript-9.56.1/base/gxclip2.h ghostscript-9.56.1/base/gxclipm.c ghostscript-9.56.1/base/gxclipm.h ghostscript-9.56.1/base/gxclipsr.h ghostscript-9.56.1/base/gxclist.c ghostscript-9.56.1/base/gxclist.h ghostscript-9.56.1/base/gxcllzw.c ghostscript-9.56.1/base/gxclmem.c ghostscript-9.56.1/base/gxclmem.h ghostscript-9.56.1/base/gxclpage.c ghostscript-9.56.1/base/gxclpage.h ghostscript-9.56.1/base/gxclpath.c ghostscript-9.56.1/base/gxclpath.h ghostscript-9.56.1/base/gxclrast.c ghostscript-9.56.1/base/gxclread.c ghostscript-9.56.1/base/gxclrect.c ghostscript-9.56.1/base/gxclthrd.c ghostscript-9.56.1/base/gxclthrd.h ghostscript-9.56.1/base/gxclutil.c ghostscript-9.56.1/base/gxclzlib.c ghostscript-9.56.1/base/gxcmap.c ghostscript-9.56.1/base/gxcmap.h ghostscript-9.56.1/base/gxcolor2.h ghostscript-9.56.1/base/gxcomp.h ghostscript-9.56.1/base/gxcoord.h ghostscript-9.56.1/base/gxcpath.c ghostscript-9.56.1/base/gxcpath.h ghostscript-9.56.1/base/gxcspace.h ghostscript-9.56.1/base/gxctable.c ghostscript-9.56.1/base/gxctable.h ghostscript-9.56.1/base/gxcvalue.h ghostscript-9.56.1/base/gxdcconv.c ghostscript-9.56.1/base/gxdcconv.h ghostscript-9.56.1/base/gxdcolor.c ghostscript-9.56.1/base/gxdcolor.h ghostscript-9.56.1/base/gxdda.h ghostscript-9.56.1/base/gxdevbuf.h ghostscript-9.56.1/base/gxdevcli.h ghostscript-9.56.1/base/gxdevice.h ghostscript-9.56.1/base/gxdevmem.h ghostscript-9.56.1/base/gxdevndi.c ghostscript-9.56.1/base/gxdevsop.h ghostscript-9.56.1/base/gxdht.h ghostscript-9.56.1/base/gxdhtres.h ghostscript-9.56.1/base/gxdhtserial.c ghostscript-9.56.1/base/gxdhtserial.h ghostscript-9.56.1/base/gxdither.h ghostscript-9.56.1/base/gxdownscale.c ghostscript-9.56.1/base/gxdownscale.h ghostscript-9.56.1/base/gxdtfill.h ghostscript-9.56.1/base/gxfapi.c ghostscript-9.56.1/base/gxfapi.h ghostscript-9.56.1/base/gxfapiu.c ghostscript-9.56.1/base/gxfapiu.h ghostscript-9.56.1/base/gxfarith.h ghostscript-9.56.1/base/gxfcache.h ghostscript-9.56.1/base/gxfcid.h ghostscript-9.56.1/base/gxfcmap.h ghostscript-9.56.1/base/gxfcmap1.h ghostscript-9.56.1/base/gxfill.c ghostscript-9.56.1/base/gxfill.h ghostscript-9.56.1/base/gxfillsl.h ghostscript-9.56.1/base/gxfilltr.h ghostscript-9.56.1/base/gxfillts.h ghostscript-9.56.1/base/gxfixed.h ghostscript-9.56.1/base/gxfmap.h ghostscript-9.56.1/base/gxfont.h ghostscript-9.56.1/base/gxfont0.h ghostscript-9.56.1/base/gxfont0c.h ghostscript-9.56.1/base/gxfont1.h ghostscript-9.56.1/base/gxfont42.h ghostscript-9.56.1/base/gxfrac.h ghostscript-9.56.1/base/gxftype.h ghostscript-9.56.1/base/gxfunc.h ghostscript-9.56.1/base/gxgetbit.h ghostscript-9.56.1/base/gxgstate.h ghostscript-9.56.1/base/gxhintn.c ghostscript-9.56.1/base/gxhintn.h ghostscript-9.56.1/base/gxhintn1.c ghostscript-9.56.1/base/gxhldevc.c ghostscript-9.56.1/base/gxhldevc.h ghostscript-9.56.1/base/gxht.c ghostscript-9.56.1/base/gxht.h ghostscript-9.56.1/base/gxht_thresh.c ghostscript-9.56.1/base/gxht_thresh.h ghostscript-9.56.1/base/gxhtbit.c ghostscript-9.56.1/base/gxhttile.h ghostscript-9.56.1/base/gxhttype.h ghostscript-9.56.1/base/gxi12bit.c ghostscript-9.56.1/base/gxi16bit.c ghostscript-9.56.1/base/gxiclass.h ghostscript-9.56.1/base/gxicolor.c ghostscript-9.56.1/base/gxidata.c ghostscript-9.56.1/base/gxifast.c ghostscript-9.56.1/base/gximag3x.c ghostscript-9.56.1/base/gximag3x.h ghostscript-9.56.1/base/gximage.c ghostscript-9.56.1/base/gximage.h ghostscript-9.56.1/base/gximage1.c ghostscript-9.56.1/base/gximage3.c ghostscript-9.56.1/base/gximage3.h ghostscript-9.56.1/base/gximage4.c ghostscript-9.56.1/base/gximask.c ghostscript-9.56.1/base/gximask.h ghostscript-9.56.1/base/gximdecode.c ghostscript-9.56.1/base/gximdecode.h ghostscript-9.56.1/base/gximono.c ghostscript-9.56.1/base/gxiodev.h ghostscript-9.56.1/base/gxiparam.h ghostscript-9.56.1/base/gxipixel.c ghostscript-9.56.1/base/gxiscale.c ghostscript-9.56.1/base/gxline.h ghostscript-9.56.1/base/gxlum.h ghostscript-9.56.1/base/gxmatrix.h ghostscript-9.56.1/base/gxmclip.c ghostscript-9.56.1/base/gxmclip.h ghostscript-9.56.1/base/gxobj.h ghostscript-9.56.1/base/gxoprect.c ghostscript-9.56.1/base/gxoprect.h ghostscript-9.56.1/base/gxp1fill.c ghostscript-9.56.1/base/gxp1impl.h ghostscript-9.56.1/base/gxpaint.c ghostscript-9.56.1/base/gxpaint.h ghostscript-9.56.1/base/gxpath.c ghostscript-9.56.1/base/gxpath.h ghostscript-9.56.1/base/gxpath2.c ghostscript-9.56.1/base/gxpcache.h ghostscript-9.56.1/base/gxpcmap.c ghostscript-9.56.1/base/gxpcolor.h ghostscript-9.56.1/base/gxpcopy.c ghostscript-9.56.1/base/gxpdash.c ghostscript-9.56.1/base/gxpflat.c ghostscript-9.56.1/base/gxrplane.h ghostscript-9.56.1/base/gxsample.c ghostscript-9.56.1/base/gxsample.h ghostscript-9.56.1/base/gxsamplp.h ghostscript-9.56.1/base/gxscanc.c ghostscript-9.56.1/base/gxscanc.h ghostscript-9.56.1/base/gxshade.c ghostscript-9.56.1/base/gxshade.h ghostscript-9.56.1/base/gxshade1.c ghostscript-9.56.1/base/gxshade4.c ghostscript-9.56.1/base/gxshade4.h ghostscript-9.56.1/base/gxshade6.c ghostscript-9.56.1/base/gxstate.h ghostscript-9.56.1/base/gxstdio.h ghostscript-9.56.1/base/gxstroke.c ghostscript-9.56.1/base/gxsync.c ghostscript-9.56.1/base/gxsync.h ghostscript-9.56.1/base/gxtext.h ghostscript-9.56.1/base/gxtmap.h ghostscript-9.56.1/base/gxttf.h ghostscript-9.56.1/base/gxttfb.c ghostscript-9.56.1/base/gxttfb.h ghostscript-9.56.1/base/gxtype1.c ghostscript-9.56.1/base/gxtype1.h ghostscript-9.56.1/base/gxxfont.h ghostscript-9.56.1/base/gzacpath.h ghostscript-9.56.1/base/gzcpath.h ghostscript-9.56.1/base/gzht.h ghostscript-9.56.1/base/gzline.h ghostscript-9.56.1/base/gzpath.h ghostscript-9.56.1/base/gzspotan.c ghostscript-9.56.1/base/gzspotan.h ghostscript-9.56.1/base/gzstate.h ghostscript-9.56.1/base/icc34.h ghostscript-9.56.1/base/ijs.mak ghostscript-9.56.1/base/instcopy ghostscript-9.56.1/base/jbig2.mak ghostscript-9.56.1/base/jerror_.h ghostscript-9.56.1/base/jmemcust.c ghostscript-9.56.1/base/jmemcust.h ghostscript-9.56.1/base/jpeg.mak ghostscript-9.56.1/base/jpegxr.mak ghostscript-9.56.1/base/lcms2.mak ghostscript-9.56.1/base/lcms2mt.mak ghostscript-9.56.1/base/lcups.mak ghostscript-9.56.1/base/lcupsi.mak ghostscript-9.56.1/base/leptonica.mak ghostscript-9.56.1/base/lib.mak ghostscript-9.56.1/base/locale_.h ghostscript-9.56.1/base/malloc_.h ghostscript-9.56.1/base/math_.h ghostscript-9.56.1/base/memento.c ghostscript-9.56.1/base/memento.h ghostscript-9.56.1/base/memory_.h ghostscript-9.56.1/base/mkromfs.c ghostscript-9.56.1/base/msvccmd.mak ghostscript-9.56.1/base/msvclib.mak ghostscript-9.56.1/base/msvctail.mak ghostscript-9.56.1/base/mv.bat ghostscript-9.56.1/base/mv.cmd ghostscript-9.56.1/base/ocr.mak ghostscript-9.56.1/base/openjpeg.mak ghostscript-9.56.1/base/openvms.mak ghostscript-9.56.1/base/openvms.mmk ghostscript-9.56.1/base/pack_ps.c ghostscript-9.56.1/base/pcwin.mak ghostscript-9.56.1/base/pipe_.h ghostscript-9.56.1/base/png.mak ghostscript-9.56.1/base/png_.h ghostscript-9.56.1/base/ramfs.c ghostscript-9.56.1/base/ramfs.h ghostscript-9.56.1/base/rm.bat ghostscript-9.56.1/base/rm.cmd ghostscript-9.56.1/base/rm_all.com ghostscript-9.56.1/base/rm_one.com ghostscript-9.56.1/base/sa85d.c ghostscript-9.56.1/base/sa85d.h ghostscript-9.56.1/base/sa85x.h ghostscript-9.56.1/base/saes.c ghostscript-9.56.1/base/saes.h ghostscript-9.56.1/base/sarc4.c ghostscript-9.56.1/base/sarc4.h ghostscript-9.56.1/base/sbcp.c ghostscript-9.56.1/base/sbcp.h ghostscript-9.56.1/base/sbtx.h ghostscript-9.56.1/base/scanchar.h ghostscript-9.56.1/base/scantab.c ghostscript-9.56.1/base/scf.h ghostscript-9.56.1/base/scfd.c ghostscript-9.56.1/base/scfdgen.c ghostscript-9.56.1/base/scfdtab.c ghostscript-9.56.1/base/scfe.c ghostscript-9.56.1/base/scfetab.c ghostscript-9.56.1/base/scfparam.c ghostscript-9.56.1/base/scfx.h ghostscript-9.56.1/base/scommon.h ghostscript-9.56.1/base/sdcparam.c ghostscript-9.56.1/base/sdcparam.h ghostscript-9.56.1/base/sdct.h ghostscript-9.56.1/base/sdctc.c ghostscript-9.56.1/base/sdctd.c ghostscript-9.56.1/base/sdcte.c ghostscript-9.56.1/base/sddparam.c ghostscript-9.56.1/base/sdeparam.c ghostscript-9.56.1/base/seexec.c ghostscript-9.56.1/base/setjmp_.h ghostscript-9.56.1/base/sfilter.h ghostscript-9.56.1/base/sfilter1.c ghostscript-9.56.1/base/sfilter2.c ghostscript-9.56.1/base/sfxboth.c ghostscript-9.56.1/base/sfxcommon.c ghostscript-9.56.1/base/sfxfd.c ghostscript-9.56.1/base/sfxstdio.c ghostscript-9.56.1/base/sha2.c ghostscript-9.56.1/base/sha2.h ghostscript-9.56.1/base/shc.c ghostscript-9.56.1/base/shc.h ghostscript-9.56.1/base/sidscale.c ghostscript-9.56.1/base/sidscale.h ghostscript-9.56.1/base/siinterp.c ghostscript-9.56.1/base/siinterp.h ghostscript-9.56.1/base/simscale.c ghostscript-9.56.1/base/simscale.h ghostscript-9.56.1/base/simscale_foo.c ghostscript-9.56.1/base/simscale_foo.h ghostscript-9.56.1/base/siscale.c ghostscript-9.56.1/base/siscale.h ghostscript-9.56.1/base/siscale_cal.c ghostscript-9.56.1/base/sisparam.h ghostscript-9.56.1/base/sjbig2.c ghostscript-9.56.1/base/sjbig2.h ghostscript-9.56.1/base/sjpeg.h ghostscript-9.56.1/base/sjpegc.c ghostscript-9.56.1/base/sjpegd.c ghostscript-9.56.1/base/sjpege.c ghostscript-9.56.1/base/sjpx_none.c ghostscript-9.56.1/base/sjpx_openjpeg.c ghostscript-9.56.1/base/sjpx_openjpeg.h ghostscript-9.56.1/base/slzwc.c ghostscript-9.56.1/base/slzwd.c ghostscript-9.56.1/base/slzwe.c ghostscript-9.56.1/base/slzwx.h ghostscript-9.56.1/base/smd5.c ghostscript-9.56.1/base/smd5.h ghostscript-9.56.1/base/smtf.h ghostscript-9.56.1/base/spdiff.c ghostscript-9.56.1/base/spdiffx.h ghostscript-9.56.1/base/spngp.c ghostscript-9.56.1/base/spngpx.h ghostscript-9.56.1/base/spprint.c ghostscript-9.56.1/base/spprint.h ghostscript-9.56.1/base/spsdf.c ghostscript-9.56.1/base/spsdf.h ghostscript-9.56.1/base/spwgd.c ghostscript-9.56.1/base/spwgx.h ghostscript-9.56.1/base/srdline.h ghostscript-9.56.1/base/srld.c ghostscript-9.56.1/base/srle.c ghostscript-9.56.1/base/srlx.h ghostscript-9.56.1/base/ssha2.c ghostscript-9.56.1/base/ssha2.h ghostscript-9.56.1/base/sstring.c ghostscript-9.56.1/base/sstring.h ghostscript-9.56.1/base/stat_.h ghostscript-9.56.1/base/std.h ghostscript-9.56.1/base/stdint_.h ghostscript-9.56.1/base/stdio_.h ghostscript-9.56.1/base/stdpre.h ghostscript-9.56.1/base/stream.c ghostscript-9.56.1/base/stream.h ghostscript-9.56.1/base/strimpl.h ghostscript-9.56.1/base/string_.h ghostscript-9.56.1/base/strmio.c ghostscript-9.56.1/base/strmio.h ghostscript-9.56.1/base/stub.mak ghostscript-9.56.1/base/szlibc.c ghostscript-9.56.1/base/szlibd.c ghostscript-9.56.1/base/szlibe.c ghostscript-9.56.1/base/szlibx.h ghostscript-9.56.1/base/szlibxx.h ghostscript-9.56.1/base/tess_version.h ghostscript-9.56.1/base/tesseract.mak ghostscript-9.56.1/base/tessocr.cpp ghostscript-9.56.1/base/tessocr.h ghostscript-9.56.1/base/tiff.mak ghostscript-9.56.1/base/time_.h ghostscript-9.56.1/base/ttcalc.c ghostscript-9.56.1/base/ttcalc.h ghostscript-9.56.1/base/ttcommon.h ghostscript-9.56.1/base/ttconf.h ghostscript-9.56.1/base/ttconfig.h ghostscript-9.56.1/base/ttfinp.c ghostscript-9.56.1/base/ttfinp.h ghostscript-9.56.1/base/ttfmain.c ghostscript-9.56.1/base/ttfmemd.c ghostscript-9.56.1/base/ttfmemd.h ghostscript-9.56.1/base/ttfoutl.h ghostscript-9.56.1/base/ttfsfnt.h ghostscript-9.56.1/base/ttinterp.c ghostscript-9.56.1/base/ttinterp.h ghostscript-9.56.1/base/ttload.c ghostscript-9.56.1/base/ttload.h ghostscript-9.56.1/base/ttmisc.h ghostscript-9.56.1/base/ttobjs.c ghostscript-9.56.1/base/ttobjs.h ghostscript-9.56.1/base/tttables.h ghostscript-9.56.1/base/tttype.h ghostscript-9.56.1/base/tttypes.h ghostscript-9.56.1/base/ugcclib.mak ghostscript-9.56.1/base/unistd_.h ghostscript-9.56.1/base/unix-aux.mak ghostscript-9.56.1/base/unix-dll.mak ghostscript-9.56.1/base/unix-end.mak ghostscript-9.56.1/base/unix-gcc.mak ghostscript-9.56.1/base/unixansi.mak ghostscript-9.56.1/base/unixhead.mak ghostscript-9.56.1/base/unixinst.mak ghostscript-9.56.1/base/unixlink.mak ghostscript-9.56.1/base/valgrind.h ghostscript-9.56.1/base/version.mak ghostscript-9.56.1/base/vms_x_fix.h ghostscript-9.56.1/base/vmsmath.h ghostscript-9.56.1/base/windows_.h ghostscript-9.56.1/base/winlib.mak ghostscript-9.56.1/base/winplat.mak ghostscript-9.56.1/base/winrtsup.cpp ghostscript-9.56.1/base/winrtsup.h ghostscript-9.56.1/base/wrfont.c ghostscript-9.56.1/base/wrfont.h ghostscript-9.56.1/base/write_t1.c ghostscript-9.56.1/base/write_t1.h ghostscript-9.56.1/base/write_t2.c ghostscript-9.56.1/base/write_t2.h ghostscript-9.56.1/base/x_.h ghostscript-9.56.1/base/zlib.mak ghostscript-9.56.1/config.guess ghostscript-9.56.1/config.sub ghostscript-9.56.1/configure ghostscript-9.56.1/configure.ac ghostscript-9.56.1/contrib/ ghostscript-9.56.1/contrib/chp2200/ ghostscript-9.56.1/contrib/chp2200/AUTHORS ghostscript-9.56.1/contrib/chp2200/COPYING ghostscript-9.56.1/contrib/chp2200/INSTALL ghostscript-9.56.1/contrib/contrib.mak ghostscript-9.56.1/contrib/eplaser/ ghostscript-9.56.1/contrib/eplaser/gdevescv.c ghostscript-9.56.1/contrib/eplaser/gdevescv.h ghostscript-9.56.1/contrib/epson740/ ghostscript-9.56.1/contrib/epson740/README ghostscript-9.56.1/contrib/epson740/printerdb_rh5.2 ghostscript-9.56.1/contrib/epson740/printerdb_rh6.0 ghostscript-9.56.1/contrib/epson740/ps-to-printer.fpi_rh5.2 ghostscript-9.56.1/contrib/epson740/upp-HowTo-to-be ghostscript-9.56.1/contrib/gdevadmp.c ghostscript-9.56.1/contrib/gdevbjc_.c ghostscript-9.56.1/contrib/gdevbjc_.h ghostscript-9.56.1/contrib/gdevbjca.c ghostscript-9.56.1/contrib/gdevcd8.c ghostscript-9.56.1/contrib/gdevcd8.h ghostscript-9.56.1/contrib/gdevdj9.c ghostscript-9.56.1/contrib/gdevgdi.c ghostscript-9.56.1/contrib/gdevhl12.c ghostscript-9.56.1/contrib/gdevln03.c ghostscript-9.56.1/contrib/gdevlx32.c ghostscript-9.56.1/contrib/gdevlx7.c ghostscript-9.56.1/contrib/gdevmd2k.c ghostscript-9.56.1/contrib/gdevop4w.c ghostscript-9.56.1/contrib/gdevxes.c ghostscript-9.56.1/contrib/japanese/ ghostscript-9.56.1/contrib/japanese/doc/ ghostscript-9.56.1/contrib/japanese/doc/Gdevlips.htm ghostscript-9.56.1/contrib/japanese/doc/README.gs550j ghostscript-9.56.1/contrib/japanese/doc/cdj880.txt ghostscript-9.56.1/contrib/japanese/doc/dj505j.txt ghostscript-9.56.1/contrib/japanese/doc/gdev10v.txt ghostscript-9.56.1/contrib/japanese/doc/gdevalps.txt ghostscript-9.56.1/contrib/japanese/doc/gdevcd8.txt ghostscript-9.56.1/contrib/japanese/doc/gdevfmlbp.txt ghostscript-9.56.1/contrib/japanese/doc/gdevj100.txt ghostscript-9.56.1/contrib/japanese/doc/gdevlbp3.txt ghostscript-9.56.1/contrib/japanese/doc/gdevmd2k.txt ghostscript-9.56.1/contrib/japanese/doc/gdevmjc.txt ghostscript-9.56.1/contrib/japanese/doc/gdevml6.txt ghostscript-9.56.1/contrib/japanese/doc/gdevp201.txt ghostscript-9.56.1/contrib/japanese/dviprlib.h ghostscript-9.56.1/contrib/japanese/gdev10v.c ghostscript-9.56.1/contrib/japanese/gdevalps.c ghostscript-9.56.1/contrib/japanese/gdevespg.c ghostscript-9.56.1/contrib/japanese/gdevfmlbp.c ghostscript-9.56.1/contrib/japanese/gdevfmpr.c ghostscript-9.56.1/contrib/japanese/gdevj100.c ghostscript-9.56.1/contrib/japanese/gdevlbp3.c ghostscript-9.56.1/contrib/japanese/gdevmjc.c ghostscript-9.56.1/contrib/japanese/gdevmjc.h ghostscript-9.56.1/contrib/japanese/gdevml6.c ghostscript-9.56.1/contrib/japanese/gdevnpdl.c ghostscript-9.56.1/contrib/japanese/gdevp201.c ghostscript-9.56.1/contrib/japanese/gdevrpdl.c ghostscript-9.56.1/contrib/lips4/ ghostscript-9.56.1/contrib/lips4/gdevl4r.c ghostscript-9.56.1/contrib/lips4/gdevl4v.c ghostscript-9.56.1/contrib/lips4/gdevlips.c ghostscript-9.56.1/contrib/lips4/gdevlips.h ghostscript-9.56.1/contrib/lips4/gdevlprn.c ghostscript-9.56.1/contrib/lips4/gdevlprn.h ghostscript-9.56.1/contrib/lxm3200-tweaked/ ghostscript-9.56.1/contrib/lxm3200-tweaked/LICENSE ghostscript-9.56.1/contrib/lxm3200-tweaked/README ghostscript-9.56.1/contrib/lxm3200-tweaked/RELEASE_NOTES ghostscript-9.56.1/contrib/lxm3200-tweaked/Z12-Z31-QuickSetup ghostscript-9.56.1/contrib/md2k_md5k/ ghostscript-9.56.1/contrib/md2k_md5k/README.jis ghostscript-9.56.1/contrib/opvp/ ghostscript-9.56.1/contrib/opvp/README.txt ghostscript-9.56.1/contrib/opvp/build_opv_harness.sh ghostscript-9.56.1/contrib/opvp/gdevopvp.c ghostscript-9.56.1/contrib/opvp/opvp.h ghostscript-9.56.1/contrib/opvp/opvp_0_2_0.h ghostscript-9.56.1/contrib/opvp/opvp_common.h ghostscript-9.56.1/contrib/opvp/opvp_media.def ghostscript-9.56.1/contrib/opvp/opvpharness.c ghostscript-9.56.1/contrib/pcl3/ ghostscript-9.56.1/contrib/pcl3/BUGS ghostscript-9.56.1/contrib/pcl3/LGPL ghostscript-9.56.1/contrib/pcl3/NEWS ghostscript-9.56.1/contrib/pcl3/README ghostscript-9.56.1/contrib/pcl3/doc/ ghostscript-9.56.1/contrib/pcl3/doc/gs-mods.txt ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.1 ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.html ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.ref ghostscript-9.56.1/contrib/pcl3/doc/how-to-report.txt ghostscript-9.56.1/contrib/pcl3/doc/notes.bbl ghostscript-9.56.1/contrib/pcl3/doc/notes.tex ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.1 ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.html ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.ref ghostscript-9.56.1/contrib/pcl3/doc/reports.txt ghostscript-9.56.1/contrib/pcl3/eprn/ ghostscript-9.56.1/contrib/pcl3/eprn/eprnfs.c ghostscript-9.56.1/contrib/pcl3/eprn/eprnparm.c ghostscript-9.56.1/contrib/pcl3/eprn/eprnrend.c ghostscript-9.56.1/contrib/pcl3/eprn/gdeveprn.c ghostscript-9.56.1/contrib/pcl3/eprn/gdeveprn.h ghostscript-9.56.1/contrib/pcl3/eprn/mediasize.c ghostscript-9.56.1/contrib/pcl3/eprn/mediasize.h ghostscript-9.56.1/contrib/pcl3/eprn/pagecount.c ghostscript-9.56.1/contrib/pcl3/eprn/pagecount.h ghostscript-9.56.1/contrib/pcl3/lib/ ghostscript-9.56.1/contrib/pcl3/lib/cups-pcl3 ghostscript-9.56.1/contrib/pcl3/lib/example.mcf ghostscript-9.56.1/contrib/pcl3/lib/if-pcl3 ghostscript-9.56.1/contrib/pcl3/pcl3.tar.sig ghostscript-9.56.1/contrib/pcl3/ppd/ ghostscript-9.56.1/contrib/pcl3/ppd/README ghostscript-9.56.1/contrib/pcl3/ppd/catppd ghostscript-9.56.1/contrib/pcl3/ppd/fonts.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-5.50.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.01.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.50.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.51.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-7.00.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-common.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-common.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj1120c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj3xx.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj400.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj500.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj500c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj510.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj540.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj550c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj600.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj660c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj680c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj8xxc.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdjportable.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-unspec.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-unspecold.ppd ghostscript-9.56.1/contrib/pcl3/ps/ ghostscript-9.56.1/contrib/pcl3/ps/calign.ps ghostscript-9.56.1/contrib/pcl3/ps/dumppdd.ps ghostscript-9.56.1/contrib/pcl3/ps/levels-test.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-A4.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-A4Rotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-Env10Rotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-EnvDLRotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-Letter.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-LetterRotated.ps ghostscript-9.56.1/contrib/pcl3/src/ ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-5.50.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.01.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.50.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.51.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-7.00.add ghostscript-9.56.1/contrib/pcl3/src/gdevpcl3.c ghostscript-9.56.1/contrib/pcl3/src/pcl3opts-de.msg ghostscript-9.56.1/contrib/pcl3/src/pcl3opts-en.msg ghostscript-9.56.1/contrib/pcl3/src/pcl3opts.c ghostscript-9.56.1/contrib/pcl3/src/pclcap.c ghostscript-9.56.1/contrib/pcl3/src/pclcap.h ghostscript-9.56.1/contrib/pcl3/src/pclcomp.c ghostscript-9.56.1/contrib/pcl3/src/pclgen.c ghostscript-9.56.1/contrib/pcl3/src/pclgen.h ghostscript-9.56.1/contrib/pcl3/src/pclscan.c ghostscript-9.56.1/contrib/pcl3/src/pclscan.h ghostscript-9.56.1/contrib/pcl3/src/pclsize.c ghostscript-9.56.1/contrib/pcl3/src/pclsize.h ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-5.50.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.01.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.50.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.51.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-7.00.diff ghostscript-9.56.1/contrib/pscolor/ ghostscript-9.56.1/contrib/pscolor/Makefile ghostscript-9.56.1/contrib/pscolor/black.pdf ghostscript-9.56.1/contrib/pscolor/black.ps ghostscript-9.56.1/contrib/pscolor/color.pdf ghostscript-9.56.1/contrib/pscolor/color.ps ghostscript-9.56.1/contrib/pscolor/colorsplit.vcproj ghostscript-9.56.1/contrib/pscolor/common.mak ghostscript-9.56.1/contrib/pscolor/input.ps ghostscript-9.56.1/contrib/pscolor/instream.yy ghostscript-9.56.1/contrib/pscolor/test.c ghostscript-9.56.1/contrib/pscolor/windows.mak ghostscript-9.56.1/contrib/uniprint/ ghostscript-9.56.1/contrib/uniprint/PM760p.upp ghostscript-9.56.1/contrib/uniprint/PM760pl.upp ghostscript-9.56.1/contrib/uniprint/PM820p.upp ghostscript-9.56.1/contrib/uniprint/PM820pl.upp ghostscript-9.56.1/contrib/uniprint/Stc670p.upp ghostscript-9.56.1/contrib/uniprint/Stc670pl.upp ghostscript-9.56.1/contrib/uniprint/Stc680p.upp ghostscript-9.56.1/contrib/uniprint/Stc680pl.upp ghostscript-9.56.1/contrib/uniprint/Stc740p.upp ghostscript-9.56.1/contrib/uniprint/Stc740pl.upp ghostscript-9.56.1/contrib/uniprint/Stc760p.upp ghostscript-9.56.1/contrib/uniprint/Stc760pl.upp ghostscript-9.56.1/contrib/uniprint/Stc777p.upp ghostscript-9.56.1/contrib/uniprint/Stc777pl.upp ghostscript-9.56.1/contrib/uniprint/Stp720p.upp ghostscript-9.56.1/contrib/uniprint/Stp720pl.upp ghostscript-9.56.1/contrib/uniprint/Stp870p.upp ghostscript-9.56.1/contrib/uniprint/Stp870pl.upp ghostscript-9.56.1/contrib/uniprint/bjc6000a1.upp ghostscript-9.56.1/contrib/uniprint/bjc6000b1.upp ghostscript-9.56.1/contrib/uniprint/s400a1.upp ghostscript-9.56.1/contrib/uniprint/s400b1.upp ghostscript-9.56.1/contrib/uniprint/sharp.upp ghostscript-9.56.1/contrib/uniprint/sipixa6.upp ghostscript-9.56.1/contrib/uniprint/stc740ih.upp ghostscript-9.56.1/cups/ ghostscript-9.56.1/cups/LICENSE.txt ghostscript-9.56.1/cups/cups.mak ghostscript-9.56.1/cups/gdevcups.c ghostscript-9.56.1/cups/libs/ ghostscript-9.56.1/cups/libs/Makedefs ghostscript-9.56.1/cups/libs/configlinux.h ghostscript-9.56.1/cups/libs/configwin.h ghostscript-9.56.1/cups/libs/cups/ ghostscript-9.56.1/cups/libs/cups/Dependencies ghostscript-9.56.1/cups/libs/cups/Makefile ghostscript-9.56.1/cups/libs/cups/adminutil.c ghostscript-9.56.1/cups/libs/cups/adminutil.h ghostscript-9.56.1/cups/libs/cups/api-array.header ghostscript-9.56.1/cups/libs/cups/api-array.shtml ghostscript-9.56.1/cups/libs/cups/api-cups.header ghostscript-9.56.1/cups/libs/cups/api-cups.shtml ghostscript-9.56.1/cups/libs/cups/api-filedir.header ghostscript-9.56.1/cups/libs/cups/api-filedir.shtml ghostscript-9.56.1/cups/libs/cups/api-filter.header ghostscript-9.56.1/cups/libs/cups/api-filter.shtml ghostscript-9.56.1/cups/libs/cups/api-httpipp.header ghostscript-9.56.1/cups/libs/cups/api-httpipp.shtml ghostscript-9.56.1/cups/libs/cups/api-overview.header ghostscript-9.56.1/cups/libs/cups/api-overview.shtml ghostscript-9.56.1/cups/libs/cups/api-ppd.header ghostscript-9.56.1/cups/libs/cups/api-ppd.shtml ghostscript-9.56.1/cups/libs/cups/array-private.h ghostscript-9.56.1/cups/libs/cups/array.c ghostscript-9.56.1/cups/libs/cups/array.h ghostscript-9.56.1/cups/libs/cups/attr.c ghostscript-9.56.1/cups/libs/cups/auth.c ghostscript-9.56.1/cups/libs/cups/backchannel.c ghostscript-9.56.1/cups/libs/cups/backend.c ghostscript-9.56.1/cups/libs/cups/backend.h ghostscript-9.56.1/cups/libs/cups/conflicts.c ghostscript-9.56.1/cups/libs/cups/cups-private.h ghostscript-9.56.1/cups/libs/cups/cups.h ghostscript-9.56.1/cups/libs/cups/custom.c ghostscript-9.56.1/cups/libs/cups/debug-private.h ghostscript-9.56.1/cups/libs/cups/debug.c ghostscript-9.56.1/cups/libs/cups/dest-job.c ghostscript-9.56.1/cups/libs/cups/dest-localization.c ghostscript-9.56.1/cups/libs/cups/dest-options.c ghostscript-9.56.1/cups/libs/cups/dest.c ghostscript-9.56.1/cups/libs/cups/dir.c ghostscript-9.56.1/cups/libs/cups/dir.h ghostscript-9.56.1/cups/libs/cups/emit.c ghostscript-9.56.1/cups/libs/cups/encode.c ghostscript-9.56.1/cups/libs/cups/file-private.h ghostscript-9.56.1/cups/libs/cups/file.c ghostscript-9.56.1/cups/libs/cups/file.h ghostscript-9.56.1/cups/libs/cups/getdevices.c ghostscript-9.56.1/cups/libs/cups/getifaddrs.c ghostscript-9.56.1/cups/libs/cups/getputfile.c ghostscript-9.56.1/cups/libs/cups/globals.c ghostscript-9.56.1/cups/libs/cups/http-addr.c ghostscript-9.56.1/cups/libs/cups/http-addrlist.c ghostscript-9.56.1/cups/libs/cups/http-private.h ghostscript-9.56.1/cups/libs/cups/http-support.c ghostscript-9.56.1/cups/libs/cups/http.c ghostscript-9.56.1/cups/libs/cups/http.h ghostscript-9.56.1/cups/libs/cups/ipp-private.h ghostscript-9.56.1/cups/libs/cups/ipp-support.c ghostscript-9.56.1/cups/libs/cups/ipp.c ghostscript-9.56.1/cups/libs/cups/ipp.h ghostscript-9.56.1/cups/libs/cups/langprintf.c ghostscript-9.56.1/cups/libs/cups/language-private.h ghostscript-9.56.1/cups/libs/cups/language.c ghostscript-9.56.1/cups/libs/cups/language.h ghostscript-9.56.1/cups/libs/cups/libcups2.def ghostscript-9.56.1/cups/libs/cups/libcups2.rc ghostscript-9.56.1/cups/libs/cups/libcups_s.exp ghostscript-9.56.1/cups/libs/cups/localize.c ghostscript-9.56.1/cups/libs/cups/mark.c ghostscript-9.56.1/cups/libs/cups/md5-private.h ghostscript-9.56.1/cups/libs/cups/md5.c ghostscript-9.56.1/cups/libs/cups/md5passwd.c ghostscript-9.56.1/cups/libs/cups/notify.c ghostscript-9.56.1/cups/libs/cups/options.c ghostscript-9.56.1/cups/libs/cups/page.c ghostscript-9.56.1/cups/libs/cups/ppd-cache.c ghostscript-9.56.1/cups/libs/cups/ppd-private.h ghostscript-9.56.1/cups/libs/cups/ppd.c ghostscript-9.56.1/cups/libs/cups/ppd.h ghostscript-9.56.1/cups/libs/cups/pwg-media.c ghostscript-9.56.1/cups/libs/cups/pwg-private.h ghostscript-9.56.1/cups/libs/cups/pwg.h ghostscript-9.56.1/cups/libs/cups/raster-private.h ghostscript-9.56.1/cups/libs/cups/raster.h ghostscript-9.56.1/cups/libs/cups/request.c ghostscript-9.56.1/cups/libs/cups/sidechannel.c ghostscript-9.56.1/cups/libs/cups/sidechannel.h ghostscript-9.56.1/cups/libs/cups/snmp-private.h ghostscript-9.56.1/cups/libs/cups/snmp.c ghostscript-9.56.1/cups/libs/cups/snprintf.c ghostscript-9.56.1/cups/libs/cups/sspi-private.h ghostscript-9.56.1/cups/libs/cups/sspi.c ghostscript-9.56.1/cups/libs/cups/string-private.h ghostscript-9.56.1/cups/libs/cups/string.c ghostscript-9.56.1/cups/libs/cups/tempfile.c ghostscript-9.56.1/cups/libs/cups/test.ppd ghostscript-9.56.1/cups/libs/cups/test2.ppd ghostscript-9.56.1/cups/libs/cups/testadmin.c ghostscript-9.56.1/cups/libs/cups/testarray.c ghostscript-9.56.1/cups/libs/cups/testconflicts.c ghostscript-9.56.1/cups/libs/cups/testcups.c ghostscript-9.56.1/cups/libs/cups/testfile.c ghostscript-9.56.1/cups/libs/cups/testhttp.c ghostscript-9.56.1/cups/libs/cups/testi18n.c ghostscript-9.56.1/cups/libs/cups/testipp.c ghostscript-9.56.1/cups/libs/cups/testlang.c ghostscript-9.56.1/cups/libs/cups/testoptions.c ghostscript-9.56.1/cups/libs/cups/testppd.c ghostscript-9.56.1/cups/libs/cups/testpwg.c ghostscript-9.56.1/cups/libs/cups/testsnmp.c ghostscript-9.56.1/cups/libs/cups/thread-private.h ghostscript-9.56.1/cups/libs/cups/thread.c ghostscript-9.56.1/cups/libs/cups/transcode.c ghostscript-9.56.1/cups/libs/cups/transcode.h ghostscript-9.56.1/cups/libs/cups/usersys.c ghostscript-9.56.1/cups/libs/cups/utf8demo.txt ghostscript-9.56.1/cups/libs/cups/util.c ghostscript-9.56.1/cups/libs/cups/versioning.h ghostscript-9.56.1/cups/libs/filter/ ghostscript-9.56.1/cups/libs/filter/Dependencies ghostscript-9.56.1/cups/libs/filter/Makefile ghostscript-9.56.1/cups/libs/filter/api-raster.header ghostscript-9.56.1/cups/libs/filter/api-raster.shtml ghostscript-9.56.1/cups/libs/filter/commandtops.c ghostscript-9.56.1/cups/libs/filter/common.c ghostscript-9.56.1/cups/libs/filter/common.h ghostscript-9.56.1/cups/libs/filter/cupsraster.c ghostscript-9.56.1/cups/libs/filter/error.c ghostscript-9.56.1/cups/libs/filter/gziptoany.c ghostscript-9.56.1/cups/libs/filter/interpret.c ghostscript-9.56.1/cups/libs/filter/libcupsimage2.def ghostscript-9.56.1/cups/libs/filter/libcupsimage_s.exp ghostscript-9.56.1/cups/libs/filter/postscript-driver.header ghostscript-9.56.1/cups/libs/filter/postscript-driver.shtml ghostscript-9.56.1/cups/libs/filter/ppd-compiler.header ghostscript-9.56.1/cups/libs/filter/ppd-compiler.shtml ghostscript-9.56.1/cups/libs/filter/pstops.c ghostscript-9.56.1/cups/libs/filter/raster-driver.header ghostscript-9.56.1/cups/libs/filter/raster-driver.shtml ghostscript-9.56.1/cups/libs/filter/rasterbench.c ghostscript-9.56.1/cups/libs/filter/rastertoepson.c ghostscript-9.56.1/cups/libs/filter/rastertohp.c ghostscript-9.56.1/cups/libs/filter/rastertolabel.c ghostscript-9.56.1/cups/libs/filter/rastertopwg.c ghostscript-9.56.1/cups/libs/filter/spec-ppd.header ghostscript-9.56.1/cups/libs/filter/spec-ppd.shtml ghostscript-9.56.1/cups/libs/filter/testraster.c ghostscript-9.56.1/cups/libs/images/ ghostscript-9.56.1/cups/libs/images/color-wheel.png ghostscript-9.56.1/cups/libs/images/cups-block-diagram.png ghostscript-9.56.1/cups/libs/images/cups-block-diagram.svg ghostscript-9.56.1/cups/libs/images/cups-command-chain.png ghostscript-9.56.1/cups/libs/images/cups-command-chain.svg ghostscript-9.56.1/cups/libs/images/cups-icon.png ghostscript-9.56.1/cups/libs/images/cups-postscript-chain.png ghostscript-9.56.1/cups/libs/images/cups-postscript-chain.svg ghostscript-9.56.1/cups/libs/images/cups-raster-chain.png ghostscript-9.56.1/cups/libs/images/cups-raster-chain.svg ghostscript-9.56.1/cups/libs/images/cups.png ghostscript-9.56.1/cups/libs/images/cups.svg ghostscript-9.56.1/cups/libs/images/left.gif ghostscript-9.56.1/cups/libs/images/left.xcf.gz ghostscript-9.56.1/cups/libs/images/raster-organization.png ghostscript-9.56.1/cups/libs/images/raster-organization.svg ghostscript-9.56.1/cups/libs/images/raster.png ghostscript-9.56.1/cups/libs/images/raster.svg ghostscript-9.56.1/cups/libs/images/right.gif ghostscript-9.56.1/cups/libs/images/sample-image.png ghostscript-9.56.1/cups/libs/images/sel.gif ghostscript-9.56.1/cups/libs/images/smiley.jpg ghostscript-9.56.1/cups/libs/images/unsel.gif ghostscript-9.56.1/cups/libs/images/wait.gif ghostscript-9.56.1/cups/libs/images/webinterface.png ghostscript-9.56.1/demos/ ghostscript-9.56.1/demos/MATLAB/ ghostscript-9.56.1/demos/MATLAB/ghostpdl.m ghostscript-9.56.1/demos/MATLAB/gs_displaydevice.c ghostscript-9.56.1/demos/c/ ghostscript-9.56.1/demos/c/Makefile ghostscript-9.56.1/demos/c/ReadMe.txt ghostscript-9.56.1/demos/c/api_test.c ghostscript-9.56.1/demos/c/api_test.vcxproj ghostscript-9.56.1/demos/c/api_test.vcxproj.filters ghostscript-9.56.1/demos/c/multi_test.c ghostscript-9.56.1/demos/c/multi_test.vcxproj ghostscript-9.56.1/demos/c/multi_test.vcxproj.filters ghostscript-9.56.1/demos/csharp/ ghostscript-9.56.1/demos/csharp/README.txt ghostscript-9.56.1/demos/csharp/api/ ghostscript-9.56.1/demos/csharp/api/ghostapi.cs ghostscript-9.56.1/demos/csharp/api/ghostmono.cs ghostscript-9.56.1/demos/csharp/api/ghostnet.cs ghostscript-9.56.1/demos/csharp/linux/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/make.sh ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/DocPage.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainRender.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainThumbRendering.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainWindow.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainZoom.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/Program.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/TempFile.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/gsOutput.cs ghostscript-9.56.1/demos/csharp/windows/ ghostscript-9.56.1/demos/csharp/windows/ghostnet.sln ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/ ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/About.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/About.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.config ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/DocPage.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainPrint.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainRender.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainThumbRendering.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainWindow.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainWindow.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainZoom.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintControl.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintControl.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintStatus.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintStatus.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/ ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/AssemblyInfo.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Resources.Designer.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Resources.resx ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Settings.Designer.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Settings.settings ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/TempFile.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/XPSprint.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/ghostnet_simple_viewer.csproj ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsIO.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsOutput.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsOutput.xaml.cs ghostscript-9.56.1/demos/java/ ghostscript-9.56.1/demos/java/README.txt ghostscript-9.56.1/demos/java/gsjava/ ghostscript-9.56.1/demos/java/gsjava/.classpath ghostscript-9.56.1/demos/java/gsjava/.project ghostscript-9.56.1/demos/java/gsjava/Manifest.md ghostscript-9.56.1/demos/java/gsjava/README.txt ghostscript-9.56.1/demos/java/gsjava/build_darwin.sh ghostscript-9.56.1/demos/java/gsjava/build_linux.sh ghostscript-9.56.1/demos/java/gsjava/build_win32.bat ghostscript-9.56.1/demos/java/gsjava/src/ ghostscript-9.56.1/demos/java/gsjava/src/com/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/GSAPI.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/GSInstance.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/DisplayCallback.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/ICalloutFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IPollFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdErrFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdInFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdOutFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/BMPDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/Device.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DeviceInUseException.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DeviceNotSupportedException.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DisplayDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/EPSDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/FAXDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/FileDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/HighLevelDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/JPEGDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/OCRDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PCXDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFImageDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFPostscriptDeviceFamily.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PNGDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PNMDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PSDDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PXLDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PostScriptDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/TIFFDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/TextDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/XPSDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/AllocationError.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/ByteArrayReference.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/BytePointer.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/NativeArray.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/NativePointer.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/Reference.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/StringUtil.java ghostscript-9.56.1/demos/java/gstest/ ghostscript-9.56.1/demos/java/gstest/.classpath ghostscript-9.56.1/demos/java/gstest/.project ghostscript-9.56.1/demos/java/gstest/src/ ghostscript-9.56.1/demos/java/gstest/src/gstest/ ghostscript-9.56.1/demos/java/gstest/src/gstest/Main.java ghostscript-9.56.1/demos/java/gsviewer/ ghostscript-9.56.1/demos/java/gsviewer/.classpath ghostscript-9.56.1/demos/java/gsviewer/.project ghostscript-9.56.1/demos/java/gsviewer/Manifest.md ghostscript-9.56.1/demos/java/gsviewer/README.txt ghostscript-9.56.1/demos/java/gsviewer/build_darwin.sh ghostscript-9.56.1/demos/java/gsviewer/build_linux.sh ghostscript-9.56.1/demos/java/gsviewer/build_win32.bat ghostscript-9.56.1/demos/java/gsviewer/src/ ghostscript-9.56.1/demos/java/gsviewer/src/com/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/DefaultUnhandledExceptionHandler.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Document.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/GSFileFilter.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ImageUtil.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Main.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/PDFFileFilter.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Page.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/PageUpdateCallback.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Settings.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/StdIO.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ViewerController.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ScrollMap.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/SettingsDialog.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ViewerGUIListener.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ViewerWindow.java ghostscript-9.56.1/demos/java/gsviewer/start_darwin.sh ghostscript-9.56.1/demos/java/gsviewer/start_linux.sh ghostscript-9.56.1/demos/java/jni/ ghostscript-9.56.1/demos/java/jni/gs_jni/ ghostscript-9.56.1/demos/java/jni/gs_jni/README.txt ghostscript-9.56.1/demos/java/jni/gs_jni/build_darwin.sh ghostscript-9.56.1/demos/java/jni/gs_jni/build_linux.sh ghostscript-9.56.1/demos/java/jni/gs_jni/callbacks.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/callbacks.h ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_GSAPI.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_GSAPI.h ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_util_NativePointer.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_util_NativePointer.h ghostscript-9.56.1/demos/java/jni/gs_jni/dllmain.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/framework.h ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.sln ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.vcxproj ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.vcxproj.filters ghostscript-9.56.1/demos/java/jni/gs_jni/install_linux.sh ghostscript-9.56.1/demos/java/jni/gs_jni/instance_data.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/instance_data.h ghostscript-9.56.1/demos/java/jni/gs_jni/jni_util.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/jni_util.h ghostscript-9.56.1/demos/java/jni/gs_jni/settings.h ghostscript-9.56.1/demos/java/mtdemo/ ghostscript-9.56.1/demos/java/mtdemo/Main.java ghostscript-9.56.1/demos/java/mtdemo/README.txt ghostscript-9.56.1/demos/java/mtdemo/Worker.java ghostscript-9.56.1/demos/java/mtdemo/build_darwin.sh ghostscript-9.56.1/demos/java/mtdemo/build_linux.sh ghostscript-9.56.1/demos/java/mtdemo/build_win32.bat ghostscript-9.56.1/demos/java/mtdemo/runmtd_darwin.sh ghostscript-9.56.1/demos/java/mtdemo/runmtd_linux.sh ghostscript-9.56.1/demos/java/mtdemo/runmtd_win32.bat ghostscript-9.56.1/demos/python/ ghostscript-9.56.1/demos/python/README.txt ghostscript-9.56.1/demos/python/examples.py ghostscript-9.56.1/demos/python/gsapi.py ghostscript-9.56.1/devices/ ghostscript-9.56.1/devices/dcontrib.mak ghostscript-9.56.1/devices/devs.mak ghostscript-9.56.1/devices/extract.mak ghostscript-9.56.1/devices/gdev3852.c ghostscript-9.56.1/devices/gdev4081.c ghostscript-9.56.1/devices/gdev4693.c ghostscript-9.56.1/devices/gdev8510.c ghostscript-9.56.1/devices/gdev8bcm.c ghostscript-9.56.1/devices/gdev8bcm.h ghostscript-9.56.1/devices/gdevatx.c ghostscript-9.56.1/devices/gdevbit.c ghostscript-9.56.1/devices/gdevbj10.c ghostscript-9.56.1/devices/gdevbjc.h ghostscript-9.56.1/devices/gdevbjcl.c ghostscript-9.56.1/devices/gdevbjcl.h ghostscript-9.56.1/devices/gdevbmp.c ghostscript-9.56.1/devices/gdevbmp.h ghostscript-9.56.1/devices/gdevbmpc.c ghostscript-9.56.1/devices/gdevccr.c ghostscript-9.56.1/devices/gdevcdj.c ghostscript-9.56.1/devices/gdevcfax.c ghostscript-9.56.1/devices/gdevchameleon.c ghostscript-9.56.1/devices/gdevcif.c ghostscript-9.56.1/devices/gdevclj.c ghostscript-9.56.1/devices/gdevcljc.c ghostscript-9.56.1/devices/gdevcmykog.c ghostscript-9.56.1/devices/gdevcslw.c ghostscript-9.56.1/devices/gdevdfax.c ghostscript-9.56.1/devices/gdevdjet.c ghostscript-9.56.1/devices/gdevdjtc.c ghostscript-9.56.1/devices/gdevdljm.c ghostscript-9.56.1/devices/gdevdljm.h ghostscript-9.56.1/devices/gdevdm24.c ghostscript-9.56.1/devices/gdevdsp.c ghostscript-9.56.1/devices/gdevdsp.h ghostscript-9.56.1/devices/gdevdsp2.h ghostscript-9.56.1/devices/gdevepsc.c ghostscript-9.56.1/devices/gdevepsn.c ghostscript-9.56.1/devices/gdevescp.c ghostscript-9.56.1/devices/gdevfax.c ghostscript-9.56.1/devices/gdevfax.h ghostscript-9.56.1/devices/gdevfpng.c ghostscript-9.56.1/devices/gdevhl7x.c ghostscript-9.56.1/devices/gdevicov.c ghostscript-9.56.1/devices/gdevifno.c ghostscript-9.56.1/devices/gdevijs.c ghostscript-9.56.1/devices/gdevimgn.c ghostscript-9.56.1/devices/gdevjpeg.c ghostscript-9.56.1/devices/gdevl31s.c ghostscript-9.56.1/devices/gdevlbp8.c ghostscript-9.56.1/devices/gdevlj56.c ghostscript-9.56.1/devices/gdevlp8k.c ghostscript-9.56.1/devices/gdevlxm.c ghostscript-9.56.1/devices/gdevmeds.c ghostscript-9.56.1/devices/gdevmeds.h ghostscript-9.56.1/devices/gdevmgr.c ghostscript-9.56.1/devices/gdevmgr.h ghostscript-9.56.1/devices/gdevmiff.c ghostscript-9.56.1/devices/gdevn533.c ghostscript-9.56.1/devices/gdevo182.c ghostscript-9.56.1/devices/gdevocr.c ghostscript-9.56.1/devices/gdevokii.c ghostscript-9.56.1/devices/gdevpbm.c ghostscript-9.56.1/devices/gdevpcl.c ghostscript-9.56.1/devices/gdevpcl.h ghostscript-9.56.1/devices/gdevpcx.c ghostscript-9.56.1/devices/gdevpdfimg.c ghostscript-9.56.1/devices/gdevpdfimg.h ghostscript-9.56.1/devices/gdevpdfocr.c ghostscript-9.56.1/devices/gdevpe.c ghostscript-9.56.1/devices/gdevperm.c ghostscript-9.56.1/devices/gdevphex.c ghostscript-9.56.1/devices/gdevpjet.c ghostscript-9.56.1/devices/gdevplan.c ghostscript-9.56.1/devices/gdevplib.c ghostscript-9.56.1/devices/gdevplib.h ghostscript-9.56.1/devices/gdevpm.h ghostscript-9.56.1/devices/gdevpng.c ghostscript-9.56.1/devices/gdevpsd.c ghostscript-9.56.1/devices/gdevpsd.h ghostscript-9.56.1/devices/gdevpsim.c ghostscript-9.56.1/devices/gdevpxut.c ghostscript-9.56.1/devices/gdevpxut.h ghostscript-9.56.1/devices/gdevrinkj.c ghostscript-9.56.1/devices/gdevsj48.c ghostscript-9.56.1/devices/gdevsnfb.c ghostscript-9.56.1/devices/gdevsppr.c ghostscript-9.56.1/devices/gdevstc.c ghostscript-9.56.1/devices/gdevstc.h ghostscript-9.56.1/devices/gdevstc1.c ghostscript-9.56.1/devices/gdevstc2.c ghostscript-9.56.1/devices/gdevstc3.c ghostscript-9.56.1/devices/gdevstc4.c ghostscript-9.56.1/devices/gdevtfax.c ghostscript-9.56.1/devices/gdevtfax.h ghostscript-9.56.1/devices/gdevtfnx.c ghostscript-9.56.1/devices/gdevtifs.c ghostscript-9.56.1/devices/gdevtifs.h ghostscript-9.56.1/devices/gdevtknk.c ghostscript-9.56.1/devices/gdevtrac.c ghostscript-9.56.1/devices/gdevtsep.c ghostscript-9.56.1/devices/gdevupd.c ghostscript-9.56.1/devices/gdevwpr2.c ghostscript-9.56.1/devices/gdevx.c ghostscript-9.56.1/devices/gdevx.h ghostscript-9.56.1/devices/gdevxalt.c ghostscript-9.56.1/devices/gdevxcf.c ghostscript-9.56.1/devices/gdevxcmp.c ghostscript-9.56.1/devices/gdevxcmp.h ghostscript-9.56.1/devices/gdevxini.c ghostscript-9.56.1/devices/gdevxres.c ghostscript-9.56.1/devices/gxfcopy.c ghostscript-9.56.1/devices/gxfcopy.h ghostscript-9.56.1/devices/minftrsz.c ghostscript-9.56.1/devices/minftrsz.h ghostscript-9.56.1/devices/rinkj/ ghostscript-9.56.1/devices/rinkj/evenbetter-rll.c ghostscript-9.56.1/devices/rinkj/evenbetter-rll.h ghostscript-9.56.1/devices/rinkj/rinkj-byte-stream.c ghostscript-9.56.1/devices/rinkj/rinkj-byte-stream.h ghostscript-9.56.1/devices/rinkj/rinkj-config.c ghostscript-9.56.1/devices/rinkj/rinkj-config.h ghostscript-9.56.1/devices/rinkj/rinkj-device.c ghostscript-9.56.1/devices/rinkj/rinkj-device.h ghostscript-9.56.1/devices/rinkj/rinkj-dither.c ghostscript-9.56.1/devices/rinkj/rinkj-dither.h ghostscript-9.56.1/devices/rinkj/rinkj-epson870.c ghostscript-9.56.1/devices/rinkj/rinkj-epson870.h ghostscript-9.56.1/devices/rinkj/rinkj-screen-eb.c ghostscript-9.56.1/devices/rinkj/rinkj-screen-eb.h ghostscript-9.56.1/devices/vector/ ghostscript-9.56.1/devices/vector/doc_common.c ghostscript-9.56.1/devices/vector/doc_common.h ghostscript-9.56.1/devices/vector/gdevdocxw.c ghostscript-9.56.1/devices/vector/gdevpdf.c ghostscript-9.56.1/devices/vector/gdevpdfb.c ghostscript-9.56.1/devices/vector/gdevpdfb.h ghostscript-9.56.1/devices/vector/gdevpdfc.c ghostscript-9.56.1/devices/vector/gdevpdfc.h ghostscript-9.56.1/devices/vector/gdevpdfd.c ghostscript-9.56.1/devices/vector/gdevpdfe.c ghostscript-9.56.1/devices/vector/gdevpdfg.c ghostscript-9.56.1/devices/vector/gdevpdfg.h ghostscript-9.56.1/devices/vector/gdevpdfi.c ghostscript-9.56.1/devices/vector/gdevpdfj.c ghostscript-9.56.1/devices/vector/gdevpdfk.c ghostscript-9.56.1/devices/vector/gdevpdfm.c ghostscript-9.56.1/devices/vector/gdevpdfo.c ghostscript-9.56.1/devices/vector/gdevpdfo.h ghostscript-9.56.1/devices/vector/gdevpdfp.c ghostscript-9.56.1/devices/vector/gdevpdfr.c ghostscript-9.56.1/devices/vector/gdevpdft.c ghostscript-9.56.1/devices/vector/gdevpdfu.c ghostscript-9.56.1/devices/vector/gdevpdfv.c ghostscript-9.56.1/devices/vector/gdevpdfx.h ghostscript-9.56.1/devices/vector/gdevpdt.c ghostscript-9.56.1/devices/vector/gdevpdt.h ghostscript-9.56.1/devices/vector/gdevpdtb.c ghostscript-9.56.1/devices/vector/gdevpdtb.h ghostscript-9.56.1/devices/vector/gdevpdtc.c ghostscript-9.56.1/devices/vector/gdevpdtd.c ghostscript-9.56.1/devices/vector/gdevpdtd.h ghostscript-9.56.1/devices/vector/gdevpdte.c ghostscript-9.56.1/devices/vector/gdevpdtf.c ghostscript-9.56.1/devices/vector/gdevpdtf.h ghostscript-9.56.1/devices/vector/gdevpdti.c ghostscript-9.56.1/devices/vector/gdevpdti.h ghostscript-9.56.1/devices/vector/gdevpdts.c ghostscript-9.56.1/devices/vector/gdevpdts.h ghostscript-9.56.1/devices/vector/gdevpdtt.c ghostscript-9.56.1/devices/vector/gdevpdtt.h ghostscript-9.56.1/devices/vector/gdevpdtv.c ghostscript-9.56.1/devices/vector/gdevpdtv.h ghostscript-9.56.1/devices/vector/gdevpdtw.c ghostscript-9.56.1/devices/vector/gdevpdtw.h ghostscript-9.56.1/devices/vector/gdevpdtx.h ghostscript-9.56.1/devices/vector/gdevpsdf.h ghostscript-9.56.1/devices/vector/gdevpsdi.c ghostscript-9.56.1/devices/vector/gdevpsdp.c ghostscript-9.56.1/devices/vector/gdevpsds.c ghostscript-9.56.1/devices/vector/gdevpsds.h ghostscript-9.56.1/devices/vector/gdevpsdu.c ghostscript-9.56.1/devices/vector/gdevpsf.h ghostscript-9.56.1/devices/vector/gdevpsf1.c ghostscript-9.56.1/devices/vector/gdevpsf2.c ghostscript-9.56.1/devices/vector/gdevpsfm.c ghostscript-9.56.1/devices/vector/gdevpsft.c ghostscript-9.56.1/devices/vector/gdevpsfu.c ghostscript-9.56.1/devices/vector/gdevpsfx.c ghostscript-9.56.1/devices/vector/gdevpsu.c ghostscript-9.56.1/devices/vector/gdevpsu.h ghostscript-9.56.1/devices/vector/gdevpx.c ghostscript-9.56.1/devices/vector/gdevtxtw.c ghostscript-9.56.1/devices/vector/gdevxps.c ghostscript-9.56.1/devices/vector/opdfread.ps ghostscript-9.56.1/devices/vector/whitelst.c ghostscript-9.56.1/devices/vector/whitelst.h ghostscript-9.56.1/doc/ ghostscript-9.56.1/doc/API.htm ghostscript-9.56.1/doc/C-style.htm ghostscript-9.56.1/doc/COPYING ghostscript-9.56.1/doc/DLL.htm ghostscript-9.56.1/doc/Deprecated.htm ghostscript-9.56.1/doc/Develop.htm ghostscript-9.56.1/doc/Devices.htm ghostscript-9.56.1/doc/Drivers.htm ghostscript-9.56.1/doc/Fonts.htm ghostscript-9.56.1/doc/GPDL.htm ghostscript-9.56.1/doc/GS9_Color_Management.pdf ghostscript-9.56.1/doc/History9.htm ghostscript-9.56.1/doc/Install.htm ghostscript-9.56.1/doc/Internal.htm ghostscript-9.56.1/doc/Language.htm ghostscript-9.56.1/doc/Lib.htm ghostscript-9.56.1/doc/Make.htm ghostscript-9.56.1/doc/News.htm ghostscript-9.56.1/doc/Ps-style.htm ghostscript-9.56.1/doc/Ps2epsi.htm ghostscript-9.56.1/doc/Psfiles.htm ghostscript-9.56.1/doc/Readme.htm ghostscript-9.56.1/doc/Release.htm ghostscript-9.56.1/doc/SavedPages.htm ghostscript-9.56.1/doc/Search.htm ghostscript-9.56.1/doc/Source.htm ghostscript-9.56.1/doc/Unix-lpr.htm ghostscript-9.56.1/doc/Use.htm ghostscript-9.56.1/doc/VectorDevices.htm ghostscript-9.56.1/doc/WhatIsGS.htm ghostscript-9.56.1/doc/colormanage/ ghostscript-9.56.1/doc/colormanage/GS9_Color_Management.tex ghostscript-9.56.1/doc/colormanage/figures/ ghostscript-9.56.1/doc/colormanage/figures/DeviceN_Figure1.pdf ghostscript-9.56.1/doc/colormanage/figures/Object_Color.pdf ghostscript-9.56.1/doc/colormanage/figures/architecture.pdf ghostscript-9.56.1/doc/colormanage/figures/des_profile_intent.pdf ghostscript-9.56.1/doc/colormanage/figures/destination_profile.pdf ghostscript-9.56.1/doc/colormanage/figures/ghostscriptR_stack_RGBclr_CS6.pdf ghostscript-9.56.1/doc/colormanage/figures/proof_link.pdf ghostscript-9.56.1/doc/colormanage/figures/source_intent.pdf ghostscript-9.56.1/doc/colormanage/figures/source_profile.pdf ghostscript-9.56.1/doc/colormanage/figures/text_graph_image_cmyk_rgb.pdf ghostscript-9.56.1/doc/default.css ghostscript-9.56.1/doc/gdevds32.c ghostscript-9.56.1/doc/gs-vms.hlp ghostscript-9.56.1/doc/gsdoc.el ghostscript-9.56.1/doc/images/ ghostscript-9.56.1/doc/images/.DS_Store ghostscript-9.56.1/doc/images/Artifex_logo.png ghostscript-9.56.1/doc/images/favicon.png ghostscript-9.56.1/doc/images/favicon.svg ghostscript-9.56.1/doc/images/ghostscript_logo.png ghostscript-9.56.1/doc/images/hamburger-light.png ghostscript-9.56.1/doc/images/icon-search.png ghostscript-9.56.1/doc/images/x-light.png ghostscript-9.56.1/doc/index.html ghostscript-9.56.1/doc/language-bindings/ ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-api.html ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-mono.html ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-net.html ghostscript-9.56.1/doc/language-bindings/c-sharp-intro.html ghostscript-9.56.1/doc/language-bindings/css/ ghostscript-9.56.1/doc/language-bindings/css/default.css ghostscript-9.56.1/doc/language-bindings/demo-code.html ghostscript-9.56.1/doc/language-bindings/gs-language-bindings.pdf ghostscript-9.56.1/doc/language-bindings/images/ ghostscript-9.56.1/doc/language-bindings/images/artifex-logo-white.png ghostscript-9.56.1/doc/language-bindings/images/artifex-logo.png ghostscript-9.56.1/doc/language-bindings/images/export-jar.png ghostscript-9.56.1/doc/language-bindings/images/ghostnet-wpf-example.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-grey.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-plus-text-white.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-plus-text.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript.png ghostscript-9.56.1/doc/language-bindings/images/gsviewer.png ghostscript-9.56.1/doc/language-bindings/images/icon-burger-menu.png ghostscript-9.56.1/doc/language-bindings/images/icon-shell-command.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-c-sharp.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-c.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-java.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-python.png ghostscript-9.56.1/doc/language-bindings/images/linking-jar.png ghostscript-9.56.1/doc/language-bindings/index.html ghostscript-9.56.1/doc/language-bindings/java-gsjavajar.html ghostscript-9.56.1/doc/language-bindings/java-intro.html ghostscript-9.56.1/doc/language-bindings/js/ ghostscript-9.56.1/doc/language-bindings/js/default.js ghostscript-9.56.1/doc/language-bindings/md/ ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-api.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-mono.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-net.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-intro.md ghostscript-9.56.1/doc/language-bindings/md/demo-code.md ghostscript-9.56.1/doc/language-bindings/md/images/ ghostscript-9.56.1/doc/language-bindings/md/images/export-jar.png ghostscript-9.56.1/doc/language-bindings/md/images/ghostnet-wpf-example.png ghostscript-9.56.1/doc/language-bindings/md/images/gsviewer.png ghostscript-9.56.1/doc/language-bindings/md/images/linking-jar.png ghostscript-9.56.1/doc/language-bindings/md/introduction.md ghostscript-9.56.1/doc/language-bindings/md/java-gsjavajar.md ghostscript-9.56.1/doc/language-bindings/md/java-intro.md ghostscript-9.56.1/doc/language-bindings/md/python-gsapi.md ghostscript-9.56.1/doc/language-bindings/md/python-intro.md ghostscript-9.56.1/doc/language-bindings/python-gsapi.html ghostscript-9.56.1/doc/language-bindings/python-intro.html ghostscript-9.56.1/doc/pclxps/ ghostscript-9.56.1/doc/pclxps/Makefile ghostscript-9.56.1/doc/pclxps/README ghostscript-9.56.1/doc/pclxps/ghostpdl.pdf ghostscript-9.56.1/doc/pclxps/ghostpdl.tex ghostscript-9.56.1/doc/pclxps/ghostpdl.txt ghostscript-9.56.1/doc/pscet_status.txt ghostscript-9.56.1/doc/sample_downscale_device.htm ghostscript-9.56.1/doc/site.js ghostscript-9.56.1/doc/subclass.htm ghostscript-9.56.1/doc/thirdparty.htm ghostscript-9.56.1/examples/ ghostscript-9.56.1/examples/alphabet.ps ghostscript-9.56.1/examples/annots.pdf ghostscript-9.56.1/examples/cjk/ ghostscript-9.56.1/examples/cjk/all_ac1.ps ghostscript-9.56.1/examples/cjk/all_ag1.ps ghostscript-9.56.1/examples/cjk/all_aj1.ps ghostscript-9.56.1/examples/cjk/all_aj2.ps ghostscript-9.56.1/examples/cjk/all_ak1.ps ghostscript-9.56.1/examples/cjk/article9.ps ghostscript-9.56.1/examples/cjk/gscjk_ac.ps ghostscript-9.56.1/examples/cjk/gscjk_ag.ps ghostscript-9.56.1/examples/cjk/gscjk_aj.ps ghostscript-9.56.1/examples/cjk/gscjk_ak.ps ghostscript-9.56.1/examples/cjk/iso2022.ps ghostscript-9.56.1/examples/cjk/iso2022v.ps ghostscript-9.56.1/examples/colorcir.ps ghostscript-9.56.1/examples/doretree.ps ghostscript-9.56.1/examples/escher.ps ghostscript-9.56.1/examples/golfer.eps ghostscript-9.56.1/examples/grayalph.ps ghostscript-9.56.1/examples/ridt91.eps ghostscript-9.56.1/examples/snowflak.ps ghostscript-9.56.1/examples/spots.ps ghostscript-9.56.1/examples/text_graph_image_cmyk_rgb.pdf ghostscript-9.56.1/examples/text_graphic_image.pdf ghostscript-9.56.1/examples/tiger.eps ghostscript-9.56.1/examples/transparency_example.ps ghostscript-9.56.1/examples/vasarely.ps ghostscript-9.56.1/examples/waterfal.ps ghostscript-9.56.1/extract/ ghostscript-9.56.1/extract/COPYING ghostscript-9.56.1/extract/Makefile ghostscript-9.56.1/extract/README ghostscript-9.56.1/extract/include/ ghostscript-9.56.1/extract/include/extract.h ghostscript-9.56.1/extract/include/extract_alloc.h ghostscript-9.56.1/extract/include/extract_buffer.h ghostscript-9.56.1/extract/include/extract_buffer_impl.h ghostscript-9.56.1/extract/include/extract_compat_inline.h ghostscript-9.56.1/extract/src/ ghostscript-9.56.1/extract/src/alloc.c ghostscript-9.56.1/extract/src/astring.c ghostscript-9.56.1/extract/src/astring.h ghostscript-9.56.1/extract/src/buffer-test.c ghostscript-9.56.1/extract/src/buffer.c ghostscript-9.56.1/extract/src/compat_stdint.h ghostscript-9.56.1/extract/src/compat_strtoll.h ghostscript-9.56.1/extract/src/compat_va_copy.h ghostscript-9.56.1/extract/src/document.c ghostscript-9.56.1/extract/src/document.h ghostscript-9.56.1/extract/src/docx.c ghostscript-9.56.1/extract/src/docx.h ghostscript-9.56.1/extract/src/docx_template.c ghostscript-9.56.1/extract/src/docx_template.h ghostscript-9.56.1/extract/src/docx_template_build.py ghostscript-9.56.1/extract/src/extract-exe.c ghostscript-9.56.1/extract/src/extract.c ghostscript-9.56.1/extract/src/html.c ghostscript-9.56.1/extract/src/html.h ghostscript-9.56.1/extract/src/join.c ghostscript-9.56.1/extract/src/mem.c ghostscript-9.56.1/extract/src/mem.h ghostscript-9.56.1/extract/src/memento.c ghostscript-9.56.1/extract/src/memento.h ghostscript-9.56.1/extract/src/memento.py ghostscript-9.56.1/extract/src/misc-test.c ghostscript-9.56.1/extract/src/odt.c ghostscript-9.56.1/extract/src/odt.h ghostscript-9.56.1/extract/src/odt_template.c ghostscript-9.56.1/extract/src/odt_template.h ghostscript-9.56.1/extract/src/outf.c ghostscript-9.56.1/extract/src/outf.h ghostscript-9.56.1/extract/src/sys.c ghostscript-9.56.1/extract/src/sys.h ghostscript-9.56.1/extract/src/template.docx ghostscript-9.56.1/extract/src/template.odt ghostscript-9.56.1/extract/src/text.c ghostscript-9.56.1/extract/src/text.h ghostscript-9.56.1/extract/src/xml.c ghostscript-9.56.1/extract/src/xml.h ghostscript-9.56.1/extract/src/zip-test.c ghostscript-9.56.1/extract/src/zip.c ghostscript-9.56.1/extract/src/zip.h ghostscript-9.56.1/extract/test/ ghostscript-9.56.1/extract/test/Python2.pdf ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/Python2clipped.pdf ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/agstat.pdf ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Pictures/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Pictures/image11.jpeg ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/column_span_1.pdf ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/column_span_2.pdf ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/rotated.pdf ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/row_span.pdf ghostscript-9.56.1/extract/test/row_span.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/table.pdf ghostscript-9.56.1/extract/test/table.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Pictures/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Pictures/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/twotables_1.pdf ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/twotables_2.pdf ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.text.ref ghostscript-9.56.1/iccprofiles/ ghostscript-9.56.1/iccprofiles/a98.icc ghostscript-9.56.1/iccprofiles/default_cmyk.icc ghostscript-9.56.1/iccprofiles/default_gray.icc ghostscript-9.56.1/iccprofiles/default_rgb.icc ghostscript-9.56.1/iccprofiles/esrgb.icc ghostscript-9.56.1/iccprofiles/gray_to_k.icc ghostscript-9.56.1/iccprofiles/lab.icc ghostscript-9.56.1/iccprofiles/ps_cmyk.icc ghostscript-9.56.1/iccprofiles/ps_gray.icc ghostscript-9.56.1/iccprofiles/ps_rgb.icc ghostscript-9.56.1/iccprofiles/rommrgb.icc ghostscript-9.56.1/iccprofiles/scrgb.icc ghostscript-9.56.1/iccprofiles/sgray.icc ghostscript-9.56.1/iccprofiles/srgb.icc ghostscript-9.56.1/ijs/ ghostscript-9.56.1/ijs/Makefile.am ghostscript-9.56.1/ijs/Makefile.in ghostscript-9.56.1/ijs/README ghostscript-9.56.1/ijs/autogen.sh ghostscript-9.56.1/ijs/common.mak ghostscript-9.56.1/ijs/compile ghostscript-9.56.1/ijs/config.guess ghostscript-9.56.1/ijs/config.sub ghostscript-9.56.1/ijs/configure ghostscript-9.56.1/ijs/configure.ac ghostscript-9.56.1/ijs/ijs.c ghostscript-9.56.1/ijs/ijs.h ghostscript-9.56.1/ijs/ijs.pc.in ghostscript-9.56.1/ijs/ijs_client.c ghostscript-9.56.1/ijs/ijs_client.h ghostscript-9.56.1/ijs/ijs_client_example.c ghostscript-9.56.1/ijs/ijs_exec_unix.c ghostscript-9.56.1/ijs/ijs_exec_win.c ghostscript-9.56.1/ijs/ijs_server.c ghostscript-9.56.1/ijs/ijs_server.h ghostscript-9.56.1/ijs/ijs_server_example.c ghostscript-9.56.1/ijs/ijs_spec.pdf ghostscript-9.56.1/ijs/ijs_spec.ps ghostscript-9.56.1/ijs/ijs_spec.sgml ghostscript-9.56.1/ijs/install-sh ghostscript-9.56.1/ijs/libtool ghostscript-9.56.1/ijs/ltmain.sh ghostscript-9.56.1/ijs/missing ghostscript-9.56.1/ijs/state.eps ghostscript-9.56.1/ijs/state.fig ghostscript-9.56.1/ijs/unistd_.h ghostscript-9.56.1/ijs/unix.mak ghostscript-9.56.1/ijs/windows.mak ghostscript-9.56.1/install-sh ghostscript-9.56.1/ios/ ghostscript-9.56.1/ios/build_ios_gslib.sh ghostscript-9.56.1/ios/ios-README.txt ghostscript-9.56.1/ios/ios_arch-arm.h ghostscript-9.56.1/ios/ios_arch-x86.h ghostscript-9.56.1/lcms2mt/ ghostscript-9.56.1/lcms2mt/.travis.yml ghostscript-9.56.1/lcms2mt/AUTHORS ghostscript-9.56.1/lcms2mt/COPYING ghostscript-9.56.1/lcms2mt/ChangeLog ghostscript-9.56.1/lcms2mt/INSTALL ghostscript-9.56.1/lcms2mt/Lib/ ghostscript-9.56.1/lcms2mt/Lib/BC/ ghostscript-9.56.1/lcms2mt/Lib/BC/BC.txt ghostscript-9.56.1/lcms2mt/Lib/MS/ ghostscript-9.56.1/lcms2mt/Lib/MS/MS.TXT ghostscript-9.56.1/lcms2mt/Makefile.am ghostscript-9.56.1/lcms2mt/Makefile.in ghostscript-9.56.1/lcms2mt/Projects/ ghostscript-9.56.1/lcms2mt/Projects/.gitignore ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/ ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcms2.rc ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcmsdll.lk ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcmsdll.lst ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/mklcmsdll.bat ghostscript-9.56.1/lcms2mt/Projects/VC2010/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.pbxproj ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/contents.xcworkspacedata ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings ghostscript-9.56.1/lcms2mt/Projects/cppcheck/ ghostscript-9.56.1/lcms2mt/Projects/cppcheck/lcms2.cppcheck ghostscript-9.56.1/lcms2mt/Projects/cppcheck/lcms2mt.cppcheck ghostscript-9.56.1/lcms2mt/Projects/mac/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/._Info.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/._LittleCMS.xcodeproj ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/English.lproj/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/English.lproj/InfoPlist.strings ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/Info.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/mariama.mode1v3 ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/mariama.pbxuser ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.pbxproj ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/UserInterfaceState.xcuserstate ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/WorkspaceSettings.xcsettings ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcdebugger/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/LittleCMS.xcscheme ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/testbed.xcscheme ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/xcschememanagement.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS_Prefix.pch ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/TestBed-Info.plist ghostscript-9.56.1/lcms2mt/README.1ST ghostscript-9.56.1/lcms2mt/aclocal.m4 ghostscript-9.56.1/lcms2mt/autogen.sh ghostscript-9.56.1/lcms2mt/compile ghostscript-9.56.1/lcms2mt/config.guess ghostscript-9.56.1/lcms2mt/config.sub ghostscript-9.56.1/lcms2mt/configure ghostscript-9.56.1/lcms2mt/configure.ac ghostscript-9.56.1/lcms2mt/depcomp ghostscript-9.56.1/lcms2mt/doc/ ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 Plugin API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 tutorial.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 Plugin API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 tutorial.pdf ghostscript-9.56.1/lcms2mt/doc/WhyThisFork.txt ghostscript-9.56.1/lcms2mt/doc/src.zip ghostscript-9.56.1/lcms2mt/include/ ghostscript-9.56.1/lcms2mt/include/Makefile.am ghostscript-9.56.1/lcms2mt/include/Makefile.in ghostscript-9.56.1/lcms2mt/include/lcms2mt.h ghostscript-9.56.1/lcms2mt/include/lcms2mt_plugin.h ghostscript-9.56.1/lcms2mt/install-sh ghostscript-9.56.1/lcms2mt/lcms2mt.pc.in ghostscript-9.56.1/lcms2mt/ltmain.sh ghostscript-9.56.1/lcms2mt/m4/ ghostscript-9.56.1/lcms2mt/m4/acx_pthread.m4 ghostscript-9.56.1/lcms2mt/m4/ax_append_compile_flags.m4 ghostscript-9.56.1/lcms2mt/m4/ax_append_flag.m4 ghostscript-9.56.1/lcms2mt/m4/ax_check_compile_flag.m4 ghostscript-9.56.1/lcms2mt/m4/ax_gcc_func_attribute.m4 ghostscript-9.56.1/lcms2mt/m4/ax_require_defined.m4 ghostscript-9.56.1/lcms2mt/m4/libtool.m4 ghostscript-9.56.1/lcms2mt/m4/ltoptions.m4 ghostscript-9.56.1/lcms2mt/m4/ltsugar.m4 ghostscript-9.56.1/lcms2mt/m4/ltversion.m4 ghostscript-9.56.1/lcms2mt/m4/lt~obsolete.m4 ghostscript-9.56.1/lcms2mt/missing ghostscript-9.56.1/lcms2mt/plugins/ ghostscript-9.56.1/lcms2mt/plugins/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/README.1ST ghostscript-9.56.1/lcms2mt/plugins/fast_float/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/COPYING.GPL3 ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj.filters ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj.user ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj.user ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/LittleCMS fast float extensions 1.0.pdf ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdf ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/lcms2mt_fast_float.h ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_16_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_curves.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_matsh.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_matsh_sse.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_15bits.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_15mats.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_cmyk.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_curves.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_internal.h ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_lab.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_matsh.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_separate.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_sup.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/fast_float_testbed.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test0.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test1.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test2.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test3.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test5.icc ghostscript-9.56.1/lcms2mt/src/ ghostscript-9.56.1/lcms2mt/src/Makefile.am ghostscript-9.56.1/lcms2mt/src/Makefile.in ghostscript-9.56.1/lcms2mt/src/cmsalpha.c ghostscript-9.56.1/lcms2mt/src/cmscam02.c ghostscript-9.56.1/lcms2mt/src/cmscgats.c ghostscript-9.56.1/lcms2mt/src/cmscnvrt.c ghostscript-9.56.1/lcms2mt/src/cmserr.c ghostscript-9.56.1/lcms2mt/src/cmsgamma.c ghostscript-9.56.1/lcms2mt/src/cmsgmt.c ghostscript-9.56.1/lcms2mt/src/cmshalf.c ghostscript-9.56.1/lcms2mt/src/cmsintrp.c ghostscript-9.56.1/lcms2mt/src/cmsio0.c ghostscript-9.56.1/lcms2mt/src/cmsio1.c ghostscript-9.56.1/lcms2mt/src/cmslut.c ghostscript-9.56.1/lcms2mt/src/cmsmd5.c ghostscript-9.56.1/lcms2mt/src/cmsmtrx.c ghostscript-9.56.1/lcms2mt/src/cmsnamed.c ghostscript-9.56.1/lcms2mt/src/cmsopt.c ghostscript-9.56.1/lcms2mt/src/cmspack.c ghostscript-9.56.1/lcms2mt/src/cmspcs.c ghostscript-9.56.1/lcms2mt/src/cmsplugin.c ghostscript-9.56.1/lcms2mt/src/cmsps2.c ghostscript-9.56.1/lcms2mt/src/cmssamp.c ghostscript-9.56.1/lcms2mt/src/cmssm.c ghostscript-9.56.1/lcms2mt/src/cmstypes.c ghostscript-9.56.1/lcms2mt/src/cmsvirt.c ghostscript-9.56.1/lcms2mt/src/cmswtpnt.c ghostscript-9.56.1/lcms2mt/src/cmsxform.c ghostscript-9.56.1/lcms2mt/src/extra_xform.h ghostscript-9.56.1/lcms2mt/src/lcms2_internal.h ghostscript-9.56.1/lcms2mt/src/lcms2mt.def ghostscript-9.56.1/lcms2mt/testbed/ ghostscript-9.56.1/lcms2mt/testbed/Makefile.am ghostscript-9.56.1/lcms2mt/testbed/Makefile.in ghostscript-9.56.1/lcms2mt/testbed/bad.icc ghostscript-9.56.1/lcms2mt/testbed/bad_mpe.icc ghostscript-9.56.1/lcms2mt/testbed/crayons.icc ghostscript-9.56.1/lcms2mt/testbed/ibm-t61.icc ghostscript-9.56.1/lcms2mt/testbed/new.icc ghostscript-9.56.1/lcms2mt/testbed/test1.icc ghostscript-9.56.1/lcms2mt/testbed/test2.icc ghostscript-9.56.1/lcms2mt/testbed/test3.icc ghostscript-9.56.1/lcms2mt/testbed/test4.icc ghostscript-9.56.1/lcms2mt/testbed/test5.icc ghostscript-9.56.1/lcms2mt/testbed/testcms2.c ghostscript-9.56.1/lcms2mt/testbed/testcms2.h ghostscript-9.56.1/lcms2mt/testbed/testplugin.c ghostscript-9.56.1/lcms2mt/testbed/testthread.cpp ghostscript-9.56.1/lcms2mt/testbed/toosmall.icc ghostscript-9.56.1/lcms2mt/testbed/zoo_icc.c ghostscript-9.56.1/lcms2mt/utils/ ghostscript-9.56.1/lcms2mt/utils/common/ ghostscript-9.56.1/lcms2mt/utils/common/utils.h ghostscript-9.56.1/lcms2mt/utils/common/vprf.c ghostscript-9.56.1/lcms2mt/utils/common/xgetopt.c ghostscript-9.56.1/lcms2mt/utils/delphi/ ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.dpr ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.dproj ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.res ghostscript-9.56.1/lcms2mt/utils/delphi/demo1.dfm ghostscript-9.56.1/lcms2mt/utils/delphi/demo1.pas ghostscript-9.56.1/lcms2mt/utils/delphi/lcms2dll.pas ghostscript-9.56.1/lcms2mt/utils/jpgicc/ ghostscript-9.56.1/lcms2mt/utils/jpgicc/LICENSE_iccjpeg ghostscript-9.56.1/lcms2mt/utils/jpgicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/jpgicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/jpgicc/iccjpeg.c ghostscript-9.56.1/lcms2mt/utils/jpgicc/iccjpeg.h ghostscript-9.56.1/lcms2mt/utils/jpgicc/jpgicc.1 ghostscript-9.56.1/lcms2mt/utils/jpgicc/jpgicc.c ghostscript-9.56.1/lcms2mt/utils/linkicc/ ghostscript-9.56.1/lcms2mt/utils/linkicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/linkicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/linkicc/linkicc.1 ghostscript-9.56.1/lcms2mt/utils/linkicc/linkicc.c ghostscript-9.56.1/lcms2mt/utils/matlab/ ghostscript-9.56.1/lcms2mt/utils/matlab/howto.txt ghostscript-9.56.1/lcms2mt/utils/matlab/icctrans.c ghostscript-9.56.1/lcms2mt/utils/matlab/lcms_rsp ghostscript-9.56.1/lcms2mt/utils/psicc/ ghostscript-9.56.1/lcms2mt/utils/psicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/psicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/psicc/psicc.1 ghostscript-9.56.1/lcms2mt/utils/psicc/psicc.c ghostscript-9.56.1/lcms2mt/utils/samples/ ghostscript-9.56.1/lcms2mt/utils/samples/Makefile.am ghostscript-9.56.1/lcms2mt/utils/samples/Makefile.in ghostscript-9.56.1/lcms2mt/utils/samples/itufax.c ghostscript-9.56.1/lcms2mt/utils/samples/mkcmy.c ghostscript-9.56.1/lcms2mt/utils/samples/mkgrayer.c ghostscript-9.56.1/lcms2mt/utils/samples/mktiff8.c ghostscript-9.56.1/lcms2mt/utils/samples/roundtrip.c ghostscript-9.56.1/lcms2mt/utils/samples/vericc.c ghostscript-9.56.1/lcms2mt/utils/samples/wtpt.1 ghostscript-9.56.1/lcms2mt/utils/samples/wtpt.c ghostscript-9.56.1/lcms2mt/utils/tificc/ ghostscript-9.56.1/lcms2mt/utils/tificc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/tificc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/tificc/tifdiff.c ghostscript-9.56.1/lcms2mt/utils/tificc/tificc.1 ghostscript-9.56.1/lcms2mt/utils/tificc/tificc.c ghostscript-9.56.1/lcms2mt/utils/transicc/ ghostscript-9.56.1/lcms2mt/utils/transicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/transicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/transicc/transicc.1 ghostscript-9.56.1/lcms2mt/utils/transicc/transicc.c ghostscript-9.56.1/leptonica/ ghostscript-9.56.1/leptonica/.github/ ghostscript-9.56.1/leptonica/.github/workflows/ ghostscript-9.56.1/leptonica/.github/workflows/sw.yml ghostscript-9.56.1/leptonica/.gitignore ghostscript-9.56.1/leptonica/.travis.yml ghostscript-9.56.1/leptonica/CMakeLists.txt ghostscript-9.56.1/leptonica/Doxyfile ghostscript-9.56.1/leptonica/Makefile.am ghostscript-9.56.1/leptonica/README.html ghostscript-9.56.1/leptonica/README.md ghostscript-9.56.1/leptonica/appveyor.yml ghostscript-9.56.1/leptonica/autogen.sh ghostscript-9.56.1/leptonica/cmake/ ghostscript-9.56.1/leptonica/cmake/Configure.cmake ghostscript-9.56.1/leptonica/cmake/templates/ ghostscript-9.56.1/leptonica/cmake/templates/LeptonicaConfig-version.cmake.in ghostscript-9.56.1/leptonica/cmake/templates/LeptonicaConfig.cmake.in ghostscript-9.56.1/leptonica/cmake/templates/cmake_uninstall.cmake.in ghostscript-9.56.1/leptonica/configure.ac ghostscript-9.56.1/leptonica/lept.pc.cmake ghostscript-9.56.1/leptonica/lept.pc.in ghostscript-9.56.1/leptonica/leptonica-license.txt ghostscript-9.56.1/leptonica/lok.lua ghostscript-9.56.1/leptonica/m4/ ghostscript-9.56.1/leptonica/m4/ax_split_version.m4 ghostscript-9.56.1/leptonica/make-for-auto ghostscript-9.56.1/leptonica/make-for-local ghostscript-9.56.1/leptonica/moller52.jpg ghostscript-9.56.1/leptonica/prog/ ghostscript-9.56.1/leptonica/prog/1555.003.jpg ghostscript-9.56.1/leptonica/prog/1555.007.jpg ghostscript-9.56.1/leptonica/prog/19-colors.png ghostscript-9.56.1/leptonica/prog/CMakeLists.txt ghostscript-9.56.1/leptonica/prog/Leptonica.jpg ghostscript-9.56.1/leptonica/prog/Makefile.am ghostscript-9.56.1/leptonica/prog/adaptmap_dark.c ghostscript-9.56.1/leptonica/prog/adaptmap_reg.c ghostscript-9.56.1/leptonica/prog/adaptnorm_reg.c ghostscript-9.56.1/leptonica/prog/affine_reg.c ghostscript-9.56.1/leptonica/prog/alltests_reg.c ghostscript-9.56.1/leptonica/prog/alphaops_reg.c ghostscript-9.56.1/leptonica/prog/alphaxform_reg.c ghostscript-9.56.1/leptonica/prog/amoris.2.150.jpg ghostscript-9.56.1/leptonica/prog/aneurisms8.jpg ghostscript-9.56.1/leptonica/prog/arabic.png ghostscript-9.56.1/leptonica/prog/arabic2.png ghostscript-9.56.1/leptonica/prog/arabic_lines.c ghostscript-9.56.1/leptonica/prog/arithtest.c ghostscript-9.56.1/leptonica/prog/autogen.137.c ghostscript-9.56.1/leptonica/prog/autogen.137.h ghostscript-9.56.1/leptonica/prog/autogentest1.c ghostscript-9.56.1/leptonica/prog/autogentest2.c ghostscript-9.56.1/leptonica/prog/barcode-128-300.png ghostscript-9.56.1/leptonica/prog/barcode-2of5-300.png ghostscript-9.56.1/leptonica/prog/barcode-39-300.png ghostscript-9.56.1/leptonica/prog/barcode-93-300.png ghostscript-9.56.1/leptonica/prog/barcode-codabar-300.png ghostscript-9.56.1/leptonica/prog/barcode-digits.png ghostscript-9.56.1/leptonica/prog/barcode-i2of5-300.png ghostscript-9.56.1/leptonica/prog/barcode-upc-300.png ghostscript-9.56.1/leptonica/prog/barcodetest.c ghostscript-9.56.1/leptonica/prog/barcodetest1.jpg ghostscript-9.56.1/leptonica/prog/barcodetest2.jpg ghostscript-9.56.1/leptonica/prog/baseline_reg.c ghostscript-9.56.1/leptonica/prog/bigweasel2.4c.png ghostscript-9.56.1/leptonica/prog/bilateral1_reg.c ghostscript-9.56.1/leptonica/prog/bilateral2_reg.c ghostscript-9.56.1/leptonica/prog/bilinear_reg.c ghostscript-9.56.1/leptonica/prog/binarize_reg.c ghostscript-9.56.1/leptonica/prog/binarize_set.c ghostscript-9.56.1/leptonica/prog/binarizefiles.c ghostscript-9.56.1/leptonica/prog/bincompare.c ghostscript-9.56.1/leptonica/prog/binding-example.45.jpg ghostscript-9.56.1/leptonica/prog/binmorph1_reg.c ghostscript-9.56.1/leptonica/prog/binmorph2_reg.c ghostscript-9.56.1/leptonica/prog/binmorph3_reg.c ghostscript-9.56.1/leptonica/prog/binmorph4_reg.c ghostscript-9.56.1/leptonica/prog/binmorph5_reg.c ghostscript-9.56.1/leptonica/prog/binmorph6_reg.c ghostscript-9.56.1/leptonica/prog/blackwhite_reg.c ghostscript-9.56.1/leptonica/prog/blend-green1.jpg ghostscript-9.56.1/leptonica/prog/blend-green2.png ghostscript-9.56.1/leptonica/prog/blend-green3.png ghostscript-9.56.1/leptonica/prog/blend-orange.jpg ghostscript-9.56.1/leptonica/prog/blend-red.png ghostscript-9.56.1/leptonica/prog/blend-yellow.jpg ghostscript-9.56.1/leptonica/prog/blend1_reg.c ghostscript-9.56.1/leptonica/prog/blend2_reg.c ghostscript-9.56.1/leptonica/prog/blend3_reg.c ghostscript-9.56.1/leptonica/prog/blend4_reg.c ghostscript-9.56.1/leptonica/prog/blend5_reg.c ghostscript-9.56.1/leptonica/prog/blendcmaptest.c ghostscript-9.56.1/leptonica/prog/blender1.tif ghostscript-9.56.1/leptonica/prog/blender8.png ghostscript-9.56.1/leptonica/prog/blendtext.tif ghostscript-9.56.1/leptonica/prog/bois-2.tif ghostscript-9.56.1/leptonica/prog/bois-3.tif ghostscript-9.56.1/leptonica/prog/bois-4.tif ghostscript-9.56.1/leptonica/prog/bois-5.tif ghostscript-9.56.1/leptonica/prog/books_logo.png ghostscript-9.56.1/leptonica/prog/boxa1.ba ghostscript-9.56.1/leptonica/prog/boxa1_reg.c ghostscript-9.56.1/leptonica/prog/boxa2.ba ghostscript-9.56.1/leptonica/prog/boxa2_reg.c ghostscript-9.56.1/leptonica/prog/boxa3.ba ghostscript-9.56.1/leptonica/prog/boxa3_reg.c ghostscript-9.56.1/leptonica/prog/boxa4.ba ghostscript-9.56.1/leptonica/prog/boxa4_reg.c ghostscript-9.56.1/leptonica/prog/boxa5.ba ghostscript-9.56.1/leptonica/prog/boxap1.ba ghostscript-9.56.1/leptonica/prog/boxap2.ba ghostscript-9.56.1/leptonica/prog/boxap3.ba ghostscript-9.56.1/leptonica/prog/boxap4.ba ghostscript-9.56.1/leptonica/prog/boxap5.ba ghostscript-9.56.1/leptonica/prog/boxedpage.jpg ghostscript-9.56.1/leptonica/prog/brev.06.75.jpg ghostscript-9.56.1/leptonica/prog/brev.10.75.jpg ghostscript-9.56.1/leptonica/prog/brev.14.75.jpg ghostscript-9.56.1/leptonica/prog/brev.20.75.jpg ghostscript-9.56.1/leptonica/prog/brev.36.75.jpg ghostscript-9.56.1/leptonica/prog/brev.53.75.jpg ghostscript-9.56.1/leptonica/prog/brev.56.75.jpg ghostscript-9.56.1/leptonica/prog/breviar.38.150.jpg ghostscript-9.56.1/leptonica/prog/brothers.150.jpg ghostscript-9.56.1/leptonica/prog/buffertest.c ghostscript-9.56.1/leptonica/prog/bytea_reg.c ghostscript-9.56.1/leptonica/prog/candelabrum.011.jpg ghostscript-9.56.1/leptonica/prog/cat-and-mouse.png ghostscript-9.56.1/leptonica/prog/cat.007.jpg ghostscript-9.56.1/leptonica/prog/cat.035.jpg ghostscript-9.56.1/leptonica/prog/cavalerie.11.jpg ghostscript-9.56.1/leptonica/prog/cavalerie.29.jpg ghostscript-9.56.1/leptonica/prog/ccbord_reg.c ghostscript-9.56.1/leptonica/prog/ccbordtest.c ghostscript-9.56.1/leptonica/prog/cctest1.c ghostscript-9.56.1/leptonica/prog/ccthin1_reg.c ghostscript-9.56.1/leptonica/prog/ccthin2_reg.c ghostscript-9.56.1/leptonica/prog/char.tif ghostscript-9.56.1/leptonica/prog/chars-10.tif ghostscript-9.56.1/leptonica/prog/chars-12.tif ghostscript-9.56.1/leptonica/prog/chars-14.tif ghostscript-9.56.1/leptonica/prog/chars-16.tif ghostscript-9.56.1/leptonica/prog/chars-18.tif ghostscript-9.56.1/leptonica/prog/chars-20.tif ghostscript-9.56.1/leptonica/prog/chars-4.tif ghostscript-9.56.1/leptonica/prog/chars-6.tif ghostscript-9.56.1/leptonica/prog/chars-8.tif ghostscript-9.56.1/leptonica/prog/checkerboard1.tif ghostscript-9.56.1/leptonica/prog/checkerboard2.tif ghostscript-9.56.1/leptonica/prog/checkerboard_reg.c ghostscript-9.56.1/leptonica/prog/church.png ghostscript-9.56.1/leptonica/prog/circle_reg.c ghostscript-9.56.1/leptonica/prog/circles.pa ghostscript-9.56.1/leptonica/prog/cleanpdf.c ghostscript-9.56.1/leptonica/prog/cmapquant_reg.c ghostscript-9.56.1/leptonica/prog/coffeebeans.png ghostscript-9.56.1/leptonica/prog/color-wheel-hue.jpg ghostscript-9.56.1/leptonica/prog/colorcontent_reg.c ghostscript-9.56.1/leptonica/prog/colorfill_reg.c ghostscript-9.56.1/leptonica/prog/coloring_reg.c ghostscript-9.56.1/leptonica/prog/colorize_reg.c ghostscript-9.56.1/leptonica/prog/colormask_reg.c ghostscript-9.56.1/leptonica/prog/colormorph_reg.c ghostscript-9.56.1/leptonica/prog/colorpage.030.jpg ghostscript-9.56.1/leptonica/prog/colorquant_reg.c ghostscript-9.56.1/leptonica/prog/colorseg.jpg ghostscript-9.56.1/leptonica/prog/colorseg_reg.c ghostscript-9.56.1/leptonica/prog/colorsegtest.c ghostscript-9.56.1/leptonica/prog/colorspace_reg.c ghostscript-9.56.1/leptonica/prog/comap.063.jpg ghostscript-9.56.1/leptonica/prog/comap.068.jpg ghostscript-9.56.1/leptonica/prog/comap.073.jpg ghostscript-9.56.1/leptonica/prog/comap.100.jpg ghostscript-9.56.1/leptonica/prog/comap.110.jpg ghostscript-9.56.1/leptonica/prog/comap.118.jpg ghostscript-9.56.1/leptonica/prog/compare_reg.c ghostscript-9.56.1/leptonica/prog/comparepages.c ghostscript-9.56.1/leptonica/prog/comparepixa.c ghostscript-9.56.1/leptonica/prog/comparetest.c ghostscript-9.56.1/leptonica/prog/compfilter_reg.c ghostscript-9.56.1/leptonica/prog/concatpdf.c ghostscript-9.56.1/leptonica/prog/conncomp_reg.c ghostscript-9.56.1/leptonica/prog/contrast-orig-60.jpg ghostscript-9.56.1/leptonica/prog/contrast1.jpg ghostscript-9.56.1/leptonica/prog/contrasttest.c ghostscript-9.56.1/leptonica/prog/conversion_reg.c ghostscript-9.56.1/leptonica/prog/convertfilestopdf.c ghostscript-9.56.1/leptonica/prog/convertfilestops.c ghostscript-9.56.1/leptonica/prog/convertformat.c ghostscript-9.56.1/leptonica/prog/convertsegfilestopdf.c ghostscript-9.56.1/leptonica/prog/convertsegfilestops.c ghostscript-9.56.1/leptonica/prog/converttogray.c ghostscript-9.56.1/leptonica/prog/converttopdf.c ghostscript-9.56.1/leptonica/prog/converttops.c ghostscript-9.56.1/leptonica/prog/convolve_reg.c ghostscript-9.56.1/leptonica/prog/cootoots.png ghostscript-9.56.1/leptonica/prog/copernicus.png ghostscript-9.56.1/leptonica/prog/cornertest.c ghostscript-9.56.1/leptonica/prog/corrupttest.c ghostscript-9.56.1/leptonica/prog/crop_reg.c ghostscript-9.56.1/leptonica/prog/croptext.c ghostscript-9.56.1/leptonica/prog/dave-orig.png ghostscript-9.56.1/leptonica/prog/deskew_it.c ghostscript-9.56.1/leptonica/prog/dewarp_reg.c ghostscript-9.56.1/leptonica/prog/dewarprules.c ghostscript-9.56.1/leptonica/prog/dewarptest1.c ghostscript-9.56.1/leptonica/prog/dewarptest2.c ghostscript-9.56.1/leptonica/prog/dewarptest3.c ghostscript-9.56.1/leptonica/prog/dewarptest4.c ghostscript-9.56.1/leptonica/prog/dewarptest5.c ghostscript-9.56.1/leptonica/prog/digitprep1.c ghostscript-9.56.1/leptonica/prog/dinos.pac ghostscript-9.56.1/leptonica/prog/displayboxa.c ghostscript-9.56.1/leptonica/prog/displayboxes_on_pixa.c ghostscript-9.56.1/leptonica/prog/displaypix.c ghostscript-9.56.1/leptonica/prog/displaypixa.c ghostscript-9.56.1/leptonica/prog/distance_reg.c ghostscript-9.56.1/leptonica/prog/dither_reg.c ghostscript-9.56.1/leptonica/prog/dna_reg.c ghostscript-9.56.1/leptonica/prog/dreyfus1.png ghostscript-9.56.1/leptonica/prog/dreyfus2.png ghostscript-9.56.1/leptonica/prog/dreyfus4.png ghostscript-9.56.1/leptonica/prog/dreyfus8.png ghostscript-9.56.1/leptonica/prog/dwalinear.3.c ghostscript-9.56.1/leptonica/prog/dwalineargen.c ghostscript-9.56.1/leptonica/prog/dwalinearlow.3.c ghostscript-9.56.1/leptonica/prog/dwamorph1_reg.c ghostscript-9.56.1/leptonica/prog/dwamorph2_reg.c ghostscript-9.56.1/leptonica/prog/edge_reg.c ghostscript-9.56.1/leptonica/prog/encoding_reg.c ghostscript-9.56.1/leptonica/prog/enhance_reg.c ghostscript-9.56.1/leptonica/prog/equal_reg.c ghostscript-9.56.1/leptonica/prog/expand_reg.c ghostscript-9.56.1/leptonica/prog/extrema_reg.c ghostscript-9.56.1/leptonica/prog/falsecolor_reg.c ghostscript-9.56.1/leptonica/prog/fcombautogen.c ghostscript-9.56.1/leptonica/prog/feyn-fract.tif ghostscript-9.56.1/leptonica/prog/feyn-fract2.tif ghostscript-9.56.1/leptonica/prog/feyn-word.tif ghostscript-9.56.1/leptonica/prog/feyn.tif ghostscript-9.56.1/leptonica/prog/feynman-stamp.jpg ghostscript-9.56.1/leptonica/prog/fhmtauto_reg.c ghostscript-9.56.1/leptonica/prog/fhmtautogen.c ghostscript-9.56.1/leptonica/prog/fileinfo.c ghostscript-9.56.1/leptonica/prog/files_reg.c ghostscript-9.56.1/leptonica/prog/find_colorregions.c ghostscript-9.56.1/leptonica/prog/findbinding.c ghostscript-9.56.1/leptonica/prog/findcorners_reg.c ghostscript-9.56.1/leptonica/prog/findpattern1.c ghostscript-9.56.1/leptonica/prog/findpattern2.c ghostscript-9.56.1/leptonica/prog/findpattern3.c ghostscript-9.56.1/leptonica/prog/findpattern_reg.c ghostscript-9.56.1/leptonica/prog/fish24.jpg ghostscript-9.56.1/leptonica/prog/flipdetect_reg.c ghostscript-9.56.1/leptonica/prog/flipselgen.c.notused ghostscript-9.56.1/leptonica/prog/flipsels.txt ghostscript-9.56.1/leptonica/prog/fmorphauto_reg.c ghostscript-9.56.1/leptonica/prog/fmorphautogen.c ghostscript-9.56.1/leptonica/prog/fonts/ ghostscript-9.56.1/leptonica/prog/fonts/chars-10.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-10.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-10.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-12.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-12.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-12.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-14.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-14.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-14.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-16.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-16.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-16.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-18.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-18.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-18.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-20.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-20.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-20.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-4.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-4.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-4.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-6.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-6.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-6.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-8.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-8.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-8.tif ghostscript-9.56.1/leptonica/prog/form1.tif ghostscript-9.56.1/leptonica/prog/form2.tif ghostscript-9.56.1/leptonica/prog/fpix1_reg.c ghostscript-9.56.1/leptonica/prog/fpix2_reg.c ghostscript-9.56.1/leptonica/prog/fpixcontours.c ghostscript-9.56.1/leptonica/prog/fuzzing/ ghostscript-9.56.1/leptonica/prog/fuzzing/README.md ghostscript-9.56.1/leptonica/prog/fuzzing/adaptmap_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/affine_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/barcode_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/barcode_fuzzer_seed_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/baseline_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/bilateral_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/bilinear_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/binarize_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/blend_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc3_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc4_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc5_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/ccbord_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/ccthin_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/checkerboard_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/classapp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/colorfill_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/colorquant_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/compare_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/dewarp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/edge_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/enhance_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/fhmtgen_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/finditalic_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/flipdetect_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/fpix2_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/general_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/graphics_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/graymorph_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/grayquant_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/jpegiostub_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/kernel_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/leptfuzz.h ghostscript-9.56.1/leptonica/prog/fuzzing/mask_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/maze_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/morph_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/morphapp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/oss-fuzz-build.sh ghostscript-9.56.1/leptonica/prog/fuzzing/pageseg_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/paintcmap_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix1_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix3_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix4_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixMirrorDetectDwa_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix_orient_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix_rotate_shear_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixa_recog_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixa_recog_fuzzer_seed_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/pixconv_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/recog_basic_fuzzer.cc ghostscript-9.56.1/leptonica/prog/gammatest.c ghostscript-9.56.1/leptonica/prog/genfonts_reg.c ghostscript-9.56.1/leptonica/prog/german.png ghostscript-9.56.1/leptonica/prog/gifio_reg.c ghostscript-9.56.1/leptonica/prog/google-searchbox.png ghostscript-9.56.1/leptonica/prog/gplotdata.example ghostscript-9.56.1/leptonica/prog/graphicstest.c ghostscript-9.56.1/leptonica/prog/gray-alpha.tif ghostscript-9.56.1/leptonica/prog/grayfill_reg.c ghostscript-9.56.1/leptonica/prog/graymorph1_reg.c ghostscript-9.56.1/leptonica/prog/graymorph2_reg.c ghostscript-9.56.1/leptonica/prog/graymorphtest.c ghostscript-9.56.1/leptonica/prog/grayquant_reg.c ghostscript-9.56.1/leptonica/prog/graytext.png ghostscript-9.56.1/leptonica/prog/greencover.jpg ghostscript-9.56.1/leptonica/prog/hardlight1_1.jpg ghostscript-9.56.1/leptonica/prog/hardlight1_2.jpg ghostscript-9.56.1/leptonica/prog/hardlight2_1.jpg ghostscript-9.56.1/leptonica/prog/hardlight2_2.jpg ghostscript-9.56.1/leptonica/prog/hardlight_reg.c ghostscript-9.56.1/leptonica/prog/harmoniam-11.tif ghostscript-9.56.1/leptonica/prog/harmoniam100-11.png ghostscript-9.56.1/leptonica/prog/hash_reg.c ghostscript-9.56.1/leptonica/prog/heap_reg.c ghostscript-9.56.1/leptonica/prog/histoduptest.c ghostscript-9.56.1/leptonica/prog/histotest.c ghostscript-9.56.1/leptonica/prog/hmttemplate1.txt ghostscript-9.56.1/leptonica/prog/hmttemplate2.txt ghostscript-9.56.1/leptonica/prog/hole-filler.png ghostscript-9.56.1/leptonica/prog/htmlviewer.c ghostscript-9.56.1/leptonica/prog/imagetops.c ghostscript-9.56.1/leptonica/prog/insert_reg.c ghostscript-9.56.1/leptonica/prog/invertedtext.tif ghostscript-9.56.1/leptonica/prog/ioformats_reg.c ghostscript-9.56.1/leptonica/prog/iomisc_reg.c ghostscript-9.56.1/leptonica/prog/italic.png ghostscript-9.56.1/leptonica/prog/italic_reg.c ghostscript-9.56.1/leptonica/prog/jbclass_reg.c ghostscript-9.56.1/leptonica/prog/jbcorrelation.c ghostscript-9.56.1/leptonica/prog/jbrankhaus.c ghostscript-9.56.1/leptonica/prog/jbwords.c ghostscript-9.56.1/leptonica/prog/jp2kio_reg.c ghostscript-9.56.1/leptonica/prog/jpeg-coded.tif ghostscript-9.56.1/leptonica/prog/jpegio_reg.c ghostscript-9.56.1/leptonica/prog/juditharismax.jpg ghostscript-9.56.1/leptonica/prog/karen8.jpg ghostscript-9.56.1/leptonica/prog/kernel_reg.c ghostscript-9.56.1/leptonica/prog/keystone.png ghostscript-9.56.1/leptonica/prog/label_reg.c ghostscript-9.56.1/leptonica/prog/lapide.052.100.jpg ghostscript-9.56.1/leptonica/prog/leptonica-license.txt ghostscript-9.56.1/leptonica/prog/lightcolortest.c ghostscript-9.56.1/leptonica/prog/lighttext.jpg ghostscript-9.56.1/leptonica/prog/lineremoval_reg.c ghostscript-9.56.1/leptonica/prog/lion-mask.00010.tif ghostscript-9.56.1/leptonica/prog/lion-mask.00016.tif ghostscript-9.56.1/leptonica/prog/lion-page.00010.jpg ghostscript-9.56.1/leptonica/prog/lion-page.00011.png ghostscript-9.56.1/leptonica/prog/lion-page.00012.png ghostscript-9.56.1/leptonica/prog/lion-page.00013.png ghostscript-9.56.1/leptonica/prog/lion-page.00016.jpg ghostscript-9.56.1/leptonica/prog/lion-page.00017.png ghostscript-9.56.1/leptonica/prog/listtest.c ghostscript-9.56.1/leptonica/prog/livre_adapt.c ghostscript-9.56.1/leptonica/prog/livre_hmt.c ghostscript-9.56.1/leptonica/prog/livre_makefigs.c ghostscript-9.56.1/leptonica/prog/livre_orient.c ghostscript-9.56.1/leptonica/prog/livre_pageseg.c ghostscript-9.56.1/leptonica/prog/livre_seedgen.c ghostscript-9.56.1/leptonica/prog/livre_tophat.c ghostscript-9.56.1/leptonica/prog/locminmax_reg.c ghostscript-9.56.1/leptonica/prog/logicops_reg.c ghostscript-9.56.1/leptonica/prog/lowaccess_reg.c ghostscript-9.56.1/leptonica/prog/lowsat_reg.c ghostscript-9.56.1/leptonica/prog/lucasta-frag.jpg ghostscript-9.56.1/leptonica/prog/lucasta.047.jpg ghostscript-9.56.1/leptonica/prog/lucasta.1.300.tif ghostscript-9.56.1/leptonica/prog/lucasta.150.jpg ghostscript-9.56.1/leptonica/prog/lyra.005.jpg ghostscript-9.56.1/leptonica/prog/lyra.036.jpg ghostscript-9.56.1/leptonica/prog/lyra.5.na ghostscript-9.56.1/leptonica/prog/makefile.static ghostscript-9.56.1/leptonica/prog/maketile.c ghostscript-9.56.1/leptonica/prog/map.057.jpg ghostscript-9.56.1/leptonica/prog/map1.jpg ghostscript-9.56.1/leptonica/prog/maptest.c ghostscript-9.56.1/leptonica/prog/marge.jpg ghostscript-9.56.1/leptonica/prog/maze_reg.c ghostscript-9.56.1/leptonica/prog/messagetest.c ghostscript-9.56.1/leptonica/prog/minisblack.tif ghostscript-9.56.1/leptonica/prog/miniswhite.tif ghostscript-9.56.1/leptonica/prog/misctest1.c ghostscript-9.56.1/leptonica/prog/modifyhuesat.c ghostscript-9.56.1/leptonica/prog/morphseq_reg.c ghostscript-9.56.1/leptonica/prog/morphtemplate1.txt ghostscript-9.56.1/leptonica/prog/morphtemplate2.txt ghostscript-9.56.1/leptonica/prog/morphtest1.c ghostscript-9.56.1/leptonica/prog/mtiff_reg.c ghostscript-9.56.1/leptonica/prog/multitype_reg.c ghostscript-9.56.1/leptonica/prog/nearline_reg.c ghostscript-9.56.1/leptonica/prog/newspaper_reg.c ghostscript-9.56.1/leptonica/prog/numa1_reg.c ghostscript-9.56.1/leptonica/prog/numa2_reg.c ghostscript-9.56.1/leptonica/prog/numa3_reg.c ghostscript-9.56.1/leptonica/prog/numaranktest.c ghostscript-9.56.1/leptonica/prog/ortiz-02.tif ghostscript-9.56.1/leptonica/prog/ortiz-03.tif ghostscript-9.56.1/leptonica/prog/ortiz-04.tif ghostscript-9.56.1/leptonica/prog/ortiz-05.tif ghostscript-9.56.1/leptonica/prog/otsutest1.c ghostscript-9.56.1/leptonica/prog/otsutest2.c ghostscript-9.56.1/leptonica/prog/overlap_reg.c ghostscript-9.56.1/leptonica/prog/pageseg1.tif ghostscript-9.56.1/leptonica/prog/pageseg2-mask.png ghostscript-9.56.1/leptonica/prog/pageseg2-seed.png ghostscript-9.56.1/leptonica/prog/pageseg2.tif ghostscript-9.56.1/leptonica/prog/pageseg3.tif ghostscript-9.56.1/leptonica/prog/pageseg4.tif ghostscript-9.56.1/leptonica/prog/pageseg_reg.c ghostscript-9.56.1/leptonica/prog/pagesegtest1.c ghostscript-9.56.1/leptonica/prog/pagesegtest2.c ghostscript-9.56.1/leptonica/prog/paint_reg.c ghostscript-9.56.1/leptonica/prog/paintmask_reg.c ghostscript-9.56.1/leptonica/prog/pancrazi.15.jpg ghostscript-9.56.1/leptonica/prog/partifytest.c ghostscript-9.56.1/leptonica/prog/partitiontest.c ghostscript-9.56.1/leptonica/prog/patent.png ghostscript-9.56.1/leptonica/prog/pdf2jpeg ghostscript-9.56.1/leptonica/prog/pdf2mtiff ghostscript-9.56.1/leptonica/prog/pdf2png ghostscript-9.56.1/leptonica/prog/pdf2png-binary ghostscript-9.56.1/leptonica/prog/pdf2png-color ghostscript-9.56.1/leptonica/prog/pdf2png-gray ghostscript-9.56.1/leptonica/prog/pdf2tiff ghostscript-9.56.1/leptonica/prog/pdfio1_reg.c ghostscript-9.56.1/leptonica/prog/pdfio2_reg.c ghostscript-9.56.1/leptonica/prog/pdfseg_reg.c ghostscript-9.56.1/leptonica/prog/pedante.079.jpg ghostscript-9.56.1/leptonica/prog/percolate-4cc.png ghostscript-9.56.1/leptonica/prog/percolate-8cc.png ghostscript-9.56.1/leptonica/prog/percolatetest.c ghostscript-9.56.1/leptonica/prog/pixa1_reg.c ghostscript-9.56.1/leptonica/prog/pixa2_reg.c ghostscript-9.56.1/leptonica/prog/pixaatest.c ghostscript-9.56.1/leptonica/prog/pixadisp_reg.c ghostscript-9.56.1/leptonica/prog/pixafileinfo.c ghostscript-9.56.1/leptonica/prog/pixalloc_reg.c ghostscript-9.56.1/leptonica/prog/pixcomp_reg.c ghostscript-9.56.1/leptonica/prog/pixmem_reg.c ghostscript-9.56.1/leptonica/prog/pixserial_reg.c ghostscript-9.56.1/leptonica/prog/pixtile_reg.c ghostscript-9.56.1/leptonica/prog/plottest.c ghostscript-9.56.1/leptonica/prog/pngio_reg.c ghostscript-9.56.1/leptonica/prog/pnmio_reg.c ghostscript-9.56.1/leptonica/prog/printimage.c ghostscript-9.56.1/leptonica/prog/printsplitimage.c ghostscript-9.56.1/leptonica/prog/printtiff.c ghostscript-9.56.1/leptonica/prog/projection_reg.c ghostscript-9.56.1/leptonica/prog/projectionstats.jpg ghostscript-9.56.1/leptonica/prog/projective_reg.c ghostscript-9.56.1/leptonica/prog/ps2jpeg ghostscript-9.56.1/leptonica/prog/ps2png ghostscript-9.56.1/leptonica/prog/ps2png-binary ghostscript-9.56.1/leptonica/prog/ps2png-color ghostscript-9.56.1/leptonica/prog/ps2png-gray ghostscript-9.56.1/leptonica/prog/ps2tiff ghostscript-9.56.1/leptonica/prog/psio_reg.c ghostscript-9.56.1/leptonica/prog/psioseg_reg.c ghostscript-9.56.1/leptonica/prog/pta_reg.c ghostscript-9.56.1/leptonica/prog/ptra1_reg.c ghostscript-9.56.1/leptonica/prog/ptra2_reg.c ghostscript-9.56.1/leptonica/prog/quadtree_reg.c ghostscript-9.56.1/leptonica/prog/rabi-tiny.png ghostscript-9.56.1/leptonica/prog/rabi.png ghostscript-9.56.1/leptonica/prog/raggededge.png ghostscript-9.56.1/leptonica/prog/rank_reg.c ghostscript-9.56.1/leptonica/prog/rankbin_reg.c ghostscript-9.56.1/leptonica/prog/rankhisto_reg.c ghostscript-9.56.1/leptonica/prog/rasterop_reg.c ghostscript-9.56.1/leptonica/prog/rasteropip_reg.c ghostscript-9.56.1/leptonica/prog/rasteroptest.c ghostscript-9.56.1/leptonica/prog/rbtreetest.c ghostscript-9.56.1/leptonica/prog/recog/ ghostscript-9.56.1/leptonica/prog/recog/digits/ ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum1.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum2.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum3.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum4.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit0.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit1.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit2.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit3.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit4.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit5.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit5.orig-25.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit6.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit7.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit8.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit9.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set01.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set02.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set03.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set04.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set05.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set06.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set07.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set08.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set09.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set10.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set11.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set12.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set13.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set14.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set15.pa ghostscript-9.56.1/leptonica/prog/recog/digits/page.306.png ghostscript-9.56.1/leptonica/prog/recog/digits/page.590.png ghostscript-9.56.1/leptonica/prog/recog/sets/ ghostscript-9.56.1/leptonica/prog/recog/sets/samples06.png ghostscript-9.56.1/leptonica/prog/recog/sets/test01.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test02.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test03.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test05.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test06.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train01.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train02.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train03.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train04.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train05.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train06.pa ghostscript-9.56.1/leptonica/prog/recog_bootnum1.c ghostscript-9.56.1/leptonica/prog/recog_bootnum2.c ghostscript-9.56.1/leptonica/prog/recog_bootnum3.c ghostscript-9.56.1/leptonica/prog/recogsort.c ghostscript-9.56.1/leptonica/prog/recogtest1.c ghostscript-9.56.1/leptonica/prog/recogtest2.c ghostscript-9.56.1/leptonica/prog/recogtest3.c ghostscript-9.56.1/leptonica/prog/recogtest4.c ghostscript-9.56.1/leptonica/prog/recogtest5.c ghostscript-9.56.1/leptonica/prog/recogtest6.c ghostscript-9.56.1/leptonica/prog/recogtest7.c ghostscript-9.56.1/leptonica/prog/rectangle_reg.c ghostscript-9.56.1/leptonica/prog/redcover.jpg ghostscript-9.56.1/leptonica/prog/reducetest.c ghostscript-9.56.1/leptonica/prog/reg_wrapper.sh ghostscript-9.56.1/leptonica/prog/removecmap.c ghostscript-9.56.1/leptonica/prog/renderfonts.c ghostscript-9.56.1/leptonica/prog/replacebytes.c ghostscript-9.56.1/leptonica/prog/rgb16.tif ghostscript-9.56.1/leptonica/prog/rock.png ghostscript-9.56.1/leptonica/prog/rotate1_reg.c ghostscript-9.56.1/leptonica/prog/rotate2_reg.c ghostscript-9.56.1/leptonica/prog/rotate_it.c ghostscript-9.56.1/leptonica/prog/rotatefastalt.c ghostscript-9.56.1/leptonica/prog/rotateorth_reg.c ghostscript-9.56.1/leptonica/prog/rotateorthtest1.c ghostscript-9.56.1/leptonica/prog/rotatetest1.c ghostscript-9.56.1/leptonica/prog/runlengthtest.c ghostscript-9.56.1/leptonica/prog/scale_it.c ghostscript-9.56.1/leptonica/prog/scale_reg.c ghostscript-9.56.1/leptonica/prog/scaleandtile.c ghostscript-9.56.1/leptonica/prog/scaletest1.c ghostscript-9.56.1/leptonica/prog/scaletest2.c ghostscript-9.56.1/leptonica/prog/scots-frag.tif ghostscript-9.56.1/leptonica/prog/seedfilltest.c ghostscript-9.56.1/leptonica/prog/seedspread_reg.c ghostscript-9.56.1/leptonica/prog/selio_reg.c ghostscript-9.56.1/leptonica/prog/settest.c ghostscript-9.56.1/leptonica/prog/sevens.tif ghostscript-9.56.1/leptonica/prog/sharptest.c ghostscript-9.56.1/leptonica/prog/shear1_reg.c ghostscript-9.56.1/leptonica/prog/shear2_reg.c ghostscript-9.56.1/leptonica/prog/shearer.148.tif ghostscript-9.56.1/leptonica/prog/sheartest.c ghostscript-9.56.1/leptonica/prog/showboxes.pac ghostscript-9.56.1/leptonica/prog/showboxes1.baa ghostscript-9.56.1/leptonica/prog/showboxes2.baa ghostscript-9.56.1/leptonica/prog/showedges.c ghostscript-9.56.1/leptonica/prog/singlecc.tif ghostscript-9.56.1/leptonica/prog/skew_reg.c ghostscript-9.56.1/leptonica/prog/skewtest.c ghostscript-9.56.1/leptonica/prog/smallpix_reg.c ghostscript-9.56.1/leptonica/prog/smoothedge_reg.c ghostscript-9.56.1/leptonica/prog/sorttest.c ghostscript-9.56.1/leptonica/prog/speckle.png ghostscript-9.56.1/leptonica/prog/speckle2.png ghostscript-9.56.1/leptonica/prog/speckle4.png ghostscript-9.56.1/leptonica/prog/speckle_reg.c ghostscript-9.56.1/leptonica/prog/splitcomp_reg.c ghostscript-9.56.1/leptonica/prog/splitimage2pdf.c ghostscript-9.56.1/leptonica/prog/stampede2.jpg ghostscript-9.56.1/leptonica/prog/string_reg.c ghostscript-9.56.1/leptonica/prog/stringtemplate1.txt ghostscript-9.56.1/leptonica/prog/stringtemplate2.txt ghostscript-9.56.1/leptonica/prog/subpixel_reg.c ghostscript-9.56.1/leptonica/prog/sudoku1.dat ghostscript-9.56.1/leptonica/prog/sudoku2.dat ghostscript-9.56.1/leptonica/prog/sudoku3.dat ghostscript-9.56.1/leptonica/prog/sudoku4.dat ghostscript-9.56.1/leptonica/prog/sudoku5.dat ghostscript-9.56.1/leptonica/prog/sudoku6.dat ghostscript-9.56.1/leptonica/prog/sudoku7.dat ghostscript-9.56.1/leptonica/prog/sudokutest.c ghostscript-9.56.1/leptonica/prog/table.15.tif ghostscript-9.56.1/leptonica/prog/table.150.png ghostscript-9.56.1/leptonica/prog/table.27.tif ghostscript-9.56.1/leptonica/prog/test-1bit-alpha.png ghostscript-9.56.1/leptonica/prog/test-87220.59.png ghostscript-9.56.1/leptonica/prog/test-cmap-alpha.png ghostscript-9.56.1/leptonica/prog/test-cmap-alpha2.png ghostscript-9.56.1/leptonica/prog/test-fulltrans-alpha.png ghostscript-9.56.1/leptonica/prog/test-gray-alpha.png ghostscript-9.56.1/leptonica/prog/test1.bmp ghostscript-9.56.1/leptonica/prog/test1.png ghostscript-9.56.1/leptonica/prog/test16.png ghostscript-9.56.1/leptonica/prog/test16.tif ghostscript-9.56.1/leptonica/prog/test24.jpg ghostscript-9.56.1/leptonica/prog/test32-alpha.png ghostscript-9.56.1/leptonica/prog/test8.jpg ghostscript-9.56.1/leptonica/prog/testangle.na ghostscript-9.56.1/leptonica/prog/testbuffer.tif ghostscript-9.56.1/leptonica/prog/testfile1.pdf ghostscript-9.56.1/leptonica/prog/testfile2.pdf ghostscript-9.56.1/leptonica/prog/testscore.na ghostscript-9.56.1/leptonica/prog/tetons.jpg ghostscript-9.56.1/leptonica/prog/textorient.c ghostscript-9.56.1/leptonica/prog/texturefill_reg.c ghostscript-9.56.1/leptonica/prog/threshnorm_reg.c ghostscript-9.56.1/leptonica/prog/tickets.tif ghostscript-9.56.1/leptonica/prog/tiffpdftest.c ghostscript-9.56.1/leptonica/prog/toc.99.tif ghostscript-9.56.1/leptonica/prog/topotest.png ghostscript-9.56.1/leptonica/prog/translate_reg.c ghostscript-9.56.1/leptonica/prog/trctest.c ghostscript-9.56.1/leptonica/prog/tribune-page-4x.png ghostscript-9.56.1/leptonica/prog/tribune-t.png ghostscript-9.56.1/leptonica/prog/tribune-word.png ghostscript-9.56.1/leptonica/prog/turingtest.png ghostscript-9.56.1/leptonica/prog/two-peak-histo.na ghostscript-9.56.1/leptonica/prog/underline1.jpg ghostscript-9.56.1/leptonica/prog/underline2.jpg ghostscript-9.56.1/leptonica/prog/underline3.jpg ghostscript-9.56.1/leptonica/prog/underline4.jpg ghostscript-9.56.1/leptonica/prog/underline5.jpg ghostscript-9.56.1/leptonica/prog/underline6.jpg ghostscript-9.56.1/leptonica/prog/underline7.jpg ghostscript-9.56.1/leptonica/prog/underlinetest.c ghostscript-9.56.1/leptonica/prog/w91frag.jpg ghostscript-9.56.1/leptonica/prog/warped_paper.jpg ghostscript-9.56.1/leptonica/prog/warped_sudoku.jpg ghostscript-9.56.1/leptonica/prog/warper_reg.c ghostscript-9.56.1/leptonica/prog/warpertest.c ghostscript-9.56.1/leptonica/prog/watershed_reg.c ghostscript-9.56.1/leptonica/prog/weasel-113c.png ghostscript-9.56.1/leptonica/prog/weasel-44c.png ghostscript-9.56.1/leptonica/prog/weasel-4c.2.png ghostscript-9.56.1/leptonica/prog/weasel-64g.png ghostscript-9.56.1/leptonica/prog/weasel-8g.png ghostscript-9.56.1/leptonica/prog/weasel2.4c.bmp ghostscript-9.56.1/leptonica/prog/weasel2.4c.png ghostscript-9.56.1/leptonica/prog/weasel2.4g.png ghostscript-9.56.1/leptonica/prog/weasel2.png ghostscript-9.56.1/leptonica/prog/weasel32.png ghostscript-9.56.1/leptonica/prog/weasel4.11c.png ghostscript-9.56.1/leptonica/prog/weasel4.16c.png ghostscript-9.56.1/leptonica/prog/weasel4.16g.png ghostscript-9.56.1/leptonica/prog/weasel4.5g.png ghostscript-9.56.1/leptonica/prog/weasel4.8g.png ghostscript-9.56.1/leptonica/prog/weasel4.png ghostscript-9.56.1/leptonica/prog/weasel8.149g.png ghostscript-9.56.1/leptonica/prog/weasel8.16g.nocmap.png ghostscript-9.56.1/leptonica/prog/weasel8.16g.png ghostscript-9.56.1/leptonica/prog/weasel8.240c.png ghostscript-9.56.1/leptonica/prog/weasel8.5g.nocmap.png ghostscript-9.56.1/leptonica/prog/weasel8.5g.png ghostscript-9.56.1/leptonica/prog/weasel8.png ghostscript-9.56.1/leptonica/prog/webpanimio_reg.c ghostscript-9.56.1/leptonica/prog/webpio_reg.c ghostscript-9.56.1/leptonica/prog/wet-day.jpg ghostscript-9.56.1/leptonica/prog/witten.tif ghostscript-9.56.1/leptonica/prog/wordboxes_reg.c ghostscript-9.56.1/leptonica/prog/words.15.tif ghostscript-9.56.1/leptonica/prog/words.44.tif ghostscript-9.56.1/leptonica/prog/wordsinorder.c ghostscript-9.56.1/leptonica/prog/writemtiff.c ghostscript-9.56.1/leptonica/prog/writetext_reg.c ghostscript-9.56.1/leptonica/prog/wyom.jpg ghostscript-9.56.1/leptonica/prog/xformbox_reg.c ghostscript-9.56.1/leptonica/prog/xtractprotos.c ghostscript-9.56.1/leptonica/prog/yuvtest.c ghostscript-9.56.1/leptonica/prog/zanotti-78.jpg ghostscript-9.56.1/leptonica/prog/zier.jpg ghostscript-9.56.1/leptonica/src/ ghostscript-9.56.1/leptonica/src/CMakeLists.txt ghostscript-9.56.1/leptonica/src/Makefile.am ghostscript-9.56.1/leptonica/src/adaptmap.c ghostscript-9.56.1/leptonica/src/affine.c ghostscript-9.56.1/leptonica/src/affinecompose.c ghostscript-9.56.1/leptonica/src/allheaders.h ghostscript-9.56.1/leptonica/src/allheaders_bot.txt ghostscript-9.56.1/leptonica/src/allheaders_top.txt ghostscript-9.56.1/leptonica/src/alltypes.h ghostscript-9.56.1/leptonica/src/array.h ghostscript-9.56.1/leptonica/src/arrayaccess.c ghostscript-9.56.1/leptonica/src/arrayaccess.h ghostscript-9.56.1/leptonica/src/bardecode.c ghostscript-9.56.1/leptonica/src/baseline.c ghostscript-9.56.1/leptonica/src/bbuffer.c ghostscript-9.56.1/leptonica/src/bbuffer.h ghostscript-9.56.1/leptonica/src/bilateral.c ghostscript-9.56.1/leptonica/src/bilateral.h ghostscript-9.56.1/leptonica/src/bilinear.c ghostscript-9.56.1/leptonica/src/binarize.c ghostscript-9.56.1/leptonica/src/binexpand.c ghostscript-9.56.1/leptonica/src/binreduce.c ghostscript-9.56.1/leptonica/src/blend.c ghostscript-9.56.1/leptonica/src/bmf.c ghostscript-9.56.1/leptonica/src/bmf.h ghostscript-9.56.1/leptonica/src/bmfdata.h ghostscript-9.56.1/leptonica/src/bmp.h ghostscript-9.56.1/leptonica/src/bmpio.c ghostscript-9.56.1/leptonica/src/bmpiostub.c ghostscript-9.56.1/leptonica/src/bootnumgen1.c ghostscript-9.56.1/leptonica/src/bootnumgen2.c ghostscript-9.56.1/leptonica/src/bootnumgen3.c ghostscript-9.56.1/leptonica/src/bootnumgen4.c ghostscript-9.56.1/leptonica/src/boxbasic.c ghostscript-9.56.1/leptonica/src/boxfunc1.c ghostscript-9.56.1/leptonica/src/boxfunc2.c ghostscript-9.56.1/leptonica/src/boxfunc3.c ghostscript-9.56.1/leptonica/src/boxfunc4.c ghostscript-9.56.1/leptonica/src/boxfunc5.c ghostscript-9.56.1/leptonica/src/bytearray.c ghostscript-9.56.1/leptonica/src/ccbord.c ghostscript-9.56.1/leptonica/src/ccbord.h ghostscript-9.56.1/leptonica/src/ccthin.c ghostscript-9.56.1/leptonica/src/checkerboard.c ghostscript-9.56.1/leptonica/src/classapp.c ghostscript-9.56.1/leptonica/src/colorcontent.c ghostscript-9.56.1/leptonica/src/colorfill.c ghostscript-9.56.1/leptonica/src/colorfill.h ghostscript-9.56.1/leptonica/src/coloring.c ghostscript-9.56.1/leptonica/src/colormap.c ghostscript-9.56.1/leptonica/src/colormorph.c ghostscript-9.56.1/leptonica/src/colorquant1.c ghostscript-9.56.1/leptonica/src/colorquant2.c ghostscript-9.56.1/leptonica/src/colorseg.c ghostscript-9.56.1/leptonica/src/colorspace.c ghostscript-9.56.1/leptonica/src/compare.c ghostscript-9.56.1/leptonica/src/conncomp.c ghostscript-9.56.1/leptonica/src/convertfiles.c ghostscript-9.56.1/leptonica/src/convolve.c ghostscript-9.56.1/leptonica/src/correlscore.c ghostscript-9.56.1/leptonica/src/dewarp.h ghostscript-9.56.1/leptonica/src/dewarp1.c ghostscript-9.56.1/leptonica/src/dewarp2.c ghostscript-9.56.1/leptonica/src/dewarp3.c ghostscript-9.56.1/leptonica/src/dewarp4.c ghostscript-9.56.1/leptonica/src/dnabasic.c ghostscript-9.56.1/leptonica/src/dnafunc1.c ghostscript-9.56.1/leptonica/src/dnahash.c ghostscript-9.56.1/leptonica/src/dwacomb.2.c ghostscript-9.56.1/leptonica/src/dwacomblow.2.c ghostscript-9.56.1/leptonica/src/edge.c ghostscript-9.56.1/leptonica/src/encoding.c ghostscript-9.56.1/leptonica/src/endianness.h.in ghostscript-9.56.1/leptonica/src/enhance.c ghostscript-9.56.1/leptonica/src/environ.h ghostscript-9.56.1/leptonica/src/fhmtauto.c ghostscript-9.56.1/leptonica/src/fhmtgen.1.c ghostscript-9.56.1/leptonica/src/fhmtgenlow.1.c ghostscript-9.56.1/leptonica/src/finditalic.c ghostscript-9.56.1/leptonica/src/flipdetect.c ghostscript-9.56.1/leptonica/src/flipdetectdwa.c.notused ghostscript-9.56.1/leptonica/src/fmorphauto.c ghostscript-9.56.1/leptonica/src/fmorphgen.1.c ghostscript-9.56.1/leptonica/src/fmorphgenlow.1.c ghostscript-9.56.1/leptonica/src/fpix1.c ghostscript-9.56.1/leptonica/src/fpix2.c ghostscript-9.56.1/leptonica/src/gifio.c ghostscript-9.56.1/leptonica/src/gifiostub.c ghostscript-9.56.1/leptonica/src/gplot.c ghostscript-9.56.1/leptonica/src/gplot.h ghostscript-9.56.1/leptonica/src/graphics.c ghostscript-9.56.1/leptonica/src/graymorph.c ghostscript-9.56.1/leptonica/src/grayquant.c ghostscript-9.56.1/leptonica/src/heap.c ghostscript-9.56.1/leptonica/src/heap.h ghostscript-9.56.1/leptonica/src/hmttemplate1.txt ghostscript-9.56.1/leptonica/src/hmttemplate2.txt ghostscript-9.56.1/leptonica/src/imageio.h ghostscript-9.56.1/leptonica/src/jbclass.c ghostscript-9.56.1/leptonica/src/jbclass.h ghostscript-9.56.1/leptonica/src/jp2kheader.c ghostscript-9.56.1/leptonica/src/jp2kheaderstub.c ghostscript-9.56.1/leptonica/src/jp2kio.c ghostscript-9.56.1/leptonica/src/jp2kiostub.c ghostscript-9.56.1/leptonica/src/jpegio.c ghostscript-9.56.1/leptonica/src/jpegiostub.c ghostscript-9.56.1/leptonica/src/kernel.c ghostscript-9.56.1/leptonica/src/leptonica-license.txt ghostscript-9.56.1/leptonica/src/leptwin.c ghostscript-9.56.1/leptonica/src/leptwin.h ghostscript-9.56.1/leptonica/src/libversions.c ghostscript-9.56.1/leptonica/src/list.c ghostscript-9.56.1/leptonica/src/list.h ghostscript-9.56.1/leptonica/src/mainpage.txt ghostscript-9.56.1/leptonica/src/makefile.static ghostscript-9.56.1/leptonica/src/map.c ghostscript-9.56.1/leptonica/src/maze.c ghostscript-9.56.1/leptonica/src/morph.c ghostscript-9.56.1/leptonica/src/morph.h ghostscript-9.56.1/leptonica/src/morphapp.c ghostscript-9.56.1/leptonica/src/morphdwa.c ghostscript-9.56.1/leptonica/src/morphseq.c ghostscript-9.56.1/leptonica/src/morphtemplate1.txt ghostscript-9.56.1/leptonica/src/morphtemplate2.txt ghostscript-9.56.1/leptonica/src/numabasic.c ghostscript-9.56.1/leptonica/src/numafunc1.c ghostscript-9.56.1/leptonica/src/numafunc2.c ghostscript-9.56.1/leptonica/src/pageseg.c ghostscript-9.56.1/leptonica/src/paintcmap.c ghostscript-9.56.1/leptonica/src/parseprotos.c ghostscript-9.56.1/leptonica/src/partify.c ghostscript-9.56.1/leptonica/src/partition.c ghostscript-9.56.1/leptonica/src/pdfio1.c ghostscript-9.56.1/leptonica/src/pdfio1stub.c ghostscript-9.56.1/leptonica/src/pdfio2.c ghostscript-9.56.1/leptonica/src/pdfio2stub.c ghostscript-9.56.1/leptonica/src/pix.h ghostscript-9.56.1/leptonica/src/pix1.c ghostscript-9.56.1/leptonica/src/pix2.c ghostscript-9.56.1/leptonica/src/pix3.c ghostscript-9.56.1/leptonica/src/pix4.c ghostscript-9.56.1/leptonica/src/pix5.c ghostscript-9.56.1/leptonica/src/pixabasic.c ghostscript-9.56.1/leptonica/src/pixacc.c ghostscript-9.56.1/leptonica/src/pixafunc1.c ghostscript-9.56.1/leptonica/src/pixafunc2.c ghostscript-9.56.1/leptonica/src/pixalloc.c ghostscript-9.56.1/leptonica/src/pixarith.c ghostscript-9.56.1/leptonica/src/pixcomp.c ghostscript-9.56.1/leptonica/src/pixconv.c ghostscript-9.56.1/leptonica/src/pixlabel.c ghostscript-9.56.1/leptonica/src/pixtiling.c ghostscript-9.56.1/leptonica/src/pngio.c ghostscript-9.56.1/leptonica/src/pngiostub.c ghostscript-9.56.1/leptonica/src/pnmio.c ghostscript-9.56.1/leptonica/src/pnmiostub.c ghostscript-9.56.1/leptonica/src/projective.c ghostscript-9.56.1/leptonica/src/psio1.c ghostscript-9.56.1/leptonica/src/psio1stub.c ghostscript-9.56.1/leptonica/src/psio2.c ghostscript-9.56.1/leptonica/src/psio2stub.c ghostscript-9.56.1/leptonica/src/ptabasic.c ghostscript-9.56.1/leptonica/src/ptafunc1.c ghostscript-9.56.1/leptonica/src/ptafunc2.c ghostscript-9.56.1/leptonica/src/ptra.c ghostscript-9.56.1/leptonica/src/ptra.h ghostscript-9.56.1/leptonica/src/quadtree.c ghostscript-9.56.1/leptonica/src/queue.c ghostscript-9.56.1/leptonica/src/queue.h ghostscript-9.56.1/leptonica/src/rank.c ghostscript-9.56.1/leptonica/src/rbtree.c ghostscript-9.56.1/leptonica/src/rbtree.h ghostscript-9.56.1/leptonica/src/readbarcode.c ghostscript-9.56.1/leptonica/src/readbarcode.h ghostscript-9.56.1/leptonica/src/readfile.c ghostscript-9.56.1/leptonica/src/recog.h ghostscript-9.56.1/leptonica/src/recogbasic.c ghostscript-9.56.1/leptonica/src/recogdid.c ghostscript-9.56.1/leptonica/src/recogident.c ghostscript-9.56.1/leptonica/src/recogtrain.c ghostscript-9.56.1/leptonica/src/regutils.c ghostscript-9.56.1/leptonica/src/regutils.h ghostscript-9.56.1/leptonica/src/rop.c ghostscript-9.56.1/leptonica/src/roplow.c ghostscript-9.56.1/leptonica/src/rotate.c ghostscript-9.56.1/leptonica/src/rotateam.c ghostscript-9.56.1/leptonica/src/rotateorth.c ghostscript-9.56.1/leptonica/src/rotateshear.c ghostscript-9.56.1/leptonica/src/runlength.c ghostscript-9.56.1/leptonica/src/sarray1.c ghostscript-9.56.1/leptonica/src/sarray2.c ghostscript-9.56.1/leptonica/src/scale1.c ghostscript-9.56.1/leptonica/src/scale2.c ghostscript-9.56.1/leptonica/src/seedfill.c ghostscript-9.56.1/leptonica/src/sel1.c ghostscript-9.56.1/leptonica/src/sel2.c ghostscript-9.56.1/leptonica/src/selgen.c ghostscript-9.56.1/leptonica/src/shear.c ghostscript-9.56.1/leptonica/src/skew.c ghostscript-9.56.1/leptonica/src/spixio.c ghostscript-9.56.1/leptonica/src/stack.c ghostscript-9.56.1/leptonica/src/stack.h ghostscript-9.56.1/leptonica/src/stringcode.c ghostscript-9.56.1/leptonica/src/stringcode.h ghostscript-9.56.1/leptonica/src/stringtemplate1.txt ghostscript-9.56.1/leptonica/src/stringtemplate2.txt ghostscript-9.56.1/leptonica/src/strokes.c ghostscript-9.56.1/leptonica/src/sudoku.c ghostscript-9.56.1/leptonica/src/sudoku.h ghostscript-9.56.1/leptonica/src/textops.c ghostscript-9.56.1/leptonica/src/tiffio.c ghostscript-9.56.1/leptonica/src/tiffiostub.c ghostscript-9.56.1/leptonica/src/utils1.c ghostscript-9.56.1/leptonica/src/utils2.c ghostscript-9.56.1/leptonica/src/warper.c ghostscript-9.56.1/leptonica/src/watershed.c ghostscript-9.56.1/leptonica/src/watershed.h ghostscript-9.56.1/leptonica/src/webpanimio.c ghostscript-9.56.1/leptonica/src/webpanimiostub.c ghostscript-9.56.1/leptonica/src/webpio.c ghostscript-9.56.1/leptonica/src/webpiostub.c ghostscript-9.56.1/leptonica/src/writefile.c ghostscript-9.56.1/leptonica/src/zlibmem.c ghostscript-9.56.1/leptonica/src/zlibmemstub.c ghostscript-9.56.1/leptonica/style-guide.txt ghostscript-9.56.1/leptonica/sw.cpp ghostscript-9.56.1/leptonica/version-notes.html ghostscript-9.56.1/lib/ ghostscript-9.56.1/lib/FAPIconfig-FCO ghostscript-9.56.1/lib/FCOfontmap-PCLPS3 ghostscript-9.56.1/lib/FCOfontmap-PS3 ghostscript-9.56.1/lib/Fontmap.ATB ghostscript-9.56.1/lib/Fontmap.ATM ghostscript-9.56.1/lib/Fontmap.OS2 ghostscript-9.56.1/lib/Fontmap.OSF ghostscript-9.56.1/lib/Fontmap.SGI ghostscript-9.56.1/lib/Fontmap.Sol ghostscript-9.56.1/lib/Fontmap.Ult ghostscript-9.56.1/lib/Fontmap.VMS ghostscript-9.56.1/lib/Info-macos.plist ghostscript-9.56.1/lib/PDFA_def.ps ghostscript-9.56.1/lib/PDFX_def.ps ghostscript-9.56.1/lib/acctest.ps ghostscript-9.56.1/lib/afmdiff.awk ghostscript-9.56.1/lib/align.ps ghostscript-9.56.1/lib/bj8.rpd ghostscript-9.56.1/lib/bj8gc12f.upp ghostscript-9.56.1/lib/bj8hg12f.upp ghostscript-9.56.1/lib/bj8oh06n.upp ghostscript-9.56.1/lib/bj8pa06n.upp ghostscript-9.56.1/lib/bj8pp12f.upp ghostscript-9.56.1/lib/bj8ts06n.upp ghostscript-9.56.1/lib/bjc610a0.upp ghostscript-9.56.1/lib/bjc610a1.upp ghostscript-9.56.1/lib/bjc610a2.upp ghostscript-9.56.1/lib/bjc610a3.upp ghostscript-9.56.1/lib/bjc610a4.upp ghostscript-9.56.1/lib/bjc610a5.upp ghostscript-9.56.1/lib/bjc610a6.upp ghostscript-9.56.1/lib/bjc610a7.upp ghostscript-9.56.1/lib/bjc610a8.upp ghostscript-9.56.1/lib/bjc610b1.upp ghostscript-9.56.1/lib/bjc610b2.upp ghostscript-9.56.1/lib/bjc610b3.upp ghostscript-9.56.1/lib/bjc610b4.upp ghostscript-9.56.1/lib/bjc610b6.upp ghostscript-9.56.1/lib/bjc610b7.upp ghostscript-9.56.1/lib/bjc610b8.upp ghostscript-9.56.1/lib/caption.ps ghostscript-9.56.1/lib/cat.ps ghostscript-9.56.1/lib/cbjc600.ppd ghostscript-9.56.1/lib/cbjc800.ppd ghostscript-9.56.1/lib/cdj550.upp ghostscript-9.56.1/lib/cdj690.upp ghostscript-9.56.1/lib/cdj690ec.upp ghostscript-9.56.1/lib/cid2code.ps ghostscript-9.56.1/lib/dnj750c.upp ghostscript-9.56.1/lib/dnj750m.upp ghostscript-9.56.1/lib/docie.ps ghostscript-9.56.1/lib/dvipdf ghostscript-9.56.1/lib/eps2eps ghostscript-9.56.1/lib/eps2eps.bat ghostscript-9.56.1/lib/eps2eps.cmd ghostscript-9.56.1/lib/font2pcl.ps ghostscript-9.56.1/lib/ghostpdf.README ghostscript-9.56.1/lib/ghostpdf.cat ghostscript-9.56.1/lib/ghostpdf.inf ghostscript-9.56.1/lib/ghostpdf.ppd ghostscript-9.56.1/lib/gs_ce_e.ps ghostscript-9.56.1/lib/gs_css_e.ps ghostscript-9.56.1/lib/gs_il2_e.ps ghostscript-9.56.1/lib/gs_kanji.ps ghostscript-9.56.1/lib/gs_ksb_e.ps ghostscript-9.56.1/lib/gs_l.xbm ghostscript-9.56.1/lib/gs_l.xpm ghostscript-9.56.1/lib/gs_l_m.xbm ghostscript-9.56.1/lib/gs_lgo_e.ps ghostscript-9.56.1/lib/gs_lgx_e.ps ghostscript-9.56.1/lib/gs_m.xbm ghostscript-9.56.1/lib/gs_m.xpm ghostscript-9.56.1/lib/gs_m_m.xbm ghostscript-9.56.1/lib/gs_s.xbm ghostscript-9.56.1/lib/gs_s.xpm ghostscript-9.56.1/lib/gs_s_m.xbm ghostscript-9.56.1/lib/gs_t.xbm ghostscript-9.56.1/lib/gs_t.xpm ghostscript-9.56.1/lib/gs_t_m.xbm ghostscript-9.56.1/lib/gs_wl1_e.ps ghostscript-9.56.1/lib/gs_wl2_e.ps ghostscript-9.56.1/lib/gs_wl5_e.ps ghostscript-9.56.1/lib/gsbj ghostscript-9.56.1/lib/gsbj.bat ghostscript-9.56.1/lib/gsdj ghostscript-9.56.1/lib/gsdj.bat ghostscript-9.56.1/lib/gsdj500 ghostscript-9.56.1/lib/gsdj500.bat ghostscript-9.56.1/lib/gslj ghostscript-9.56.1/lib/gslj.bat ghostscript-9.56.1/lib/gslp ghostscript-9.56.1/lib/gslp.bat ghostscript-9.56.1/lib/gslp.ps ghostscript-9.56.1/lib/gsnd ghostscript-9.56.1/lib/gsnd.bat ghostscript-9.56.1/lib/gsndt.bat ghostscript-9.56.1/lib/gsnup.ps ghostscript-9.56.1/lib/gssetgs.bat ghostscript-9.56.1/lib/gssetgs32.bat ghostscript-9.56.1/lib/gssetgs64.bat ghostscript-9.56.1/lib/gst.bat ghostscript-9.56.1/lib/gstt.bat ghostscript-9.56.1/lib/ht_ccsto.ps ghostscript-9.56.1/lib/image-qa.ps ghostscript-9.56.1/lib/jispaper.ps ghostscript-9.56.1/lib/jobseparator.ps ghostscript-9.56.1/lib/landscap.ps ghostscript-9.56.1/lib/lines.ps ghostscript-9.56.1/lib/lp386.bat ghostscript-9.56.1/lib/lp386r2.bat ghostscript-9.56.1/lib/lpgs.bat ghostscript-9.56.1/lib/lpr2.bat ghostscript-9.56.1/lib/lprsetup.sh ghostscript-9.56.1/lib/mkcidfm.ps ghostscript-9.56.1/lib/necp2x.upp ghostscript-9.56.1/lib/necp2x6.upp ghostscript-9.56.1/lib/pdf2dsc ghostscript-9.56.1/lib/pdf2dsc.bat ghostscript-9.56.1/lib/pdf2dsc.ps ghostscript-9.56.1/lib/pdf2ps ghostscript-9.56.1/lib/pdf2ps.bat ghostscript-9.56.1/lib/pdf2ps.cmd ghostscript-9.56.1/lib/pdf_info.ps ghostscript-9.56.1/lib/pf2afm ghostscript-9.56.1/lib/pf2afm.bat ghostscript-9.56.1/lib/pf2afm.cmd ghostscript-9.56.1/lib/pf2afm.ps ghostscript-9.56.1/lib/pfbtopfa ghostscript-9.56.1/lib/pfbtopfa.bat ghostscript-9.56.1/lib/pfbtopfa.ps ghostscript-9.56.1/lib/ppath.ps ghostscript-9.56.1/lib/pphs ghostscript-9.56.1/lib/pphs.ps ghostscript-9.56.1/lib/prfont.ps ghostscript-9.56.1/lib/printafm ghostscript-9.56.1/lib/printafm.ps ghostscript-9.56.1/lib/ps2ai.ps ghostscript-9.56.1/lib/ps2ascii ghostscript-9.56.1/lib/ps2ascii.bat ghostscript-9.56.1/lib/ps2ascii.cmd ghostscript-9.56.1/lib/ps2epsi ghostscript-9.56.1/lib/ps2epsi.bat ghostscript-9.56.1/lib/ps2epsi.cmd ghostscript-9.56.1/lib/ps2epsi.ps ghostscript-9.56.1/lib/ps2pdf ghostscript-9.56.1/lib/ps2pdf.bat ghostscript-9.56.1/lib/ps2pdf.cmd ghostscript-9.56.1/lib/ps2pdf12 ghostscript-9.56.1/lib/ps2pdf12.bat ghostscript-9.56.1/lib/ps2pdf12.cmd ghostscript-9.56.1/lib/ps2pdf13 ghostscript-9.56.1/lib/ps2pdf13.bat ghostscript-9.56.1/lib/ps2pdf13.cmd ghostscript-9.56.1/lib/ps2pdf14 ghostscript-9.56.1/lib/ps2pdf14.bat ghostscript-9.56.1/lib/ps2pdf14.cmd ghostscript-9.56.1/lib/ps2pdfwr ghostscript-9.56.1/lib/ps2pdfxx.bat ghostscript-9.56.1/lib/ps2ps ghostscript-9.56.1/lib/ps2ps.bat ghostscript-9.56.1/lib/ps2ps.cmd ghostscript-9.56.1/lib/ps2ps2 ghostscript-9.56.1/lib/ps2ps2.bat ghostscript-9.56.1/lib/ps2ps2.cmd ghostscript-9.56.1/lib/ras1.upp ghostscript-9.56.1/lib/ras24.upp ghostscript-9.56.1/lib/ras3.upp ghostscript-9.56.1/lib/ras32.upp ghostscript-9.56.1/lib/ras4.upp ghostscript-9.56.1/lib/ras8m.upp ghostscript-9.56.1/lib/rinkj-2200-setup ghostscript-9.56.1/lib/rollconv.ps ghostscript-9.56.1/lib/st640ih.upp ghostscript-9.56.1/lib/st640ihg.upp ghostscript-9.56.1/lib/st640p.upp ghostscript-9.56.1/lib/st640pg.upp ghostscript-9.56.1/lib/st640pl.upp ghostscript-9.56.1/lib/st640plg.upp ghostscript-9.56.1/lib/stc.upp ghostscript-9.56.1/lib/stc1520h.upp ghostscript-9.56.1/lib/stc2.upp ghostscript-9.56.1/lib/stc200_h.upp ghostscript-9.56.1/lib/stc2_h.upp ghostscript-9.56.1/lib/stc2s_h.upp ghostscript-9.56.1/lib/stc300.upp ghostscript-9.56.1/lib/stc300bl.upp ghostscript-9.56.1/lib/stc300bm.upp ghostscript-9.56.1/lib/stc500p.upp ghostscript-9.56.1/lib/stc500ph.upp ghostscript-9.56.1/lib/stc600ih.upp ghostscript-9.56.1/lib/stc600p.upp ghostscript-9.56.1/lib/stc600pl.upp ghostscript-9.56.1/lib/stc640p.upp ghostscript-9.56.1/lib/stc800ih.upp ghostscript-9.56.1/lib/stc800p.upp ghostscript-9.56.1/lib/stc800pl.upp ghostscript-9.56.1/lib/stc_h.upp ghostscript-9.56.1/lib/stc_l.upp ghostscript-9.56.1/lib/stcany.upp ghostscript-9.56.1/lib/stcany_h.upp ghostscript-9.56.1/lib/stcinfo.ps ghostscript-9.56.1/lib/stcolor.ps ghostscript-9.56.1/lib/stocht.ps ghostscript-9.56.1/lib/traceimg.ps ghostscript-9.56.1/lib/traceop.ps ghostscript-9.56.1/lib/uninfo.ps ghostscript-9.56.1/lib/unix-lpr.sh ghostscript-9.56.1/lib/viewcmyk.ps ghostscript-9.56.1/lib/viewgif.ps ghostscript-9.56.1/lib/viewjpeg.ps ghostscript-9.56.1/lib/viewmiff.ps ghostscript-9.56.1/lib/viewpbm.ps ghostscript-9.56.1/lib/viewpcx.ps ghostscript-9.56.1/lib/viewps2a.ps ghostscript-9.56.1/lib/viewpwg.ps ghostscript-9.56.1/lib/viewraw.ps ghostscript-9.56.1/lib/viewrgb.ps ghostscript-9.56.1/lib/winmaps.ps ghostscript-9.56.1/lib/wmakebat.bat ghostscript-9.56.1/lib/zeroline.ps ghostscript-9.56.1/lib/zugferd.ps ghostscript-9.56.1/man/ ghostscript-9.56.1/man/de/ ghostscript-9.56.1/man/de/dvipdf.1 ghostscript-9.56.1/man/de/gsnd.1 ghostscript-9.56.1/man/de/pdf2dsc.1 ghostscript-9.56.1/man/de/pdf2ps.1 ghostscript-9.56.1/man/de/printafm.1 ghostscript-9.56.1/man/de/ps2ascii.1 ghostscript-9.56.1/man/de/ps2pdf.1 ghostscript-9.56.1/man/de/ps2ps.1 ghostscript-9.56.1/man/dvipdf.1 ghostscript-9.56.1/man/eps2eps.1 ghostscript-9.56.1/man/gs.1 ghostscript-9.56.1/man/gslp.1 ghostscript-9.56.1/man/gsnd.1 ghostscript-9.56.1/man/pdf2dsc.1 ghostscript-9.56.1/man/pdf2ps.1 ghostscript-9.56.1/man/pf2afm.1 ghostscript-9.56.1/man/pfbtopfa.1 ghostscript-9.56.1/man/printafm.1 ghostscript-9.56.1/man/ps2ascii.1 ghostscript-9.56.1/man/ps2epsi.1 ghostscript-9.56.1/man/ps2pdf.1 ghostscript-9.56.1/man/ps2pdfwr.1 ghostscript-9.56.1/man/ps2ps.1 ghostscript-9.56.1/openjpeg/ ghostscript-9.56.1/openjpeg/AUTHORS.md ghostscript-9.56.1/openjpeg/CHANGELOG.md ghostscript-9.56.1/openjpeg/INSTALL.md ghostscript-9.56.1/openjpeg/LICENSE ghostscript-9.56.1/openjpeg/NEWS.md ghostscript-9.56.1/openjpeg/README.md ghostscript-9.56.1/openjpeg/THANKS.md ghostscript-9.56.1/openjpeg/appveyor.yml ghostscript-9.56.1/openjpeg/doc/ ghostscript-9.56.1/openjpeg/doc/CMakeLists.txt ghostscript-9.56.1/openjpeg/doc/Doxyfile.dox.cmake.in ghostscript-9.56.1/openjpeg/doc/jpip_architect.png ghostscript-9.56.1/openjpeg/doc/jpip_protocol.png ghostscript-9.56.1/openjpeg/doc/mainpage.dox.in ghostscript-9.56.1/openjpeg/doc/man/ ghostscript-9.56.1/openjpeg/doc/man/man1/ ghostscript-9.56.1/openjpeg/doc/man/man1/opj_compress.1 ghostscript-9.56.1/openjpeg/doc/man/man1/opj_decompress.1 ghostscript-9.56.1/openjpeg/doc/man/man1/opj_dump.1 ghostscript-9.56.1/openjpeg/doc/man/man3/ ghostscript-9.56.1/openjpeg/doc/man/man3/libopenjp2.3 ghostscript-9.56.1/openjpeg/doc/openjpip.dox.in ghostscript-9.56.1/openjpeg/src/ ghostscript-9.56.1/openjpeg/src/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/lib/ ghostscript-9.56.1/openjpeg/src/lib/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/lib/openjp2/ ghostscript-9.56.1/openjpeg/src/lib/openjp2/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/lib/openjp2/bench_dwt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/bio.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/bio.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/cidx_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/cidx_manager.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/cio.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/cio.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/dwt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/dwt.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/event.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/event.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/function_list.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/function_list.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/image.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/image.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/indexbox_manager.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/invert.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/invert.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/j2k.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/j2k.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/jp2.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/jp2.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/libopenjp2.pc.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/mct.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/mct.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc_inl.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/openjpeg.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/openjpeg.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_clock.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_clock.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_codec.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_common.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config.h.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config_private.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config_private.h.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_includes.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_intmath.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_inttypes.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_malloc.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_malloc.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_stdint.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/phix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/pi.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/pi.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/ppix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/sparse_array.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/sparse_array.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1_generate_luts.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1_luts.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t2.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t2.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tcd.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tcd.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/test_sparse_array.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tgt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tgt.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/thix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/thread.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/thread.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tls_keys.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tpix_manager.c ghostscript-9.56.1/pdf/ ghostscript-9.56.1/pdf/ghostpdf.c ghostscript-9.56.1/pdf/ghostpdf.h ghostscript-9.56.1/pdf/pdf.mak ghostscript-9.56.1/pdf/pdf_annot.c ghostscript-9.56.1/pdf/pdf_annot.h ghostscript-9.56.1/pdf/pdf_array.c ghostscript-9.56.1/pdf/pdf_array.h ghostscript-9.56.1/pdf/pdf_check.c ghostscript-9.56.1/pdf/pdf_check.h ghostscript-9.56.1/pdf/pdf_ciddec.c ghostscript-9.56.1/pdf/pdf_cmap.c ghostscript-9.56.1/pdf/pdf_cmap.h ghostscript-9.56.1/pdf/pdf_colour.c ghostscript-9.56.1/pdf/pdf_colour.h ghostscript-9.56.1/pdf/pdf_deref.c ghostscript-9.56.1/pdf/pdf_deref.h ghostscript-9.56.1/pdf/pdf_device.c ghostscript-9.56.1/pdf/pdf_device.h ghostscript-9.56.1/pdf/pdf_dict.c ghostscript-9.56.1/pdf/pdf_dict.h ghostscript-9.56.1/pdf/pdf_doc.c ghostscript-9.56.1/pdf/pdf_doc.h ghostscript-9.56.1/pdf/pdf_errors.h ghostscript-9.56.1/pdf/pdf_fapi.c ghostscript-9.56.1/pdf/pdf_file.c ghostscript-9.56.1/pdf/pdf_file.h ghostscript-9.56.1/pdf/pdf_fmap.c ghostscript-9.56.1/pdf/pdf_fmap.h ghostscript-9.56.1/pdf/pdf_font.c ghostscript-9.56.1/pdf/pdf_font.h ghostscript-9.56.1/pdf/pdf_font0.c ghostscript-9.56.1/pdf/pdf_font0.h ghostscript-9.56.1/pdf/pdf_font1.c ghostscript-9.56.1/pdf/pdf_font1.h ghostscript-9.56.1/pdf/pdf_font11.c ghostscript-9.56.1/pdf/pdf_font1C.c ghostscript-9.56.1/pdf/pdf_font1C.h ghostscript-9.56.1/pdf/pdf_font3.c ghostscript-9.56.1/pdf/pdf_font3.h ghostscript-9.56.1/pdf/pdf_font9.c ghostscript-9.56.1/pdf/pdf_fontTT.c ghostscript-9.56.1/pdf/pdf_fontTT.h ghostscript-9.56.1/pdf/pdf_font_types.h ghostscript-9.56.1/pdf/pdf_fontps.c ghostscript-9.56.1/pdf/pdf_fontps.h ghostscript-9.56.1/pdf/pdf_func.c ghostscript-9.56.1/pdf/pdf_func.h ghostscript-9.56.1/pdf/pdf_gstate.c ghostscript-9.56.1/pdf/pdf_gstate.h ghostscript-9.56.1/pdf/pdf_image.c ghostscript-9.56.1/pdf/pdf_image.h ghostscript-9.56.1/pdf/pdf_int.c ghostscript-9.56.1/pdf/pdf_int.h ghostscript-9.56.1/pdf/pdf_loop_detect.c ghostscript-9.56.1/pdf/pdf_loop_detect.h ghostscript-9.56.1/pdf/pdf_mark.c ghostscript-9.56.1/pdf/pdf_mark.h ghostscript-9.56.1/pdf/pdf_misc.c ghostscript-9.56.1/pdf/pdf_misc.h ghostscript-9.56.1/pdf/pdf_obj.c ghostscript-9.56.1/pdf/pdf_obj.h ghostscript-9.56.1/pdf/pdf_optcontent.c ghostscript-9.56.1/pdf/pdf_optcontent.h ghostscript-9.56.1/pdf/pdf_page.c ghostscript-9.56.1/pdf/pdf_page.h ghostscript-9.56.1/pdf/pdf_path.c ghostscript-9.56.1/pdf/pdf_path.h ghostscript-9.56.1/pdf/pdf_pattern.c ghostscript-9.56.1/pdf/pdf_pattern.h ghostscript-9.56.1/pdf/pdf_repair.c ghostscript-9.56.1/pdf/pdf_repair.h ghostscript-9.56.1/pdf/pdf_sec.c ghostscript-9.56.1/pdf/pdf_sec.h ghostscript-9.56.1/pdf/pdf_shading.c ghostscript-9.56.1/pdf/pdf_shading.h ghostscript-9.56.1/pdf/pdf_stack.c ghostscript-9.56.1/pdf/pdf_stack.h ghostscript-9.56.1/pdf/pdf_text.c ghostscript-9.56.1/pdf/pdf_text.h ghostscript-9.56.1/pdf/pdf_trans.c ghostscript-9.56.1/pdf/pdf_trans.h ghostscript-9.56.1/pdf/pdf_types.h ghostscript-9.56.1/pdf/pdf_utf8.c ghostscript-9.56.1/pdf/pdf_utf8.h ghostscript-9.56.1/pdf/pdf_warnings.h ghostscript-9.56.1/pdf/pdf_xref.c ghostscript-9.56.1/pdf/pdf_xref.h ghostscript-9.56.1/pdf/pdfromfs.mak ghostscript-9.56.1/pdf/pdftop.c ghostscript-9.56.1/psi/ ghostscript-9.56.1/psi/apitest.c ghostscript-9.56.1/psi/bfont.h ghostscript-9.56.1/psi/btoken.h ghostscript-9.56.1/psi/dmmain.c ghostscript-9.56.1/psi/dmmain.r ghostscript-9.56.1/psi/dpmain.c ghostscript-9.56.1/psi/dscparse.c ghostscript-9.56.1/psi/dscparse.h ghostscript-9.56.1/psi/dstack.h ghostscript-9.56.1/psi/dw32c.def ghostscript-9.56.1/psi/dw64c.def ghostscript-9.56.1/psi/dwdll.c ghostscript-9.56.1/psi/dwdll.h ghostscript-9.56.1/psi/dwimg.c ghostscript-9.56.1/psi/dwimg.h ghostscript-9.56.1/psi/dwmain.c ghostscript-9.56.1/psi/dwmain.rc ghostscript-9.56.1/psi/dwmain32.def ghostscript-9.56.1/psi/dwmain64.def ghostscript-9.56.1/psi/dwmainc.c ghostscript-9.56.1/psi/dwnodll.c ghostscript-9.56.1/psi/dwreg.c ghostscript-9.56.1/psi/dwreg.h ghostscript-9.56.1/psi/dwres.h ghostscript-9.56.1/psi/dwsetup.def ghostscript-9.56.1/psi/dwsetup_x64.manifest ghostscript-9.56.1/psi/dwsetup_x86.manifest ghostscript-9.56.1/psi/dwtext.c ghostscript-9.56.1/psi/dwtext.h ghostscript-9.56.1/psi/dwtrace.c ghostscript-9.56.1/psi/dwtrace.h ghostscript-9.56.1/psi/dwuninst.def ghostscript-9.56.1/psi/dwuninst_x64.manifest ghostscript-9.56.1/psi/dwuninst_x86.manifest ghostscript-9.56.1/psi/dxmain.c ghostscript-9.56.1/psi/dxmainc.c ghostscript-9.56.1/psi/estack.h ghostscript-9.56.1/psi/files.h ghostscript-9.56.1/psi/ghost.h ghostscript-9.56.1/psi/gs.c ghostscript-9.56.1/psi/gsdll.c ghostscript-9.56.1/psi/gsdll2.def ghostscript-9.56.1/psi/gsdll2.rc ghostscript-9.56.1/psi/gsdll32.def ghostscript-9.56.1/psi/gsdll32.rc ghostscript-9.56.1/psi/gsdll32metro.def ghostscript-9.56.1/psi/gsdll32w.lnk ghostscript-9.56.1/psi/gsdll64.def ghostscript-9.56.1/psi/gsdll64metro.def ghostscript-9.56.1/psi/gsdllARM32metro.def ghostscript-9.56.1/psi/gserver.c ghostscript-9.56.1/psi/gsos2.def ghostscript-9.56.1/psi/gsos2.icx ghostscript-9.56.1/psi/gsos2.rc ghostscript-9.56.1/psi/ialloc.c ghostscript-9.56.1/psi/ialloc.h ghostscript-9.56.1/psi/iapi.c ghostscript-9.56.1/psi/iapi.h ghostscript-9.56.1/psi/iastate.h ghostscript-9.56.1/psi/iastruct.h ghostscript-9.56.1/psi/ibnum.c ghostscript-9.56.1/psi/ibnum.h ghostscript-9.56.1/psi/ichar.h ghostscript-9.56.1/psi/ichar1.h ghostscript-9.56.1/psi/icharout.h ghostscript-9.56.1/psi/icid.h ghostscript-9.56.1/psi/icie.h ghostscript-9.56.1/psi/icolor.h ghostscript-9.56.1/psi/iconf.c ghostscript-9.56.1/psi/iconf.h ghostscript-9.56.1/psi/icontext.c ghostscript-9.56.1/psi/icontext.h ghostscript-9.56.1/psi/icremap.h ghostscript-9.56.1/psi/icsmap.h ghostscript-9.56.1/psi/icstate.h ghostscript-9.56.1/psi/iddict.h ghostscript-9.56.1/psi/iddstack.h ghostscript-9.56.1/psi/idebug.c ghostscript-9.56.1/psi/idebug.h ghostscript-9.56.1/psi/idict.c ghostscript-9.56.1/psi/idict.h ghostscript-9.56.1/psi/idictdef.h ghostscript-9.56.1/psi/idicttpl.h ghostscript-9.56.1/psi/idisp.c ghostscript-9.56.1/psi/idisp.h ghostscript-9.56.1/psi/idosave.h ghostscript-9.56.1/psi/idparam.c ghostscript-9.56.1/psi/idparam.h ghostscript-9.56.1/psi/idsdata.h ghostscript-9.56.1/psi/idstack.c ghostscript-9.56.1/psi/idstack.h ghostscript-9.56.1/psi/ierrors.h ghostscript-9.56.1/psi/iesdata.h ghostscript-9.56.1/psi/iestack.h ghostscript-9.56.1/psi/ifapi.h ghostscript-9.56.1/psi/ifcid.h ghostscript-9.56.1/psi/ifilter.h ghostscript-9.56.1/psi/ifilter2.h ghostscript-9.56.1/psi/ifont.h ghostscript-9.56.1/psi/ifont1.h ghostscript-9.56.1/psi/ifont2.h ghostscript-9.56.1/psi/ifont42.h ghostscript-9.56.1/psi/ifrpred.h ghostscript-9.56.1/psi/ifunc.h ghostscript-9.56.1/psi/ifwpred.h ghostscript-9.56.1/psi/igc.c ghostscript-9.56.1/psi/igc.h ghostscript-9.56.1/psi/igcref.c ghostscript-9.56.1/psi/igcstr.c ghostscript-9.56.1/psi/igcstr.h ghostscript-9.56.1/psi/igstate.h ghostscript-9.56.1/psi/iht.h ghostscript-9.56.1/psi/iimage.h ghostscript-9.56.1/psi/iinit.c ghostscript-9.56.1/psi/iinit.h ghostscript-9.56.1/psi/ilevel.h ghostscript-9.56.1/psi/ilocate.c ghostscript-9.56.1/psi/imain.c ghostscript-9.56.1/psi/imain.h ghostscript-9.56.1/psi/imainarg.c ghostscript-9.56.1/psi/imainarg.h ghostscript-9.56.1/psi/imemory.h ghostscript-9.56.1/psi/iminst.h ghostscript-9.56.1/psi/iname.c ghostscript-9.56.1/psi/iname.h ghostscript-9.56.1/psi/inamedef.h ghostscript-9.56.1/psi/inameidx.h ghostscript-9.56.1/psi/inames.h ghostscript-9.56.1/psi/inamestr.h ghostscript-9.56.1/psi/inobtokn.c ghostscript-9.56.1/psi/inouparm.c ghostscript-9.56.1/psi/int.mak ghostscript-9.56.1/psi/interp.c ghostscript-9.56.1/psi/interp.h ghostscript-9.56.1/psi/iosdata.h ghostscript-9.56.1/psi/iostack.h ghostscript-9.56.1/psi/ipacked.h ghostscript-9.56.1/psi/iparam.c ghostscript-9.56.1/psi/iparam.h ghostscript-9.56.1/psi/iparray.h ghostscript-9.56.1/psi/ipcolor.h ghostscript-9.56.1/psi/iplugin.c ghostscript-9.56.1/psi/iplugin.h ghostscript-9.56.1/psi/ireclaim.c ghostscript-9.56.1/psi/iref.h ghostscript-9.56.1/psi/isave.c ghostscript-9.56.1/psi/isave.h ghostscript-9.56.1/psi/iscan.c ghostscript-9.56.1/psi/iscan.h ghostscript-9.56.1/psi/iscanbin.c ghostscript-9.56.1/psi/iscanbin.h ghostscript-9.56.1/psi/iscannum.c ghostscript-9.56.1/psi/iscannum.h ghostscript-9.56.1/psi/isdata.h ghostscript-9.56.1/psi/isstate.h ghostscript-9.56.1/psi/istack.c ghostscript-9.56.1/psi/istack.h ghostscript-9.56.1/psi/istkparm.h ghostscript-9.56.1/psi/istream.h ghostscript-9.56.1/psi/istruct.h ghostscript-9.56.1/psi/itoken.h ghostscript-9.56.1/psi/iutil.c ghostscript-9.56.1/psi/iutil.h ghostscript-9.56.1/psi/iutil2.c ghostscript-9.56.1/psi/iutil2.h ghostscript-9.56.1/psi/ivmem2.h ghostscript-9.56.1/psi/ivmspace.h ghostscript-9.56.1/psi/main.h ghostscript-9.56.1/psi/msvc.mak ghostscript-9.56.1/psi/msvc32.mak ghostscript-9.56.1/psi/msvc64.mak ghostscript-9.56.1/psi/nsisinst.nsi ghostscript-9.56.1/psi/oparc.h ghostscript-9.56.1/psi/opcheck.h ghostscript-9.56.1/psi/opdef.h ghostscript-9.56.1/psi/oper.h ghostscript-9.56.1/psi/opextern.h ghostscript-9.56.1/psi/os2.mak ghostscript-9.56.1/psi/ostack.h ghostscript-9.56.1/psi/psapi.c ghostscript-9.56.1/psi/psapi.h ghostscript-9.56.1/psi/psromfs.mak ghostscript-9.56.1/psi/store.h ghostscript-9.56.1/psi/winint.mak ghostscript-9.56.1/psi/zalg.c ghostscript-9.56.1/psi/zarith.c ghostscript-9.56.1/psi/zarray.c ghostscript-9.56.1/psi/zbfont.c ghostscript-9.56.1/psi/zbseq.c ghostscript-9.56.1/psi/zcfont.c ghostscript-9.56.1/psi/zchar.c ghostscript-9.56.1/psi/zchar1.c ghostscript-9.56.1/psi/zchar2.c ghostscript-9.56.1/psi/zchar32.c ghostscript-9.56.1/psi/zchar42.c ghostscript-9.56.1/psi/zchar42.h ghostscript-9.56.1/psi/zcharout.c ghostscript-9.56.1/psi/zcharx.c ghostscript-9.56.1/psi/zcid.c ghostscript-9.56.1/psi/zcie.c ghostscript-9.56.1/psi/zcie.h ghostscript-9.56.1/psi/zcolor.c ghostscript-9.56.1/psi/zcolor.h ghostscript-9.56.1/psi/zcolor1.c ghostscript-9.56.1/psi/zcolor2.c ghostscript-9.56.1/psi/zcolor3.c ghostscript-9.56.1/psi/zcontrol.c ghostscript-9.56.1/psi/zcrd.c ghostscript-9.56.1/psi/zcsindex.c ghostscript-9.56.1/psi/zcspixel.c ghostscript-9.56.1/psi/zcssepr.c ghostscript-9.56.1/psi/zdevcal.c ghostscript-9.56.1/psi/zdevice.c ghostscript-9.56.1/psi/zdevice2.c ghostscript-9.56.1/psi/zdfilter.c ghostscript-9.56.1/psi/zdict.c ghostscript-9.56.1/psi/zdouble.c ghostscript-9.56.1/psi/zdps1.c ghostscript-9.56.1/psi/zdscpars.c ghostscript-9.56.1/psi/zfaes.c ghostscript-9.56.1/psi/zfapi.c ghostscript-9.56.1/psi/zfarc4.c ghostscript-9.56.1/psi/zfbcp.c ghostscript-9.56.1/psi/zfcid.c ghostscript-9.56.1/psi/zfcid0.c ghostscript-9.56.1/psi/zfcid1.c ghostscript-9.56.1/psi/zfcmap.c ghostscript-9.56.1/psi/zfdctd.c ghostscript-9.56.1/psi/zfdcte.c ghostscript-9.56.1/psi/zfdecode.c ghostscript-9.56.1/psi/zfile.c ghostscript-9.56.1/psi/zfile.h ghostscript-9.56.1/psi/zfile1.c ghostscript-9.56.1/psi/zfileio.c ghostscript-9.56.1/psi/zfilter.c ghostscript-9.56.1/psi/zfilter2.c ghostscript-9.56.1/psi/zfimscale.c ghostscript-9.56.1/psi/zfjbig2.c ghostscript-9.56.1/psi/zfjpx.c ghostscript-9.56.1/psi/zfmd5.c ghostscript-9.56.1/psi/zfont.c ghostscript-9.56.1/psi/zfont0.c ghostscript-9.56.1/psi/zfont1.c ghostscript-9.56.1/psi/zfont2.c ghostscript-9.56.1/psi/zfont32.c ghostscript-9.56.1/psi/zfont42.c ghostscript-9.56.1/psi/zfontenum.c ghostscript-9.56.1/psi/zform.c ghostscript-9.56.1/psi/zfproc.c ghostscript-9.56.1/psi/zfrsd.c ghostscript-9.56.1/psi/zfrsd.h ghostscript-9.56.1/psi/zfsample.c ghostscript-9.56.1/psi/zfsha2.c ghostscript-9.56.1/psi/zfunc.c ghostscript-9.56.1/psi/zfunc.h ghostscript-9.56.1/psi/zfunc0.c ghostscript-9.56.1/psi/zfunc3.c ghostscript-9.56.1/psi/zfunc4.c ghostscript-9.56.1/psi/zfzlib.c ghostscript-9.56.1/psi/zgeneric.c ghostscript-9.56.1/psi/zgstate.c ghostscript-9.56.1/psi/zht.c ghostscript-9.56.1/psi/zht1.c ghostscript-9.56.1/psi/zht2.c ghostscript-9.56.1/psi/zht2.h ghostscript-9.56.1/psi/zicc.c ghostscript-9.56.1/psi/zicc.h ghostscript-9.56.1/psi/zimage.c ghostscript-9.56.1/psi/zimage3.c ghostscript-9.56.1/psi/ziodev.c ghostscript-9.56.1/psi/ziodev2.c ghostscript-9.56.1/psi/ziodevsc.c ghostscript-9.56.1/psi/zmath.c ghostscript-9.56.1/psi/zmatrix.c ghostscript-9.56.1/psi/zmedia2.c ghostscript-9.56.1/psi/zmisc.c ghostscript-9.56.1/psi/zmisc1.c ghostscript-9.56.1/psi/zmisc2.c ghostscript-9.56.1/psi/zmisc3.c ghostscript-9.56.1/psi/zncdummy.c ghostscript-9.56.1/psi/zpacked.c ghostscript-9.56.1/psi/zpaint.c ghostscript-9.56.1/psi/zpath.c ghostscript-9.56.1/psi/zpath1.c ghostscript-9.56.1/psi/zpcolor.c ghostscript-9.56.1/psi/zpdf_r6.c ghostscript-9.56.1/psi/zpdfops.c ghostscript-9.56.1/psi/zrelbit.c ghostscript-9.56.1/psi/zshade.c ghostscript-9.56.1/psi/zstack.c ghostscript-9.56.1/psi/zstring.c ghostscript-9.56.1/psi/zsysvm.c ghostscript-9.56.1/psi/ztoken.c ghostscript-9.56.1/psi/ztrans.c ghostscript-9.56.1/psi/ztrap.c ghostscript-9.56.1/psi/ztype.c ghostscript-9.56.1/psi/zupath.c ghostscript-9.56.1/psi/zusparam.c ghostscript-9.56.1/psi/zutf8.c ghostscript-9.56.1/psi/zvmem.c ghostscript-9.56.1/psi/zvmem2.c ghostscript-9.56.1/psi/zwinutf8.c ghostscript-9.56.1/tesseract/ ghostscript-9.56.1/tesseract/.clang-format ghostscript-9.56.1/tesseract/.gitattributes ghostscript-9.56.1/tesseract/.github/ ghostscript-9.56.1/tesseract/.github/ISSUE_TEMPLATE.md ghostscript-9.56.1/tesseract/.github/workflows/ ghostscript-9.56.1/tesseract/.github/workflows/autotools.yml ghostscript-9.56.1/tesseract/.github/workflows/cmake-linuxclang-win.yml ghostscript-9.56.1/tesseract/.github/workflows/cmake.yml ghostscript-9.56.1/tesseract/.github/workflows/sw.yml ghostscript-9.56.1/tesseract/.github/workflows/unittest-disablelegacy.yml ghostscript-9.56.1/tesseract/.github/workflows/unittest.yml ghostscript-9.56.1/tesseract/.gitignore ghostscript-9.56.1/tesseract/.gitmodules ghostscript-9.56.1/tesseract/.lgtm.yml ghostscript-9.56.1/tesseract/.travis.yml ghostscript-9.56.1/tesseract/AUTHORS ghostscript-9.56.1/tesseract/CMakeLists.txt ghostscript-9.56.1/tesseract/CONTRIBUTING.md ghostscript-9.56.1/tesseract/ChangeLog ghostscript-9.56.1/tesseract/Dockerfile ghostscript-9.56.1/tesseract/INSTALL ghostscript-9.56.1/tesseract/INSTALL.GIT.md ghostscript-9.56.1/tesseract/LICENSE ghostscript-9.56.1/tesseract/Makefile.am ghostscript-9.56.1/tesseract/README.md ghostscript-9.56.1/tesseract/VERSION ghostscript-9.56.1/tesseract/abseil/ ghostscript-9.56.1/tesseract/appveyor.yml ghostscript-9.56.1/tesseract/autogen.sh ghostscript-9.56.1/tesseract/cmake/ ghostscript-9.56.1/tesseract/cmake/AddCompilerFlag.cmake ghostscript-9.56.1/tesseract/cmake/BuildFunctions.cmake ghostscript-9.56.1/tesseract/cmake/Configure.cmake ghostscript-9.56.1/tesseract/cmake/OptimizeForArchitecture.cmake ghostscript-9.56.1/tesseract/cmake/SourceGroups.cmake ghostscript-9.56.1/tesseract/cmake/templates/ ghostscript-9.56.1/tesseract/cmake/templates/TesseractConfig.cmake.in ghostscript-9.56.1/tesseract/cmake/templates/cmake_uninstall.cmake.in ghostscript-9.56.1/tesseract/configure.ac ghostscript-9.56.1/tesseract/doc/ ghostscript-9.56.1/tesseract/doc/Doxyfile ghostscript-9.56.1/tesseract/doc/ambiguous_words.1.asc ghostscript-9.56.1/tesseract/doc/classifier_tester.1.asc ghostscript-9.56.1/tesseract/doc/cntraining.1.asc ghostscript-9.56.1/tesseract/doc/combine_lang_model.1.asc ghostscript-9.56.1/tesseract/doc/combine_tessdata.1.asc ghostscript-9.56.1/tesseract/doc/dawg2wordlist.1.asc ghostscript-9.56.1/tesseract/doc/generate_manpages.sh ghostscript-9.56.1/tesseract/doc/lstmeval.1.asc ghostscript-9.56.1/tesseract/doc/lstmtraining.1.asc ghostscript-9.56.1/tesseract/doc/merge_unicharsets.1.asc ghostscript-9.56.1/tesseract/doc/mftraining.1.asc ghostscript-9.56.1/tesseract/doc/set_unicharset_properties.1.asc ghostscript-9.56.1/tesseract/doc/shapeclustering.1.asc ghostscript-9.56.1/tesseract/doc/tesseract.1.asc ghostscript-9.56.1/tesseract/doc/tesseract.bib ghostscript-9.56.1/tesseract/doc/tesseract.natvis ghostscript-9.56.1/tesseract/doc/text2image.1.asc ghostscript-9.56.1/tesseract/doc/unicharambigs.5.asc ghostscript-9.56.1/tesseract/doc/unicharset.5.asc ghostscript-9.56.1/tesseract/doc/unicharset_extractor.1.asc ghostscript-9.56.1/tesseract/doc/wordlist2dawg.1.asc ghostscript-9.56.1/tesseract/docker-compose.yml ghostscript-9.56.1/tesseract/googletest/ ghostscript-9.56.1/tesseract/include/ ghostscript-9.56.1/tesseract/include/tesseract/ ghostscript-9.56.1/tesseract/include/tesseract/baseapi.h ghostscript-9.56.1/tesseract/include/tesseract/capi.h ghostscript-9.56.1/tesseract/include/tesseract/export.h ghostscript-9.56.1/tesseract/include/tesseract/ltrresultiterator.h ghostscript-9.56.1/tesseract/include/tesseract/ocrclass.h ghostscript-9.56.1/tesseract/include/tesseract/osdetect.h ghostscript-9.56.1/tesseract/include/tesseract/pageiterator.h ghostscript-9.56.1/tesseract/include/tesseract/publictypes.h ghostscript-9.56.1/tesseract/include/tesseract/renderer.h ghostscript-9.56.1/tesseract/include/tesseract/resultiterator.h ghostscript-9.56.1/tesseract/include/tesseract/thresholder.h ghostscript-9.56.1/tesseract/include/tesseract/unichar.h ghostscript-9.56.1/tesseract/include/tesseract/version.h.in ghostscript-9.56.1/tesseract/java/ ghostscript-9.56.1/tesseract/java/Makefile.am ghostscript-9.56.1/tesseract/java/Manifest.txt ghostscript-9.56.1/tesseract/java/com/ ghostscript-9.56.1/tesseract/java/com/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/ ghostscript-9.56.1/tesseract/java/com/google/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ScrollView.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEvent.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEventHandler.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEventType.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVAbstractMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVCheckboxMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVEmptyMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVImageHandler.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVMenuBar.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVPopupMenu.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVSubMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVWindow.java ghostscript-9.56.1/tesseract/m4/ ghostscript-9.56.1/tesseract/m4/ax_check_compile_flag.m4 ghostscript-9.56.1/tesseract/m4/ax_split_version.m4 ghostscript-9.56.1/tesseract/snap/ ghostscript-9.56.1/tesseract/snap/snapcraft.yaml ghostscript-9.56.1/tesseract/src/ ghostscript-9.56.1/tesseract/src/api/ ghostscript-9.56.1/tesseract/src/api/altorenderer.cpp ghostscript-9.56.1/tesseract/src/api/baseapi.cpp ghostscript-9.56.1/tesseract/src/api/capi.cpp ghostscript-9.56.1/tesseract/src/api/hocrrenderer.cpp ghostscript-9.56.1/tesseract/src/api/lstmboxrenderer.cpp ghostscript-9.56.1/tesseract/src/api/pdf_ttf.h ghostscript-9.56.1/tesseract/src/api/pdfrenderer.cpp ghostscript-9.56.1/tesseract/src/api/renderer.cpp ghostscript-9.56.1/tesseract/src/api/tesseractmain.cpp ghostscript-9.56.1/tesseract/src/api/wordstrboxrenderer.cpp ghostscript-9.56.1/tesseract/src/arch/ ghostscript-9.56.1/tesseract/src/arch/dotproduct.cpp ghostscript-9.56.1/tesseract/src/arch/dotproduct.h ghostscript-9.56.1/tesseract/src/arch/dotproductavx.cpp ghostscript-9.56.1/tesseract/src/arch/dotproductfma.cpp ghostscript-9.56.1/tesseract/src/arch/dotproductsse.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrix.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrix.h ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixavx2.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixneon.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixsse.cpp ghostscript-9.56.1/tesseract/src/arch/simddetect.cpp ghostscript-9.56.1/tesseract/src/arch/simddetect.h ghostscript-9.56.1/tesseract/src/ccmain/ ghostscript-9.56.1/tesseract/src/ccmain/adaptions.cpp ghostscript-9.56.1/tesseract/src/ccmain/applybox.cpp ghostscript-9.56.1/tesseract/src/ccmain/control.cpp ghostscript-9.56.1/tesseract/src/ccmain/control.h ghostscript-9.56.1/tesseract/src/ccmain/docqual.cpp ghostscript-9.56.1/tesseract/src/ccmain/docqual.h ghostscript-9.56.1/tesseract/src/ccmain/equationdetect.cpp ghostscript-9.56.1/tesseract/src/ccmain/equationdetect.h ghostscript-9.56.1/tesseract/src/ccmain/fixspace.cpp ghostscript-9.56.1/tesseract/src/ccmain/fixspace.h ghostscript-9.56.1/tesseract/src/ccmain/fixxht.cpp ghostscript-9.56.1/tesseract/src/ccmain/linerec.cpp ghostscript-9.56.1/tesseract/src/ccmain/ltrresultiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/mutableiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/mutableiterator.h ghostscript-9.56.1/tesseract/src/ccmain/osdetect.cpp ghostscript-9.56.1/tesseract/src/ccmain/output.cpp ghostscript-9.56.1/tesseract/src/ccmain/output.h ghostscript-9.56.1/tesseract/src/ccmain/pageiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/pagesegmain.cpp ghostscript-9.56.1/tesseract/src/ccmain/pagewalk.cpp ghostscript-9.56.1/tesseract/src/ccmain/par_control.cpp ghostscript-9.56.1/tesseract/src/ccmain/paragraphs.cpp ghostscript-9.56.1/tesseract/src/ccmain/paragraphs.h ghostscript-9.56.1/tesseract/src/ccmain/paragraphs_internal.h ghostscript-9.56.1/tesseract/src/ccmain/paramsd.cpp ghostscript-9.56.1/tesseract/src/ccmain/paramsd.h ghostscript-9.56.1/tesseract/src/ccmain/pgedit.cpp ghostscript-9.56.1/tesseract/src/ccmain/pgedit.h ghostscript-9.56.1/tesseract/src/ccmain/recogtraining.cpp ghostscript-9.56.1/tesseract/src/ccmain/reject.cpp ghostscript-9.56.1/tesseract/src/ccmain/reject.h ghostscript-9.56.1/tesseract/src/ccmain/resultiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/superscript.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessbox.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessedit.cpp ghostscript-9.56.1/tesseract/src/ccmain/tesseractclass.cpp ghostscript-9.56.1/tesseract/src/ccmain/tesseractclass.h ghostscript-9.56.1/tesseract/src/ccmain/tessvars.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessvars.h ghostscript-9.56.1/tesseract/src/ccmain/tfacepp.cpp ghostscript-9.56.1/tesseract/src/ccmain/thresholder.cpp ghostscript-9.56.1/tesseract/src/ccmain/werdit.cpp ghostscript-9.56.1/tesseract/src/ccmain/werdit.h ghostscript-9.56.1/tesseract/src/ccstruct/ ghostscript-9.56.1/tesseract/src/ccstruct/blamer.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blamer.h ghostscript-9.56.1/tesseract/src/ccstruct/blobbox.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobbox.h ghostscript-9.56.1/tesseract/src/ccstruct/blobs.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobs.h ghostscript-9.56.1/tesseract/src/ccstruct/blread.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blread.h ghostscript-9.56.1/tesseract/src/ccstruct/boxread.cpp ghostscript-9.56.1/tesseract/src/ccstruct/boxread.h ghostscript-9.56.1/tesseract/src/ccstruct/boxword.cpp ghostscript-9.56.1/tesseract/src/ccstruct/boxword.h ghostscript-9.56.1/tesseract/src/ccstruct/ccstruct.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ccstruct.h ghostscript-9.56.1/tesseract/src/ccstruct/coutln.cpp ghostscript-9.56.1/tesseract/src/ccstruct/coutln.h ghostscript-9.56.1/tesseract/src/ccstruct/crakedge.h ghostscript-9.56.1/tesseract/src/ccstruct/debugpixa.h ghostscript-9.56.1/tesseract/src/ccstruct/detlinefit.cpp ghostscript-9.56.1/tesseract/src/ccstruct/detlinefit.h ghostscript-9.56.1/tesseract/src/ccstruct/dppoint.cpp ghostscript-9.56.1/tesseract/src/ccstruct/dppoint.h ghostscript-9.56.1/tesseract/src/ccstruct/fontinfo.cpp ghostscript-9.56.1/tesseract/src/ccstruct/fontinfo.h ghostscript-9.56.1/tesseract/src/ccstruct/imagedata.cpp ghostscript-9.56.1/tesseract/src/ccstruct/imagedata.h ghostscript-9.56.1/tesseract/src/ccstruct/linlsq.cpp ghostscript-9.56.1/tesseract/src/ccstruct/linlsq.h ghostscript-9.56.1/tesseract/src/ccstruct/matrix.cpp ghostscript-9.56.1/tesseract/src/ccstruct/matrix.h ghostscript-9.56.1/tesseract/src/ccstruct/mod128.cpp ghostscript-9.56.1/tesseract/src/ccstruct/mod128.h ghostscript-9.56.1/tesseract/src/ccstruct/normalis.cpp ghostscript-9.56.1/tesseract/src/ccstruct/normalis.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrblock.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrblock.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrpara.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrpara.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrrow.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrrow.h ghostscript-9.56.1/tesseract/src/ccstruct/otsuthr.cpp ghostscript-9.56.1/tesseract/src/ccstruct/otsuthr.h ghostscript-9.56.1/tesseract/src/ccstruct/pageres.cpp ghostscript-9.56.1/tesseract/src/ccstruct/pageres.h ghostscript-9.56.1/tesseract/src/ccstruct/params_training_featdef.cpp ghostscript-9.56.1/tesseract/src/ccstruct/params_training_featdef.h ghostscript-9.56.1/tesseract/src/ccstruct/pdblock.cpp ghostscript-9.56.1/tesseract/src/ccstruct/pdblock.h ghostscript-9.56.1/tesseract/src/ccstruct/points.cpp ghostscript-9.56.1/tesseract/src/ccstruct/points.h ghostscript-9.56.1/tesseract/src/ccstruct/polyaprx.cpp ghostscript-9.56.1/tesseract/src/ccstruct/polyaprx.h ghostscript-9.56.1/tesseract/src/ccstruct/polyblk.cpp ghostscript-9.56.1/tesseract/src/ccstruct/polyblk.h ghostscript-9.56.1/tesseract/src/ccstruct/quadlsq.cpp ghostscript-9.56.1/tesseract/src/ccstruct/quadlsq.h ghostscript-9.56.1/tesseract/src/ccstruct/quadratc.h ghostscript-9.56.1/tesseract/src/ccstruct/quspline.cpp ghostscript-9.56.1/tesseract/src/ccstruct/quspline.h ghostscript-9.56.1/tesseract/src/ccstruct/ratngs.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ratngs.h ghostscript-9.56.1/tesseract/src/ccstruct/rect.cpp ghostscript-9.56.1/tesseract/src/ccstruct/rect.h ghostscript-9.56.1/tesseract/src/ccstruct/rejctmap.cpp ghostscript-9.56.1/tesseract/src/ccstruct/rejctmap.h ghostscript-9.56.1/tesseract/src/ccstruct/seam.cpp ghostscript-9.56.1/tesseract/src/ccstruct/seam.h ghostscript-9.56.1/tesseract/src/ccstruct/split.cpp ghostscript-9.56.1/tesseract/src/ccstruct/split.h ghostscript-9.56.1/tesseract/src/ccstruct/statistc.cpp ghostscript-9.56.1/tesseract/src/ccstruct/statistc.h ghostscript-9.56.1/tesseract/src/ccstruct/stepblob.cpp ghostscript-9.56.1/tesseract/src/ccstruct/stepblob.h ghostscript-9.56.1/tesseract/src/ccstruct/werd.cpp ghostscript-9.56.1/tesseract/src/ccstruct/werd.h ghostscript-9.56.1/tesseract/src/ccutil/ ghostscript-9.56.1/tesseract/src/ccutil/ambigs.cpp ghostscript-9.56.1/tesseract/src/ccutil/ambigs.h ghostscript-9.56.1/tesseract/src/ccutil/bits16.h ghostscript-9.56.1/tesseract/src/ccutil/bitvector.cpp ghostscript-9.56.1/tesseract/src/ccutil/bitvector.h ghostscript-9.56.1/tesseract/src/ccutil/ccutil.cpp ghostscript-9.56.1/tesseract/src/ccutil/ccutil.h ghostscript-9.56.1/tesseract/src/ccutil/clst.cpp ghostscript-9.56.1/tesseract/src/ccutil/clst.h ghostscript-9.56.1/tesseract/src/ccutil/elst.cpp ghostscript-9.56.1/tesseract/src/ccutil/elst.h ghostscript-9.56.1/tesseract/src/ccutil/elst2.cpp ghostscript-9.56.1/tesseract/src/ccutil/elst2.h ghostscript-9.56.1/tesseract/src/ccutil/errcode.cpp ghostscript-9.56.1/tesseract/src/ccutil/errcode.h ghostscript-9.56.1/tesseract/src/ccutil/fileerr.h ghostscript-9.56.1/tesseract/src/ccutil/genericheap.h ghostscript-9.56.1/tesseract/src/ccutil/genericvector.h ghostscript-9.56.1/tesseract/src/ccutil/helpers.h ghostscript-9.56.1/tesseract/src/ccutil/host.h ghostscript-9.56.1/tesseract/src/ccutil/indexmapbidi.cpp ghostscript-9.56.1/tesseract/src/ccutil/indexmapbidi.h ghostscript-9.56.1/tesseract/src/ccutil/kdpair.h ghostscript-9.56.1/tesseract/src/ccutil/lsterr.h ghostscript-9.56.1/tesseract/src/ccutil/mainblk.cpp ghostscript-9.56.1/tesseract/src/ccutil/object_cache.h ghostscript-9.56.1/tesseract/src/ccutil/params.cpp ghostscript-9.56.1/tesseract/src/ccutil/params.h ghostscript-9.56.1/tesseract/src/ccutil/qrsequence.h ghostscript-9.56.1/tesseract/src/ccutil/scanutils.cpp ghostscript-9.56.1/tesseract/src/ccutil/scanutils.h ghostscript-9.56.1/tesseract/src/ccutil/serialis.cpp ghostscript-9.56.1/tesseract/src/ccutil/serialis.h ghostscript-9.56.1/tesseract/src/ccutil/sorthelper.h ghostscript-9.56.1/tesseract/src/ccutil/strngs.cpp ghostscript-9.56.1/tesseract/src/ccutil/strngs.h ghostscript-9.56.1/tesseract/src/ccutil/tessdatamanager.cpp ghostscript-9.56.1/tesseract/src/ccutil/tessdatamanager.h ghostscript-9.56.1/tesseract/src/ccutil/tprintf.cpp ghostscript-9.56.1/tesseract/src/ccutil/tprintf.h ghostscript-9.56.1/tesseract/src/ccutil/unichar.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharcompress.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharcompress.h ghostscript-9.56.1/tesseract/src/ccutil/unicharmap.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharmap.h ghostscript-9.56.1/tesseract/src/ccutil/unicharset.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharset.h ghostscript-9.56.1/tesseract/src/ccutil/unicity_table.h ghostscript-9.56.1/tesseract/src/ccutil/universalambigs.cpp ghostscript-9.56.1/tesseract/src/ccutil/universalambigs.h ghostscript-9.56.1/tesseract/src/classify/ ghostscript-9.56.1/tesseract/src/classify/adaptive.cpp ghostscript-9.56.1/tesseract/src/classify/adaptive.h ghostscript-9.56.1/tesseract/src/classify/adaptmatch.cpp ghostscript-9.56.1/tesseract/src/classify/blobclass.cpp ghostscript-9.56.1/tesseract/src/classify/blobclass.h ghostscript-9.56.1/tesseract/src/classify/classify.cpp ghostscript-9.56.1/tesseract/src/classify/classify.h ghostscript-9.56.1/tesseract/src/classify/cluster.cpp ghostscript-9.56.1/tesseract/src/classify/cluster.h ghostscript-9.56.1/tesseract/src/classify/clusttool.cpp ghostscript-9.56.1/tesseract/src/classify/clusttool.h ghostscript-9.56.1/tesseract/src/classify/cutoffs.cpp ghostscript-9.56.1/tesseract/src/classify/featdefs.cpp ghostscript-9.56.1/tesseract/src/classify/featdefs.h ghostscript-9.56.1/tesseract/src/classify/float2int.cpp ghostscript-9.56.1/tesseract/src/classify/float2int.h ghostscript-9.56.1/tesseract/src/classify/fpoint.cpp ghostscript-9.56.1/tesseract/src/classify/fpoint.h ghostscript-9.56.1/tesseract/src/classify/intfeaturespace.cpp ghostscript-9.56.1/tesseract/src/classify/intfeaturespace.h ghostscript-9.56.1/tesseract/src/classify/intfx.cpp ghostscript-9.56.1/tesseract/src/classify/intfx.h ghostscript-9.56.1/tesseract/src/classify/intmatcher.cpp ghostscript-9.56.1/tesseract/src/classify/intmatcher.h ghostscript-9.56.1/tesseract/src/classify/intproto.cpp ghostscript-9.56.1/tesseract/src/classify/intproto.h ghostscript-9.56.1/tesseract/src/classify/kdtree.cpp ghostscript-9.56.1/tesseract/src/classify/kdtree.h ghostscript-9.56.1/tesseract/src/classify/mf.cpp ghostscript-9.56.1/tesseract/src/classify/mf.h ghostscript-9.56.1/tesseract/src/classify/mfdefs.cpp ghostscript-9.56.1/tesseract/src/classify/mfdefs.h ghostscript-9.56.1/tesseract/src/classify/mfoutline.cpp ghostscript-9.56.1/tesseract/src/classify/mfoutline.h ghostscript-9.56.1/tesseract/src/classify/mfx.cpp ghostscript-9.56.1/tesseract/src/classify/mfx.h ghostscript-9.56.1/tesseract/src/classify/normfeat.cpp ghostscript-9.56.1/tesseract/src/classify/normfeat.h ghostscript-9.56.1/tesseract/src/classify/normmatch.cpp ghostscript-9.56.1/tesseract/src/classify/normmatch.h ghostscript-9.56.1/tesseract/src/classify/ocrfeatures.cpp ghostscript-9.56.1/tesseract/src/classify/ocrfeatures.h ghostscript-9.56.1/tesseract/src/classify/outfeat.cpp ghostscript-9.56.1/tesseract/src/classify/outfeat.h ghostscript-9.56.1/tesseract/src/classify/picofeat.cpp ghostscript-9.56.1/tesseract/src/classify/picofeat.h ghostscript-9.56.1/tesseract/src/classify/protos.cpp ghostscript-9.56.1/tesseract/src/classify/protos.h ghostscript-9.56.1/tesseract/src/classify/shapeclassifier.cpp ghostscript-9.56.1/tesseract/src/classify/shapeclassifier.h ghostscript-9.56.1/tesseract/src/classify/shapetable.cpp ghostscript-9.56.1/tesseract/src/classify/shapetable.h ghostscript-9.56.1/tesseract/src/classify/tessclassifier.cpp ghostscript-9.56.1/tesseract/src/classify/tessclassifier.h ghostscript-9.56.1/tesseract/src/classify/trainingsample.cpp ghostscript-9.56.1/tesseract/src/classify/trainingsample.h ghostscript-9.56.1/tesseract/src/cutil/ ghostscript-9.56.1/tesseract/src/cutil/bitvec.h ghostscript-9.56.1/tesseract/src/cutil/oldlist.cpp ghostscript-9.56.1/tesseract/src/cutil/oldlist.h ghostscript-9.56.1/tesseract/src/dict/ ghostscript-9.56.1/tesseract/src/dict/context.cpp ghostscript-9.56.1/tesseract/src/dict/dawg.cpp ghostscript-9.56.1/tesseract/src/dict/dawg.h ghostscript-9.56.1/tesseract/src/dict/dawg_cache.cpp ghostscript-9.56.1/tesseract/src/dict/dawg_cache.h ghostscript-9.56.1/tesseract/src/dict/dict.cpp ghostscript-9.56.1/tesseract/src/dict/dict.h ghostscript-9.56.1/tesseract/src/dict/hyphen.cpp ghostscript-9.56.1/tesseract/src/dict/matchdefs.h ghostscript-9.56.1/tesseract/src/dict/permdawg.cpp ghostscript-9.56.1/tesseract/src/dict/stopper.cpp ghostscript-9.56.1/tesseract/src/dict/stopper.h ghostscript-9.56.1/tesseract/src/dict/trie.cpp ghostscript-9.56.1/tesseract/src/dict/trie.h ghostscript-9.56.1/tesseract/src/lstm/ ghostscript-9.56.1/tesseract/src/lstm/convolve.cpp ghostscript-9.56.1/tesseract/src/lstm/convolve.h ghostscript-9.56.1/tesseract/src/lstm/fullyconnected.cpp ghostscript-9.56.1/tesseract/src/lstm/fullyconnected.h ghostscript-9.56.1/tesseract/src/lstm/functions.cpp ghostscript-9.56.1/tesseract/src/lstm/functions.h ghostscript-9.56.1/tesseract/src/lstm/generate_lut.py ghostscript-9.56.1/tesseract/src/lstm/input.cpp ghostscript-9.56.1/tesseract/src/lstm/input.h ghostscript-9.56.1/tesseract/src/lstm/lstm.cpp ghostscript-9.56.1/tesseract/src/lstm/lstm.h ghostscript-9.56.1/tesseract/src/lstm/lstmrecognizer.cpp ghostscript-9.56.1/tesseract/src/lstm/lstmrecognizer.h ghostscript-9.56.1/tesseract/src/lstm/maxpool.cpp ghostscript-9.56.1/tesseract/src/lstm/maxpool.h ghostscript-9.56.1/tesseract/src/lstm/network.cpp ghostscript-9.56.1/tesseract/src/lstm/network.h ghostscript-9.56.1/tesseract/src/lstm/networkio.cpp ghostscript-9.56.1/tesseract/src/lstm/networkio.h ghostscript-9.56.1/tesseract/src/lstm/networkscratch.h ghostscript-9.56.1/tesseract/src/lstm/parallel.cpp ghostscript-9.56.1/tesseract/src/lstm/parallel.h ghostscript-9.56.1/tesseract/src/lstm/plumbing.cpp ghostscript-9.56.1/tesseract/src/lstm/plumbing.h ghostscript-9.56.1/tesseract/src/lstm/recodebeam.cpp ghostscript-9.56.1/tesseract/src/lstm/recodebeam.h ghostscript-9.56.1/tesseract/src/lstm/reconfig.cpp ghostscript-9.56.1/tesseract/src/lstm/reconfig.h ghostscript-9.56.1/tesseract/src/lstm/reversed.cpp ghostscript-9.56.1/tesseract/src/lstm/reversed.h ghostscript-9.56.1/tesseract/src/lstm/series.cpp ghostscript-9.56.1/tesseract/src/lstm/series.h ghostscript-9.56.1/tesseract/src/lstm/static_shape.h ghostscript-9.56.1/tesseract/src/lstm/stridemap.cpp ghostscript-9.56.1/tesseract/src/lstm/stridemap.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.cpp ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.pb.cc ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.pb.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.proto ghostscript-9.56.1/tesseract/src/lstm/weightmatrix.cpp ghostscript-9.56.1/tesseract/src/lstm/weightmatrix.h ghostscript-9.56.1/tesseract/src/opencl/ ghostscript-9.56.1/tesseract/src/opencl/oclkernels.h ghostscript-9.56.1/tesseract/src/opencl/openclwrapper.cpp ghostscript-9.56.1/tesseract/src/opencl/openclwrapper.h ghostscript-9.56.1/tesseract/src/textord/ ghostscript-9.56.1/tesseract/src/textord/alignedblob.cpp ghostscript-9.56.1/tesseract/src/textord/alignedblob.h ghostscript-9.56.1/tesseract/src/textord/baselinedetect.cpp ghostscript-9.56.1/tesseract/src/textord/baselinedetect.h ghostscript-9.56.1/tesseract/src/textord/bbgrid.cpp ghostscript-9.56.1/tesseract/src/textord/bbgrid.h ghostscript-9.56.1/tesseract/src/textord/blkocc.cpp ghostscript-9.56.1/tesseract/src/textord/blkocc.h ghostscript-9.56.1/tesseract/src/textord/blobgrid.cpp ghostscript-9.56.1/tesseract/src/textord/blobgrid.h ghostscript-9.56.1/tesseract/src/textord/ccnontextdetect.cpp ghostscript-9.56.1/tesseract/src/textord/ccnontextdetect.h ghostscript-9.56.1/tesseract/src/textord/cjkpitch.cpp ghostscript-9.56.1/tesseract/src/textord/cjkpitch.h ghostscript-9.56.1/tesseract/src/textord/colfind.cpp ghostscript-9.56.1/tesseract/src/textord/colfind.h ghostscript-9.56.1/tesseract/src/textord/colpartition.cpp ghostscript-9.56.1/tesseract/src/textord/colpartition.h ghostscript-9.56.1/tesseract/src/textord/colpartitiongrid.cpp ghostscript-9.56.1/tesseract/src/textord/colpartitiongrid.h ghostscript-9.56.1/tesseract/src/textord/colpartitionset.cpp ghostscript-9.56.1/tesseract/src/textord/colpartitionset.h ghostscript-9.56.1/tesseract/src/textord/devanagari_processing.cpp ghostscript-9.56.1/tesseract/src/textord/devanagari_processing.h ghostscript-9.56.1/tesseract/src/textord/drawtord.cpp ghostscript-9.56.1/tesseract/src/textord/drawtord.h ghostscript-9.56.1/tesseract/src/textord/edgblob.cpp ghostscript-9.56.1/tesseract/src/textord/edgblob.h ghostscript-9.56.1/tesseract/src/textord/edgloop.cpp ghostscript-9.56.1/tesseract/src/textord/edgloop.h ghostscript-9.56.1/tesseract/src/textord/equationdetectbase.cpp ghostscript-9.56.1/tesseract/src/textord/equationdetectbase.h ghostscript-9.56.1/tesseract/src/textord/fpchop.cpp ghostscript-9.56.1/tesseract/src/textord/fpchop.h ghostscript-9.56.1/tesseract/src/textord/gap_map.cpp ghostscript-9.56.1/tesseract/src/textord/gap_map.h ghostscript-9.56.1/tesseract/src/textord/imagefind.cpp ghostscript-9.56.1/tesseract/src/textord/imagefind.h ghostscript-9.56.1/tesseract/src/textord/linefind.cpp ghostscript-9.56.1/tesseract/src/textord/linefind.h ghostscript-9.56.1/tesseract/src/textord/makerow.cpp ghostscript-9.56.1/tesseract/src/textord/makerow.h ghostscript-9.56.1/tesseract/src/textord/oldbasel.cpp ghostscript-9.56.1/tesseract/src/textord/oldbasel.h ghostscript-9.56.1/tesseract/src/textord/pithsync.cpp ghostscript-9.56.1/tesseract/src/textord/pithsync.h ghostscript-9.56.1/tesseract/src/textord/pitsync1.cpp ghostscript-9.56.1/tesseract/src/textord/pitsync1.h ghostscript-9.56.1/tesseract/src/textord/scanedg.cpp ghostscript-9.56.1/tesseract/src/textord/scanedg.h ghostscript-9.56.1/tesseract/src/textord/sortflts.cpp ghostscript-9.56.1/tesseract/src/textord/sortflts.h ghostscript-9.56.1/tesseract/src/textord/strokewidth.cpp ghostscript-9.56.1/tesseract/src/textord/strokewidth.h ghostscript-9.56.1/tesseract/src/textord/tabfind.cpp ghostscript-9.56.1/tesseract/src/textord/tabfind.h ghostscript-9.56.1/tesseract/src/textord/tablefind.cpp ghostscript-9.56.1/tesseract/src/textord/tablefind.h ghostscript-9.56.1/tesseract/src/textord/tablerecog.cpp ghostscript-9.56.1/tesseract/src/textord/tablerecog.h ghostscript-9.56.1/tesseract/src/textord/tabvector.cpp ghostscript-9.56.1/tesseract/src/textord/tabvector.h ghostscript-9.56.1/tesseract/src/textord/textlineprojection.cpp ghostscript-9.56.1/tesseract/src/textord/textlineprojection.h ghostscript-9.56.1/tesseract/src/textord/textord.cpp ghostscript-9.56.1/tesseract/src/textord/textord.h ghostscript-9.56.1/tesseract/src/textord/topitch.cpp ghostscript-9.56.1/tesseract/src/textord/topitch.h ghostscript-9.56.1/tesseract/src/textord/tordmain.cpp ghostscript-9.56.1/tesseract/src/textord/tordmain.h ghostscript-9.56.1/tesseract/src/textord/tospace.cpp ghostscript-9.56.1/tesseract/src/textord/tovars.cpp ghostscript-9.56.1/tesseract/src/textord/tovars.h ghostscript-9.56.1/tesseract/src/textord/underlin.cpp ghostscript-9.56.1/tesseract/src/textord/underlin.h ghostscript-9.56.1/tesseract/src/textord/wordseg.cpp ghostscript-9.56.1/tesseract/src/textord/wordseg.h ghostscript-9.56.1/tesseract/src/textord/workingpartset.cpp ghostscript-9.56.1/tesseract/src/textord/workingpartset.h ghostscript-9.56.1/tesseract/src/training/ ghostscript-9.56.1/tesseract/src/training/CMakeLists.txt ghostscript-9.56.1/tesseract/src/training/ambiguous_words.cpp ghostscript-9.56.1/tesseract/src/training/classifier_tester.cpp ghostscript-9.56.1/tesseract/src/training/cntraining.cpp ghostscript-9.56.1/tesseract/src/training/combine_lang_model.cpp ghostscript-9.56.1/tesseract/src/training/combine_tessdata.cpp ghostscript-9.56.1/tesseract/src/training/common/ ghostscript-9.56.1/tesseract/src/training/common/commandlineflags.cpp ghostscript-9.56.1/tesseract/src/training/common/commandlineflags.h ghostscript-9.56.1/tesseract/src/training/common/commontraining.cpp ghostscript-9.56.1/tesseract/src/training/common/commontraining.h ghostscript-9.56.1/tesseract/src/training/common/ctc.cpp ghostscript-9.56.1/tesseract/src/training/common/ctc.h ghostscript-9.56.1/tesseract/src/training/common/errorcounter.cpp ghostscript-9.56.1/tesseract/src/training/common/errorcounter.h ghostscript-9.56.1/tesseract/src/training/common/export.h ghostscript-9.56.1/tesseract/src/training/common/intfeaturedist.cpp ghostscript-9.56.1/tesseract/src/training/common/intfeaturedist.h ghostscript-9.56.1/tesseract/src/training/common/intfeaturemap.cpp ghostscript-9.56.1/tesseract/src/training/common/intfeaturemap.h ghostscript-9.56.1/tesseract/src/training/common/mastertrainer.cpp ghostscript-9.56.1/tesseract/src/training/common/mastertrainer.h ghostscript-9.56.1/tesseract/src/training/common/networkbuilder.cpp ghostscript-9.56.1/tesseract/src/training/common/networkbuilder.h ghostscript-9.56.1/tesseract/src/training/common/sampleiterator.cpp ghostscript-9.56.1/tesseract/src/training/common/sampleiterator.h ghostscript-9.56.1/tesseract/src/training/common/trainingsampleset.cpp ghostscript-9.56.1/tesseract/src/training/common/trainingsampleset.h ghostscript-9.56.1/tesseract/src/training/dawg2wordlist.cpp ghostscript-9.56.1/tesseract/src/training/degradeimage.cpp ghostscript-9.56.1/tesseract/src/training/degradeimage.h ghostscript-9.56.1/tesseract/src/training/language-specific.sh ghostscript-9.56.1/tesseract/src/training/language_specific.py ghostscript-9.56.1/tesseract/src/training/lstmeval.cpp ghostscript-9.56.1/tesseract/src/training/lstmtraining.cpp ghostscript-9.56.1/tesseract/src/training/merge_unicharsets.cpp ghostscript-9.56.1/tesseract/src/training/mergenf.cpp ghostscript-9.56.1/tesseract/src/training/mergenf.h ghostscript-9.56.1/tesseract/src/training/mftraining.cpp ghostscript-9.56.1/tesseract/src/training/pango/ ghostscript-9.56.1/tesseract/src/training/pango/boxchar.cpp ghostscript-9.56.1/tesseract/src/training/pango/boxchar.h ghostscript-9.56.1/tesseract/src/training/pango/export.h ghostscript-9.56.1/tesseract/src/training/pango/ligature_table.cpp ghostscript-9.56.1/tesseract/src/training/pango/ligature_table.h ghostscript-9.56.1/tesseract/src/training/pango/pango_font_info.cpp ghostscript-9.56.1/tesseract/src/training/pango/pango_font_info.h ghostscript-9.56.1/tesseract/src/training/pango/stringrenderer.cpp ghostscript-9.56.1/tesseract/src/training/pango/stringrenderer.h ghostscript-9.56.1/tesseract/src/training/pango/tlog.cpp ghostscript-9.56.1/tesseract/src/training/pango/tlog.h ghostscript-9.56.1/tesseract/src/training/set_unicharset_properties.cpp ghostscript-9.56.1/tesseract/src/training/shapeclustering.cpp ghostscript-9.56.1/tesseract/src/training/tesstrain.py ghostscript-9.56.1/tesseract/src/training/tesstrain.sh ghostscript-9.56.1/tesseract/src/training/tesstrain_utils.py ghostscript-9.56.1/tesseract/src/training/tesstrain_utils.sh ghostscript-9.56.1/tesseract/src/training/text2image.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/ ghostscript-9.56.1/tesseract/src/training/unicharset/export.h ghostscript-9.56.1/tesseract/src/training/unicharset/fileio.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/fileio.h ghostscript-9.56.1/tesseract/src/training/unicharset/icuerrorcode.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/icuerrorcode.h ghostscript-9.56.1/tesseract/src/training/unicharset/lang_model_helpers.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lang_model_helpers.h ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtester.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtester.h ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtrainer.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtrainer.h ghostscript-9.56.1/tesseract/src/training/unicharset/normstrngs.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/normstrngs.h ghostscript-9.56.1/tesseract/src/training/unicharset/unicharset_training_utils.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/unicharset_training_utils.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_grapheme.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_grapheme.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_indic.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_indic.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_javanese.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_javanese.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_khmer.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_khmer.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_myanmar.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_myanmar.h ghostscript-9.56.1/tesseract/src/training/unicharset/validator.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validator.h ghostscript-9.56.1/tesseract/src/training/unicharset_extractor.cpp ghostscript-9.56.1/tesseract/src/training/wordlist2dawg.cpp ghostscript-9.56.1/tesseract/src/viewer/ ghostscript-9.56.1/tesseract/src/viewer/scrollview.cpp ghostscript-9.56.1/tesseract/src/viewer/scrollview.h ghostscript-9.56.1/tesseract/src/viewer/svmnode.cpp ghostscript-9.56.1/tesseract/src/viewer/svmnode.h ghostscript-9.56.1/tesseract/src/viewer/svpaint.cpp ghostscript-9.56.1/tesseract/src/viewer/svutil.cpp ghostscript-9.56.1/tesseract/src/viewer/svutil.h ghostscript-9.56.1/tesseract/src/wordrec/ ghostscript-9.56.1/tesseract/src/wordrec/associate.cpp ghostscript-9.56.1/tesseract/src/wordrec/associate.h ghostscript-9.56.1/tesseract/src/wordrec/chop.cpp ghostscript-9.56.1/tesseract/src/wordrec/chop.h ghostscript-9.56.1/tesseract/src/wordrec/chopper.cpp ghostscript-9.56.1/tesseract/src/wordrec/drawfx.cpp ghostscript-9.56.1/tesseract/src/wordrec/drawfx.h ghostscript-9.56.1/tesseract/src/wordrec/findseam.cpp ghostscript-9.56.1/tesseract/src/wordrec/findseam.h ghostscript-9.56.1/tesseract/src/wordrec/gradechop.cpp ghostscript-9.56.1/tesseract/src/wordrec/language_model.cpp ghostscript-9.56.1/tesseract/src/wordrec/language_model.h ghostscript-9.56.1/tesseract/src/wordrec/lm_consistency.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_consistency.h ghostscript-9.56.1/tesseract/src/wordrec/lm_pain_points.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_pain_points.h ghostscript-9.56.1/tesseract/src/wordrec/lm_state.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_state.h ghostscript-9.56.1/tesseract/src/wordrec/measure.h ghostscript-9.56.1/tesseract/src/wordrec/outlines.cpp ghostscript-9.56.1/tesseract/src/wordrec/outlines.h ghostscript-9.56.1/tesseract/src/wordrec/params_model.cpp ghostscript-9.56.1/tesseract/src/wordrec/params_model.h ghostscript-9.56.1/tesseract/src/wordrec/pieces.cpp ghostscript-9.56.1/tesseract/src/wordrec/plotedges.cpp ghostscript-9.56.1/tesseract/src/wordrec/plotedges.h ghostscript-9.56.1/tesseract/src/wordrec/render.cpp ghostscript-9.56.1/tesseract/src/wordrec/render.h ghostscript-9.56.1/tesseract/src/wordrec/segsearch.cpp ghostscript-9.56.1/tesseract/src/wordrec/tface.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordclass.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordrec.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordrec.h ghostscript-9.56.1/tesseract/sw.cpp ghostscript-9.56.1/tesseract/tessdata/ ghostscript-9.56.1/tesseract/tessdata/Makefile.am ghostscript-9.56.1/tesseract/tessdata/configs/ ghostscript-9.56.1/tesseract/tessdata/configs/Makefile.am ghostscript-9.56.1/tesseract/tessdata/configs/alto ghostscript-9.56.1/tesseract/tessdata/configs/ambigs.train ghostscript-9.56.1/tesseract/tessdata/configs/api_config ghostscript-9.56.1/tesseract/tessdata/configs/bazaar ghostscript-9.56.1/tesseract/tessdata/configs/bigram ghostscript-9.56.1/tesseract/tessdata/configs/box.train ghostscript-9.56.1/tesseract/tessdata/configs/box.train.stderr ghostscript-9.56.1/tesseract/tessdata/configs/digits ghostscript-9.56.1/tesseract/tessdata/configs/get.images ghostscript-9.56.1/tesseract/tessdata/configs/hocr ghostscript-9.56.1/tesseract/tessdata/configs/inter ghostscript-9.56.1/tesseract/tessdata/configs/kannada ghostscript-9.56.1/tesseract/tessdata/configs/linebox ghostscript-9.56.1/tesseract/tessdata/configs/logfile ghostscript-9.56.1/tesseract/tessdata/configs/lstm.train ghostscript-9.56.1/tesseract/tessdata/configs/lstmbox ghostscript-9.56.1/tesseract/tessdata/configs/lstmdebug ghostscript-9.56.1/tesseract/tessdata/configs/makebox ghostscript-9.56.1/tesseract/tessdata/configs/pdf ghostscript-9.56.1/tesseract/tessdata/configs/quiet ghostscript-9.56.1/tesseract/tessdata/configs/rebox ghostscript-9.56.1/tesseract/tessdata/configs/strokewidth ghostscript-9.56.1/tesseract/tessdata/configs/tsv ghostscript-9.56.1/tesseract/tessdata/configs/txt ghostscript-9.56.1/tesseract/tessdata/configs/unlv ghostscript-9.56.1/tesseract/tessdata/configs/wordstrbox ghostscript-9.56.1/tesseract/tessdata/eng.user-patterns ghostscript-9.56.1/tesseract/tessdata/eng.user-words ghostscript-9.56.1/tesseract/tessdata/pdf.ttf ghostscript-9.56.1/tesseract/tessdata/tessconfigs/ ghostscript-9.56.1/tesseract/tessdata/tessconfigs/Makefile.am ghostscript-9.56.1/tesseract/tessdata/tessconfigs/batch ghostscript-9.56.1/tesseract/tessdata/tessconfigs/batch.nochop ghostscript-9.56.1/tesseract/tessdata/tessconfigs/matdemo ghostscript-9.56.1/tesseract/tessdata/tessconfigs/msdemo ghostscript-9.56.1/tesseract/tessdata/tessconfigs/nobatch ghostscript-9.56.1/tesseract/tessdata/tessconfigs/segdemo ghostscript-9.56.1/tesseract/tesseract.pc.cmake ghostscript-9.56.1/tesseract/tesseract.pc.in ghostscript-9.56.1/tesseract/test/ ghostscript-9.56.1/tesseract/unittest/ ghostscript-9.56.1/tesseract/unittest/README.md ghostscript-9.56.1/tesseract/unittest/apiexample_test.cc ghostscript-9.56.1/tesseract/unittest/applybox_test.cc ghostscript-9.56.1/tesseract/unittest/baseapi_test.cc ghostscript-9.56.1/tesseract/unittest/baseapi_thread_test.cc ghostscript-9.56.1/tesseract/unittest/bitvector_test.cc ghostscript-9.56.1/tesseract/unittest/capiexample_c_test.c ghostscript-9.56.1/tesseract/unittest/capiexample_test.cc ghostscript-9.56.1/tesseract/unittest/cleanapi_test.cc ghostscript-9.56.1/tesseract/unittest/colpartition_test.cc ghostscript-9.56.1/tesseract/unittest/commandlineflags_test.cc ghostscript-9.56.1/tesseract/unittest/cycletimer.h ghostscript-9.56.1/tesseract/unittest/dawg_test.cc ghostscript-9.56.1/tesseract/unittest/denorm_test.cc ghostscript-9.56.1/tesseract/unittest/doubleptr.h ghostscript-9.56.1/tesseract/unittest/equationdetect_test.cc ghostscript-9.56.1/tesseract/unittest/fileio_test.cc ghostscript-9.56.1/tesseract/unittest/fuzzers/ ghostscript-9.56.1/tesseract/unittest/fuzzers/fuzzer-api.cpp ghostscript-9.56.1/tesseract/unittest/fuzzers/oss-fuzz-build.sh ghostscript-9.56.1/tesseract/unittest/heap_test.cc ghostscript-9.56.1/tesseract/unittest/imagedata_test.cc ghostscript-9.56.1/tesseract/unittest/include_gunit.h ghostscript-9.56.1/tesseract/unittest/indexmapbidi_test.cc ghostscript-9.56.1/tesseract/unittest/intfeaturemap_test.cc ghostscript-9.56.1/tesseract/unittest/intsimdmatrix_test.cc ghostscript-9.56.1/tesseract/unittest/lang_model_test.cc ghostscript-9.56.1/tesseract/unittest/layout_test.cc ghostscript-9.56.1/tesseract/unittest/ligature_table_test.cc ghostscript-9.56.1/tesseract/unittest/linlsq_test.cc ghostscript-9.56.1/tesseract/unittest/list_test.cc ghostscript-9.56.1/tesseract/unittest/loadlang_test.cc ghostscript-9.56.1/tesseract/unittest/log.h ghostscript-9.56.1/tesseract/unittest/lstm_recode_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_squashed_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_test.h ghostscript-9.56.1/tesseract/unittest/lstmtrainer_test.cc ghostscript-9.56.1/tesseract/unittest/mastertrainer_test.cc ghostscript-9.56.1/tesseract/unittest/matrix_test.cc ghostscript-9.56.1/tesseract/unittest/networkio_test.cc ghostscript-9.56.1/tesseract/unittest/normstrngs_test.cc ghostscript-9.56.1/tesseract/unittest/normstrngs_test.h ghostscript-9.56.1/tesseract/unittest/nthitem_test.cc ghostscript-9.56.1/tesseract/unittest/osd_test.cc ghostscript-9.56.1/tesseract/unittest/pagesegmode_test.cc ghostscript-9.56.1/tesseract/unittest/pango_font_info_test.cc ghostscript-9.56.1/tesseract/unittest/paragraphs_test.cc ghostscript-9.56.1/tesseract/unittest/params_model_test.cc ghostscript-9.56.1/tesseract/unittest/progress_test.cc ghostscript-9.56.1/tesseract/unittest/qrsequence_test.cc ghostscript-9.56.1/tesseract/unittest/recodebeam_test.cc ghostscript-9.56.1/tesseract/unittest/rect_test.cc ghostscript-9.56.1/tesseract/unittest/resultiterator_test.cc ghostscript-9.56.1/tesseract/unittest/scanutils_test.cc ghostscript-9.56.1/tesseract/unittest/shapetable_test.cc ghostscript-9.56.1/tesseract/unittest/stats_test.cc ghostscript-9.56.1/tesseract/unittest/stridemap_test.cc ghostscript-9.56.1/tesseract/unittest/stringrenderer_test.cc ghostscript-9.56.1/tesseract/unittest/syntaxnet/ ghostscript-9.56.1/tesseract/unittest/syntaxnet/base.h ghostscript-9.56.1/tesseract/unittest/tablefind_test.cc ghostscript-9.56.1/tesseract/unittest/tablerecog_test.cc ghostscript-9.56.1/tesseract/unittest/tabvector_test.cc ghostscript-9.56.1/tesseract/unittest/tatweel_test.cc ghostscript-9.56.1/tesseract/unittest/tesseract_leaksanitizer.supp ghostscript-9.56.1/tesseract/unittest/textlineprojection_test.cc ghostscript-9.56.1/tesseract/unittest/tfile_test.cc ghostscript-9.56.1/tesseract/unittest/third_party/ ghostscript-9.56.1/tesseract/unittest/third_party/utf/ ghostscript-9.56.1/tesseract/unittest/third_party/utf/rune.c ghostscript-9.56.1/tesseract/unittest/third_party/utf/utf.h ghostscript-9.56.1/tesseract/unittest/third_party/utf/utfdef.h ghostscript-9.56.1/tesseract/unittest/unichar_test.cc ghostscript-9.56.1/tesseract/unittest/unicharcompress_test.cc ghostscript-9.56.1/tesseract/unittest/unicharset_test.cc ghostscript-9.56.1/tesseract/unittest/util/ ghostscript-9.56.1/tesseract/unittest/util/utf8/ ghostscript-9.56.1/tesseract/unittest/util/utf8/unicodetext.cc ghostscript-9.56.1/tesseract/unittest/util/utf8/unicodetext.h ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib.cc ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib.h ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib_utf8_utils.h ghostscript-9.56.1/tesseract/unittest/validate_grapheme_test.cc ghostscript-9.56.1/tesseract/unittest/validate_indic_test.cc ghostscript-9.56.1/tesseract/unittest/validate_khmer_test.cc ghostscript-9.56.1/tesseract/unittest/validate_myanmar_test.cc ghostscript-9.56.1/tesseract/unittest/validator_test.cc ghostscript-9.56.1/toolbin/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Application.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Application.myapp ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/AssemblyInfo.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Resources.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Resources.resx ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Settings.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Settings.settings ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff.vbproj ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.exe ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.vshost.exe ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.xml ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Interop.Acrobat.dll ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff.sln ghostscript-9.56.1/toolbin/GenSubstCID.ps ghostscript-9.56.1/toolbin/afmutil.py ghostscript-9.56.1/toolbin/apitest.pl ghostscript-9.56.1/toolbin/bmpcmp.c ghostscript-9.56.1/toolbin/bmpcmp.sln ghostscript-9.56.1/toolbin/bmpcmp.vcxproj ghostscript-9.56.1/toolbin/bmpcmptab.h ghostscript-9.56.1/toolbin/bugsByEngineer.pl ghostscript-9.56.1/toolbin/build_bmpcmp.sh ghostscript-9.56.1/toolbin/checkdeps.pl ghostscript-9.56.1/toolbin/color/ ghostscript-9.56.1/toolbin/color/icc_creator/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/cmyk_k_ouput_only.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_cmyk.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_gray.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_rgb.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/CIELAB.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.rc ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj.filters ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_CreatorDlg.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_CreatorDlg.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc34.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc_create.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc_create.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/ICC_Creator.rc2 ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/gsimage_.ico ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/gswin.ico ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/resource.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/stdafx.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/stdafx.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/targetver.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator.sln ghostscript-9.56.1/toolbin/color/icc_creator/README.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/ ghostscript-9.56.1/toolbin/color/icc_creator/effects/black_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/c_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/cyan_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/k_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/m_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/magenta_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/y_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/yellow_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/ ghostscript-9.56.1/toolbin/color/icc_creator/example/README.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/artifex_blue_purple.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/artifex_tritone.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/cielab_values.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/color_names.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/duotone.pdf ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone.pdf ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone_cielab.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone_names.txt ghostscript-9.56.1/toolbin/color/icc_creator/max_k.icc ghostscript-9.56.1/toolbin/color/icc_creator/nclr/ ghostscript-9.56.1/toolbin/color/icc_creator/nclr/Artifex_6CLR.icc ghostscript-9.56.1/toolbin/color/icc_creator/no_k.icc ghostscript-9.56.1/toolbin/color/icc_creator/ucr_bg_max_k.txt ghostscript-9.56.1/toolbin/color/icc_creator/ucr_bg_no_k.txt ghostscript-9.56.1/toolbin/color/named_color/ ghostscript-9.56.1/toolbin/color/named_color/named_color_table.txt ghostscript-9.56.1/toolbin/color/named_color/named_colors.pdf ghostscript-9.56.1/toolbin/color/src_color/ ghostscript-9.56.1/toolbin/color/src_color/cmyk_des_renderintent.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_cyan.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_magenta.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_renderintent.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_yellow.icc ghostscript-9.56.1/toolbin/color/src_color/objsrc_profiles_example.txt ghostscript-9.56.1/toolbin/color/src_color/rgb_source_blue.icc ghostscript-9.56.1/toolbin/color/src_color/rgb_source_green.icc ghostscript-9.56.1/toolbin/color/src_color/rgb_source_red.icc ghostscript-9.56.1/toolbin/drawafm.ps ghostscript-9.56.1/toolbin/encs2c.ps ghostscript-9.56.1/toolbin/errlist.tcl ghostscript-9.56.1/toolbin/extractFonts.ps ghostscript-9.56.1/toolbin/extractICCprofiles.ps ghostscript-9.56.1/toolbin/gen_ldf_jb2.py ghostscript-9.56.1/toolbin/genfontmap.ps ghostscript-9.56.1/toolbin/gitlog2changelog.py ghostscript-9.56.1/toolbin/gitsetup.sh ghostscript-9.56.1/toolbin/gsmake ghostscript-9.56.1/toolbin/gsmake.tcl ghostscript-9.56.1/toolbin/halftone/ ghostscript-9.56.1/toolbin/halftone/ETS/ ghostscript-9.56.1/toolbin/halftone/ETS/README.txt ghostscript-9.56.1/toolbin/halftone/ETS/ei03.pdf ghostscript-9.56.1/toolbin/halftone/ETS/ets.c ghostscript-9.56.1/toolbin/halftone/ETS/ets.h ghostscript-9.56.1/toolbin/halftone/ETS/ipview.html ghostscript-9.56.1/toolbin/halftone/ETS/test_ets.c ghostscript-9.56.1/toolbin/halftone/ETS/tm.h ghostscript-9.56.1/toolbin/halftone/ETS/win32/ ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.sln ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.vcxproj ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.vcxproj.filters ghostscript-9.56.1/toolbin/halftone/README ghostscript-9.56.1/toolbin/halftone/gen_ordered/ ghostscript-9.56.1/toolbin/halftone/gen_ordered/Makefile ghostscript-9.56.1/toolbin/halftone/gen_ordered/README ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered.sln ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered.vcproj ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered_example.ps ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered_main.c ghostscript-9.56.1/toolbin/halftone/gen_stochastic/ ghostscript-9.56.1/toolbin/halftone/gen_stochastic/README ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.c ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.sln ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.vcproj ghostscript-9.56.1/toolbin/halftone/thresh_remap/ ghostscript-9.56.1/toolbin/halftone/thresh_remap/README ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.c ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.sln ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.vcproj ghostscript-9.56.1/toolbin/headercompile.pl ghostscript-9.56.1/toolbin/headers.tcl ghostscript-9.56.1/toolbin/htmldiff.pl ghostscript-9.56.1/toolbin/jpxtopdf.c ghostscript-9.56.1/toolbin/leaks.tcl ghostscript-9.56.1/toolbin/localcluster/ ghostscript-9.56.1/toolbin/localcluster/clusterpush.pl ghostscript-9.56.1/toolbin/localcluster/clusterpush.txt ghostscript-9.56.1/toolbin/localcluster/gitpush.sh ghostscript-9.56.1/toolbin/localcluster/readme ghostscript-9.56.1/toolbin/makehist.tcl ghostscript-9.56.1/toolbin/memory.py ghostscript-9.56.1/toolbin/ocheck.py ghostscript-9.56.1/toolbin/performance.pl ghostscript-9.56.1/toolbin/pre.chk ghostscript-9.56.1/toolbin/pre.tcl ghostscript-9.56.1/toolbin/precheck.tcl ghostscript-9.56.1/toolbin/pscet_status.pl ghostscript-9.56.1/toolbin/scan_ps_dicts.ps ghostscript-9.56.1/toolbin/search/ ghostscript-9.56.1/toolbin/search/README ghostscript-9.56.1/toolbin/search-svn-revs ghostscript-9.56.1/toolbin/split_changelog.py ghostscript-9.56.1/toolbin/squeeze2html.pl ghostscript-9.56.1/toolbin/squeeze2text.py ghostscript-9.56.1/toolbin/suite.tcl ghostscript-9.56.1/toolbin/tests/ ghostscript-9.56.1/toolbin/tests/README ghostscript-9.56.1/toolbin/tests/build_revision.py ghostscript-9.56.1/toolbin/tests/check_all.py ghostscript-9.56.1/toolbin/tests/check_comments.py ghostscript-9.56.1/toolbin/tests/check_dirs.py ghostscript-9.56.1/toolbin/tests/check_docrefs.py ghostscript-9.56.1/toolbin/tests/cmpi.py ghostscript-9.56.1/toolbin/tests/collate.py ghostscript-9.56.1/toolbin/tests/compare_checksumdb.py ghostscript-9.56.1/toolbin/tests/compare_checksums.py ghostscript-9.56.1/toolbin/tests/dump_checksum.py ghostscript-9.56.1/toolbin/tests/dump_checksum_plus.py ghostscript-9.56.1/toolbin/tests/dump_checksum_raw.py ghostscript-9.56.1/toolbin/tests/find_unique_file.py ghostscript-9.56.1/toolbin/tests/fuzzy.c ghostscript-9.56.1/toolbin/tests/get_baseline_log.py ghostscript-9.56.1/toolbin/tests/get_baselines.py ghostscript-9.56.1/toolbin/tests/gscheck_all.py ghostscript-9.56.1/toolbin/tests/gscheck_fuzzypdf.py ghostscript-9.56.1/toolbin/tests/gscheck_pdfwrite.py ghostscript-9.56.1/toolbin/tests/gscheck_raster.py ghostscript-9.56.1/toolbin/tests/gscheck_testfiles.py ghostscript-9.56.1/toolbin/tests/gsconf.py ghostscript-9.56.1/toolbin/tests/gsparamsets.py ghostscript-9.56.1/toolbin/tests/gssum.py ghostscript-9.56.1/toolbin/tests/gstestgs.py ghostscript-9.56.1/toolbin/tests/gstestutils.py ghostscript-9.56.1/toolbin/tests/gsutil.py ghostscript-9.56.1/toolbin/tests/gsvalidate.py ghostscript-9.56.1/toolbin/tests/main.py ghostscript-9.56.1/toolbin/tests/make_baselinedb.py ghostscript-9.56.1/toolbin/tests/make_testdb.py ghostscript-9.56.1/toolbin/tests/make_two_pdfversions ghostscript-9.56.1/toolbin/tests/make_two_versions ghostscript-9.56.1/toolbin/tests/myoptparse.py ghostscript-9.56.1/toolbin/tests/rasterdb.py ghostscript-9.56.1/toolbin/tests/regen_baseline.py ghostscript-9.56.1/toolbin/tests/regen_filelist.py ghostscript-9.56.1/toolbin/tests/revert_baseline ghostscript-9.56.1/toolbin/tests/revert_pdfbaseline ghostscript-9.56.1/toolbin/tests/run_nightly ghostscript-9.56.1/toolbin/tests/run_nightly.py ghostscript-9.56.1/toolbin/tests/run_parallel ghostscript-9.56.1/toolbin/tests/run_regression.py ghostscript-9.56.1/toolbin/tests/run_series.py ghostscript-9.56.1/toolbin/tests/testdiff.py ghostscript-9.56.1/toolbin/tests/update_baseline.py ghostscript-9.56.1/toolbin/tests/update_specific ghostscript-9.56.1/toolbin/tests/updatelist.py ghostscript-9.56.1/toolbin/tests/updatelistpdf.py ghostscript-9.56.1/toolbin/tests/validate.py ghostscript-9.56.1/toolbin/tif_config.h.for.bmpcmp ghostscript-9.56.1/toolbin/tiffconf.h.for.bmpcmp ghostscript-9.56.1/toolbin/tmake.tcl ghostscript-9.56.1/toolbin/vdb.pl ghostscript-9.56.1/toolbin/vg_bugs.supp ghostscript-9.56.1/toolbin/vg_okay.supp ghostscript-9.56.1/toolbin/vgbatch.pl ghostscript-9.56.1/windows/ ghostscript-9.56.1/windows/All.vcproj ghostscript-9.56.1/windows/All.vcxproj ghostscript-9.56.1/windows/GhostPDL.sln ghostscript-9.56.1/windows/Ghostscript-winrt.sln ghostscript-9.56.1/windows/ghostpcl-ufst.vcproj ghostscript-9.56.1/windows/ghostpcl.vcproj ghostscript-9.56.1/windows/ghostpcl.vcxproj ghostscript-9.56.1/windows/ghostpcl.vcxproj.filters ghostscript-9.56.1/windows/ghostpdf.vcproj ghostscript-9.56.1/windows/ghostpdf.vcxproj ghostscript-9.56.1/windows/ghostpdf.vcxproj.filters ghostscript-9.56.1/windows/ghostpdl.vcproj ghostscript-9.56.1/windows/ghostpdl.vcxproj ghostscript-9.56.1/windows/ghostpdl.vcxproj.filters ghostscript-9.56.1/windows/ghostscript-ufst.vcproj ghostscript-9.56.1/windows/ghostscript.vcproj ghostscript-9.56.1/windows/ghostscript.vcxproj ghostscript-9.56.1/windows/ghostscript.vcxproj.filters ghostscript-9.56.1/windows/ghostscript_rt.vcxproj ghostscript-9.56.1/windows/ghostxps.vcproj ghostscript-9.56.1/windows/ghostxps.vcxproj ghostscript-9.56.1/windows/ghostxps.vcxproj.filters source is at 'ghostscript-9.56.1' applying '/gnu/store/vwwr3kxnjx4bc99x93yv59syjbzaqfh9-ghostscript-CVE-2023-36664.patch'... applying '/gnu/store/nc522yb3zfhjah6qbbv71dhijs7lxgy0-ghostscript-CVE-2023-36664-fixup.patch'... @ build-succeeded /gnu/store/v4f84arr9pw0yngg1i3ngqdlz8yz8mpb-ghostscript-9.56.1.tar.xz.drv - @ build-started /gnu/store/z5ki1v4dfwfn7r2b3wlcwmd3k1yrkrja-ghostscript-9.56.1.drv - armhf-linux /var/log/guix/drvs/z5//ki1v4dfwfn7r2b3wlcwmd3k1yrkrja-ghostscript-9.56.1.drv.gz 14638 starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' environment variable `PATH' set to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin:/gnu/store/06rv593z3fhqmdpw9la02y7pd0i3jylb-pkg-config-0.29.2/bin:/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin:/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin:/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/bin:/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/bin:/gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19/bin:/gnu/store/jpb33xfcxb49yl3rxng9w1gmfs2fn7xz-libjpeg-turbo-2.1.4/bin:/gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0/bin:/gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0/sbin:/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/bin:/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/bin:/gnu/store/pjxkc2gqma6vy58h2bh247dxzli1ps0m-tar-1.34/bin:/gnu/store/g15vcz9yj6pf5nc44hg3wrnfhp8hg37m-gzip-1.12/bin:/gnu/store/im1hbmll99kmfp56nq2qxhpl7g3kf1vf-bzip2-1.0.8/bin:/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin:/gnu/store/01yfm7m1azvsw77687g6bz3jmi2jwpxi-diffutils-3.8/bin:/gnu/store/6wnfp7bad74ysdvq32lnvc67sqiwa2xk-patch-2.7.6/bin:/gnu/store/5n9p8xcgr3xvqbgm3pa9n326m6rzqg30-findutils-4.9.0/bin:/gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1/bin:/gnu/store/d3rc9s657x28dghr9difk1ihkv01xq2s-sed-4.8/bin:/gnu/store/r7y2p2dm4d7d39lw6ds0cxjrybc8699l-grep-3.8/bin:/gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8/bin:/gnu/store/hq4qz8k09y2gfac9rh4vac93d4sz28xd-coreutils-9.1/bin:/gnu/store/7qmbgfqjr7ay5arrc7l4cs3q8f6l1iah-make-4.3/bin:/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin:/gnu/store/kklvl5plzvc2s2pjy14pxddah0s0b1wy-ld-wrapper-0/bin:/gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38/bin:/gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/bin:/gnu/store/m7xpn0iwfd3v3ng9ivgk948mmiiccdg6-glibc-2.35/bin:/gnu/store/m7xpn0iwfd3v3ng9ivgk948mmiiccdg6-glibc-2.35/sbin:/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin:/gnu/store/g99rkn359cf4a3qbs04l5vwnn6gyb92j-expat-2.5.0/bin' environment variable `PERL5LIB' set to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/lib/perl5/site_perl' environment variable `PKG_CONFIG_PATH' set to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/lib/pkgconfig:/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib/pkgconfig:/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib/pkgconfig:/gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19/lib/pkgconfig:/gnu/store/jpb33xfcxb49yl3rxng9w1gmfs2fn7xz-libjpeg-turbo-2.1.4/lib/pkgconfig:/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/lib/pkgconfig:/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib/pkgconfig:/gnu/store/h2dmzjy8536k2jbczj12bi778maj0m3k-zlib-1.2.13/lib/pkgconfig:/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/lib/pkgconfig:/gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8/lib/pkgconfig:/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/lib/pkgconfig:/gnu/store/8a8f31m77n6zn3f9bcdccflqad3wx7ml-util-linux-2.37.4-lib/lib/pkgconfig:/gnu/store/g99rkn359cf4a3qbs04l5vwnn6gyb92j-expat-2.5.0/lib/pkgconfig' environment variable `GUIX_PYTHONPATH' set to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/lib/python3.10/site-packages' environment variable `PYTHONTZPATH' unset environment variable `XDG_DATA_DIRS' set to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/share:/gnu/store/06rv593z3fhqmdpw9la02y7pd0i3jylb-pkg-config-0.29.2/share:/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/share:/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/share:/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/share:/gnu/store/4yi501k7pl62aqpl07n8hvhvj2a7iy11-font-ghostscript-8.11/share:/gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19/share:/gnu/store/jpb33xfcxb49yl3rxng9w1gmfs2fn7xz-libjpeg-turbo-2.1.4/share:/gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0/share:/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/share:/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/share:/gnu/store/h2dmzjy8536k2jbczj12bi778maj0m3k-zlib-1.2.13/share:/gnu/store/pjxkc2gqma6vy58h2bh247dxzli1ps0m-tar-1.34/share:/gnu/store/g15vcz9yj6pf5nc44hg3wrnfhp8hg37m-gzip-1.12/share:/gnu/store/im1hbmll99kmfp56nq2qxhpl7g3kf1vf-bzip2-1.0.8/share:/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/share:/gnu/store/01yfm7m1azvsw77687g6bz3jmi2jwpxi-diffutils-3.8/share:/gnu/store/6wnfp7bad74ysdvq32lnvc67sqiwa2xk-patch-2.7.6/share:/gnu/store/5n9p8xcgr3xvqbgm3pa9n326m6rzqg30-findutils-4.9.0/share:/gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1/share:/gnu/store/d3rc9s657x28dghr9difk1ihkv01xq2s-sed-4.8/share:/gnu/store/r7y2p2dm4d7d39lw6ds0cxjrybc8699l-grep-3.8/share:/gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8/share:/gnu/store/hq4qz8k09y2gfac9rh4vac93d4sz28xd-coreutils-9.1/share:/gnu/store/7qmbgfqjr7ay5arrc7l4cs3q8f6l1iah-make-4.3/share:/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/share:/gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38/share:/gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/share:/gnu/store/m7xpn0iwfd3v3ng9ivgk948mmiiccdg6-glibc-2.35/share:/gnu/store/gvf9dj8xnx0fgkbx6nc1jdzhyb9qpyfd-glibc-2.35-static/share:/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/share:/gnu/store/8a8f31m77n6zn3f9bcdccflqad3wx7ml-util-linux-2.37.4-lib/share:/gnu/store/g99rkn359cf4a3qbs04l5vwnn6gyb92j-expat-2.5.0/share:/gnu/store/21ylaxdq0rziq5rqp3cks4342ig169hy-linux-libre-headers-5.15.49/share' environment variable `BASH_LOADABLES_PATH' unset environment variable `C_INCLUDE_PATH' set to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/include:/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/include:/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include:/gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19/include:/gnu/store/jpb33xfcxb49yl3rxng9w1gmfs2fn7xz-libjpeg-turbo-2.1.4/include:/gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0/include:/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include:/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/include:/gnu/store/h2dmzjy8536k2jbczj12bi778maj0m3k-zlib-1.2.13/include:/gnu/store/im1hbmll99kmfp56nq2qxhpl7g3kf1vf-bzip2-1.0.8/include:/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/include:/gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1/include:/gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8/include:/gnu/store/7qmbgfqjr7ay5arrc7l4cs3q8f6l1iah-make-4.3/include:/gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38/include:/gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include:/gnu/store/m7xpn0iwfd3v3ng9ivgk948mmiiccdg6-glibc-2.35/include:/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/include:/gnu/store/8a8f31m77n6zn3f9bcdccflqad3wx7ml-util-linux-2.37.4-lib/include:/gnu/store/g99rkn359cf4a3qbs04l5vwnn6gyb92j-expat-2.5.0/include:/gnu/store/21ylaxdq0rziq5rqp3cks4342ig169hy-linux-libre-headers-5.15.49/include' environment variable `CPLUS_INCLUDE_PATH' set to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/include:/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/include:/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include:/gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19/include:/gnu/store/jpb33xfcxb49yl3rxng9w1gmfs2fn7xz-libjpeg-turbo-2.1.4/include:/gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0/include:/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include:/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/include:/gnu/store/h2dmzjy8536k2jbczj12bi778maj0m3k-zlib-1.2.13/include:/gnu/store/im1hbmll99kmfp56nq2qxhpl7g3kf1vf-bzip2-1.0.8/include:/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/include:/gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1/include:/gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8/include:/gnu/store/7qmbgfqjr7ay5arrc7l4cs3q8f6l1iah-make-4.3/include:/gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38/include:/gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++:/gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include:/gnu/store/m7xpn0iwfd3v3ng9ivgk948mmiiccdg6-glibc-2.35/include:/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/include:/gnu/store/8a8f31m77n6zn3f9bcdccflqad3wx7ml-util-linux-2.37.4-lib/include:/gnu/store/g99rkn359cf4a3qbs04l5vwnn6gyb92j-expat-2.5.0/include:/gnu/store/21ylaxdq0rziq5rqp3cks4342ig169hy-linux-libre-headers-5.15.49/include' environment variable `LIBRARY_PATH' set to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/lib:/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/lib:/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib:/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib:/gnu/store/px184hgyycpy9v17x0cv6r407s90kx8d-jbig2dec-0.19/lib:/gnu/store/jpb33xfcxb49yl3rxng9w1gmfs2fn7xz-libjpeg-turbo-2.1.4/lib:/gnu/store/4fzzr5qrh9kfnd8y2icyql234vdd45mx-libpaper-2.0.0/lib:/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/lib:/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib:/gnu/store/h2dmzjy8536k2jbczj12bi778maj0m3k-zlib-1.2.13/lib:/gnu/store/im1hbmll99kmfp56nq2qxhpl7g3kf1vf-bzip2-1.0.8/lib:/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/lib:/gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1/lib:/gnu/store/smvg2x2fpdsm5q1h3jlvg0r059ynfjnl-xz-5.2.8/lib:/gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38/lib:/gnu/store/m7xpn0iwfd3v3ng9ivgk948mmiiccdg6-glibc-2.35/lib:/gnu/store/gvf9dj8xnx0fgkbx6nc1jdzhyb9qpyfd-glibc-2.35-static/lib:/gnu/store/fljl7dvfrzfc5p55v7f1akl76lbwlsjx-glibc-utf8-locales-2.35/lib:/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/lib:/gnu/store/8a8f31m77n6zn3f9bcdccflqad3wx7ml-util-linux-2.37.4-lib/lib:/gnu/store/g99rkn359cf4a3qbs04l5vwnn6gyb92j-expat-2.5.0/lib' environment variable `GUIX_LOCPATH' set to `/gnu/store/fljl7dvfrzfc5p55v7f1akl76lbwlsjx-glibc-utf8-locales-2.35/lib/locale' phase `set-paths' succeeded after 0.3 seconds starting phase `install-locale' using 'en_US.utf8' locale for category "LC_ALL" phase `install-locale' succeeded after 0.0 seconds starting phase `unpack' ghostscript-9.56.1/ ghostscript-9.56.1/.gitattributes ghostscript-9.56.1/.gitignore ghostscript-9.56.1/.lgtm.yml ghostscript-9.56.1/DroidSansFallback.NOTICE ghostscript-9.56.1/LICENSE ghostscript-9.56.1/Makefile.in ghostscript-9.56.1/Resource/ ghostscript-9.56.1/Resource/CIDFSubst/ ghostscript-9.56.1/Resource/CIDFSubst/DroidSansFallback.ttf ghostscript-9.56.1/Resource/CIDFont/ ghostscript-9.56.1/Resource/CIDFont/ArtifexBullet ghostscript-9.56.1/Resource/CMap/ ghostscript-9.56.1/Resource/CMap/78-EUC-H ghostscript-9.56.1/Resource/CMap/78-EUC-V ghostscript-9.56.1/Resource/CMap/78-H ghostscript-9.56.1/Resource/CMap/78-RKSJ-H ghostscript-9.56.1/Resource/CMap/78-RKSJ-V ghostscript-9.56.1/Resource/CMap/78-V ghostscript-9.56.1/Resource/CMap/78ms-RKSJ-H ghostscript-9.56.1/Resource/CMap/78ms-RKSJ-V ghostscript-9.56.1/Resource/CMap/83pv-RKSJ-H ghostscript-9.56.1/Resource/CMap/90ms-RKSJ-H ghostscript-9.56.1/Resource/CMap/90ms-RKSJ-V ghostscript-9.56.1/Resource/CMap/90msp-RKSJ-H ghostscript-9.56.1/Resource/CMap/90msp-RKSJ-V ghostscript-9.56.1/Resource/CMap/90pv-RKSJ-H ghostscript-9.56.1/Resource/CMap/90pv-RKSJ-V ghostscript-9.56.1/Resource/CMap/Add-H ghostscript-9.56.1/Resource/CMap/Add-RKSJ-H ghostscript-9.56.1/Resource/CMap/Add-RKSJ-V ghostscript-9.56.1/Resource/CMap/Add-V ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-0 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-1 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-2 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-3 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-4 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-5 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-6 ghostscript-9.56.1/Resource/CMap/Adobe-CNS1-7 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-0 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-1 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-2 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-3 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-4 ghostscript-9.56.1/Resource/CMap/Adobe-GB1-5 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-0 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-1 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-2 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-3 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-4 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-5 ghostscript-9.56.1/Resource/CMap/Adobe-Japan1-6 ghostscript-9.56.1/Resource/CMap/Adobe-Japan2-0 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-0 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-1 ghostscript-9.56.1/Resource/CMap/Adobe-Korea1-2 ghostscript-9.56.1/Resource/CMap/B5-H ghostscript-9.56.1/Resource/CMap/B5-V ghostscript-9.56.1/Resource/CMap/B5pc-H ghostscript-9.56.1/Resource/CMap/B5pc-V ghostscript-9.56.1/Resource/CMap/CNS-EUC-H ghostscript-9.56.1/Resource/CMap/CNS-EUC-V ghostscript-9.56.1/Resource/CMap/CNS1-H ghostscript-9.56.1/Resource/CMap/CNS1-V ghostscript-9.56.1/Resource/CMap/CNS2-H ghostscript-9.56.1/Resource/CMap/CNS2-V ghostscript-9.56.1/Resource/CMap/ETHK-B5-H ghostscript-9.56.1/Resource/CMap/ETHK-B5-V ghostscript-9.56.1/Resource/CMap/ETen-B5-H ghostscript-9.56.1/Resource/CMap/ETen-B5-V ghostscript-9.56.1/Resource/CMap/ETenms-B5-H ghostscript-9.56.1/Resource/CMap/ETenms-B5-V ghostscript-9.56.1/Resource/CMap/EUC-H ghostscript-9.56.1/Resource/CMap/EUC-V ghostscript-9.56.1/Resource/CMap/Ext-H ghostscript-9.56.1/Resource/CMap/Ext-RKSJ-H ghostscript-9.56.1/Resource/CMap/Ext-RKSJ-V ghostscript-9.56.1/Resource/CMap/Ext-V ghostscript-9.56.1/Resource/CMap/GB-EUC-H ghostscript-9.56.1/Resource/CMap/GB-EUC-V ghostscript-9.56.1/Resource/CMap/GB-H ghostscript-9.56.1/Resource/CMap/GB-V ghostscript-9.56.1/Resource/CMap/GBK-EUC-H ghostscript-9.56.1/Resource/CMap/GBK-EUC-V ghostscript-9.56.1/Resource/CMap/GBK2K-H ghostscript-9.56.1/Resource/CMap/GBK2K-V ghostscript-9.56.1/Resource/CMap/GBKp-EUC-H ghostscript-9.56.1/Resource/CMap/GBKp-EUC-V ghostscript-9.56.1/Resource/CMap/GBT-EUC-H ghostscript-9.56.1/Resource/CMap/GBT-EUC-V ghostscript-9.56.1/Resource/CMap/GBT-H ghostscript-9.56.1/Resource/CMap/GBT-V ghostscript-9.56.1/Resource/CMap/GBTpc-EUC-H ghostscript-9.56.1/Resource/CMap/GBTpc-EUC-V ghostscript-9.56.1/Resource/CMap/GBpc-EUC-H ghostscript-9.56.1/Resource/CMap/GBpc-EUC-V ghostscript-9.56.1/Resource/CMap/H ghostscript-9.56.1/Resource/CMap/HKdla-B5-H ghostscript-9.56.1/Resource/CMap/HKdla-B5-V ghostscript-9.56.1/Resource/CMap/HKdlb-B5-H ghostscript-9.56.1/Resource/CMap/HKdlb-B5-V ghostscript-9.56.1/Resource/CMap/HKgccs-B5-H ghostscript-9.56.1/Resource/CMap/HKgccs-B5-V ghostscript-9.56.1/Resource/CMap/HKm314-B5-H ghostscript-9.56.1/Resource/CMap/HKm314-B5-V ghostscript-9.56.1/Resource/CMap/HKm471-B5-H ghostscript-9.56.1/Resource/CMap/HKm471-B5-V ghostscript-9.56.1/Resource/CMap/HKscs-B5-H ghostscript-9.56.1/Resource/CMap/HKscs-B5-V ghostscript-9.56.1/Resource/CMap/Hankaku ghostscript-9.56.1/Resource/CMap/Hiragana ghostscript-9.56.1/Resource/CMap/Hojo-EUC-H ghostscript-9.56.1/Resource/CMap/Hojo-EUC-V ghostscript-9.56.1/Resource/CMap/Hojo-H ghostscript-9.56.1/Resource/CMap/Hojo-V ghostscript-9.56.1/Resource/CMap/Identity-H ghostscript-9.56.1/Resource/CMap/Identity-UTF16-H ghostscript-9.56.1/Resource/CMap/Identity-V ghostscript-9.56.1/Resource/CMap/KSC-EUC-H ghostscript-9.56.1/Resource/CMap/KSC-EUC-V ghostscript-9.56.1/Resource/CMap/KSC-H ghostscript-9.56.1/Resource/CMap/KSC-Johab-H ghostscript-9.56.1/Resource/CMap/KSC-Johab-V ghostscript-9.56.1/Resource/CMap/KSC-V ghostscript-9.56.1/Resource/CMap/KSCms-UHC-H ghostscript-9.56.1/Resource/CMap/KSCms-UHC-HW-H ghostscript-9.56.1/Resource/CMap/KSCms-UHC-HW-V ghostscript-9.56.1/Resource/CMap/KSCms-UHC-V ghostscript-9.56.1/Resource/CMap/KSCpc-EUC-H ghostscript-9.56.1/Resource/CMap/KSCpc-EUC-V ghostscript-9.56.1/Resource/CMap/Katakana ghostscript-9.56.1/Resource/CMap/NWP-H ghostscript-9.56.1/Resource/CMap/NWP-V ghostscript-9.56.1/Resource/CMap/RKSJ-H ghostscript-9.56.1/Resource/CMap/RKSJ-V ghostscript-9.56.1/Resource/CMap/Roman ghostscript-9.56.1/Resource/CMap/UniCNS-UCS2-H ghostscript-9.56.1/Resource/CMap/UniCNS-UCS2-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF16-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF16-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF32-V ghostscript-9.56.1/Resource/CMap/UniCNS-UTF8-H ghostscript-9.56.1/Resource/CMap/UniCNS-UTF8-V ghostscript-9.56.1/Resource/CMap/UniGB-UCS2-H ghostscript-9.56.1/Resource/CMap/UniGB-UCS2-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF16-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF16-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF32-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF32-V ghostscript-9.56.1/Resource/CMap/UniGB-UTF8-H ghostscript-9.56.1/Resource/CMap/UniGB-UTF8-V ghostscript-9.56.1/Resource/CMap/UniHojo-UCS2-H ghostscript-9.56.1/Resource/CMap/UniHojo-UCS2-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF16-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF16-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF32-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF32-V ghostscript-9.56.1/Resource/CMap/UniHojo-UTF8-H ghostscript-9.56.1/Resource/CMap/UniHojo-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-H ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-HW-H ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-HW-V ghostscript-9.56.1/Resource/CMap/UniJIS-UCS2-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF16-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF16-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF32-V ghostscript-9.56.1/Resource/CMap/UniJIS-UTF8-H ghostscript-9.56.1/Resource/CMap/UniJIS-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF16-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF16-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF32-V ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF8-H ghostscript-9.56.1/Resource/CMap/UniJIS2004-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UCS2-HW-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UCS2-V ghostscript-9.56.1/Resource/CMap/UniJISPro-UTF8-V ghostscript-9.56.1/Resource/CMap/UniJISX0213-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJISX0213-UTF32-V ghostscript-9.56.1/Resource/CMap/UniJISX02132004-UTF32-H ghostscript-9.56.1/Resource/CMap/UniJISX02132004-UTF32-V ghostscript-9.56.1/Resource/CMap/UniKS-UCS2-H ghostscript-9.56.1/Resource/CMap/UniKS-UCS2-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF16-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF16-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF32-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF32-V ghostscript-9.56.1/Resource/CMap/UniKS-UTF8-H ghostscript-9.56.1/Resource/CMap/UniKS-UTF8-V ghostscript-9.56.1/Resource/CMap/V ghostscript-9.56.1/Resource/CMap/WP-Symbol ghostscript-9.56.1/Resource/ColorSpace/ ghostscript-9.56.1/Resource/ColorSpace/DefaultCMYK ghostscript-9.56.1/Resource/ColorSpace/DefaultGray ghostscript-9.56.1/Resource/ColorSpace/DefaultRGB ghostscript-9.56.1/Resource/ColorSpace/TrivialCMYK ghostscript-9.56.1/Resource/ColorSpace/sGray ghostscript-9.56.1/Resource/ColorSpace/sRGB ghostscript-9.56.1/Resource/Decoding/ ghostscript-9.56.1/Resource/Decoding/FCO_Dingbats ghostscript-9.56.1/Resource/Decoding/FCO_Symbol ghostscript-9.56.1/Resource/Decoding/FCO_Unicode ghostscript-9.56.1/Resource/Decoding/FCO_Wingdings ghostscript-9.56.1/Resource/Decoding/Latin1 ghostscript-9.56.1/Resource/Decoding/StandardEncoding ghostscript-9.56.1/Resource/Decoding/Unicode ghostscript-9.56.1/Resource/Encoding/ ghostscript-9.56.1/Resource/Encoding/CEEncoding ghostscript-9.56.1/Resource/Encoding/ExpertEncoding ghostscript-9.56.1/Resource/Encoding/ExpertSubsetEncoding ghostscript-9.56.1/Resource/Encoding/NotDefEncoding ghostscript-9.56.1/Resource/Encoding/Wingdings ghostscript-9.56.1/Resource/Font/ ghostscript-9.56.1/Resource/Font/C059-BdIta ghostscript-9.56.1/Resource/Font/C059-Bold ghostscript-9.56.1/Resource/Font/C059-Italic ghostscript-9.56.1/Resource/Font/C059-Roman ghostscript-9.56.1/Resource/Font/D050000L ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Bold ghostscript-9.56.1/Resource/Font/NimbusMonoPS-BoldItalic ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Italic ghostscript-9.56.1/Resource/Font/NimbusMonoPS-Regular ghostscript-9.56.1/Resource/Font/NimbusRoman-Bold ghostscript-9.56.1/Resource/Font/NimbusRoman-BoldItalic ghostscript-9.56.1/Resource/Font/NimbusRoman-Italic ghostscript-9.56.1/Resource/Font/NimbusRoman-Regular ghostscript-9.56.1/Resource/Font/NimbusSans-Bold ghostscript-9.56.1/Resource/Font/NimbusSans-BoldItalic ghostscript-9.56.1/Resource/Font/NimbusSans-Italic ghostscript-9.56.1/Resource/Font/NimbusSans-Regular ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Bold ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-BoldOblique ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Oblique ghostscript-9.56.1/Resource/Font/NimbusSansNarrow-Regular ghostscript-9.56.1/Resource/Font/P052-Bold ghostscript-9.56.1/Resource/Font/P052-BoldItalic ghostscript-9.56.1/Resource/Font/P052-Italic ghostscript-9.56.1/Resource/Font/P052-Roman ghostscript-9.56.1/Resource/Font/StandardSymbolsPS ghostscript-9.56.1/Resource/Font/URWBookman-Demi ghostscript-9.56.1/Resource/Font/URWBookman-DemiItalic ghostscript-9.56.1/Resource/Font/URWBookman-Light ghostscript-9.56.1/Resource/Font/URWBookman-LightItalic ghostscript-9.56.1/Resource/Font/URWGothic-Book ghostscript-9.56.1/Resource/Font/URWGothic-BookOblique ghostscript-9.56.1/Resource/Font/URWGothic-Demi ghostscript-9.56.1/Resource/Font/URWGothic-DemiOblique ghostscript-9.56.1/Resource/Font/Z003-MediumItalic ghostscript-9.56.1/Resource/IdiomSet/ ghostscript-9.56.1/Resource/IdiomSet/PPI_CUtils ghostscript-9.56.1/Resource/IdiomSet/Pscript5Idiom ghostscript-9.56.1/Resource/Init/ ghostscript-9.56.1/Resource/Init/FAPIcidfmap ghostscript-9.56.1/Resource/Init/FAPIconfig ghostscript-9.56.1/Resource/Init/FAPIfontmap ghostscript-9.56.1/Resource/Init/FCOfontmap-PCLPS2 ghostscript-9.56.1/Resource/Init/Fontmap ghostscript-9.56.1/Resource/Init/Fontmap.GS ghostscript-9.56.1/Resource/Init/cidfmap ghostscript-9.56.1/Resource/Init/gs_agl.ps ghostscript-9.56.1/Resource/Init/gs_btokn.ps ghostscript-9.56.1/Resource/Init/gs_cet.ps ghostscript-9.56.1/Resource/Init/gs_cff.ps ghostscript-9.56.1/Resource/Init/gs_cidcm.ps ghostscript-9.56.1/Resource/Init/gs_ciddc.ps ghostscript-9.56.1/Resource/Init/gs_cidfm.ps ghostscript-9.56.1/Resource/Init/gs_cidfn.ps ghostscript-9.56.1/Resource/Init/gs_cidtt.ps ghostscript-9.56.1/Resource/Init/gs_cmap.ps ghostscript-9.56.1/Resource/Init/gs_cspace.ps ghostscript-9.56.1/Resource/Init/gs_dbt_e.ps ghostscript-9.56.1/Resource/Init/gs_diskn.ps ghostscript-9.56.1/Resource/Init/gs_dps1.ps ghostscript-9.56.1/Resource/Init/gs_dps2.ps ghostscript-9.56.1/Resource/Init/gs_dscp.ps ghostscript-9.56.1/Resource/Init/gs_epsf.ps ghostscript-9.56.1/Resource/Init/gs_fapi.ps ghostscript-9.56.1/Resource/Init/gs_fntem.ps ghostscript-9.56.1/Resource/Init/gs_fonts.ps ghostscript-9.56.1/Resource/Init/gs_frsd.ps ghostscript-9.56.1/Resource/Init/gs_icc.ps ghostscript-9.56.1/Resource/Init/gs_il1_e.ps ghostscript-9.56.1/Resource/Init/gs_img.ps ghostscript-9.56.1/Resource/Init/gs_init.ps ghostscript-9.56.1/Resource/Init/gs_lev2.ps ghostscript-9.56.1/Resource/Init/gs_ll3.ps ghostscript-9.56.1/Resource/Init/gs_mex_e.ps ghostscript-9.56.1/Resource/Init/gs_mgl_e.ps ghostscript-9.56.1/Resource/Init/gs_mro_e.ps ghostscript-9.56.1/Resource/Init/gs_pdf_e.ps ghostscript-9.56.1/Resource/Init/gs_pdfwr.ps ghostscript-9.56.1/Resource/Init/gs_res.ps ghostscript-9.56.1/Resource/Init/gs_resmp.ps ghostscript-9.56.1/Resource/Init/gs_setpd.ps ghostscript-9.56.1/Resource/Init/gs_statd.ps ghostscript-9.56.1/Resource/Init/gs_std_e.ps ghostscript-9.56.1/Resource/Init/gs_sym_e.ps ghostscript-9.56.1/Resource/Init/gs_trap.ps ghostscript-9.56.1/Resource/Init/gs_ttf.ps ghostscript-9.56.1/Resource/Init/gs_typ32.ps ghostscript-9.56.1/Resource/Init/gs_typ42.ps ghostscript-9.56.1/Resource/Init/gs_type1.ps ghostscript-9.56.1/Resource/Init/gs_wan_e.ps ghostscript-9.56.1/Resource/Init/pdf_base.ps ghostscript-9.56.1/Resource/Init/pdf_draw.ps ghostscript-9.56.1/Resource/Init/pdf_font.ps ghostscript-9.56.1/Resource/Init/pdf_main.ps ghostscript-9.56.1/Resource/Init/pdf_ops.ps ghostscript-9.56.1/Resource/Init/pdf_rbld.ps ghostscript-9.56.1/Resource/Init/pdf_sec.ps ghostscript-9.56.1/Resource/Init/xlatmap ghostscript-9.56.1/Resource/SubstCID/ ghostscript-9.56.1/Resource/SubstCID/CNS1-WMode ghostscript-9.56.1/Resource/SubstCID/GB1-WMode ghostscript-9.56.1/Resource/SubstCID/Japan1-WMode ghostscript-9.56.1/Resource/SubstCID/Korea1-WMode ghostscript-9.56.1/arch/ ghostscript-9.56.1/arch/arch_autoconf.h.in ghostscript-9.56.1/arch/osx-x86-x86_64-ppc-gcc.h ghostscript-9.56.1/arch/windows-arm-msvc.h ghostscript-9.56.1/arch/windows-x64-msvc.h ghostscript-9.56.1/arch/windows-x86-msvc.h ghostscript-9.56.1/autogen.sh ghostscript-9.56.1/base/ ghostscript-9.56.1/base/aes.c ghostscript-9.56.1/base/aes.h ghostscript-9.56.1/base/all-arch.mak ghostscript-9.56.1/base/append_l.com ghostscript-9.56.1/base/assert_.h ghostscript-9.56.1/base/bcc32.cfg ghostscript-9.56.1/base/bench.c ghostscript-9.56.1/base/bobbin.c ghostscript-9.56.1/base/bobbin.h ghostscript-9.56.1/base/cal.mak ghostscript-9.56.1/base/catmake ghostscript-9.56.1/base/claptrap-impl.h ghostscript-9.56.1/base/claptrap-init.c ghostscript-9.56.1/base/claptrap-planar.c ghostscript-9.56.1/base/claptrap.c ghostscript-9.56.1/base/claptrap.h ghostscript-9.56.1/base/copy_one.com ghostscript-9.56.1/base/cp.bat ghostscript-9.56.1/base/cp.cmd ghostscript-9.56.1/base/ctype_.h ghostscript-9.56.1/base/dirent_.h ghostscript-9.56.1/base/dos_.h ghostscript-9.56.1/base/echogs.c ghostscript-9.56.1/base/endianness.h ghostscript-9.56.1/base/errno_.h ghostscript-9.56.1/base/ets.c ghostscript-9.56.1/base/ets.h ghostscript-9.56.1/base/ets_tm.h ghostscript-9.56.1/base/expat.mak ghostscript-9.56.1/base/fapi_bs.mak ghostscript-9.56.1/base/fapi_ft.c ghostscript-9.56.1/base/fapibstm.c ghostscript-9.56.1/base/fapiufst.c ghostscript-9.56.1/base/fcntl_.h ghostscript-9.56.1/base/freetype.mak ghostscript-9.56.1/base/gconf.c ghostscript-9.56.1/base/gconf.h ghostscript-9.56.1/base/gdbflags.h ghostscript-9.56.1/base/gdebug.h ghostscript-9.56.1/base/gdevabuf.c ghostscript-9.56.1/base/gdevbbox.c ghostscript-9.56.1/base/gdevbbox.h ghostscript-9.56.1/base/gdevdbit.c ghostscript-9.56.1/base/gdevdcrd.c ghostscript-9.56.1/base/gdevdcrd.h ghostscript-9.56.1/base/gdevddrw.c ghostscript-9.56.1/base/gdevddrw.h ghostscript-9.56.1/base/gdevdevn.c ghostscript-9.56.1/base/gdevdevn.h ghostscript-9.56.1/base/gdevdevnprn.h ghostscript-9.56.1/base/gdevdflt.c ghostscript-9.56.1/base/gdevdgbr.c ghostscript-9.56.1/base/gdevdrop.c ghostscript-9.56.1/base/gdevdsha.c ghostscript-9.56.1/base/gdevemap.c ghostscript-9.56.1/base/gdevepo.c ghostscript-9.56.1/base/gdevepo.h ghostscript-9.56.1/base/gdevflp.c ghostscript-9.56.1/base/gdevflp.h ghostscript-9.56.1/base/gdevhit.c ghostscript-9.56.1/base/gdevkrnlsclass.c ghostscript-9.56.1/base/gdevkrnlsclass.h ghostscript-9.56.1/base/gdevm1.c ghostscript-9.56.1/base/gdevm16.c ghostscript-9.56.1/base/gdevm2.c ghostscript-9.56.1/base/gdevm24.c ghostscript-9.56.1/base/gdevm32.c ghostscript-9.56.1/base/gdevm4.c ghostscript-9.56.1/base/gdevm40.c ghostscript-9.56.1/base/gdevm48.c ghostscript-9.56.1/base/gdevm56.c ghostscript-9.56.1/base/gdevm64.c ghostscript-9.56.1/base/gdevm8.c ghostscript-9.56.1/base/gdevmem.c ghostscript-9.56.1/base/gdevmem.h ghostscript-9.56.1/base/gdevmpla.c ghostscript-9.56.1/base/gdevmpla.h ghostscript-9.56.1/base/gdevmplt.c ghostscript-9.56.1/base/gdevmplt.h ghostscript-9.56.1/base/gdevmr1.c ghostscript-9.56.1/base/gdevmr2n.c ghostscript-9.56.1/base/gdevmr8n.c ghostscript-9.56.1/base/gdevmrop.h ghostscript-9.56.1/base/gdevmrun.c ghostscript-9.56.1/base/gdevmrun.h ghostscript-9.56.1/base/gdevmx.c ghostscript-9.56.1/base/gdevnfwd.c ghostscript-9.56.1/base/gdevnup.c ghostscript-9.56.1/base/gdevnup.h ghostscript-9.56.1/base/gdevoflt.c ghostscript-9.56.1/base/gdevoflt.h ghostscript-9.56.1/base/gdevp14.c ghostscript-9.56.1/base/gdevp14.h ghostscript-9.56.1/base/gdevpccm.c ghostscript-9.56.1/base/gdevpccm.h ghostscript-9.56.1/base/gdevpipe.c ghostscript-9.56.1/base/gdevplnx.c ghostscript-9.56.1/base/gdevplnx.h ghostscript-9.56.1/base/gdevppla.c ghostscript-9.56.1/base/gdevppla.h ghostscript-9.56.1/base/gdevprn.c ghostscript-9.56.1/base/gdevprn.h ghostscript-9.56.1/base/gdevpxat.h ghostscript-9.56.1/base/gdevpxen.h ghostscript-9.56.1/base/gdevpxop.h ghostscript-9.56.1/base/gdevrops.c ghostscript-9.56.1/base/gdevsclass.c ghostscript-9.56.1/base/gdevsclass.h ghostscript-9.56.1/base/gdevvec.c ghostscript-9.56.1/base/gdevvec.h ghostscript-9.56.1/base/gen_ordered.c ghostscript-9.56.1/base/gen_ordered.h ghostscript-9.56.1/base/genarch.c ghostscript-9.56.1/base/genconf.c ghostscript-9.56.1/base/gendev.c ghostscript-9.56.1/base/genht.c ghostscript-9.56.1/base/globals.h ghostscript-9.56.1/base/gp.h ghostscript-9.56.1/base/gp_dosfe.c ghostscript-9.56.1/base/gp_dosfs.c ghostscript-9.56.1/base/gp_dvx.c ghostscript-9.56.1/base/gp_getnv.c ghostscript-9.56.1/base/gp_mktmp.c ghostscript-9.56.1/base/gp_msdll.c ghostscript-9.56.1/base/gp_msdos.c ghostscript-9.56.1/base/gp_mshdl.c ghostscript-9.56.1/base/gp_mslib.c ghostscript-9.56.1/base/gp_mspol.c ghostscript-9.56.1/base/gp_msprn.c ghostscript-9.56.1/base/gp_mswin.c ghostscript-9.56.1/base/gp_mswin.h ghostscript-9.56.1/base/gp_nsync.c ghostscript-9.56.1/base/gp_ntfs.c ghostscript-9.56.1/base/gp_nxpsprn.c ghostscript-9.56.1/base/gp_os2.c ghostscript-9.56.1/base/gp_os2.h ghostscript-9.56.1/base/gp_os2fs.c ghostscript-9.56.1/base/gp_os2pr.c ghostscript-9.56.1/base/gp_os9.c ghostscript-9.56.1/base/gp_paper.c ghostscript-9.56.1/base/gp_psync.c ghostscript-9.56.1/base/gp_stdia.c ghostscript-9.56.1/base/gp_stdin.c ghostscript-9.56.1/base/gp_strdl.c ghostscript-9.56.1/base/gp_unifn.c ghostscript-9.56.1/base/gp_unifs.c ghostscript-9.56.1/base/gp_unix.c ghostscript-9.56.1/base/gp_upapr.c ghostscript-9.56.1/base/gp_vms.c ghostscript-9.56.1/base/gp_wgetv.c ghostscript-9.56.1/base/gp_win32.c ghostscript-9.56.1/base/gp_winfs.c ghostscript-9.56.1/base/gp_winfs2.c ghostscript-9.56.1/base/gp_wpapr.c ghostscript-9.56.1/base/gp_wsync.c ghostscript-9.56.1/base/gp_wutf8.c ghostscript-9.56.1/base/gp_wxpsprn.cpp ghostscript-9.56.1/base/gpcheck.h ghostscript-9.56.1/base/gpgetenv.h ghostscript-9.56.1/base/gpmisc.c ghostscript-9.56.1/base/gpmisc.h ghostscript-9.56.1/base/gpsync.h ghostscript-9.56.1/base/gs.mak ghostscript-9.56.1/base/gs_dll_call.h ghostscript-9.56.1/base/gs_mgl_e.h ghostscript-9.56.1/base/gs_mro_e.h ghostscript-9.56.1/base/gsagl.c ghostscript-9.56.1/base/gsagl.h ghostscript-9.56.1/base/gsalloc.c ghostscript-9.56.1/base/gsalloc.h ghostscript-9.56.1/base/gsargs.c ghostscript-9.56.1/base/gsargs.h ghostscript-9.56.1/base/gsbitcom.c ghostscript-9.56.1/base/gsbitmap.h ghostscript-9.56.1/base/gsbitops.c ghostscript-9.56.1/base/gsbitops.h ghostscript-9.56.1/base/gsbittab.c ghostscript-9.56.1/base/gsbittab.h ghostscript-9.56.1/base/gsccode.h ghostscript-9.56.1/base/gsccolor.h ghostscript-9.56.1/base/gscdef.c ghostscript-9.56.1/base/gscdefs.h ghostscript-9.56.1/base/gscdevn.c ghostscript-9.56.1/base/gscdevn.h ghostscript-9.56.1/base/gscedata.c ghostscript-9.56.1/base/gscedata.h ghostscript-9.56.1/base/gscencs.c ghostscript-9.56.1/base/gscencs.h ghostscript-9.56.1/base/gschar.c ghostscript-9.56.1/base/gschar.h ghostscript-9.56.1/base/gschar0.c ghostscript-9.56.1/base/gscicach.c ghostscript-9.56.1/base/gscicach.h ghostscript-9.56.1/base/gscie.c ghostscript-9.56.1/base/gscie.h ghostscript-9.56.1/base/gsciemap.c ghostscript-9.56.1/base/gscindex.h ghostscript-9.56.1/base/gsclipsr.c ghostscript-9.56.1/base/gsclipsr.h ghostscript-9.56.1/base/gscms.h ghostscript-9.56.1/base/gscolor.c ghostscript-9.56.1/base/gscolor.h ghostscript-9.56.1/base/gscolor1.c ghostscript-9.56.1/base/gscolor1.h ghostscript-9.56.1/base/gscolor2.c ghostscript-9.56.1/base/gscolor2.h ghostscript-9.56.1/base/gscolor3.c ghostscript-9.56.1/base/gscolor3.h ghostscript-9.56.1/base/gscompt.h ghostscript-9.56.1/base/gscoord.c ghostscript-9.56.1/base/gscoord.h ghostscript-9.56.1/base/gscparam.c ghostscript-9.56.1/base/gscpixel.c ghostscript-9.56.1/base/gscpixel.h ghostscript-9.56.1/base/gscpm.h ghostscript-9.56.1/base/gscrd.c ghostscript-9.56.1/base/gscrd.h ghostscript-9.56.1/base/gscrdp.c ghostscript-9.56.1/base/gscrdp.h ghostscript-9.56.1/base/gscrypt1.c ghostscript-9.56.1/base/gscrypt1.h ghostscript-9.56.1/base/gscscie.c ghostscript-9.56.1/base/gscsel.h ghostscript-9.56.1/base/gscsepr.c ghostscript-9.56.1/base/gscsepr.h ghostscript-9.56.1/base/gscspace.c ghostscript-9.56.1/base/gscspace.h ghostscript-9.56.1/base/gscssub.c ghostscript-9.56.1/base/gscssub.h ghostscript-9.56.1/base/gsdcolor.h ghostscript-9.56.1/base/gsdevice.c ghostscript-9.56.1/base/gsdevice.h ghostscript-9.56.1/base/gsdevmem.c ghostscript-9.56.1/base/gsdll.h ghostscript-9.56.1/base/gsdllwin.h ghostscript-9.56.1/base/gsdparam.c ghostscript-9.56.1/base/gsdps1.c ghostscript-9.56.1/base/gsdsrc.c ghostscript-9.56.1/base/gsdsrc.h ghostscript-9.56.1/base/gsequivc.c ghostscript-9.56.1/base/gsequivc.h ghostscript-9.56.1/base/gserrors.h ghostscript-9.56.1/base/gsexit.h ghostscript-9.56.1/base/gsfcid.c ghostscript-9.56.1/base/gsfcid2.c ghostscript-9.56.1/base/gsfcmap.c ghostscript-9.56.1/base/gsfcmap.h ghostscript-9.56.1/base/gsfcmap1.c ghostscript-9.56.1/base/gsflip.c ghostscript-9.56.1/base/gsflip.h ghostscript-9.56.1/base/gsfname.c ghostscript-9.56.1/base/gsfname.h ghostscript-9.56.1/base/gsfont.c ghostscript-9.56.1/base/gsfont.h ghostscript-9.56.1/base/gsfont0.c ghostscript-9.56.1/base/gsfont0c.c ghostscript-9.56.1/base/gsform1.h ghostscript-9.56.1/base/gsftopts.h ghostscript-9.56.1/base/gsfunc.c ghostscript-9.56.1/base/gsfunc.h ghostscript-9.56.1/base/gsfunc0.c ghostscript-9.56.1/base/gsfunc0.h ghostscript-9.56.1/base/gsfunc3.c ghostscript-9.56.1/base/gsfunc3.h ghostscript-9.56.1/base/gsfunc4.c ghostscript-9.56.1/base/gsfunc4.h ghostscript-9.56.1/base/gsgc.h ghostscript-9.56.1/base/gsgcache.c ghostscript-9.56.1/base/gsgcache.h ghostscript-9.56.1/base/gsgdata.c ghostscript-9.56.1/base/gsgdata.h ghostscript-9.56.1/base/gsgstate.c ghostscript-9.56.1/base/gsgstate.h ghostscript-9.56.1/base/gshsb.c ghostscript-9.56.1/base/gshsb.h ghostscript-9.56.1/base/gsht.c ghostscript-9.56.1/base/gsht.h ghostscript-9.56.1/base/gsht1.c ghostscript-9.56.1/base/gsht1.h ghostscript-9.56.1/base/gshtscr.c ghostscript-9.56.1/base/gshtx.c ghostscript-9.56.1/base/gshtx.h ghostscript-9.56.1/base/gsicc.c ghostscript-9.56.1/base/gsicc.h ghostscript-9.56.1/base/gsicc_blacktext.c ghostscript-9.56.1/base/gsicc_blacktext.h ghostscript-9.56.1/base/gsicc_cache.c ghostscript-9.56.1/base/gsicc_cache.h ghostscript-9.56.1/base/gsicc_cms.h ghostscript-9.56.1/base/gsicc_create.c ghostscript-9.56.1/base/gsicc_create.h ghostscript-9.56.1/base/gsicc_lcms2.c ghostscript-9.56.1/base/gsicc_lcms2mt.c ghostscript-9.56.1/base/gsicc_manage.c ghostscript-9.56.1/base/gsicc_manage.h ghostscript-9.56.1/base/gsicc_monitorcm.c ghostscript-9.56.1/base/gsicc_nocm.c ghostscript-9.56.1/base/gsicc_profilecache.c ghostscript-9.56.1/base/gsicc_profilecache.h ghostscript-9.56.1/base/gsicc_replacecm.c ghostscript-9.56.1/base/gsimage.c ghostscript-9.56.1/base/gsimage.h ghostscript-9.56.1/base/gsimpath.c ghostscript-9.56.1/base/gsinit.c ghostscript-9.56.1/base/gsio.h ghostscript-9.56.1/base/gsiodev.c ghostscript-9.56.1/base/gsiodevs.c ghostscript-9.56.1/base/gsiodisk.c ghostscript-9.56.1/base/gsioram.c ghostscript-9.56.1/base/gsiorom.c ghostscript-9.56.1/base/gsiorom.h ghostscript-9.56.1/base/gsipar3x.h ghostscript-9.56.1/base/gsiparam.h ghostscript-9.56.1/base/gsiparm3.h ghostscript-9.56.1/base/gsiparm4.h ghostscript-9.56.1/base/gsjconf.h ghostscript-9.56.1/base/gsjmorec.h ghostscript-9.56.1/base/gslib.c ghostscript-9.56.1/base/gslib.h ghostscript-9.56.1/base/gslibctx.c ghostscript-9.56.1/base/gslibctx.h ghostscript-9.56.1/base/gsline.c ghostscript-9.56.1/base/gsline.h ghostscript-9.56.1/base/gslparam.h ghostscript-9.56.1/base/gsmalloc.c ghostscript-9.56.1/base/gsmalloc.h ghostscript-9.56.1/base/gsmatrix.c ghostscript-9.56.1/base/gsmatrix.h ghostscript-9.56.1/base/gsmchunk.c ghostscript-9.56.1/base/gsmchunk.h ghostscript-9.56.1/base/gsmd5.c ghostscript-9.56.1/base/gsmd5.h ghostscript-9.56.1/base/gsmdebug.h ghostscript-9.56.1/base/gsmemory.c ghostscript-9.56.1/base/gsmemory.h ghostscript-9.56.1/base/gsmemraw.h ghostscript-9.56.1/base/gsmemret.c ghostscript-9.56.1/base/gsmemret.h ghostscript-9.56.1/base/gsmisc.c ghostscript-9.56.1/base/gsnamecl.c ghostscript-9.56.1/base/gsnamecl.h ghostscript-9.56.1/base/gsncdummy.c ghostscript-9.56.1/base/gsncdummy.h ghostscript-9.56.1/base/gsnogc.c ghostscript-9.56.1/base/gsnogc.h ghostscript-9.56.1/base/gsnotify.c ghostscript-9.56.1/base/gsnotify.h ghostscript-9.56.1/base/gsovrc.c ghostscript-9.56.1/base/gsovrc.h ghostscript-9.56.1/base/gspaint.c ghostscript-9.56.1/base/gspaint.h ghostscript-9.56.1/base/gsparam.c ghostscript-9.56.1/base/gsparam.h ghostscript-9.56.1/base/gsparam2.c ghostscript-9.56.1/base/gsparaml.c ghostscript-9.56.1/base/gsparams.c ghostscript-9.56.1/base/gsparams.h ghostscript-9.56.1/base/gsparamx.c ghostscript-9.56.1/base/gsparamx.h ghostscript-9.56.1/base/gspath.c ghostscript-9.56.1/base/gspath.h ghostscript-9.56.1/base/gspath1.c ghostscript-9.56.1/base/gspath2.h ghostscript-9.56.1/base/gspcolor.c ghostscript-9.56.1/base/gspcolor.h ghostscript-9.56.1/base/gspenum.h ghostscript-9.56.1/base/gspmdrv.c ghostscript-9.56.1/base/gspmdrv.def ghostscript-9.56.1/base/gspmdrv.h ghostscript-9.56.1/base/gspmdrv.icx ghostscript-9.56.1/base/gspmdrv.rc ghostscript-9.56.1/base/gsptype1.c ghostscript-9.56.1/base/gsptype1.h ghostscript-9.56.1/base/gsptype2.c ghostscript-9.56.1/base/gsptype2.h ghostscript-9.56.1/base/gsrect.h ghostscript-9.56.1/base/gsrefct.h ghostscript-9.56.1/base/gsromfs0.c ghostscript-9.56.1/base/gsrop.c ghostscript-9.56.1/base/gsrop.h ghostscript-9.56.1/base/gsroprun.c ghostscript-9.56.1/base/gsroprun1.h ghostscript-9.56.1/base/gsroprun24.h ghostscript-9.56.1/base/gsroprun8.h ghostscript-9.56.1/base/gsropt.h ghostscript-9.56.1/base/gsroptab.c ghostscript-9.56.1/base/gsserial.c ghostscript-9.56.1/base/gsserial.h ghostscript-9.56.1/base/gsshade.c ghostscript-9.56.1/base/gsshade.h ghostscript-9.56.1/base/gssprintf.c ghostscript-9.56.1/base/gssprintf.h ghostscript-9.56.1/base/gsstate.c ghostscript-9.56.1/base/gsstate.h ghostscript-9.56.1/base/gsstrl.c ghostscript-9.56.1/base/gsstrl.h ghostscript-9.56.1/base/gsstrtok.c ghostscript-9.56.1/base/gsstrtok.h ghostscript-9.56.1/base/gsstruct.h ghostscript-9.56.1/base/gsstype.h ghostscript-9.56.1/base/gstext.c ghostscript-9.56.1/base/gstext.h ghostscript-9.56.1/base/gstiffio.c ghostscript-9.56.1/base/gstiffio.h ghostscript-9.56.1/base/gstparam.h ghostscript-9.56.1/base/gstrans.c ghostscript-9.56.1/base/gstrans.h ghostscript-9.56.1/base/gstrap.c ghostscript-9.56.1/base/gstrap.h ghostscript-9.56.1/base/gstype1.c ghostscript-9.56.1/base/gstype1.h ghostscript-9.56.1/base/gstype2.c ghostscript-9.56.1/base/gstype42.c ghostscript-9.56.1/base/gstypes.h ghostscript-9.56.1/base/gsuid.h ghostscript-9.56.1/base/gsutil.c ghostscript-9.56.1/base/gsutil.h ghostscript-9.56.1/base/gswin.icx ghostscript-9.56.1/base/gswin.rc ghostscript-9.56.1/base/gswin16.icx ghostscript-9.56.1/base/gswin32.rc ghostscript-9.56.1/base/gsxfont.h ghostscript-9.56.1/base/gx.h ghostscript-9.56.1/base/gxacpath.c ghostscript-9.56.1/base/gxalloc.h ghostscript-9.56.1/base/gxalpha.h ghostscript-9.56.1/base/gxarith.h ghostscript-9.56.1/base/gxband.h ghostscript-9.56.1/base/gxbcache.c ghostscript-9.56.1/base/gxbcache.h ghostscript-9.56.1/base/gxbitfmt.h ghostscript-9.56.1/base/gxbitmap.h ghostscript-9.56.1/base/gxbitops.h ghostscript-9.56.1/base/gxblend.c ghostscript-9.56.1/base/gxblend.h ghostscript-9.56.1/base/gxblend1.c ghostscript-9.56.1/base/gxccache.c ghostscript-9.56.1/base/gxccman.c ghostscript-9.56.1/base/gxcdevn.h ghostscript-9.56.1/base/gxchar.c ghostscript-9.56.1/base/gxchar.h ghostscript-9.56.1/base/gxchrout.c ghostscript-9.56.1/base/gxchrout.h ghostscript-9.56.1/base/gxcht.c ghostscript-9.56.1/base/gxcid.h ghostscript-9.56.1/base/gxcie.h ghostscript-9.56.1/base/gxcindex.h ghostscript-9.56.1/base/gxclbits.c ghostscript-9.56.1/base/gxcldev.h ghostscript-9.56.1/base/gxclfile.c ghostscript-9.56.1/base/gxclimag.c ghostscript-9.56.1/base/gxclio.h ghostscript-9.56.1/base/gxclip.c ghostscript-9.56.1/base/gxclip.h ghostscript-9.56.1/base/gxclip2.c ghostscript-9.56.1/base/gxclip2.h ghostscript-9.56.1/base/gxclipm.c ghostscript-9.56.1/base/gxclipm.h ghostscript-9.56.1/base/gxclipsr.h ghostscript-9.56.1/base/gxclist.c ghostscript-9.56.1/base/gxclist.h ghostscript-9.56.1/base/gxcllzw.c ghostscript-9.56.1/base/gxclmem.c ghostscript-9.56.1/base/gxclmem.h ghostscript-9.56.1/base/gxclpage.c ghostscript-9.56.1/base/gxclpage.h ghostscript-9.56.1/base/gxclpath.c ghostscript-9.56.1/base/gxclpath.h ghostscript-9.56.1/base/gxclrast.c ghostscript-9.56.1/base/gxclread.c ghostscript-9.56.1/base/gxclrect.c ghostscript-9.56.1/base/gxclthrd.c ghostscript-9.56.1/base/gxclthrd.h ghostscript-9.56.1/base/gxclutil.c ghostscript-9.56.1/base/gxclzlib.c ghostscript-9.56.1/base/gxcmap.c ghostscript-9.56.1/base/gxcmap.h ghostscript-9.56.1/base/gxcolor2.h ghostscript-9.56.1/base/gxcomp.h ghostscript-9.56.1/base/gxcoord.h ghostscript-9.56.1/base/gxcpath.c ghostscript-9.56.1/base/gxcpath.h ghostscript-9.56.1/base/gxcspace.h ghostscript-9.56.1/base/gxctable.c ghostscript-9.56.1/base/gxctable.h ghostscript-9.56.1/base/gxcvalue.h ghostscript-9.56.1/base/gxdcconv.c ghostscript-9.56.1/base/gxdcconv.h ghostscript-9.56.1/base/gxdcolor.c ghostscript-9.56.1/base/gxdcolor.h ghostscript-9.56.1/base/gxdda.h ghostscript-9.56.1/base/gxdevbuf.h ghostscript-9.56.1/base/gxdevcli.h ghostscript-9.56.1/base/gxdevice.h ghostscript-9.56.1/base/gxdevmem.h ghostscript-9.56.1/base/gxdevndi.c ghostscript-9.56.1/base/gxdevsop.h ghostscript-9.56.1/base/gxdht.h ghostscript-9.56.1/base/gxdhtres.h ghostscript-9.56.1/base/gxdhtserial.c ghostscript-9.56.1/base/gxdhtserial.h ghostscript-9.56.1/base/gxdither.h ghostscript-9.56.1/base/gxdownscale.c ghostscript-9.56.1/base/gxdownscale.h ghostscript-9.56.1/base/gxdtfill.h ghostscript-9.56.1/base/gxfapi.c ghostscript-9.56.1/base/gxfapi.h ghostscript-9.56.1/base/gxfapiu.c ghostscript-9.56.1/base/gxfapiu.h ghostscript-9.56.1/base/gxfarith.h ghostscript-9.56.1/base/gxfcache.h ghostscript-9.56.1/base/gxfcid.h ghostscript-9.56.1/base/gxfcmap.h ghostscript-9.56.1/base/gxfcmap1.h ghostscript-9.56.1/base/gxfill.c ghostscript-9.56.1/base/gxfill.h ghostscript-9.56.1/base/gxfillsl.h ghostscript-9.56.1/base/gxfilltr.h ghostscript-9.56.1/base/gxfillts.h ghostscript-9.56.1/base/gxfixed.h ghostscript-9.56.1/base/gxfmap.h ghostscript-9.56.1/base/gxfont.h ghostscript-9.56.1/base/gxfont0.h ghostscript-9.56.1/base/gxfont0c.h ghostscript-9.56.1/base/gxfont1.h ghostscript-9.56.1/base/gxfont42.h ghostscript-9.56.1/base/gxfrac.h ghostscript-9.56.1/base/gxftype.h ghostscript-9.56.1/base/gxfunc.h ghostscript-9.56.1/base/gxgetbit.h ghostscript-9.56.1/base/gxgstate.h ghostscript-9.56.1/base/gxhintn.c ghostscript-9.56.1/base/gxhintn.h ghostscript-9.56.1/base/gxhintn1.c ghostscript-9.56.1/base/gxhldevc.c ghostscript-9.56.1/base/gxhldevc.h ghostscript-9.56.1/base/gxht.c ghostscript-9.56.1/base/gxht.h ghostscript-9.56.1/base/gxht_thresh.c ghostscript-9.56.1/base/gxht_thresh.h ghostscript-9.56.1/base/gxhtbit.c ghostscript-9.56.1/base/gxhttile.h ghostscript-9.56.1/base/gxhttype.h ghostscript-9.56.1/base/gxi12bit.c ghostscript-9.56.1/base/gxi16bit.c ghostscript-9.56.1/base/gxiclass.h ghostscript-9.56.1/base/gxicolor.c ghostscript-9.56.1/base/gxidata.c ghostscript-9.56.1/base/gxifast.c ghostscript-9.56.1/base/gximag3x.c ghostscript-9.56.1/base/gximag3x.h ghostscript-9.56.1/base/gximage.c ghostscript-9.56.1/base/gximage.h ghostscript-9.56.1/base/gximage1.c ghostscript-9.56.1/base/gximage3.c ghostscript-9.56.1/base/gximage3.h ghostscript-9.56.1/base/gximage4.c ghostscript-9.56.1/base/gximask.c ghostscript-9.56.1/base/gximask.h ghostscript-9.56.1/base/gximdecode.c ghostscript-9.56.1/base/gximdecode.h ghostscript-9.56.1/base/gximono.c ghostscript-9.56.1/base/gxiodev.h ghostscript-9.56.1/base/gxiparam.h ghostscript-9.56.1/base/gxipixel.c ghostscript-9.56.1/base/gxiscale.c ghostscript-9.56.1/base/gxline.h ghostscript-9.56.1/base/gxlum.h ghostscript-9.56.1/base/gxmatrix.h ghostscript-9.56.1/base/gxmclip.c ghostscript-9.56.1/base/gxmclip.h ghostscript-9.56.1/base/gxobj.h ghostscript-9.56.1/base/gxoprect.c ghostscript-9.56.1/base/gxoprect.h ghostscript-9.56.1/base/gxp1fill.c ghostscript-9.56.1/base/gxp1impl.h ghostscript-9.56.1/base/gxpaint.c ghostscript-9.56.1/base/gxpaint.h ghostscript-9.56.1/base/gxpath.c ghostscript-9.56.1/base/gxpath.h ghostscript-9.56.1/base/gxpath2.c ghostscript-9.56.1/base/gxpcache.h ghostscript-9.56.1/base/gxpcmap.c ghostscript-9.56.1/base/gxpcolor.h ghostscript-9.56.1/base/gxpcopy.c ghostscript-9.56.1/base/gxpdash.c ghostscript-9.56.1/base/gxpflat.c ghostscript-9.56.1/base/gxrplane.h ghostscript-9.56.1/base/gxsample.c ghostscript-9.56.1/base/gxsample.h ghostscript-9.56.1/base/gxsamplp.h ghostscript-9.56.1/base/gxscanc.c ghostscript-9.56.1/base/gxscanc.h ghostscript-9.56.1/base/gxshade.c ghostscript-9.56.1/base/gxshade.h ghostscript-9.56.1/base/gxshade1.c ghostscript-9.56.1/base/gxshade4.c ghostscript-9.56.1/base/gxshade4.h ghostscript-9.56.1/base/gxshade6.c ghostscript-9.56.1/base/gxstate.h ghostscript-9.56.1/base/gxstdio.h ghostscript-9.56.1/base/gxstroke.c ghostscript-9.56.1/base/gxsync.c ghostscript-9.56.1/base/gxsync.h ghostscript-9.56.1/base/gxtext.h ghostscript-9.56.1/base/gxtmap.h ghostscript-9.56.1/base/gxttf.h ghostscript-9.56.1/base/gxttfb.c ghostscript-9.56.1/base/gxttfb.h ghostscript-9.56.1/base/gxtype1.c ghostscript-9.56.1/base/gxtype1.h ghostscript-9.56.1/base/gxxfont.h ghostscript-9.56.1/base/gzacpath.h ghostscript-9.56.1/base/gzcpath.h ghostscript-9.56.1/base/gzht.h ghostscript-9.56.1/base/gzline.h ghostscript-9.56.1/base/gzpath.h ghostscript-9.56.1/base/gzspotan.c ghostscript-9.56.1/base/gzspotan.h ghostscript-9.56.1/base/gzstate.h ghostscript-9.56.1/base/icc34.h ghostscript-9.56.1/base/ijs.mak ghostscript-9.56.1/base/instcopy ghostscript-9.56.1/base/jbig2.mak ghostscript-9.56.1/base/jerror_.h ghostscript-9.56.1/base/jmemcust.c ghostscript-9.56.1/base/jmemcust.h ghostscript-9.56.1/base/jpeg.mak ghostscript-9.56.1/base/jpegxr.mak ghostscript-9.56.1/base/lcms2.mak ghostscript-9.56.1/base/lcms2mt.mak ghostscript-9.56.1/base/lcups.mak ghostscript-9.56.1/base/lcupsi.mak ghostscript-9.56.1/base/leptonica.mak ghostscript-9.56.1/base/lib.mak ghostscript-9.56.1/base/locale_.h ghostscript-9.56.1/base/malloc_.h ghostscript-9.56.1/base/math_.h ghostscript-9.56.1/base/memento.c ghostscript-9.56.1/base/memento.h ghostscript-9.56.1/base/memory_.h ghostscript-9.56.1/base/mkromfs.c ghostscript-9.56.1/base/msvccmd.mak ghostscript-9.56.1/base/msvclib.mak ghostscript-9.56.1/base/msvctail.mak ghostscript-9.56.1/base/mv.bat ghostscript-9.56.1/base/mv.cmd ghostscript-9.56.1/base/ocr.mak ghostscript-9.56.1/base/openjpeg.mak ghostscript-9.56.1/base/openvms.mak ghostscript-9.56.1/base/openvms.mmk ghostscript-9.56.1/base/pack_ps.c ghostscript-9.56.1/base/pcwin.mak ghostscript-9.56.1/base/pipe_.h ghostscript-9.56.1/base/png.mak ghostscript-9.56.1/base/png_.h ghostscript-9.56.1/base/ramfs.c ghostscript-9.56.1/base/ramfs.h ghostscript-9.56.1/base/rm.bat ghostscript-9.56.1/base/rm.cmd ghostscript-9.56.1/base/rm_all.com ghostscript-9.56.1/base/rm_one.com ghostscript-9.56.1/base/sa85d.c ghostscript-9.56.1/base/sa85d.h ghostscript-9.56.1/base/sa85x.h ghostscript-9.56.1/base/saes.c ghostscript-9.56.1/base/saes.h ghostscript-9.56.1/base/sarc4.c ghostscript-9.56.1/base/sarc4.h ghostscript-9.56.1/base/sbcp.c ghostscript-9.56.1/base/sbcp.h ghostscript-9.56.1/base/sbtx.h ghostscript-9.56.1/base/scanchar.h ghostscript-9.56.1/base/scantab.c ghostscript-9.56.1/base/scf.h ghostscript-9.56.1/base/scfd.c ghostscript-9.56.1/base/scfdgen.c ghostscript-9.56.1/base/scfdtab.c ghostscript-9.56.1/base/scfe.c ghostscript-9.56.1/base/scfetab.c ghostscript-9.56.1/base/scfparam.c ghostscript-9.56.1/base/scfx.h ghostscript-9.56.1/base/scommon.h ghostscript-9.56.1/base/sdcparam.c ghostscript-9.56.1/base/sdcparam.h ghostscript-9.56.1/base/sdct.h ghostscript-9.56.1/base/sdctc.c ghostscript-9.56.1/base/sdctd.c ghostscript-9.56.1/base/sdcte.c ghostscript-9.56.1/base/sddparam.c ghostscript-9.56.1/base/sdeparam.c ghostscript-9.56.1/base/seexec.c ghostscript-9.56.1/base/setjmp_.h ghostscript-9.56.1/base/sfilter.h ghostscript-9.56.1/base/sfilter1.c ghostscript-9.56.1/base/sfilter2.c ghostscript-9.56.1/base/sfxboth.c ghostscript-9.56.1/base/sfxcommon.c ghostscript-9.56.1/base/sfxfd.c ghostscript-9.56.1/base/sfxstdio.c ghostscript-9.56.1/base/sha2.c ghostscript-9.56.1/base/sha2.h ghostscript-9.56.1/base/shc.c ghostscript-9.56.1/base/shc.h ghostscript-9.56.1/base/sidscale.c ghostscript-9.56.1/base/sidscale.h ghostscript-9.56.1/base/siinterp.c ghostscript-9.56.1/base/siinterp.h ghostscript-9.56.1/base/simscale.c ghostscript-9.56.1/base/simscale.h ghostscript-9.56.1/base/simscale_foo.c ghostscript-9.56.1/base/simscale_foo.h ghostscript-9.56.1/base/siscale.c ghostscript-9.56.1/base/siscale.h ghostscript-9.56.1/base/siscale_cal.c ghostscript-9.56.1/base/sisparam.h ghostscript-9.56.1/base/sjbig2.c ghostscript-9.56.1/base/sjbig2.h ghostscript-9.56.1/base/sjpeg.h ghostscript-9.56.1/base/sjpegc.c ghostscript-9.56.1/base/sjpegd.c ghostscript-9.56.1/base/sjpege.c ghostscript-9.56.1/base/sjpx_none.c ghostscript-9.56.1/base/sjpx_openjpeg.c ghostscript-9.56.1/base/sjpx_openjpeg.h ghostscript-9.56.1/base/slzwc.c ghostscript-9.56.1/base/slzwd.c ghostscript-9.56.1/base/slzwe.c ghostscript-9.56.1/base/slzwx.h ghostscript-9.56.1/base/smd5.c ghostscript-9.56.1/base/smd5.h ghostscript-9.56.1/base/smtf.h ghostscript-9.56.1/base/spdiff.c ghostscript-9.56.1/base/spdiffx.h ghostscript-9.56.1/base/spngp.c ghostscript-9.56.1/base/spngpx.h ghostscript-9.56.1/base/spprint.c ghostscript-9.56.1/base/spprint.h ghostscript-9.56.1/base/spsdf.c ghostscript-9.56.1/base/spsdf.h ghostscript-9.56.1/base/spwgd.c ghostscript-9.56.1/base/spwgx.h ghostscript-9.56.1/base/srdline.h ghostscript-9.56.1/base/srld.c ghostscript-9.56.1/base/srle.c ghostscript-9.56.1/base/srlx.h ghostscript-9.56.1/base/ssha2.c ghostscript-9.56.1/base/ssha2.h ghostscript-9.56.1/base/sstring.c ghostscript-9.56.1/base/sstring.h ghostscript-9.56.1/base/stat_.h ghostscript-9.56.1/base/std.h ghostscript-9.56.1/base/stdint_.h ghostscript-9.56.1/base/stdio_.h ghostscript-9.56.1/base/stdpre.h ghostscript-9.56.1/base/stream.c ghostscript-9.56.1/base/stream.h ghostscript-9.56.1/base/strimpl.h ghostscript-9.56.1/base/string_.h ghostscript-9.56.1/base/strmio.c ghostscript-9.56.1/base/strmio.h ghostscript-9.56.1/base/stub.mak ghostscript-9.56.1/base/szlibc.c ghostscript-9.56.1/base/szlibd.c ghostscript-9.56.1/base/szlibe.c ghostscript-9.56.1/base/szlibx.h ghostscript-9.56.1/base/szlibxx.h ghostscript-9.56.1/base/tess_version.h ghostscript-9.56.1/base/tesseract.mak ghostscript-9.56.1/base/tessocr.cpp ghostscript-9.56.1/base/tessocr.h ghostscript-9.56.1/base/tiff.mak ghostscript-9.56.1/base/time_.h ghostscript-9.56.1/base/ttcalc.c ghostscript-9.56.1/base/ttcalc.h ghostscript-9.56.1/base/ttcommon.h ghostscript-9.56.1/base/ttconf.h ghostscript-9.56.1/base/ttconfig.h ghostscript-9.56.1/base/ttfinp.c ghostscript-9.56.1/base/ttfinp.h ghostscript-9.56.1/base/ttfmain.c ghostscript-9.56.1/base/ttfmemd.c ghostscript-9.56.1/base/ttfmemd.h ghostscript-9.56.1/base/ttfoutl.h ghostscript-9.56.1/base/ttfsfnt.h ghostscript-9.56.1/base/ttinterp.c ghostscript-9.56.1/base/ttinterp.h ghostscript-9.56.1/base/ttload.c ghostscript-9.56.1/base/ttload.h ghostscript-9.56.1/base/ttmisc.h ghostscript-9.56.1/base/ttobjs.c ghostscript-9.56.1/base/ttobjs.h ghostscript-9.56.1/base/tttables.h ghostscript-9.56.1/base/tttype.h ghostscript-9.56.1/base/tttypes.h ghostscript-9.56.1/base/ugcclib.mak ghostscript-9.56.1/base/unistd_.h ghostscript-9.56.1/base/unix-aux.mak ghostscript-9.56.1/base/unix-dll.mak ghostscript-9.56.1/base/unix-end.mak ghostscript-9.56.1/base/unix-gcc.mak ghostscript-9.56.1/base/unixansi.mak ghostscript-9.56.1/base/unixhead.mak ghostscript-9.56.1/base/unixinst.mak ghostscript-9.56.1/base/unixlink.mak ghostscript-9.56.1/base/valgrind.h ghostscript-9.56.1/base/version.mak ghostscript-9.56.1/base/vms_x_fix.h ghostscript-9.56.1/base/vmsmath.h ghostscript-9.56.1/base/windows_.h ghostscript-9.56.1/base/winlib.mak ghostscript-9.56.1/base/winplat.mak ghostscript-9.56.1/base/winrtsup.cpp ghostscript-9.56.1/base/winrtsup.h ghostscript-9.56.1/base/wrfont.c ghostscript-9.56.1/base/wrfont.h ghostscript-9.56.1/base/write_t1.c ghostscript-9.56.1/base/write_t1.h ghostscript-9.56.1/base/write_t2.c ghostscript-9.56.1/base/write_t2.h ghostscript-9.56.1/base/x_.h ghostscript-9.56.1/base/zlib.mak ghostscript-9.56.1/config.guess ghostscript-9.56.1/config.sub ghostscript-9.56.1/configure ghostscript-9.56.1/configure.ac ghostscript-9.56.1/contrib/ ghostscript-9.56.1/contrib/chp2200/ ghostscript-9.56.1/contrib/chp2200/AUTHORS ghostscript-9.56.1/contrib/chp2200/COPYING ghostscript-9.56.1/contrib/chp2200/INSTALL ghostscript-9.56.1/contrib/contrib.mak ghostscript-9.56.1/contrib/eplaser/ ghostscript-9.56.1/contrib/eplaser/gdevescv.c ghostscript-9.56.1/contrib/eplaser/gdevescv.h ghostscript-9.56.1/contrib/epson740/ ghostscript-9.56.1/contrib/epson740/README ghostscript-9.56.1/contrib/epson740/printerdb_rh5.2 ghostscript-9.56.1/contrib/epson740/printerdb_rh6.0 ghostscript-9.56.1/contrib/epson740/ps-to-printer.fpi_rh5.2 ghostscript-9.56.1/contrib/epson740/upp-HowTo-to-be ghostscript-9.56.1/contrib/gdevadmp.c ghostscript-9.56.1/contrib/gdevbjc_.c ghostscript-9.56.1/contrib/gdevbjc_.h ghostscript-9.56.1/contrib/gdevbjca.c ghostscript-9.56.1/contrib/gdevcd8.c ghostscript-9.56.1/contrib/gdevcd8.h ghostscript-9.56.1/contrib/gdevdj9.c ghostscript-9.56.1/contrib/gdevgdi.c ghostscript-9.56.1/contrib/gdevhl12.c ghostscript-9.56.1/contrib/gdevln03.c ghostscript-9.56.1/contrib/gdevlx32.c ghostscript-9.56.1/contrib/gdevlx7.c ghostscript-9.56.1/contrib/gdevmd2k.c ghostscript-9.56.1/contrib/gdevop4w.c ghostscript-9.56.1/contrib/gdevxes.c ghostscript-9.56.1/contrib/japanese/ ghostscript-9.56.1/contrib/japanese/doc/ ghostscript-9.56.1/contrib/japanese/doc/Gdevlips.htm ghostscript-9.56.1/contrib/japanese/doc/README.gs550j ghostscript-9.56.1/contrib/japanese/doc/cdj880.txt ghostscript-9.56.1/contrib/japanese/doc/dj505j.txt ghostscript-9.56.1/contrib/japanese/doc/gdev10v.txt ghostscript-9.56.1/contrib/japanese/doc/gdevalps.txt ghostscript-9.56.1/contrib/japanese/doc/gdevcd8.txt ghostscript-9.56.1/contrib/japanese/doc/gdevfmlbp.txt ghostscript-9.56.1/contrib/japanese/doc/gdevj100.txt ghostscript-9.56.1/contrib/japanese/doc/gdevlbp3.txt ghostscript-9.56.1/contrib/japanese/doc/gdevmd2k.txt ghostscript-9.56.1/contrib/japanese/doc/gdevmjc.txt ghostscript-9.56.1/contrib/japanese/doc/gdevml6.txt ghostscript-9.56.1/contrib/japanese/doc/gdevp201.txt ghostscript-9.56.1/contrib/japanese/dviprlib.h ghostscript-9.56.1/contrib/japanese/gdev10v.c ghostscript-9.56.1/contrib/japanese/gdevalps.c ghostscript-9.56.1/contrib/japanese/gdevespg.c ghostscript-9.56.1/contrib/japanese/gdevfmlbp.c ghostscript-9.56.1/contrib/japanese/gdevfmpr.c ghostscript-9.56.1/contrib/japanese/gdevj100.c ghostscript-9.56.1/contrib/japanese/gdevlbp3.c ghostscript-9.56.1/contrib/japanese/gdevmjc.c ghostscript-9.56.1/contrib/japanese/gdevmjc.h ghostscript-9.56.1/contrib/japanese/gdevml6.c ghostscript-9.56.1/contrib/japanese/gdevnpdl.c ghostscript-9.56.1/contrib/japanese/gdevp201.c ghostscript-9.56.1/contrib/japanese/gdevrpdl.c ghostscript-9.56.1/contrib/lips4/ ghostscript-9.56.1/contrib/lips4/gdevl4r.c ghostscript-9.56.1/contrib/lips4/gdevl4v.c ghostscript-9.56.1/contrib/lips4/gdevlips.c ghostscript-9.56.1/contrib/lips4/gdevlips.h ghostscript-9.56.1/contrib/lips4/gdevlprn.c ghostscript-9.56.1/contrib/lips4/gdevlprn.h ghostscript-9.56.1/contrib/lxm3200-tweaked/ ghostscript-9.56.1/contrib/lxm3200-tweaked/LICENSE ghostscript-9.56.1/contrib/lxm3200-tweaked/README ghostscript-9.56.1/contrib/lxm3200-tweaked/RELEASE_NOTES ghostscript-9.56.1/contrib/lxm3200-tweaked/Z12-Z31-QuickSetup ghostscript-9.56.1/contrib/md2k_md5k/ ghostscript-9.56.1/contrib/md2k_md5k/README.jis ghostscript-9.56.1/contrib/opvp/ ghostscript-9.56.1/contrib/opvp/README.txt ghostscript-9.56.1/contrib/opvp/build_opv_harness.sh ghostscript-9.56.1/contrib/opvp/gdevopvp.c ghostscript-9.56.1/contrib/opvp/opvp.h ghostscript-9.56.1/contrib/opvp/opvp_0_2_0.h ghostscript-9.56.1/contrib/opvp/opvp_common.h ghostscript-9.56.1/contrib/opvp/opvp_media.def ghostscript-9.56.1/contrib/opvp/opvpharness.c ghostscript-9.56.1/contrib/pcl3/ ghostscript-9.56.1/contrib/pcl3/BUGS ghostscript-9.56.1/contrib/pcl3/LGPL ghostscript-9.56.1/contrib/pcl3/NEWS ghostscript-9.56.1/contrib/pcl3/README ghostscript-9.56.1/contrib/pcl3/doc/ ghostscript-9.56.1/contrib/pcl3/doc/gs-mods.txt ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.1 ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.html ghostscript-9.56.1/contrib/pcl3/doc/gs-pcl3.ref ghostscript-9.56.1/contrib/pcl3/doc/how-to-report.txt ghostscript-9.56.1/contrib/pcl3/doc/notes.bbl ghostscript-9.56.1/contrib/pcl3/doc/notes.tex ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.1 ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.html ghostscript-9.56.1/contrib/pcl3/doc/pcl3opts.ref ghostscript-9.56.1/contrib/pcl3/doc/reports.txt ghostscript-9.56.1/contrib/pcl3/eprn/ ghostscript-9.56.1/contrib/pcl3/eprn/eprnfs.c ghostscript-9.56.1/contrib/pcl3/eprn/eprnparm.c ghostscript-9.56.1/contrib/pcl3/eprn/eprnrend.c ghostscript-9.56.1/contrib/pcl3/eprn/gdeveprn.c ghostscript-9.56.1/contrib/pcl3/eprn/gdeveprn.h ghostscript-9.56.1/contrib/pcl3/eprn/mediasize.c ghostscript-9.56.1/contrib/pcl3/eprn/mediasize.h ghostscript-9.56.1/contrib/pcl3/eprn/pagecount.c ghostscript-9.56.1/contrib/pcl3/eprn/pagecount.h ghostscript-9.56.1/contrib/pcl3/lib/ ghostscript-9.56.1/contrib/pcl3/lib/cups-pcl3 ghostscript-9.56.1/contrib/pcl3/lib/example.mcf ghostscript-9.56.1/contrib/pcl3/lib/if-pcl3 ghostscript-9.56.1/contrib/pcl3/pcl3.tar.sig ghostscript-9.56.1/contrib/pcl3/ppd/ ghostscript-9.56.1/contrib/pcl3/ppd/README ghostscript-9.56.1/contrib/pcl3/ppd/catppd ghostscript-9.56.1/contrib/pcl3/ppd/fonts.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-5.50.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.01.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.50.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-6.51.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-7.00.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-common.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-common.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj1120c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj3xx.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj400.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj500.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj500c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj510.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj540.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj550c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj600.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj660c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj680c.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdj8xxc.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-hpdjportable.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-unspec.ppd ghostscript-9.56.1/contrib/pcl3/ppd/gs-pcl3-unspecold.ppd ghostscript-9.56.1/contrib/pcl3/ps/ ghostscript-9.56.1/contrib/pcl3/ps/calign.ps ghostscript-9.56.1/contrib/pcl3/ps/dumppdd.ps ghostscript-9.56.1/contrib/pcl3/ps/levels-test.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-A4.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-A4Rotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-Env10Rotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-EnvDLRotated.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-Letter.ps ghostscript-9.56.1/contrib/pcl3/ps/margins-LetterRotated.ps ghostscript-9.56.1/contrib/pcl3/src/ ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-5.50.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.01.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.50.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-6.51.add ghostscript-9.56.1/contrib/pcl3/src/contrib.mak-7.00.add ghostscript-9.56.1/contrib/pcl3/src/gdevpcl3.c ghostscript-9.56.1/contrib/pcl3/src/pcl3opts-de.msg ghostscript-9.56.1/contrib/pcl3/src/pcl3opts-en.msg ghostscript-9.56.1/contrib/pcl3/src/pcl3opts.c ghostscript-9.56.1/contrib/pcl3/src/pclcap.c ghostscript-9.56.1/contrib/pcl3/src/pclcap.h ghostscript-9.56.1/contrib/pcl3/src/pclcomp.c ghostscript-9.56.1/contrib/pcl3/src/pclgen.c ghostscript-9.56.1/contrib/pcl3/src/pclgen.h ghostscript-9.56.1/contrib/pcl3/src/pclscan.c ghostscript-9.56.1/contrib/pcl3/src/pclscan.h ghostscript-9.56.1/contrib/pcl3/src/pclsize.c ghostscript-9.56.1/contrib/pcl3/src/pclsize.h ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-5.50.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.01.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.50.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-6.51.diff ghostscript-9.56.1/contrib/pcl3/src/zmedia2.c-7.00.diff ghostscript-9.56.1/contrib/pscolor/ ghostscript-9.56.1/contrib/pscolor/Makefile ghostscript-9.56.1/contrib/pscolor/black.pdf ghostscript-9.56.1/contrib/pscolor/black.ps ghostscript-9.56.1/contrib/pscolor/color.pdf ghostscript-9.56.1/contrib/pscolor/color.ps ghostscript-9.56.1/contrib/pscolor/colorsplit.vcproj ghostscript-9.56.1/contrib/pscolor/common.mak ghostscript-9.56.1/contrib/pscolor/input.ps ghostscript-9.56.1/contrib/pscolor/instream.yy ghostscript-9.56.1/contrib/pscolor/test.c ghostscript-9.56.1/contrib/pscolor/windows.mak ghostscript-9.56.1/contrib/uniprint/ ghostscript-9.56.1/contrib/uniprint/PM760p.upp ghostscript-9.56.1/contrib/uniprint/PM760pl.upp ghostscript-9.56.1/contrib/uniprint/PM820p.upp ghostscript-9.56.1/contrib/uniprint/PM820pl.upp ghostscript-9.56.1/contrib/uniprint/Stc670p.upp ghostscript-9.56.1/contrib/uniprint/Stc670pl.upp ghostscript-9.56.1/contrib/uniprint/Stc680p.upp ghostscript-9.56.1/contrib/uniprint/Stc680pl.upp ghostscript-9.56.1/contrib/uniprint/Stc740p.upp ghostscript-9.56.1/contrib/uniprint/Stc740pl.upp ghostscript-9.56.1/contrib/uniprint/Stc760p.upp ghostscript-9.56.1/contrib/uniprint/Stc760pl.upp ghostscript-9.56.1/contrib/uniprint/Stc777p.upp ghostscript-9.56.1/contrib/uniprint/Stc777pl.upp ghostscript-9.56.1/contrib/uniprint/Stp720p.upp ghostscript-9.56.1/contrib/uniprint/Stp720pl.upp ghostscript-9.56.1/contrib/uniprint/Stp870p.upp ghostscript-9.56.1/contrib/uniprint/Stp870pl.upp ghostscript-9.56.1/contrib/uniprint/bjc6000a1.upp ghostscript-9.56.1/contrib/uniprint/bjc6000b1.upp ghostscript-9.56.1/contrib/uniprint/s400a1.upp ghostscript-9.56.1/contrib/uniprint/s400b1.upp ghostscript-9.56.1/contrib/uniprint/sharp.upp ghostscript-9.56.1/contrib/uniprint/sipixa6.upp ghostscript-9.56.1/contrib/uniprint/stc740ih.upp ghostscript-9.56.1/cups/ ghostscript-9.56.1/cups/LICENSE.txt ghostscript-9.56.1/cups/cups.mak ghostscript-9.56.1/cups/gdevcups.c ghostscript-9.56.1/cups/libs/ ghostscript-9.56.1/cups/libs/Makedefs ghostscript-9.56.1/cups/libs/configlinux.h ghostscript-9.56.1/cups/libs/configwin.h ghostscript-9.56.1/cups/libs/cups/ ghostscript-9.56.1/cups/libs/cups/Dependencies ghostscript-9.56.1/cups/libs/cups/Makefile ghostscript-9.56.1/cups/libs/cups/adminutil.c ghostscript-9.56.1/cups/libs/cups/adminutil.h ghostscript-9.56.1/cups/libs/cups/api-array.header ghostscript-9.56.1/cups/libs/cups/api-array.shtml ghostscript-9.56.1/cups/libs/cups/api-cups.header ghostscript-9.56.1/cups/libs/cups/api-cups.shtml ghostscript-9.56.1/cups/libs/cups/api-filedir.header ghostscript-9.56.1/cups/libs/cups/api-filedir.shtml ghostscript-9.56.1/cups/libs/cups/api-filter.header ghostscript-9.56.1/cups/libs/cups/api-filter.shtml ghostscript-9.56.1/cups/libs/cups/api-httpipp.header ghostscript-9.56.1/cups/libs/cups/api-httpipp.shtml ghostscript-9.56.1/cups/libs/cups/api-overview.header ghostscript-9.56.1/cups/libs/cups/api-overview.shtml ghostscript-9.56.1/cups/libs/cups/api-ppd.header ghostscript-9.56.1/cups/libs/cups/api-ppd.shtml ghostscript-9.56.1/cups/libs/cups/array-private.h ghostscript-9.56.1/cups/libs/cups/array.c ghostscript-9.56.1/cups/libs/cups/array.h ghostscript-9.56.1/cups/libs/cups/attr.c ghostscript-9.56.1/cups/libs/cups/auth.c ghostscript-9.56.1/cups/libs/cups/backchannel.c ghostscript-9.56.1/cups/libs/cups/backend.c ghostscript-9.56.1/cups/libs/cups/backend.h ghostscript-9.56.1/cups/libs/cups/conflicts.c ghostscript-9.56.1/cups/libs/cups/cups-private.h ghostscript-9.56.1/cups/libs/cups/cups.h ghostscript-9.56.1/cups/libs/cups/custom.c ghostscript-9.56.1/cups/libs/cups/debug-private.h ghostscript-9.56.1/cups/libs/cups/debug.c ghostscript-9.56.1/cups/libs/cups/dest-job.c ghostscript-9.56.1/cups/libs/cups/dest-localization.c ghostscript-9.56.1/cups/libs/cups/dest-options.c ghostscript-9.56.1/cups/libs/cups/dest.c ghostscript-9.56.1/cups/libs/cups/dir.c ghostscript-9.56.1/cups/libs/cups/dir.h ghostscript-9.56.1/cups/libs/cups/emit.c ghostscript-9.56.1/cups/libs/cups/encode.c ghostscript-9.56.1/cups/libs/cups/file-private.h ghostscript-9.56.1/cups/libs/cups/file.c ghostscript-9.56.1/cups/libs/cups/file.h ghostscript-9.56.1/cups/libs/cups/getdevices.c ghostscript-9.56.1/cups/libs/cups/getifaddrs.c ghostscript-9.56.1/cups/libs/cups/getputfile.c ghostscript-9.56.1/cups/libs/cups/globals.c ghostscript-9.56.1/cups/libs/cups/http-addr.c ghostscript-9.56.1/cups/libs/cups/http-addrlist.c ghostscript-9.56.1/cups/libs/cups/http-private.h ghostscript-9.56.1/cups/libs/cups/http-support.c ghostscript-9.56.1/cups/libs/cups/http.c ghostscript-9.56.1/cups/libs/cups/http.h ghostscript-9.56.1/cups/libs/cups/ipp-private.h ghostscript-9.56.1/cups/libs/cups/ipp-support.c ghostscript-9.56.1/cups/libs/cups/ipp.c ghostscript-9.56.1/cups/libs/cups/ipp.h ghostscript-9.56.1/cups/libs/cups/langprintf.c ghostscript-9.56.1/cups/libs/cups/language-private.h ghostscript-9.56.1/cups/libs/cups/language.c ghostscript-9.56.1/cups/libs/cups/language.h ghostscript-9.56.1/cups/libs/cups/libcups2.def ghostscript-9.56.1/cups/libs/cups/libcups2.rc ghostscript-9.56.1/cups/libs/cups/libcups_s.exp ghostscript-9.56.1/cups/libs/cups/localize.c ghostscript-9.56.1/cups/libs/cups/mark.c ghostscript-9.56.1/cups/libs/cups/md5-private.h ghostscript-9.56.1/cups/libs/cups/md5.c ghostscript-9.56.1/cups/libs/cups/md5passwd.c ghostscript-9.56.1/cups/libs/cups/notify.c ghostscript-9.56.1/cups/libs/cups/options.c ghostscript-9.56.1/cups/libs/cups/page.c ghostscript-9.56.1/cups/libs/cups/ppd-cache.c ghostscript-9.56.1/cups/libs/cups/ppd-private.h ghostscript-9.56.1/cups/libs/cups/ppd.c ghostscript-9.56.1/cups/libs/cups/ppd.h ghostscript-9.56.1/cups/libs/cups/pwg-media.c ghostscript-9.56.1/cups/libs/cups/pwg-private.h ghostscript-9.56.1/cups/libs/cups/pwg.h ghostscript-9.56.1/cups/libs/cups/raster-private.h ghostscript-9.56.1/cups/libs/cups/raster.h ghostscript-9.56.1/cups/libs/cups/request.c ghostscript-9.56.1/cups/libs/cups/sidechannel.c ghostscript-9.56.1/cups/libs/cups/sidechannel.h ghostscript-9.56.1/cups/libs/cups/snmp-private.h ghostscript-9.56.1/cups/libs/cups/snmp.c ghostscript-9.56.1/cups/libs/cups/snprintf.c ghostscript-9.56.1/cups/libs/cups/sspi-private.h ghostscript-9.56.1/cups/libs/cups/sspi.c ghostscript-9.56.1/cups/libs/cups/string-private.h ghostscript-9.56.1/cups/libs/cups/string.c ghostscript-9.56.1/cups/libs/cups/tempfile.c ghostscript-9.56.1/cups/libs/cups/test.ppd ghostscript-9.56.1/cups/libs/cups/test2.ppd ghostscript-9.56.1/cups/libs/cups/testadmin.c ghostscript-9.56.1/cups/libs/cups/testarray.c ghostscript-9.56.1/cups/libs/cups/testconflicts.c ghostscript-9.56.1/cups/libs/cups/testcups.c ghostscript-9.56.1/cups/libs/cups/testfile.c ghostscript-9.56.1/cups/libs/cups/testhttp.c ghostscript-9.56.1/cups/libs/cups/testi18n.c ghostscript-9.56.1/cups/libs/cups/testipp.c ghostscript-9.56.1/cups/libs/cups/testlang.c ghostscript-9.56.1/cups/libs/cups/testoptions.c ghostscript-9.56.1/cups/libs/cups/testppd.c ghostscript-9.56.1/cups/libs/cups/testpwg.c ghostscript-9.56.1/cups/libs/cups/testsnmp.c ghostscript-9.56.1/cups/libs/cups/thread-private.h ghostscript-9.56.1/cups/libs/cups/thread.c ghostscript-9.56.1/cups/libs/cups/transcode.c ghostscript-9.56.1/cups/libs/cups/transcode.h ghostscript-9.56.1/cups/libs/cups/usersys.c ghostscript-9.56.1/cups/libs/cups/utf8demo.txt ghostscript-9.56.1/cups/libs/cups/util.c ghostscript-9.56.1/cups/libs/cups/versioning.h ghostscript-9.56.1/cups/libs/filter/ ghostscript-9.56.1/cups/libs/filter/Dependencies ghostscript-9.56.1/cups/libs/filter/Makefile ghostscript-9.56.1/cups/libs/filter/api-raster.header ghostscript-9.56.1/cups/libs/filter/api-raster.shtml ghostscript-9.56.1/cups/libs/filter/commandtops.c ghostscript-9.56.1/cups/libs/filter/common.c ghostscript-9.56.1/cups/libs/filter/common.h ghostscript-9.56.1/cups/libs/filter/cupsraster.c ghostscript-9.56.1/cups/libs/filter/error.c ghostscript-9.56.1/cups/libs/filter/gziptoany.c ghostscript-9.56.1/cups/libs/filter/interpret.c ghostscript-9.56.1/cups/libs/filter/libcupsimage2.def ghostscript-9.56.1/cups/libs/filter/libcupsimage_s.exp ghostscript-9.56.1/cups/libs/filter/postscript-driver.header ghostscript-9.56.1/cups/libs/filter/postscript-driver.shtml ghostscript-9.56.1/cups/libs/filter/ppd-compiler.header ghostscript-9.56.1/cups/libs/filter/ppd-compiler.shtml ghostscript-9.56.1/cups/libs/filter/pstops.c ghostscript-9.56.1/cups/libs/filter/raster-driver.header ghostscript-9.56.1/cups/libs/filter/raster-driver.shtml ghostscript-9.56.1/cups/libs/filter/rasterbench.c ghostscript-9.56.1/cups/libs/filter/rastertoepson.c ghostscript-9.56.1/cups/libs/filter/rastertohp.c ghostscript-9.56.1/cups/libs/filter/rastertolabel.c ghostscript-9.56.1/cups/libs/filter/rastertopwg.c ghostscript-9.56.1/cups/libs/filter/spec-ppd.header ghostscript-9.56.1/cups/libs/filter/spec-ppd.shtml ghostscript-9.56.1/cups/libs/filter/testraster.c ghostscript-9.56.1/cups/libs/images/ ghostscript-9.56.1/cups/libs/images/color-wheel.png ghostscript-9.56.1/cups/libs/images/cups-block-diagram.png ghostscript-9.56.1/cups/libs/images/cups-block-diagram.svg ghostscript-9.56.1/cups/libs/images/cups-command-chain.png ghostscript-9.56.1/cups/libs/images/cups-command-chain.svg ghostscript-9.56.1/cups/libs/images/cups-icon.png ghostscript-9.56.1/cups/libs/images/cups-postscript-chain.png ghostscript-9.56.1/cups/libs/images/cups-postscript-chain.svg ghostscript-9.56.1/cups/libs/images/cups-raster-chain.png ghostscript-9.56.1/cups/libs/images/cups-raster-chain.svg ghostscript-9.56.1/cups/libs/images/cups.png ghostscript-9.56.1/cups/libs/images/cups.svg ghostscript-9.56.1/cups/libs/images/left.gif ghostscript-9.56.1/cups/libs/images/left.xcf.gz ghostscript-9.56.1/cups/libs/images/raster-organization.png ghostscript-9.56.1/cups/libs/images/raster-organization.svg ghostscript-9.56.1/cups/libs/images/raster.png ghostscript-9.56.1/cups/libs/images/raster.svg ghostscript-9.56.1/cups/libs/images/right.gif ghostscript-9.56.1/cups/libs/images/sample-image.png ghostscript-9.56.1/cups/libs/images/sel.gif ghostscript-9.56.1/cups/libs/images/smiley.jpg ghostscript-9.56.1/cups/libs/images/unsel.gif ghostscript-9.56.1/cups/libs/images/wait.gif ghostscript-9.56.1/cups/libs/images/webinterface.png ghostscript-9.56.1/demos/ ghostscript-9.56.1/demos/MATLAB/ ghostscript-9.56.1/demos/MATLAB/ghostpdl.m ghostscript-9.56.1/demos/MATLAB/gs_displaydevice.c ghostscript-9.56.1/demos/c/ ghostscript-9.56.1/demos/c/Makefile ghostscript-9.56.1/demos/c/ReadMe.txt ghostscript-9.56.1/demos/c/api_test.c ghostscript-9.56.1/demos/c/api_test.vcxproj ghostscript-9.56.1/demos/c/api_test.vcxproj.filters ghostscript-9.56.1/demos/c/multi_test.c ghostscript-9.56.1/demos/c/multi_test.vcxproj ghostscript-9.56.1/demos/c/multi_test.vcxproj.filters ghostscript-9.56.1/demos/csharp/ ghostscript-9.56.1/demos/csharp/README.txt ghostscript-9.56.1/demos/csharp/api/ ghostscript-9.56.1/demos/csharp/api/ghostapi.cs ghostscript-9.56.1/demos/csharp/api/ghostmono.cs ghostscript-9.56.1/demos/csharp/api/ghostnet.cs ghostscript-9.56.1/demos/csharp/linux/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/make.sh ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/ ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/DocPage.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainRender.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainThumbRendering.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainWindow.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/MainZoom.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/Program.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/TempFile.cs ghostscript-9.56.1/demos/csharp/linux/gtk_viewer/src/gsOutput.cs ghostscript-9.56.1/demos/csharp/windows/ ghostscript-9.56.1/demos/csharp/windows/ghostnet.sln ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/ ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/About.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/About.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.config ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/App.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/DocPage.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainPrint.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainRender.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainThumbRendering.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainWindow.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainWindow.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/MainZoom.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintControl.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintControl.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintStatus.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/PrintStatus.xaml.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/ ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/AssemblyInfo.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Resources.Designer.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Resources.resx ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Settings.Designer.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/Properties/Settings.settings ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/TempFile.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/XPSprint.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/ghostnet_simple_viewer.csproj ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsIO.cs ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsOutput.xaml ghostscript-9.56.1/demos/csharp/windows/ghostnet_wpf_example/gsOutput.xaml.cs ghostscript-9.56.1/demos/java/ ghostscript-9.56.1/demos/java/README.txt ghostscript-9.56.1/demos/java/gsjava/ ghostscript-9.56.1/demos/java/gsjava/.classpath ghostscript-9.56.1/demos/java/gsjava/.project ghostscript-9.56.1/demos/java/gsjava/Manifest.md ghostscript-9.56.1/demos/java/gsjava/README.txt ghostscript-9.56.1/demos/java/gsjava/build_darwin.sh ghostscript-9.56.1/demos/java/gsjava/build_linux.sh ghostscript-9.56.1/demos/java/gsjava/build_win32.bat ghostscript-9.56.1/demos/java/gsjava/src/ ghostscript-9.56.1/demos/java/gsjava/src/com/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/GSAPI.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/GSInstance.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/DisplayCallback.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/ICalloutFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IPollFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdErrFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdInFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/callbacks/IStdOutFunction.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/BMPDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/Device.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DeviceInUseException.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DeviceNotSupportedException.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/DisplayDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/EPSDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/FAXDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/FileDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/HighLevelDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/JPEGDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/OCRDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PCXDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFImageDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PDFPostscriptDeviceFamily.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PNGDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PNMDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PSDDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PXLDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/PostScriptDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/TIFFDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/TextDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/devices/XPSDevice.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/ ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/AllocationError.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/ByteArrayReference.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/BytePointer.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/NativeArray.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/NativePointer.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/Reference.java ghostscript-9.56.1/demos/java/gsjava/src/com/artifex/gsjava/util/StringUtil.java ghostscript-9.56.1/demos/java/gstest/ ghostscript-9.56.1/demos/java/gstest/.classpath ghostscript-9.56.1/demos/java/gstest/.project ghostscript-9.56.1/demos/java/gstest/src/ ghostscript-9.56.1/demos/java/gstest/src/gstest/ ghostscript-9.56.1/demos/java/gstest/src/gstest/Main.java ghostscript-9.56.1/demos/java/gsviewer/ ghostscript-9.56.1/demos/java/gsviewer/.classpath ghostscript-9.56.1/demos/java/gsviewer/.project ghostscript-9.56.1/demos/java/gsviewer/Manifest.md ghostscript-9.56.1/demos/java/gsviewer/README.txt ghostscript-9.56.1/demos/java/gsviewer/build_darwin.sh ghostscript-9.56.1/demos/java/gsviewer/build_linux.sh ghostscript-9.56.1/demos/java/gsviewer/build_win32.bat ghostscript-9.56.1/demos/java/gsviewer/src/ ghostscript-9.56.1/demos/java/gsviewer/src/com/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/DefaultUnhandledExceptionHandler.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Document.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/GSFileFilter.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ImageUtil.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Main.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/PDFFileFilter.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Page.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/PageUpdateCallback.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/Settings.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/StdIO.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/ViewerController.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ScrollMap.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/SettingsDialog.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ViewerGUIListener.java ghostscript-9.56.1/demos/java/gsviewer/src/com/artifex/gsviewer/gui/ViewerWindow.java ghostscript-9.56.1/demos/java/gsviewer/start_darwin.sh ghostscript-9.56.1/demos/java/gsviewer/start_linux.sh ghostscript-9.56.1/demos/java/jni/ ghostscript-9.56.1/demos/java/jni/gs_jni/ ghostscript-9.56.1/demos/java/jni/gs_jni/README.txt ghostscript-9.56.1/demos/java/jni/gs_jni/build_darwin.sh ghostscript-9.56.1/demos/java/jni/gs_jni/build_linux.sh ghostscript-9.56.1/demos/java/jni/gs_jni/callbacks.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/callbacks.h ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_GSAPI.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_GSAPI.h ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_util_NativePointer.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/com_artifex_gsjava_util_NativePointer.h ghostscript-9.56.1/demos/java/jni/gs_jni/dllmain.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/framework.h ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.sln ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.vcxproj ghostscript-9.56.1/demos/java/jni/gs_jni/gs_jni.vcxproj.filters ghostscript-9.56.1/demos/java/jni/gs_jni/install_linux.sh ghostscript-9.56.1/demos/java/jni/gs_jni/instance_data.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/instance_data.h ghostscript-9.56.1/demos/java/jni/gs_jni/jni_util.cpp ghostscript-9.56.1/demos/java/jni/gs_jni/jni_util.h ghostscript-9.56.1/demos/java/jni/gs_jni/settings.h ghostscript-9.56.1/demos/java/mtdemo/ ghostscript-9.56.1/demos/java/mtdemo/Main.java ghostscript-9.56.1/demos/java/mtdemo/README.txt ghostscript-9.56.1/demos/java/mtdemo/Worker.java ghostscript-9.56.1/demos/java/mtdemo/build_darwin.sh ghostscript-9.56.1/demos/java/mtdemo/build_linux.sh ghostscript-9.56.1/demos/java/mtdemo/build_win32.bat ghostscript-9.56.1/demos/java/mtdemo/runmtd_darwin.sh ghostscript-9.56.1/demos/java/mtdemo/runmtd_linux.sh ghostscript-9.56.1/demos/java/mtdemo/runmtd_win32.bat ghostscript-9.56.1/demos/python/ ghostscript-9.56.1/demos/python/README.txt ghostscript-9.56.1/demos/python/examples.py ghostscript-9.56.1/demos/python/gsapi.py ghostscript-9.56.1/devices/ ghostscript-9.56.1/devices/dcontrib.mak ghostscript-9.56.1/devices/devs.mak ghostscript-9.56.1/devices/extract.mak ghostscript-9.56.1/devices/gdev3852.c ghostscript-9.56.1/devices/gdev4081.c ghostscript-9.56.1/devices/gdev4693.c ghostscript-9.56.1/devices/gdev8510.c ghostscript-9.56.1/devices/gdev8bcm.c ghostscript-9.56.1/devices/gdev8bcm.h ghostscript-9.56.1/devices/gdevatx.c ghostscript-9.56.1/devices/gdevbit.c ghostscript-9.56.1/devices/gdevbj10.c ghostscript-9.56.1/devices/gdevbjc.h ghostscript-9.56.1/devices/gdevbjcl.c ghostscript-9.56.1/devices/gdevbjcl.h ghostscript-9.56.1/devices/gdevbmp.c ghostscript-9.56.1/devices/gdevbmp.h ghostscript-9.56.1/devices/gdevbmpc.c ghostscript-9.56.1/devices/gdevccr.c ghostscript-9.56.1/devices/gdevcdj.c ghostscript-9.56.1/devices/gdevcfax.c ghostscript-9.56.1/devices/gdevchameleon.c ghostscript-9.56.1/devices/gdevcif.c ghostscript-9.56.1/devices/gdevclj.c ghostscript-9.56.1/devices/gdevcljc.c ghostscript-9.56.1/devices/gdevcmykog.c ghostscript-9.56.1/devices/gdevcslw.c ghostscript-9.56.1/devices/gdevdfax.c ghostscript-9.56.1/devices/gdevdjet.c ghostscript-9.56.1/devices/gdevdjtc.c ghostscript-9.56.1/devices/gdevdljm.c ghostscript-9.56.1/devices/gdevdljm.h ghostscript-9.56.1/devices/gdevdm24.c ghostscript-9.56.1/devices/gdevdsp.c ghostscript-9.56.1/devices/gdevdsp.h ghostscript-9.56.1/devices/gdevdsp2.h ghostscript-9.56.1/devices/gdevepsc.c ghostscript-9.56.1/devices/gdevepsn.c ghostscript-9.56.1/devices/gdevescp.c ghostscript-9.56.1/devices/gdevfax.c ghostscript-9.56.1/devices/gdevfax.h ghostscript-9.56.1/devices/gdevfpng.c ghostscript-9.56.1/devices/gdevhl7x.c ghostscript-9.56.1/devices/gdevicov.c ghostscript-9.56.1/devices/gdevifno.c ghostscript-9.56.1/devices/gdevijs.c ghostscript-9.56.1/devices/gdevimgn.c ghostscript-9.56.1/devices/gdevjpeg.c ghostscript-9.56.1/devices/gdevl31s.c ghostscript-9.56.1/devices/gdevlbp8.c ghostscript-9.56.1/devices/gdevlj56.c ghostscript-9.56.1/devices/gdevlp8k.c ghostscript-9.56.1/devices/gdevlxm.c ghostscript-9.56.1/devices/gdevmeds.c ghostscript-9.56.1/devices/gdevmeds.h ghostscript-9.56.1/devices/gdevmgr.c ghostscript-9.56.1/devices/gdevmgr.h ghostscript-9.56.1/devices/gdevmiff.c ghostscript-9.56.1/devices/gdevn533.c ghostscript-9.56.1/devices/gdevo182.c ghostscript-9.56.1/devices/gdevocr.c ghostscript-9.56.1/devices/gdevokii.c ghostscript-9.56.1/devices/gdevpbm.c ghostscript-9.56.1/devices/gdevpcl.c ghostscript-9.56.1/devices/gdevpcl.h ghostscript-9.56.1/devices/gdevpcx.c ghostscript-9.56.1/devices/gdevpdfimg.c ghostscript-9.56.1/devices/gdevpdfimg.h ghostscript-9.56.1/devices/gdevpdfocr.c ghostscript-9.56.1/devices/gdevpe.c ghostscript-9.56.1/devices/gdevperm.c ghostscript-9.56.1/devices/gdevphex.c ghostscript-9.56.1/devices/gdevpjet.c ghostscript-9.56.1/devices/gdevplan.c ghostscript-9.56.1/devices/gdevplib.c ghostscript-9.56.1/devices/gdevplib.h ghostscript-9.56.1/devices/gdevpm.h ghostscript-9.56.1/devices/gdevpng.c ghostscript-9.56.1/devices/gdevpsd.c ghostscript-9.56.1/devices/gdevpsd.h ghostscript-9.56.1/devices/gdevpsim.c ghostscript-9.56.1/devices/gdevpxut.c ghostscript-9.56.1/devices/gdevpxut.h ghostscript-9.56.1/devices/gdevrinkj.c ghostscript-9.56.1/devices/gdevsj48.c ghostscript-9.56.1/devices/gdevsnfb.c ghostscript-9.56.1/devices/gdevsppr.c ghostscript-9.56.1/devices/gdevstc.c ghostscript-9.56.1/devices/gdevstc.h ghostscript-9.56.1/devices/gdevstc1.c ghostscript-9.56.1/devices/gdevstc2.c ghostscript-9.56.1/devices/gdevstc3.c ghostscript-9.56.1/devices/gdevstc4.c ghostscript-9.56.1/devices/gdevtfax.c ghostscript-9.56.1/devices/gdevtfax.h ghostscript-9.56.1/devices/gdevtfnx.c ghostscript-9.56.1/devices/gdevtifs.c ghostscript-9.56.1/devices/gdevtifs.h ghostscript-9.56.1/devices/gdevtknk.c ghostscript-9.56.1/devices/gdevtrac.c ghostscript-9.56.1/devices/gdevtsep.c ghostscript-9.56.1/devices/gdevupd.c ghostscript-9.56.1/devices/gdevwpr2.c ghostscript-9.56.1/devices/gdevx.c ghostscript-9.56.1/devices/gdevx.h ghostscript-9.56.1/devices/gdevxalt.c ghostscript-9.56.1/devices/gdevxcf.c ghostscript-9.56.1/devices/gdevxcmp.c ghostscript-9.56.1/devices/gdevxcmp.h ghostscript-9.56.1/devices/gdevxini.c ghostscript-9.56.1/devices/gdevxres.c ghostscript-9.56.1/devices/gxfcopy.c ghostscript-9.56.1/devices/gxfcopy.h ghostscript-9.56.1/devices/minftrsz.c ghostscript-9.56.1/devices/minftrsz.h ghostscript-9.56.1/devices/rinkj/ ghostscript-9.56.1/devices/rinkj/evenbetter-rll.c ghostscript-9.56.1/devices/rinkj/evenbetter-rll.h ghostscript-9.56.1/devices/rinkj/rinkj-byte-stream.c ghostscript-9.56.1/devices/rinkj/rinkj-byte-stream.h ghostscript-9.56.1/devices/rinkj/rinkj-config.c ghostscript-9.56.1/devices/rinkj/rinkj-config.h ghostscript-9.56.1/devices/rinkj/rinkj-device.c ghostscript-9.56.1/devices/rinkj/rinkj-device.h ghostscript-9.56.1/devices/rinkj/rinkj-dither.c ghostscript-9.56.1/devices/rinkj/rinkj-dither.h ghostscript-9.56.1/devices/rinkj/rinkj-epson870.c ghostscript-9.56.1/devices/rinkj/rinkj-epson870.h ghostscript-9.56.1/devices/rinkj/rinkj-screen-eb.c ghostscript-9.56.1/devices/rinkj/rinkj-screen-eb.h ghostscript-9.56.1/devices/vector/ ghostscript-9.56.1/devices/vector/doc_common.c ghostscript-9.56.1/devices/vector/doc_common.h ghostscript-9.56.1/devices/vector/gdevdocxw.c ghostscript-9.56.1/devices/vector/gdevpdf.c ghostscript-9.56.1/devices/vector/gdevpdfb.c ghostscript-9.56.1/devices/vector/gdevpdfb.h ghostscript-9.56.1/devices/vector/gdevpdfc.c ghostscript-9.56.1/devices/vector/gdevpdfc.h ghostscript-9.56.1/devices/vector/gdevpdfd.c ghostscript-9.56.1/devices/vector/gdevpdfe.c ghostscript-9.56.1/devices/vector/gdevpdfg.c ghostscript-9.56.1/devices/vector/gdevpdfg.h ghostscript-9.56.1/devices/vector/gdevpdfi.c ghostscript-9.56.1/devices/vector/gdevpdfj.c ghostscript-9.56.1/devices/vector/gdevpdfk.c ghostscript-9.56.1/devices/vector/gdevpdfm.c ghostscript-9.56.1/devices/vector/gdevpdfo.c ghostscript-9.56.1/devices/vector/gdevpdfo.h ghostscript-9.56.1/devices/vector/gdevpdfp.c ghostscript-9.56.1/devices/vector/gdevpdfr.c ghostscript-9.56.1/devices/vector/gdevpdft.c ghostscript-9.56.1/devices/vector/gdevpdfu.c ghostscript-9.56.1/devices/vector/gdevpdfv.c ghostscript-9.56.1/devices/vector/gdevpdfx.h ghostscript-9.56.1/devices/vector/gdevpdt.c ghostscript-9.56.1/devices/vector/gdevpdt.h ghostscript-9.56.1/devices/vector/gdevpdtb.c ghostscript-9.56.1/devices/vector/gdevpdtb.h ghostscript-9.56.1/devices/vector/gdevpdtc.c ghostscript-9.56.1/devices/vector/gdevpdtd.c ghostscript-9.56.1/devices/vector/gdevpdtd.h ghostscript-9.56.1/devices/vector/gdevpdte.c ghostscript-9.56.1/devices/vector/gdevpdtf.c ghostscript-9.56.1/devices/vector/gdevpdtf.h ghostscript-9.56.1/devices/vector/gdevpdti.c ghostscript-9.56.1/devices/vector/gdevpdti.h ghostscript-9.56.1/devices/vector/gdevpdts.c ghostscript-9.56.1/devices/vector/gdevpdts.h ghostscript-9.56.1/devices/vector/gdevpdtt.c ghostscript-9.56.1/devices/vector/gdevpdtt.h ghostscript-9.56.1/devices/vector/gdevpdtv.c ghostscript-9.56.1/devices/vector/gdevpdtv.h ghostscript-9.56.1/devices/vector/gdevpdtw.c ghostscript-9.56.1/devices/vector/gdevpdtw.h ghostscript-9.56.1/devices/vector/gdevpdtx.h ghostscript-9.56.1/devices/vector/gdevpsdf.h ghostscript-9.56.1/devices/vector/gdevpsdi.c ghostscript-9.56.1/devices/vector/gdevpsdp.c ghostscript-9.56.1/devices/vector/gdevpsds.c ghostscript-9.56.1/devices/vector/gdevpsds.h ghostscript-9.56.1/devices/vector/gdevpsdu.c ghostscript-9.56.1/devices/vector/gdevpsf.h ghostscript-9.56.1/devices/vector/gdevpsf1.c ghostscript-9.56.1/devices/vector/gdevpsf2.c ghostscript-9.56.1/devices/vector/gdevpsfm.c ghostscript-9.56.1/devices/vector/gdevpsft.c ghostscript-9.56.1/devices/vector/gdevpsfu.c ghostscript-9.56.1/devices/vector/gdevpsfx.c ghostscript-9.56.1/devices/vector/gdevpsu.c ghostscript-9.56.1/devices/vector/gdevpsu.h ghostscript-9.56.1/devices/vector/gdevpx.c ghostscript-9.56.1/devices/vector/gdevtxtw.c ghostscript-9.56.1/devices/vector/gdevxps.c ghostscript-9.56.1/devices/vector/opdfread.ps ghostscript-9.56.1/devices/vector/whitelst.c ghostscript-9.56.1/devices/vector/whitelst.h ghostscript-9.56.1/doc/ ghostscript-9.56.1/doc/API.htm ghostscript-9.56.1/doc/C-style.htm ghostscript-9.56.1/doc/COPYING ghostscript-9.56.1/doc/DLL.htm ghostscript-9.56.1/doc/Deprecated.htm ghostscript-9.56.1/doc/Develop.htm ghostscript-9.56.1/doc/Devices.htm ghostscript-9.56.1/doc/Drivers.htm ghostscript-9.56.1/doc/Fonts.htm ghostscript-9.56.1/doc/GPDL.htm ghostscript-9.56.1/doc/GS9_Color_Management.pdf ghostscript-9.56.1/doc/History9.htm ghostscript-9.56.1/doc/Install.htm ghostscript-9.56.1/doc/Internal.htm ghostscript-9.56.1/doc/Language.htm ghostscript-9.56.1/doc/Lib.htm ghostscript-9.56.1/doc/Make.htm ghostscript-9.56.1/doc/News.htm ghostscript-9.56.1/doc/Ps-style.htm ghostscript-9.56.1/doc/Ps2epsi.htm ghostscript-9.56.1/doc/Psfiles.htm ghostscript-9.56.1/doc/Readme.htm ghostscript-9.56.1/doc/Release.htm ghostscript-9.56.1/doc/SavedPages.htm ghostscript-9.56.1/doc/Search.htm ghostscript-9.56.1/doc/Source.htm ghostscript-9.56.1/doc/Unix-lpr.htm ghostscript-9.56.1/doc/Use.htm ghostscript-9.56.1/doc/VectorDevices.htm ghostscript-9.56.1/doc/WhatIsGS.htm ghostscript-9.56.1/doc/colormanage/ ghostscript-9.56.1/doc/colormanage/GS9_Color_Management.tex ghostscript-9.56.1/doc/colormanage/figures/ ghostscript-9.56.1/doc/colormanage/figures/DeviceN_Figure1.pdf ghostscript-9.56.1/doc/colormanage/figures/Object_Color.pdf ghostscript-9.56.1/doc/colormanage/figures/architecture.pdf ghostscript-9.56.1/doc/colormanage/figures/des_profile_intent.pdf ghostscript-9.56.1/doc/colormanage/figures/destination_profile.pdf ghostscript-9.56.1/doc/colormanage/figures/ghostscriptR_stack_RGBclr_CS6.pdf ghostscript-9.56.1/doc/colormanage/figures/proof_link.pdf ghostscript-9.56.1/doc/colormanage/figures/source_intent.pdf ghostscript-9.56.1/doc/colormanage/figures/source_profile.pdf ghostscript-9.56.1/doc/colormanage/figures/text_graph_image_cmyk_rgb.pdf ghostscript-9.56.1/doc/default.css ghostscript-9.56.1/doc/gdevds32.c ghostscript-9.56.1/doc/gs-vms.hlp ghostscript-9.56.1/doc/gsdoc.el ghostscript-9.56.1/doc/images/ ghostscript-9.56.1/doc/images/.DS_Store ghostscript-9.56.1/doc/images/Artifex_logo.png ghostscript-9.56.1/doc/images/favicon.png ghostscript-9.56.1/doc/images/favicon.svg ghostscript-9.56.1/doc/images/ghostscript_logo.png ghostscript-9.56.1/doc/images/hamburger-light.png ghostscript-9.56.1/doc/images/icon-search.png ghostscript-9.56.1/doc/images/x-light.png ghostscript-9.56.1/doc/index.html ghostscript-9.56.1/doc/language-bindings/ ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-api.html ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-mono.html ghostscript-9.56.1/doc/language-bindings/c-sharp-ghost-net.html ghostscript-9.56.1/doc/language-bindings/c-sharp-intro.html ghostscript-9.56.1/doc/language-bindings/css/ ghostscript-9.56.1/doc/language-bindings/css/default.css ghostscript-9.56.1/doc/language-bindings/demo-code.html ghostscript-9.56.1/doc/language-bindings/gs-language-bindings.pdf ghostscript-9.56.1/doc/language-bindings/images/ ghostscript-9.56.1/doc/language-bindings/images/artifex-logo-white.png ghostscript-9.56.1/doc/language-bindings/images/artifex-logo.png ghostscript-9.56.1/doc/language-bindings/images/export-jar.png ghostscript-9.56.1/doc/language-bindings/images/ghostnet-wpf-example.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-grey.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-plus-text-white.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript-plus-text.png ghostscript-9.56.1/doc/language-bindings/images/ghostscript.png ghostscript-9.56.1/doc/language-bindings/images/gsviewer.png ghostscript-9.56.1/doc/language-bindings/images/icon-burger-menu.png ghostscript-9.56.1/doc/language-bindings/images/icon-shell-command.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-c-sharp.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-c.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-java.png ghostscript-9.56.1/doc/language-bindings/images/icon-vendor-python.png ghostscript-9.56.1/doc/language-bindings/images/linking-jar.png ghostscript-9.56.1/doc/language-bindings/index.html ghostscript-9.56.1/doc/language-bindings/java-gsjavajar.html ghostscript-9.56.1/doc/language-bindings/java-intro.html ghostscript-9.56.1/doc/language-bindings/js/ ghostscript-9.56.1/doc/language-bindings/js/default.js ghostscript-9.56.1/doc/language-bindings/md/ ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-api.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-mono.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-ghost-net.md ghostscript-9.56.1/doc/language-bindings/md/c-sharp-intro.md ghostscript-9.56.1/doc/language-bindings/md/demo-code.md ghostscript-9.56.1/doc/language-bindings/md/images/ ghostscript-9.56.1/doc/language-bindings/md/images/export-jar.png ghostscript-9.56.1/doc/language-bindings/md/images/ghostnet-wpf-example.png ghostscript-9.56.1/doc/language-bindings/md/images/gsviewer.png ghostscript-9.56.1/doc/language-bindings/md/images/linking-jar.png ghostscript-9.56.1/doc/language-bindings/md/introduction.md ghostscript-9.56.1/doc/language-bindings/md/java-gsjavajar.md ghostscript-9.56.1/doc/language-bindings/md/java-intro.md ghostscript-9.56.1/doc/language-bindings/md/python-gsapi.md ghostscript-9.56.1/doc/language-bindings/md/python-intro.md ghostscript-9.56.1/doc/language-bindings/python-gsapi.html ghostscript-9.56.1/doc/language-bindings/python-intro.html ghostscript-9.56.1/doc/pclxps/ ghostscript-9.56.1/doc/pclxps/Makefile ghostscript-9.56.1/doc/pclxps/README ghostscript-9.56.1/doc/pclxps/ghostpdl.pdf ghostscript-9.56.1/doc/pclxps/ghostpdl.tex ghostscript-9.56.1/doc/pclxps/ghostpdl.txt ghostscript-9.56.1/doc/pscet_status.txt ghostscript-9.56.1/doc/sample_downscale_device.htm ghostscript-9.56.1/doc/site.js ghostscript-9.56.1/doc/subclass.htm ghostscript-9.56.1/doc/thirdparty.htm ghostscript-9.56.1/examples/ ghostscript-9.56.1/examples/alphabet.ps ghostscript-9.56.1/examples/annots.pdf ghostscript-9.56.1/examples/cjk/ ghostscript-9.56.1/examples/cjk/all_ac1.ps ghostscript-9.56.1/examples/cjk/all_ag1.ps ghostscript-9.56.1/examples/cjk/all_aj1.ps ghostscript-9.56.1/examples/cjk/all_aj2.ps ghostscript-9.56.1/examples/cjk/all_ak1.ps ghostscript-9.56.1/examples/cjk/article9.ps ghostscript-9.56.1/examples/cjk/gscjk_ac.ps ghostscript-9.56.1/examples/cjk/gscjk_ag.ps ghostscript-9.56.1/examples/cjk/gscjk_aj.ps ghostscript-9.56.1/examples/cjk/gscjk_ak.ps ghostscript-9.56.1/examples/cjk/iso2022.ps ghostscript-9.56.1/examples/cjk/iso2022v.ps ghostscript-9.56.1/examples/colorcir.ps ghostscript-9.56.1/examples/doretree.ps ghostscript-9.56.1/examples/escher.ps ghostscript-9.56.1/examples/golfer.eps ghostscript-9.56.1/examples/grayalph.ps ghostscript-9.56.1/examples/ridt91.eps ghostscript-9.56.1/examples/snowflak.ps ghostscript-9.56.1/examples/spots.ps ghostscript-9.56.1/examples/text_graph_image_cmyk_rgb.pdf ghostscript-9.56.1/examples/text_graphic_image.pdf ghostscript-9.56.1/examples/tiger.eps ghostscript-9.56.1/examples/transparency_example.ps ghostscript-9.56.1/examples/vasarely.ps ghostscript-9.56.1/examples/waterfal.ps ghostscript-9.56.1/extract/ ghostscript-9.56.1/extract/COPYING ghostscript-9.56.1/extract/Makefile ghostscript-9.56.1/extract/README ghostscript-9.56.1/extract/include/ ghostscript-9.56.1/extract/include/extract.h ghostscript-9.56.1/extract/include/extract_alloc.h ghostscript-9.56.1/extract/include/extract_buffer.h ghostscript-9.56.1/extract/include/extract_buffer_impl.h ghostscript-9.56.1/extract/include/extract_compat_inline.h ghostscript-9.56.1/extract/src/ ghostscript-9.56.1/extract/src/alloc.c ghostscript-9.56.1/extract/src/astring.c ghostscript-9.56.1/extract/src/astring.h ghostscript-9.56.1/extract/src/buffer-test.c ghostscript-9.56.1/extract/src/buffer.c ghostscript-9.56.1/extract/src/compat_stdint.h ghostscript-9.56.1/extract/src/compat_strtoll.h ghostscript-9.56.1/extract/src/compat_va_copy.h ghostscript-9.56.1/extract/src/document.c ghostscript-9.56.1/extract/src/document.h ghostscript-9.56.1/extract/src/docx.c ghostscript-9.56.1/extract/src/docx.h ghostscript-9.56.1/extract/src/docx_template.c ghostscript-9.56.1/extract/src/docx_template.h ghostscript-9.56.1/extract/src/docx_template_build.py ghostscript-9.56.1/extract/src/extract-exe.c ghostscript-9.56.1/extract/src/extract.c ghostscript-9.56.1/extract/src/html.c ghostscript-9.56.1/extract/src/html.h ghostscript-9.56.1/extract/src/join.c ghostscript-9.56.1/extract/src/mem.c ghostscript-9.56.1/extract/src/mem.h ghostscript-9.56.1/extract/src/memento.c ghostscript-9.56.1/extract/src/memento.h ghostscript-9.56.1/extract/src/memento.py ghostscript-9.56.1/extract/src/misc-test.c ghostscript-9.56.1/extract/src/odt.c ghostscript-9.56.1/extract/src/odt.h ghostscript-9.56.1/extract/src/odt_template.c ghostscript-9.56.1/extract/src/odt_template.h ghostscript-9.56.1/extract/src/outf.c ghostscript-9.56.1/extract/src/outf.h ghostscript-9.56.1/extract/src/sys.c ghostscript-9.56.1/extract/src/sys.h ghostscript-9.56.1/extract/src/template.docx ghostscript-9.56.1/extract/src/template.odt ghostscript-9.56.1/extract/src/text.c ghostscript-9.56.1/extract/src/text.h ghostscript-9.56.1/extract/src/xml.c ghostscript-9.56.1/extract/src/xml.h ghostscript-9.56.1/extract/src/zip-test.c ghostscript-9.56.1/extract/src/zip.c ghostscript-9.56.1/extract/src/zip.h ghostscript-9.56.1/extract/test/ ghostscript-9.56.1/extract/test/Python2.pdf ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/Python2.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/Python2clipped.pdf ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/Python2clipped.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/agstat.pdf ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/agstat.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Pictures/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Pictures/image11.jpeg ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/background_lines_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/background_lines_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/column_span_1.pdf ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/column_span_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/column_span_2.pdf ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/column_span_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/electoral_roll.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/rotated.pdf ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/rotated.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/row_span.pdf ghostscript-9.56.1/extract/test/row_span.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/row_span.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/table.pdf ghostscript-9.56.1/extract/test/table.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/table.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/media/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/media/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Pictures/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Pictures/image11.jpeg ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/text_graphic_image.pdf.mutool.text.ref ghostscript-9.56.1/extract/test/twotables_1.pdf ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/twotables_1.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/twotables_2.pdf ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool-0.csv.ref ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.html.ref ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/twotables_2.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.gs.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-gs.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-autosplit.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate-spacing.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract-rotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.intermediate-mu.xml.extract.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool-norotate.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/[Content_Types].xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/_rels/.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/app.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/docProps/core.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/_rels/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/_rels/document.xml.rels ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/document.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/fontTable.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/theme/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/theme/theme1.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.docx.dir.ref/word/webSettings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/META-INF/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/META-INF/manifest.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/Thumbnails/ ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/Thumbnails/thumbnail.png ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/content.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/manifest.rdf ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/meta.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/mimetype ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/settings.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.odt.dir.ref/styles.xml ghostscript-9.56.1/extract/test/zlib.3.pdf.mutool.text.ref ghostscript-9.56.1/iccprofiles/ ghostscript-9.56.1/iccprofiles/a98.icc ghostscript-9.56.1/iccprofiles/default_cmyk.icc ghostscript-9.56.1/iccprofiles/default_gray.icc ghostscript-9.56.1/iccprofiles/default_rgb.icc ghostscript-9.56.1/iccprofiles/esrgb.icc ghostscript-9.56.1/iccprofiles/gray_to_k.icc ghostscript-9.56.1/iccprofiles/lab.icc ghostscript-9.56.1/iccprofiles/ps_cmyk.icc ghostscript-9.56.1/iccprofiles/ps_gray.icc ghostscript-9.56.1/iccprofiles/ps_rgb.icc ghostscript-9.56.1/iccprofiles/rommrgb.icc ghostscript-9.56.1/iccprofiles/scrgb.icc ghostscript-9.56.1/iccprofiles/sgray.icc ghostscript-9.56.1/iccprofiles/srgb.icc ghostscript-9.56.1/ijs/ ghostscript-9.56.1/ijs/Makefile.am ghostscript-9.56.1/ijs/Makefile.in ghostscript-9.56.1/ijs/README ghostscript-9.56.1/ijs/autogen.sh ghostscript-9.56.1/ijs/common.mak ghostscript-9.56.1/ijs/compile ghostscript-9.56.1/ijs/config.guess ghostscript-9.56.1/ijs/config.sub ghostscript-9.56.1/ijs/configure ghostscript-9.56.1/ijs/configure.ac ghostscript-9.56.1/ijs/ijs.c ghostscript-9.56.1/ijs/ijs.h ghostscript-9.56.1/ijs/ijs.pc.in ghostscript-9.56.1/ijs/ijs_client.c ghostscript-9.56.1/ijs/ijs_client.h ghostscript-9.56.1/ijs/ijs_client_example.c ghostscript-9.56.1/ijs/ijs_exec_unix.c ghostscript-9.56.1/ijs/ijs_exec_win.c ghostscript-9.56.1/ijs/ijs_server.c ghostscript-9.56.1/ijs/ijs_server.h ghostscript-9.56.1/ijs/ijs_server_example.c ghostscript-9.56.1/ijs/ijs_spec.pdf ghostscript-9.56.1/ijs/ijs_spec.ps ghostscript-9.56.1/ijs/ijs_spec.sgml ghostscript-9.56.1/ijs/install-sh ghostscript-9.56.1/ijs/libtool ghostscript-9.56.1/ijs/ltmain.sh ghostscript-9.56.1/ijs/missing ghostscript-9.56.1/ijs/state.eps ghostscript-9.56.1/ijs/state.fig ghostscript-9.56.1/ijs/unistd_.h ghostscript-9.56.1/ijs/unix.mak ghostscript-9.56.1/ijs/windows.mak ghostscript-9.56.1/install-sh ghostscript-9.56.1/ios/ ghostscript-9.56.1/ios/build_ios_gslib.sh ghostscript-9.56.1/ios/ios-README.txt ghostscript-9.56.1/ios/ios_arch-arm.h ghostscript-9.56.1/ios/ios_arch-x86.h ghostscript-9.56.1/lcms2mt/ ghostscript-9.56.1/lcms2mt/.travis.yml ghostscript-9.56.1/lcms2mt/AUTHORS ghostscript-9.56.1/lcms2mt/COPYING ghostscript-9.56.1/lcms2mt/ChangeLog ghostscript-9.56.1/lcms2mt/INSTALL ghostscript-9.56.1/lcms2mt/Lib/ ghostscript-9.56.1/lcms2mt/Lib/BC/ ghostscript-9.56.1/lcms2mt/Lib/BC/BC.txt ghostscript-9.56.1/lcms2mt/Lib/MS/ ghostscript-9.56.1/lcms2mt/Lib/MS/MS.TXT ghostscript-9.56.1/lcms2mt/Makefile.am ghostscript-9.56.1/lcms2mt/Makefile.in ghostscript-9.56.1/lcms2mt/Projects/ ghostscript-9.56.1/lcms2mt/Projects/.gitignore ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/ ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcms2.rc ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcmsdll.lk ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/lcmsdll.lst ghostscript-9.56.1/lcms2mt/Projects/BorlandC_5.5/mklcmsdll.bat ghostscript-9.56.1/lcms2mt/Projects/VC2010/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2010/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2012/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2013/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2015/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2017/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/jpegicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/jpegicc/jpegicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt.rc ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt.sln ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/lcms2mt_DLL.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_DLL/lcms2mt_DLL.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/lcms2mt_static.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/lcms2mt_static/lcms2mt_static.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/linkicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/linkicc/linkicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/psicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/psicc/psicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/resource.h ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/testbed.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/testbed/testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/tiffdiff.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/tiffdiff/tiffdiff.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/tifficc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/tifficc/tifficc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/ ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/transicc.vcxproj ghostscript-9.56.1/lcms2mt/Projects/VC2019/transicc/transicc.vcxproj.filters ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.pbxproj ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/contents.xcworkspacedata ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/ ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist ghostscript-9.56.1/lcms2mt/Projects/Xcode_12/lcms2/lcms2.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings ghostscript-9.56.1/lcms2mt/Projects/cppcheck/ ghostscript-9.56.1/lcms2mt/Projects/cppcheck/lcms2.cppcheck ghostscript-9.56.1/lcms2mt/Projects/cppcheck/lcms2mt.cppcheck ghostscript-9.56.1/lcms2mt/Projects/mac/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/._Info.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/._LittleCMS.xcodeproj ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/English.lproj/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/English.lproj/InfoPlist.strings ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/Info.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/mariama.mode1v3 ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/mariama.pbxuser ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.pbxproj ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/contents.xcworkspacedata ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/UserInterfaceState.xcuserstate ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/project.xcworkspace/xcuserdata/User.xcuserdatad/WorkspaceSettings.xcsettings ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcdebugger/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/ ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/LittleCMS.xcscheme ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/testbed.xcscheme ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS.xcodeproj/xcuserdata/User.xcuserdatad/xcschemes/xcschememanagement.plist ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/LittleCMS_Prefix.pch ghostscript-9.56.1/lcms2mt/Projects/mac/LittleCMS/TestBed-Info.plist ghostscript-9.56.1/lcms2mt/README.1ST ghostscript-9.56.1/lcms2mt/aclocal.m4 ghostscript-9.56.1/lcms2mt/autogen.sh ghostscript-9.56.1/lcms2mt/compile ghostscript-9.56.1/lcms2mt/config.guess ghostscript-9.56.1/lcms2mt/config.sub ghostscript-9.56.1/lcms2mt/configure ghostscript-9.56.1/lcms2mt/configure.ac ghostscript-9.56.1/lcms2mt/depcomp ghostscript-9.56.1/lcms2mt/doc/ ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 Plugin API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.10 tutorial.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 Plugin API.pdf ghostscript-9.56.1/lcms2mt/doc/LittleCMS2.12 tutorial.pdf ghostscript-9.56.1/lcms2mt/doc/WhyThisFork.txt ghostscript-9.56.1/lcms2mt/doc/src.zip ghostscript-9.56.1/lcms2mt/include/ ghostscript-9.56.1/lcms2mt/include/Makefile.am ghostscript-9.56.1/lcms2mt/include/Makefile.in ghostscript-9.56.1/lcms2mt/include/lcms2mt.h ghostscript-9.56.1/lcms2mt/include/lcms2mt_plugin.h ghostscript-9.56.1/lcms2mt/install-sh ghostscript-9.56.1/lcms2mt/lcms2mt.pc.in ghostscript-9.56.1/lcms2mt/ltmain.sh ghostscript-9.56.1/lcms2mt/m4/ ghostscript-9.56.1/lcms2mt/m4/acx_pthread.m4 ghostscript-9.56.1/lcms2mt/m4/ax_append_compile_flags.m4 ghostscript-9.56.1/lcms2mt/m4/ax_append_flag.m4 ghostscript-9.56.1/lcms2mt/m4/ax_check_compile_flag.m4 ghostscript-9.56.1/lcms2mt/m4/ax_gcc_func_attribute.m4 ghostscript-9.56.1/lcms2mt/m4/ax_require_defined.m4 ghostscript-9.56.1/lcms2mt/m4/libtool.m4 ghostscript-9.56.1/lcms2mt/m4/ltoptions.m4 ghostscript-9.56.1/lcms2mt/m4/ltsugar.m4 ghostscript-9.56.1/lcms2mt/m4/ltversion.m4 ghostscript-9.56.1/lcms2mt/m4/lt~obsolete.m4 ghostscript-9.56.1/lcms2mt/missing ghostscript-9.56.1/lcms2mt/plugins/ ghostscript-9.56.1/lcms2mt/plugins/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/README.1ST ghostscript-9.56.1/lcms2mt/plugins/fast_float/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/COPYING.GPL3 ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj.filters ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin.vcxproj.user ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj.filters ghostscript-9.56.1/lcms2mt/plugins/fast_float/Projects/VC2019/lcms2mt_fast_float_plugin_testbed.vcxproj.user ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/LittleCMS fast float extensions 1.0.pdf ghostscript-9.56.1/lcms2mt/plugins/fast_float/doc/LittleCMS floating point extensions 1.4.pdf ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/include/lcms2mt_fast_float.h ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_16_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_curves.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_matsh.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_matsh_sse.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_8_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_15bits.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_15mats.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_cmyk.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_curves.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_internal.h ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_lab.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_matsh.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_separate.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_sup.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/src/fast_float_tethra.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/ ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/Makefile.am ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/Makefile.in ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/fast_float_testbed.c ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test0.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test1.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test2.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test3.icc ghostscript-9.56.1/lcms2mt/plugins/fast_float/testbed/test5.icc ghostscript-9.56.1/lcms2mt/src/ ghostscript-9.56.1/lcms2mt/src/Makefile.am ghostscript-9.56.1/lcms2mt/src/Makefile.in ghostscript-9.56.1/lcms2mt/src/cmsalpha.c ghostscript-9.56.1/lcms2mt/src/cmscam02.c ghostscript-9.56.1/lcms2mt/src/cmscgats.c ghostscript-9.56.1/lcms2mt/src/cmscnvrt.c ghostscript-9.56.1/lcms2mt/src/cmserr.c ghostscript-9.56.1/lcms2mt/src/cmsgamma.c ghostscript-9.56.1/lcms2mt/src/cmsgmt.c ghostscript-9.56.1/lcms2mt/src/cmshalf.c ghostscript-9.56.1/lcms2mt/src/cmsintrp.c ghostscript-9.56.1/lcms2mt/src/cmsio0.c ghostscript-9.56.1/lcms2mt/src/cmsio1.c ghostscript-9.56.1/lcms2mt/src/cmslut.c ghostscript-9.56.1/lcms2mt/src/cmsmd5.c ghostscript-9.56.1/lcms2mt/src/cmsmtrx.c ghostscript-9.56.1/lcms2mt/src/cmsnamed.c ghostscript-9.56.1/lcms2mt/src/cmsopt.c ghostscript-9.56.1/lcms2mt/src/cmspack.c ghostscript-9.56.1/lcms2mt/src/cmspcs.c ghostscript-9.56.1/lcms2mt/src/cmsplugin.c ghostscript-9.56.1/lcms2mt/src/cmsps2.c ghostscript-9.56.1/lcms2mt/src/cmssamp.c ghostscript-9.56.1/lcms2mt/src/cmssm.c ghostscript-9.56.1/lcms2mt/src/cmstypes.c ghostscript-9.56.1/lcms2mt/src/cmsvirt.c ghostscript-9.56.1/lcms2mt/src/cmswtpnt.c ghostscript-9.56.1/lcms2mt/src/cmsxform.c ghostscript-9.56.1/lcms2mt/src/extra_xform.h ghostscript-9.56.1/lcms2mt/src/lcms2_internal.h ghostscript-9.56.1/lcms2mt/src/lcms2mt.def ghostscript-9.56.1/lcms2mt/testbed/ ghostscript-9.56.1/lcms2mt/testbed/Makefile.am ghostscript-9.56.1/lcms2mt/testbed/Makefile.in ghostscript-9.56.1/lcms2mt/testbed/bad.icc ghostscript-9.56.1/lcms2mt/testbed/bad_mpe.icc ghostscript-9.56.1/lcms2mt/testbed/crayons.icc ghostscript-9.56.1/lcms2mt/testbed/ibm-t61.icc ghostscript-9.56.1/lcms2mt/testbed/new.icc ghostscript-9.56.1/lcms2mt/testbed/test1.icc ghostscript-9.56.1/lcms2mt/testbed/test2.icc ghostscript-9.56.1/lcms2mt/testbed/test3.icc ghostscript-9.56.1/lcms2mt/testbed/test4.icc ghostscript-9.56.1/lcms2mt/testbed/test5.icc ghostscript-9.56.1/lcms2mt/testbed/testcms2.c ghostscript-9.56.1/lcms2mt/testbed/testcms2.h ghostscript-9.56.1/lcms2mt/testbed/testplugin.c ghostscript-9.56.1/lcms2mt/testbed/testthread.cpp ghostscript-9.56.1/lcms2mt/testbed/toosmall.icc ghostscript-9.56.1/lcms2mt/testbed/zoo_icc.c ghostscript-9.56.1/lcms2mt/utils/ ghostscript-9.56.1/lcms2mt/utils/common/ ghostscript-9.56.1/lcms2mt/utils/common/utils.h ghostscript-9.56.1/lcms2mt/utils/common/vprf.c ghostscript-9.56.1/lcms2mt/utils/common/xgetopt.c ghostscript-9.56.1/lcms2mt/utils/delphi/ ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.dpr ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.dproj ghostscript-9.56.1/lcms2mt/utils/delphi/delphidemo.res ghostscript-9.56.1/lcms2mt/utils/delphi/demo1.dfm ghostscript-9.56.1/lcms2mt/utils/delphi/demo1.pas ghostscript-9.56.1/lcms2mt/utils/delphi/lcms2dll.pas ghostscript-9.56.1/lcms2mt/utils/jpgicc/ ghostscript-9.56.1/lcms2mt/utils/jpgicc/LICENSE_iccjpeg ghostscript-9.56.1/lcms2mt/utils/jpgicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/jpgicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/jpgicc/iccjpeg.c ghostscript-9.56.1/lcms2mt/utils/jpgicc/iccjpeg.h ghostscript-9.56.1/lcms2mt/utils/jpgicc/jpgicc.1 ghostscript-9.56.1/lcms2mt/utils/jpgicc/jpgicc.c ghostscript-9.56.1/lcms2mt/utils/linkicc/ ghostscript-9.56.1/lcms2mt/utils/linkicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/linkicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/linkicc/linkicc.1 ghostscript-9.56.1/lcms2mt/utils/linkicc/linkicc.c ghostscript-9.56.1/lcms2mt/utils/matlab/ ghostscript-9.56.1/lcms2mt/utils/matlab/howto.txt ghostscript-9.56.1/lcms2mt/utils/matlab/icctrans.c ghostscript-9.56.1/lcms2mt/utils/matlab/lcms_rsp ghostscript-9.56.1/lcms2mt/utils/psicc/ ghostscript-9.56.1/lcms2mt/utils/psicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/psicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/psicc/psicc.1 ghostscript-9.56.1/lcms2mt/utils/psicc/psicc.c ghostscript-9.56.1/lcms2mt/utils/samples/ ghostscript-9.56.1/lcms2mt/utils/samples/Makefile.am ghostscript-9.56.1/lcms2mt/utils/samples/Makefile.in ghostscript-9.56.1/lcms2mt/utils/samples/itufax.c ghostscript-9.56.1/lcms2mt/utils/samples/mkcmy.c ghostscript-9.56.1/lcms2mt/utils/samples/mkgrayer.c ghostscript-9.56.1/lcms2mt/utils/samples/mktiff8.c ghostscript-9.56.1/lcms2mt/utils/samples/roundtrip.c ghostscript-9.56.1/lcms2mt/utils/samples/vericc.c ghostscript-9.56.1/lcms2mt/utils/samples/wtpt.1 ghostscript-9.56.1/lcms2mt/utils/samples/wtpt.c ghostscript-9.56.1/lcms2mt/utils/tificc/ ghostscript-9.56.1/lcms2mt/utils/tificc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/tificc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/tificc/tifdiff.c ghostscript-9.56.1/lcms2mt/utils/tificc/tificc.1 ghostscript-9.56.1/lcms2mt/utils/tificc/tificc.c ghostscript-9.56.1/lcms2mt/utils/transicc/ ghostscript-9.56.1/lcms2mt/utils/transicc/Makefile.am ghostscript-9.56.1/lcms2mt/utils/transicc/Makefile.in ghostscript-9.56.1/lcms2mt/utils/transicc/transicc.1 ghostscript-9.56.1/lcms2mt/utils/transicc/transicc.c ghostscript-9.56.1/leptonica/ ghostscript-9.56.1/leptonica/.github/ ghostscript-9.56.1/leptonica/.github/workflows/ ghostscript-9.56.1/leptonica/.github/workflows/sw.yml ghostscript-9.56.1/leptonica/.gitignore ghostscript-9.56.1/leptonica/.travis.yml ghostscript-9.56.1/leptonica/CMakeLists.txt ghostscript-9.56.1/leptonica/Doxyfile ghostscript-9.56.1/leptonica/Makefile.am ghostscript-9.56.1/leptonica/README.html ghostscript-9.56.1/leptonica/README.md ghostscript-9.56.1/leptonica/appveyor.yml ghostscript-9.56.1/leptonica/autogen.sh ghostscript-9.56.1/leptonica/cmake/ ghostscript-9.56.1/leptonica/cmake/Configure.cmake ghostscript-9.56.1/leptonica/cmake/templates/ ghostscript-9.56.1/leptonica/cmake/templates/LeptonicaConfig-version.cmake.in ghostscript-9.56.1/leptonica/cmake/templates/LeptonicaConfig.cmake.in ghostscript-9.56.1/leptonica/cmake/templates/cmake_uninstall.cmake.in ghostscript-9.56.1/leptonica/configure.ac ghostscript-9.56.1/leptonica/lept.pc.cmake ghostscript-9.56.1/leptonica/lept.pc.in ghostscript-9.56.1/leptonica/leptonica-license.txt ghostscript-9.56.1/leptonica/lok.lua ghostscript-9.56.1/leptonica/m4/ ghostscript-9.56.1/leptonica/m4/ax_split_version.m4 ghostscript-9.56.1/leptonica/make-for-auto ghostscript-9.56.1/leptonica/make-for-local ghostscript-9.56.1/leptonica/moller52.jpg ghostscript-9.56.1/leptonica/prog/ ghostscript-9.56.1/leptonica/prog/1555.003.jpg ghostscript-9.56.1/leptonica/prog/1555.007.jpg ghostscript-9.56.1/leptonica/prog/19-colors.png ghostscript-9.56.1/leptonica/prog/CMakeLists.txt ghostscript-9.56.1/leptonica/prog/Leptonica.jpg ghostscript-9.56.1/leptonica/prog/Makefile.am ghostscript-9.56.1/leptonica/prog/adaptmap_dark.c ghostscript-9.56.1/leptonica/prog/adaptmap_reg.c ghostscript-9.56.1/leptonica/prog/adaptnorm_reg.c ghostscript-9.56.1/leptonica/prog/affine_reg.c ghostscript-9.56.1/leptonica/prog/alltests_reg.c ghostscript-9.56.1/leptonica/prog/alphaops_reg.c ghostscript-9.56.1/leptonica/prog/alphaxform_reg.c ghostscript-9.56.1/leptonica/prog/amoris.2.150.jpg ghostscript-9.56.1/leptonica/prog/aneurisms8.jpg ghostscript-9.56.1/leptonica/prog/arabic.png ghostscript-9.56.1/leptonica/prog/arabic2.png ghostscript-9.56.1/leptonica/prog/arabic_lines.c ghostscript-9.56.1/leptonica/prog/arithtest.c ghostscript-9.56.1/leptonica/prog/autogen.137.c ghostscript-9.56.1/leptonica/prog/autogen.137.h ghostscript-9.56.1/leptonica/prog/autogentest1.c ghostscript-9.56.1/leptonica/prog/autogentest2.c ghostscript-9.56.1/leptonica/prog/barcode-128-300.png ghostscript-9.56.1/leptonica/prog/barcode-2of5-300.png ghostscript-9.56.1/leptonica/prog/barcode-39-300.png ghostscript-9.56.1/leptonica/prog/barcode-93-300.png ghostscript-9.56.1/leptonica/prog/barcode-codabar-300.png ghostscript-9.56.1/leptonica/prog/barcode-digits.png ghostscript-9.56.1/leptonica/prog/barcode-i2of5-300.png ghostscript-9.56.1/leptonica/prog/barcode-upc-300.png ghostscript-9.56.1/leptonica/prog/barcodetest.c ghostscript-9.56.1/leptonica/prog/barcodetest1.jpg ghostscript-9.56.1/leptonica/prog/barcodetest2.jpg ghostscript-9.56.1/leptonica/prog/baseline_reg.c ghostscript-9.56.1/leptonica/prog/bigweasel2.4c.png ghostscript-9.56.1/leptonica/prog/bilateral1_reg.c ghostscript-9.56.1/leptonica/prog/bilateral2_reg.c ghostscript-9.56.1/leptonica/prog/bilinear_reg.c ghostscript-9.56.1/leptonica/prog/binarize_reg.c ghostscript-9.56.1/leptonica/prog/binarize_set.c ghostscript-9.56.1/leptonica/prog/binarizefiles.c ghostscript-9.56.1/leptonica/prog/bincompare.c ghostscript-9.56.1/leptonica/prog/binding-example.45.jpg ghostscript-9.56.1/leptonica/prog/binmorph1_reg.c ghostscript-9.56.1/leptonica/prog/binmorph2_reg.c ghostscript-9.56.1/leptonica/prog/binmorph3_reg.c ghostscript-9.56.1/leptonica/prog/binmorph4_reg.c ghostscript-9.56.1/leptonica/prog/binmorph5_reg.c ghostscript-9.56.1/leptonica/prog/binmorph6_reg.c ghostscript-9.56.1/leptonica/prog/blackwhite_reg.c ghostscript-9.56.1/leptonica/prog/blend-green1.jpg ghostscript-9.56.1/leptonica/prog/blend-green2.png ghostscript-9.56.1/leptonica/prog/blend-green3.png ghostscript-9.56.1/leptonica/prog/blend-orange.jpg ghostscript-9.56.1/leptonica/prog/blend-red.png ghostscript-9.56.1/leptonica/prog/blend-yellow.jpg ghostscript-9.56.1/leptonica/prog/blend1_reg.c ghostscript-9.56.1/leptonica/prog/blend2_reg.c ghostscript-9.56.1/leptonica/prog/blend3_reg.c ghostscript-9.56.1/leptonica/prog/blend4_reg.c ghostscript-9.56.1/leptonica/prog/blend5_reg.c ghostscript-9.56.1/leptonica/prog/blendcmaptest.c ghostscript-9.56.1/leptonica/prog/blender1.tif ghostscript-9.56.1/leptonica/prog/blender8.png ghostscript-9.56.1/leptonica/prog/blendtext.tif ghostscript-9.56.1/leptonica/prog/bois-2.tif ghostscript-9.56.1/leptonica/prog/bois-3.tif ghostscript-9.56.1/leptonica/prog/bois-4.tif ghostscript-9.56.1/leptonica/prog/bois-5.tif ghostscript-9.56.1/leptonica/prog/books_logo.png ghostscript-9.56.1/leptonica/prog/boxa1.ba ghostscript-9.56.1/leptonica/prog/boxa1_reg.c ghostscript-9.56.1/leptonica/prog/boxa2.ba ghostscript-9.56.1/leptonica/prog/boxa2_reg.c ghostscript-9.56.1/leptonica/prog/boxa3.ba ghostscript-9.56.1/leptonica/prog/boxa3_reg.c ghostscript-9.56.1/leptonica/prog/boxa4.ba ghostscript-9.56.1/leptonica/prog/boxa4_reg.c ghostscript-9.56.1/leptonica/prog/boxa5.ba ghostscript-9.56.1/leptonica/prog/boxap1.ba ghostscript-9.56.1/leptonica/prog/boxap2.ba ghostscript-9.56.1/leptonica/prog/boxap3.ba ghostscript-9.56.1/leptonica/prog/boxap4.ba ghostscript-9.56.1/leptonica/prog/boxap5.ba ghostscript-9.56.1/leptonica/prog/boxedpage.jpg ghostscript-9.56.1/leptonica/prog/brev.06.75.jpg ghostscript-9.56.1/leptonica/prog/brev.10.75.jpg ghostscript-9.56.1/leptonica/prog/brev.14.75.jpg ghostscript-9.56.1/leptonica/prog/brev.20.75.jpg ghostscript-9.56.1/leptonica/prog/brev.36.75.jpg ghostscript-9.56.1/leptonica/prog/brev.53.75.jpg ghostscript-9.56.1/leptonica/prog/brev.56.75.jpg ghostscript-9.56.1/leptonica/prog/breviar.38.150.jpg ghostscript-9.56.1/leptonica/prog/brothers.150.jpg ghostscript-9.56.1/leptonica/prog/buffertest.c ghostscript-9.56.1/leptonica/prog/bytea_reg.c ghostscript-9.56.1/leptonica/prog/candelabrum.011.jpg ghostscript-9.56.1/leptonica/prog/cat-and-mouse.png ghostscript-9.56.1/leptonica/prog/cat.007.jpg ghostscript-9.56.1/leptonica/prog/cat.035.jpg ghostscript-9.56.1/leptonica/prog/cavalerie.11.jpg ghostscript-9.56.1/leptonica/prog/cavalerie.29.jpg ghostscript-9.56.1/leptonica/prog/ccbord_reg.c ghostscript-9.56.1/leptonica/prog/ccbordtest.c ghostscript-9.56.1/leptonica/prog/cctest1.c ghostscript-9.56.1/leptonica/prog/ccthin1_reg.c ghostscript-9.56.1/leptonica/prog/ccthin2_reg.c ghostscript-9.56.1/leptonica/prog/char.tif ghostscript-9.56.1/leptonica/prog/chars-10.tif ghostscript-9.56.1/leptonica/prog/chars-12.tif ghostscript-9.56.1/leptonica/prog/chars-14.tif ghostscript-9.56.1/leptonica/prog/chars-16.tif ghostscript-9.56.1/leptonica/prog/chars-18.tif ghostscript-9.56.1/leptonica/prog/chars-20.tif ghostscript-9.56.1/leptonica/prog/chars-4.tif ghostscript-9.56.1/leptonica/prog/chars-6.tif ghostscript-9.56.1/leptonica/prog/chars-8.tif ghostscript-9.56.1/leptonica/prog/checkerboard1.tif ghostscript-9.56.1/leptonica/prog/checkerboard2.tif ghostscript-9.56.1/leptonica/prog/checkerboard_reg.c ghostscript-9.56.1/leptonica/prog/church.png ghostscript-9.56.1/leptonica/prog/circle_reg.c ghostscript-9.56.1/leptonica/prog/circles.pa ghostscript-9.56.1/leptonica/prog/cleanpdf.c ghostscript-9.56.1/leptonica/prog/cmapquant_reg.c ghostscript-9.56.1/leptonica/prog/coffeebeans.png ghostscript-9.56.1/leptonica/prog/color-wheel-hue.jpg ghostscript-9.56.1/leptonica/prog/colorcontent_reg.c ghostscript-9.56.1/leptonica/prog/colorfill_reg.c ghostscript-9.56.1/leptonica/prog/coloring_reg.c ghostscript-9.56.1/leptonica/prog/colorize_reg.c ghostscript-9.56.1/leptonica/prog/colormask_reg.c ghostscript-9.56.1/leptonica/prog/colormorph_reg.c ghostscript-9.56.1/leptonica/prog/colorpage.030.jpg ghostscript-9.56.1/leptonica/prog/colorquant_reg.c ghostscript-9.56.1/leptonica/prog/colorseg.jpg ghostscript-9.56.1/leptonica/prog/colorseg_reg.c ghostscript-9.56.1/leptonica/prog/colorsegtest.c ghostscript-9.56.1/leptonica/prog/colorspace_reg.c ghostscript-9.56.1/leptonica/prog/comap.063.jpg ghostscript-9.56.1/leptonica/prog/comap.068.jpg ghostscript-9.56.1/leptonica/prog/comap.073.jpg ghostscript-9.56.1/leptonica/prog/comap.100.jpg ghostscript-9.56.1/leptonica/prog/comap.110.jpg ghostscript-9.56.1/leptonica/prog/comap.118.jpg ghostscript-9.56.1/leptonica/prog/compare_reg.c ghostscript-9.56.1/leptonica/prog/comparepages.c ghostscript-9.56.1/leptonica/prog/comparepixa.c ghostscript-9.56.1/leptonica/prog/comparetest.c ghostscript-9.56.1/leptonica/prog/compfilter_reg.c ghostscript-9.56.1/leptonica/prog/concatpdf.c ghostscript-9.56.1/leptonica/prog/conncomp_reg.c ghostscript-9.56.1/leptonica/prog/contrast-orig-60.jpg ghostscript-9.56.1/leptonica/prog/contrast1.jpg ghostscript-9.56.1/leptonica/prog/contrasttest.c ghostscript-9.56.1/leptonica/prog/conversion_reg.c ghostscript-9.56.1/leptonica/prog/convertfilestopdf.c ghostscript-9.56.1/leptonica/prog/convertfilestops.c ghostscript-9.56.1/leptonica/prog/convertformat.c ghostscript-9.56.1/leptonica/prog/convertsegfilestopdf.c ghostscript-9.56.1/leptonica/prog/convertsegfilestops.c ghostscript-9.56.1/leptonica/prog/converttogray.c ghostscript-9.56.1/leptonica/prog/converttopdf.c ghostscript-9.56.1/leptonica/prog/converttops.c ghostscript-9.56.1/leptonica/prog/convolve_reg.c ghostscript-9.56.1/leptonica/prog/cootoots.png ghostscript-9.56.1/leptonica/prog/copernicus.png ghostscript-9.56.1/leptonica/prog/cornertest.c ghostscript-9.56.1/leptonica/prog/corrupttest.c ghostscript-9.56.1/leptonica/prog/crop_reg.c ghostscript-9.56.1/leptonica/prog/croptext.c ghostscript-9.56.1/leptonica/prog/dave-orig.png ghostscript-9.56.1/leptonica/prog/deskew_it.c ghostscript-9.56.1/leptonica/prog/dewarp_reg.c ghostscript-9.56.1/leptonica/prog/dewarprules.c ghostscript-9.56.1/leptonica/prog/dewarptest1.c ghostscript-9.56.1/leptonica/prog/dewarptest2.c ghostscript-9.56.1/leptonica/prog/dewarptest3.c ghostscript-9.56.1/leptonica/prog/dewarptest4.c ghostscript-9.56.1/leptonica/prog/dewarptest5.c ghostscript-9.56.1/leptonica/prog/digitprep1.c ghostscript-9.56.1/leptonica/prog/dinos.pac ghostscript-9.56.1/leptonica/prog/displayboxa.c ghostscript-9.56.1/leptonica/prog/displayboxes_on_pixa.c ghostscript-9.56.1/leptonica/prog/displaypix.c ghostscript-9.56.1/leptonica/prog/displaypixa.c ghostscript-9.56.1/leptonica/prog/distance_reg.c ghostscript-9.56.1/leptonica/prog/dither_reg.c ghostscript-9.56.1/leptonica/prog/dna_reg.c ghostscript-9.56.1/leptonica/prog/dreyfus1.png ghostscript-9.56.1/leptonica/prog/dreyfus2.png ghostscript-9.56.1/leptonica/prog/dreyfus4.png ghostscript-9.56.1/leptonica/prog/dreyfus8.png ghostscript-9.56.1/leptonica/prog/dwalinear.3.c ghostscript-9.56.1/leptonica/prog/dwalineargen.c ghostscript-9.56.1/leptonica/prog/dwalinearlow.3.c ghostscript-9.56.1/leptonica/prog/dwamorph1_reg.c ghostscript-9.56.1/leptonica/prog/dwamorph2_reg.c ghostscript-9.56.1/leptonica/prog/edge_reg.c ghostscript-9.56.1/leptonica/prog/encoding_reg.c ghostscript-9.56.1/leptonica/prog/enhance_reg.c ghostscript-9.56.1/leptonica/prog/equal_reg.c ghostscript-9.56.1/leptonica/prog/expand_reg.c ghostscript-9.56.1/leptonica/prog/extrema_reg.c ghostscript-9.56.1/leptonica/prog/falsecolor_reg.c ghostscript-9.56.1/leptonica/prog/fcombautogen.c ghostscript-9.56.1/leptonica/prog/feyn-fract.tif ghostscript-9.56.1/leptonica/prog/feyn-fract2.tif ghostscript-9.56.1/leptonica/prog/feyn-word.tif ghostscript-9.56.1/leptonica/prog/feyn.tif ghostscript-9.56.1/leptonica/prog/feynman-stamp.jpg ghostscript-9.56.1/leptonica/prog/fhmtauto_reg.c ghostscript-9.56.1/leptonica/prog/fhmtautogen.c ghostscript-9.56.1/leptonica/prog/fileinfo.c ghostscript-9.56.1/leptonica/prog/files_reg.c ghostscript-9.56.1/leptonica/prog/find_colorregions.c ghostscript-9.56.1/leptonica/prog/findbinding.c ghostscript-9.56.1/leptonica/prog/findcorners_reg.c ghostscript-9.56.1/leptonica/prog/findpattern1.c ghostscript-9.56.1/leptonica/prog/findpattern2.c ghostscript-9.56.1/leptonica/prog/findpattern3.c ghostscript-9.56.1/leptonica/prog/findpattern_reg.c ghostscript-9.56.1/leptonica/prog/fish24.jpg ghostscript-9.56.1/leptonica/prog/flipdetect_reg.c ghostscript-9.56.1/leptonica/prog/flipselgen.c.notused ghostscript-9.56.1/leptonica/prog/flipsels.txt ghostscript-9.56.1/leptonica/prog/fmorphauto_reg.c ghostscript-9.56.1/leptonica/prog/fmorphautogen.c ghostscript-9.56.1/leptonica/prog/fonts/ ghostscript-9.56.1/leptonica/prog/fonts/chars-10.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-10.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-10.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-12.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-12.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-12.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-14.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-14.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-14.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-16.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-16.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-16.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-18.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-18.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-18.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-20.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-20.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-20.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-4.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-4.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-4.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-6.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-6.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-6.tif ghostscript-9.56.1/leptonica/prog/fonts/chars-8.pa ghostscript-9.56.1/leptonica/prog/fonts/chars-8.ps ghostscript-9.56.1/leptonica/prog/fonts/chars-8.tif ghostscript-9.56.1/leptonica/prog/form1.tif ghostscript-9.56.1/leptonica/prog/form2.tif ghostscript-9.56.1/leptonica/prog/fpix1_reg.c ghostscript-9.56.1/leptonica/prog/fpix2_reg.c ghostscript-9.56.1/leptonica/prog/fpixcontours.c ghostscript-9.56.1/leptonica/prog/fuzzing/ ghostscript-9.56.1/leptonica/prog/fuzzing/README.md ghostscript-9.56.1/leptonica/prog/fuzzing/adaptmap_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/affine_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/barcode_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/barcode_fuzzer_seed_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/baseline_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/bilateral_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/bilinear_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/binarize_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/blend_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc3_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc4_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc5_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/boxfunc_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/ccbord_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/ccthin_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/checkerboard_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/classapp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/colorfill_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/colorquant_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/compare_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/dewarp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/edge_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/enhance_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/fhmtgen_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/finditalic_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/flipdetect_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/fpix2_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/general_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/graphics_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/graymorph_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/grayquant_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/jpegiostub_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/kernel_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/leptfuzz.h ghostscript-9.56.1/leptonica/prog/fuzzing/mask_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/maze_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/morph_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/morphapp_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/oss-fuzz-build.sh ghostscript-9.56.1/leptonica/prog/fuzzing/pageseg_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/paintcmap_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix1_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix3_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix4_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixMirrorDetectDwa_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix_orient_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pix_rotate_shear_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixa_recog_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/pixa_recog_fuzzer_seed_corpus.zip ghostscript-9.56.1/leptonica/prog/fuzzing/pixconv_fuzzer.cc ghostscript-9.56.1/leptonica/prog/fuzzing/recog_basic_fuzzer.cc ghostscript-9.56.1/leptonica/prog/gammatest.c ghostscript-9.56.1/leptonica/prog/genfonts_reg.c ghostscript-9.56.1/leptonica/prog/german.png ghostscript-9.56.1/leptonica/prog/gifio_reg.c ghostscript-9.56.1/leptonica/prog/google-searchbox.png ghostscript-9.56.1/leptonica/prog/gplotdata.example ghostscript-9.56.1/leptonica/prog/graphicstest.c ghostscript-9.56.1/leptonica/prog/gray-alpha.tif ghostscript-9.56.1/leptonica/prog/grayfill_reg.c ghostscript-9.56.1/leptonica/prog/graymorph1_reg.c ghostscript-9.56.1/leptonica/prog/graymorph2_reg.c ghostscript-9.56.1/leptonica/prog/graymorphtest.c ghostscript-9.56.1/leptonica/prog/grayquant_reg.c ghostscript-9.56.1/leptonica/prog/graytext.png ghostscript-9.56.1/leptonica/prog/greencover.jpg ghostscript-9.56.1/leptonica/prog/hardlight1_1.jpg ghostscript-9.56.1/leptonica/prog/hardlight1_2.jpg ghostscript-9.56.1/leptonica/prog/hardlight2_1.jpg ghostscript-9.56.1/leptonica/prog/hardlight2_2.jpg ghostscript-9.56.1/leptonica/prog/hardlight_reg.c ghostscript-9.56.1/leptonica/prog/harmoniam-11.tif ghostscript-9.56.1/leptonica/prog/harmoniam100-11.png ghostscript-9.56.1/leptonica/prog/hash_reg.c ghostscript-9.56.1/leptonica/prog/heap_reg.c ghostscript-9.56.1/leptonica/prog/histoduptest.c ghostscript-9.56.1/leptonica/prog/histotest.c ghostscript-9.56.1/leptonica/prog/hmttemplate1.txt ghostscript-9.56.1/leptonica/prog/hmttemplate2.txt ghostscript-9.56.1/leptonica/prog/hole-filler.png ghostscript-9.56.1/leptonica/prog/htmlviewer.c ghostscript-9.56.1/leptonica/prog/imagetops.c ghostscript-9.56.1/leptonica/prog/insert_reg.c ghostscript-9.56.1/leptonica/prog/invertedtext.tif ghostscript-9.56.1/leptonica/prog/ioformats_reg.c ghostscript-9.56.1/leptonica/prog/iomisc_reg.c ghostscript-9.56.1/leptonica/prog/italic.png ghostscript-9.56.1/leptonica/prog/italic_reg.c ghostscript-9.56.1/leptonica/prog/jbclass_reg.c ghostscript-9.56.1/leptonica/prog/jbcorrelation.c ghostscript-9.56.1/leptonica/prog/jbrankhaus.c ghostscript-9.56.1/leptonica/prog/jbwords.c ghostscript-9.56.1/leptonica/prog/jp2kio_reg.c ghostscript-9.56.1/leptonica/prog/jpeg-coded.tif ghostscript-9.56.1/leptonica/prog/jpegio_reg.c ghostscript-9.56.1/leptonica/prog/juditharismax.jpg ghostscript-9.56.1/leptonica/prog/karen8.jpg ghostscript-9.56.1/leptonica/prog/kernel_reg.c ghostscript-9.56.1/leptonica/prog/keystone.png ghostscript-9.56.1/leptonica/prog/label_reg.c ghostscript-9.56.1/leptonica/prog/lapide.052.100.jpg ghostscript-9.56.1/leptonica/prog/leptonica-license.txt ghostscript-9.56.1/leptonica/prog/lightcolortest.c ghostscript-9.56.1/leptonica/prog/lighttext.jpg ghostscript-9.56.1/leptonica/prog/lineremoval_reg.c ghostscript-9.56.1/leptonica/prog/lion-mask.00010.tif ghostscript-9.56.1/leptonica/prog/lion-mask.00016.tif ghostscript-9.56.1/leptonica/prog/lion-page.00010.jpg ghostscript-9.56.1/leptonica/prog/lion-page.00011.png ghostscript-9.56.1/leptonica/prog/lion-page.00012.png ghostscript-9.56.1/leptonica/prog/lion-page.00013.png ghostscript-9.56.1/leptonica/prog/lion-page.00016.jpg ghostscript-9.56.1/leptonica/prog/lion-page.00017.png ghostscript-9.56.1/leptonica/prog/listtest.c ghostscript-9.56.1/leptonica/prog/livre_adapt.c ghostscript-9.56.1/leptonica/prog/livre_hmt.c ghostscript-9.56.1/leptonica/prog/livre_makefigs.c ghostscript-9.56.1/leptonica/prog/livre_orient.c ghostscript-9.56.1/leptonica/prog/livre_pageseg.c ghostscript-9.56.1/leptonica/prog/livre_seedgen.c ghostscript-9.56.1/leptonica/prog/livre_tophat.c ghostscript-9.56.1/leptonica/prog/locminmax_reg.c ghostscript-9.56.1/leptonica/prog/logicops_reg.c ghostscript-9.56.1/leptonica/prog/lowaccess_reg.c ghostscript-9.56.1/leptonica/prog/lowsat_reg.c ghostscript-9.56.1/leptonica/prog/lucasta-frag.jpg ghostscript-9.56.1/leptonica/prog/lucasta.047.jpg ghostscript-9.56.1/leptonica/prog/lucasta.1.300.tif ghostscript-9.56.1/leptonica/prog/lucasta.150.jpg ghostscript-9.56.1/leptonica/prog/lyra.005.jpg ghostscript-9.56.1/leptonica/prog/lyra.036.jpg ghostscript-9.56.1/leptonica/prog/lyra.5.na ghostscript-9.56.1/leptonica/prog/makefile.static ghostscript-9.56.1/leptonica/prog/maketile.c ghostscript-9.56.1/leptonica/prog/map.057.jpg ghostscript-9.56.1/leptonica/prog/map1.jpg ghostscript-9.56.1/leptonica/prog/maptest.c ghostscript-9.56.1/leptonica/prog/marge.jpg ghostscript-9.56.1/leptonica/prog/maze_reg.c ghostscript-9.56.1/leptonica/prog/messagetest.c ghostscript-9.56.1/leptonica/prog/minisblack.tif ghostscript-9.56.1/leptonica/prog/miniswhite.tif ghostscript-9.56.1/leptonica/prog/misctest1.c ghostscript-9.56.1/leptonica/prog/modifyhuesat.c ghostscript-9.56.1/leptonica/prog/morphseq_reg.c ghostscript-9.56.1/leptonica/prog/morphtemplate1.txt ghostscript-9.56.1/leptonica/prog/morphtemplate2.txt ghostscript-9.56.1/leptonica/prog/morphtest1.c ghostscript-9.56.1/leptonica/prog/mtiff_reg.c ghostscript-9.56.1/leptonica/prog/multitype_reg.c ghostscript-9.56.1/leptonica/prog/nearline_reg.c ghostscript-9.56.1/leptonica/prog/newspaper_reg.c ghostscript-9.56.1/leptonica/prog/numa1_reg.c ghostscript-9.56.1/leptonica/prog/numa2_reg.c ghostscript-9.56.1/leptonica/prog/numa3_reg.c ghostscript-9.56.1/leptonica/prog/numaranktest.c ghostscript-9.56.1/leptonica/prog/ortiz-02.tif ghostscript-9.56.1/leptonica/prog/ortiz-03.tif ghostscript-9.56.1/leptonica/prog/ortiz-04.tif ghostscript-9.56.1/leptonica/prog/ortiz-05.tif ghostscript-9.56.1/leptonica/prog/otsutest1.c ghostscript-9.56.1/leptonica/prog/otsutest2.c ghostscript-9.56.1/leptonica/prog/overlap_reg.c ghostscript-9.56.1/leptonica/prog/pageseg1.tif ghostscript-9.56.1/leptonica/prog/pageseg2-mask.png ghostscript-9.56.1/leptonica/prog/pageseg2-seed.png ghostscript-9.56.1/leptonica/prog/pageseg2.tif ghostscript-9.56.1/leptonica/prog/pageseg3.tif ghostscript-9.56.1/leptonica/prog/pageseg4.tif ghostscript-9.56.1/leptonica/prog/pageseg_reg.c ghostscript-9.56.1/leptonica/prog/pagesegtest1.c ghostscript-9.56.1/leptonica/prog/pagesegtest2.c ghostscript-9.56.1/leptonica/prog/paint_reg.c ghostscript-9.56.1/leptonica/prog/paintmask_reg.c ghostscript-9.56.1/leptonica/prog/pancrazi.15.jpg ghostscript-9.56.1/leptonica/prog/partifytest.c ghostscript-9.56.1/leptonica/prog/partitiontest.c ghostscript-9.56.1/leptonica/prog/patent.png ghostscript-9.56.1/leptonica/prog/pdf2jpeg ghostscript-9.56.1/leptonica/prog/pdf2mtiff ghostscript-9.56.1/leptonica/prog/pdf2png ghostscript-9.56.1/leptonica/prog/pdf2png-binary ghostscript-9.56.1/leptonica/prog/pdf2png-color ghostscript-9.56.1/leptonica/prog/pdf2png-gray ghostscript-9.56.1/leptonica/prog/pdf2tiff ghostscript-9.56.1/leptonica/prog/pdfio1_reg.c ghostscript-9.56.1/leptonica/prog/pdfio2_reg.c ghostscript-9.56.1/leptonica/prog/pdfseg_reg.c ghostscript-9.56.1/leptonica/prog/pedante.079.jpg ghostscript-9.56.1/leptonica/prog/percolate-4cc.png ghostscript-9.56.1/leptonica/prog/percolate-8cc.png ghostscript-9.56.1/leptonica/prog/percolatetest.c ghostscript-9.56.1/leptonica/prog/pixa1_reg.c ghostscript-9.56.1/leptonica/prog/pixa2_reg.c ghostscript-9.56.1/leptonica/prog/pixaatest.c ghostscript-9.56.1/leptonica/prog/pixadisp_reg.c ghostscript-9.56.1/leptonica/prog/pixafileinfo.c ghostscript-9.56.1/leptonica/prog/pixalloc_reg.c ghostscript-9.56.1/leptonica/prog/pixcomp_reg.c ghostscript-9.56.1/leptonica/prog/pixmem_reg.c ghostscript-9.56.1/leptonica/prog/pixserial_reg.c ghostscript-9.56.1/leptonica/prog/pixtile_reg.c ghostscript-9.56.1/leptonica/prog/plottest.c ghostscript-9.56.1/leptonica/prog/pngio_reg.c ghostscript-9.56.1/leptonica/prog/pnmio_reg.c ghostscript-9.56.1/leptonica/prog/printimage.c ghostscript-9.56.1/leptonica/prog/printsplitimage.c ghostscript-9.56.1/leptonica/prog/printtiff.c ghostscript-9.56.1/leptonica/prog/projection_reg.c ghostscript-9.56.1/leptonica/prog/projectionstats.jpg ghostscript-9.56.1/leptonica/prog/projective_reg.c ghostscript-9.56.1/leptonica/prog/ps2jpeg ghostscript-9.56.1/leptonica/prog/ps2png ghostscript-9.56.1/leptonica/prog/ps2png-binary ghostscript-9.56.1/leptonica/prog/ps2png-color ghostscript-9.56.1/leptonica/prog/ps2png-gray ghostscript-9.56.1/leptonica/prog/ps2tiff ghostscript-9.56.1/leptonica/prog/psio_reg.c ghostscript-9.56.1/leptonica/prog/psioseg_reg.c ghostscript-9.56.1/leptonica/prog/pta_reg.c ghostscript-9.56.1/leptonica/prog/ptra1_reg.c ghostscript-9.56.1/leptonica/prog/ptra2_reg.c ghostscript-9.56.1/leptonica/prog/quadtree_reg.c ghostscript-9.56.1/leptonica/prog/rabi-tiny.png ghostscript-9.56.1/leptonica/prog/rabi.png ghostscript-9.56.1/leptonica/prog/raggededge.png ghostscript-9.56.1/leptonica/prog/rank_reg.c ghostscript-9.56.1/leptonica/prog/rankbin_reg.c ghostscript-9.56.1/leptonica/prog/rankhisto_reg.c ghostscript-9.56.1/leptonica/prog/rasterop_reg.c ghostscript-9.56.1/leptonica/prog/rasteropip_reg.c ghostscript-9.56.1/leptonica/prog/rasteroptest.c ghostscript-9.56.1/leptonica/prog/rbtreetest.c ghostscript-9.56.1/leptonica/prog/recog/ ghostscript-9.56.1/leptonica/prog/recog/digits/ ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum1.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum2.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum3.pa ghostscript-9.56.1/leptonica/prog/recog/digits/bootnum4.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit0.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit1.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit2.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit3.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit4.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit5.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit5.orig-25.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit6.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit7.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit8.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit9.comp.tif ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set01.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set02.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set03.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set04.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set05.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set06.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set07.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set08.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set09.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set10.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set11.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set12.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set13.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set14.pa ghostscript-9.56.1/leptonica/prog/recog/digits/digit_set15.pa ghostscript-9.56.1/leptonica/prog/recog/digits/page.306.png ghostscript-9.56.1/leptonica/prog/recog/digits/page.590.png ghostscript-9.56.1/leptonica/prog/recog/sets/ ghostscript-9.56.1/leptonica/prog/recog/sets/samples06.png ghostscript-9.56.1/leptonica/prog/recog/sets/test01.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test02.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test03.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test05.pa ghostscript-9.56.1/leptonica/prog/recog/sets/test06.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train01.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train02.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train03.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train04.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train05.pa ghostscript-9.56.1/leptonica/prog/recog/sets/train06.pa ghostscript-9.56.1/leptonica/prog/recog_bootnum1.c ghostscript-9.56.1/leptonica/prog/recog_bootnum2.c ghostscript-9.56.1/leptonica/prog/recog_bootnum3.c ghostscript-9.56.1/leptonica/prog/recogsort.c ghostscript-9.56.1/leptonica/prog/recogtest1.c ghostscript-9.56.1/leptonica/prog/recogtest2.c ghostscript-9.56.1/leptonica/prog/recogtest3.c ghostscript-9.56.1/leptonica/prog/recogtest4.c ghostscript-9.56.1/leptonica/prog/recogtest5.c ghostscript-9.56.1/leptonica/prog/recogtest6.c ghostscript-9.56.1/leptonica/prog/recogtest7.c ghostscript-9.56.1/leptonica/prog/rectangle_reg.c ghostscript-9.56.1/leptonica/prog/redcover.jpg ghostscript-9.56.1/leptonica/prog/reducetest.c ghostscript-9.56.1/leptonica/prog/reg_wrapper.sh ghostscript-9.56.1/leptonica/prog/removecmap.c ghostscript-9.56.1/leptonica/prog/renderfonts.c ghostscript-9.56.1/leptonica/prog/replacebytes.c ghostscript-9.56.1/leptonica/prog/rgb16.tif ghostscript-9.56.1/leptonica/prog/rock.png ghostscript-9.56.1/leptonica/prog/rotate1_reg.c ghostscript-9.56.1/leptonica/prog/rotate2_reg.c ghostscript-9.56.1/leptonica/prog/rotate_it.c ghostscript-9.56.1/leptonica/prog/rotatefastalt.c ghostscript-9.56.1/leptonica/prog/rotateorth_reg.c ghostscript-9.56.1/leptonica/prog/rotateorthtest1.c ghostscript-9.56.1/leptonica/prog/rotatetest1.c ghostscript-9.56.1/leptonica/prog/runlengthtest.c ghostscript-9.56.1/leptonica/prog/scale_it.c ghostscript-9.56.1/leptonica/prog/scale_reg.c ghostscript-9.56.1/leptonica/prog/scaleandtile.c ghostscript-9.56.1/leptonica/prog/scaletest1.c ghostscript-9.56.1/leptonica/prog/scaletest2.c ghostscript-9.56.1/leptonica/prog/scots-frag.tif ghostscript-9.56.1/leptonica/prog/seedfilltest.c ghostscript-9.56.1/leptonica/prog/seedspread_reg.c ghostscript-9.56.1/leptonica/prog/selio_reg.c ghostscript-9.56.1/leptonica/prog/settest.c ghostscript-9.56.1/leptonica/prog/sevens.tif ghostscript-9.56.1/leptonica/prog/sharptest.c ghostscript-9.56.1/leptonica/prog/shear1_reg.c ghostscript-9.56.1/leptonica/prog/shear2_reg.c ghostscript-9.56.1/leptonica/prog/shearer.148.tif ghostscript-9.56.1/leptonica/prog/sheartest.c ghostscript-9.56.1/leptonica/prog/showboxes.pac ghostscript-9.56.1/leptonica/prog/showboxes1.baa ghostscript-9.56.1/leptonica/prog/showboxes2.baa ghostscript-9.56.1/leptonica/prog/showedges.c ghostscript-9.56.1/leptonica/prog/singlecc.tif ghostscript-9.56.1/leptonica/prog/skew_reg.c ghostscript-9.56.1/leptonica/prog/skewtest.c ghostscript-9.56.1/leptonica/prog/smallpix_reg.c ghostscript-9.56.1/leptonica/prog/smoothedge_reg.c ghostscript-9.56.1/leptonica/prog/sorttest.c ghostscript-9.56.1/leptonica/prog/speckle.png ghostscript-9.56.1/leptonica/prog/speckle2.png ghostscript-9.56.1/leptonica/prog/speckle4.png ghostscript-9.56.1/leptonica/prog/speckle_reg.c ghostscript-9.56.1/leptonica/prog/splitcomp_reg.c ghostscript-9.56.1/leptonica/prog/splitimage2pdf.c ghostscript-9.56.1/leptonica/prog/stampede2.jpg ghostscript-9.56.1/leptonica/prog/string_reg.c ghostscript-9.56.1/leptonica/prog/stringtemplate1.txt ghostscript-9.56.1/leptonica/prog/stringtemplate2.txt ghostscript-9.56.1/leptonica/prog/subpixel_reg.c ghostscript-9.56.1/leptonica/prog/sudoku1.dat ghostscript-9.56.1/leptonica/prog/sudoku2.dat ghostscript-9.56.1/leptonica/prog/sudoku3.dat ghostscript-9.56.1/leptonica/prog/sudoku4.dat ghostscript-9.56.1/leptonica/prog/sudoku5.dat ghostscript-9.56.1/leptonica/prog/sudoku6.dat ghostscript-9.56.1/leptonica/prog/sudoku7.dat ghostscript-9.56.1/leptonica/prog/sudokutest.c ghostscript-9.56.1/leptonica/prog/table.15.tif ghostscript-9.56.1/leptonica/prog/table.150.png ghostscript-9.56.1/leptonica/prog/table.27.tif ghostscript-9.56.1/leptonica/prog/test-1bit-alpha.png ghostscript-9.56.1/leptonica/prog/test-87220.59.png ghostscript-9.56.1/leptonica/prog/test-cmap-alpha.png ghostscript-9.56.1/leptonica/prog/test-cmap-alpha2.png ghostscript-9.56.1/leptonica/prog/test-fulltrans-alpha.png ghostscript-9.56.1/leptonica/prog/test-gray-alpha.png ghostscript-9.56.1/leptonica/prog/test1.bmp ghostscript-9.56.1/leptonica/prog/test1.png ghostscript-9.56.1/leptonica/prog/test16.png ghostscript-9.56.1/leptonica/prog/test16.tif ghostscript-9.56.1/leptonica/prog/test24.jpg ghostscript-9.56.1/leptonica/prog/test32-alpha.png ghostscript-9.56.1/leptonica/prog/test8.jpg ghostscript-9.56.1/leptonica/prog/testangle.na ghostscript-9.56.1/leptonica/prog/testbuffer.tif ghostscript-9.56.1/leptonica/prog/testfile1.pdf ghostscript-9.56.1/leptonica/prog/testfile2.pdf ghostscript-9.56.1/leptonica/prog/testscore.na ghostscript-9.56.1/leptonica/prog/tetons.jpg ghostscript-9.56.1/leptonica/prog/textorient.c ghostscript-9.56.1/leptonica/prog/texturefill_reg.c ghostscript-9.56.1/leptonica/prog/threshnorm_reg.c ghostscript-9.56.1/leptonica/prog/tickets.tif ghostscript-9.56.1/leptonica/prog/tiffpdftest.c ghostscript-9.56.1/leptonica/prog/toc.99.tif ghostscript-9.56.1/leptonica/prog/topotest.png ghostscript-9.56.1/leptonica/prog/translate_reg.c ghostscript-9.56.1/leptonica/prog/trctest.c ghostscript-9.56.1/leptonica/prog/tribune-page-4x.png ghostscript-9.56.1/leptonica/prog/tribune-t.png ghostscript-9.56.1/leptonica/prog/tribune-word.png ghostscript-9.56.1/leptonica/prog/turingtest.png ghostscript-9.56.1/leptonica/prog/two-peak-histo.na ghostscript-9.56.1/leptonica/prog/underline1.jpg ghostscript-9.56.1/leptonica/prog/underline2.jpg ghostscript-9.56.1/leptonica/prog/underline3.jpg ghostscript-9.56.1/leptonica/prog/underline4.jpg ghostscript-9.56.1/leptonica/prog/underline5.jpg ghostscript-9.56.1/leptonica/prog/underline6.jpg ghostscript-9.56.1/leptonica/prog/underline7.jpg ghostscript-9.56.1/leptonica/prog/underlinetest.c ghostscript-9.56.1/leptonica/prog/w91frag.jpg ghostscript-9.56.1/leptonica/prog/warped_paper.jpg ghostscript-9.56.1/leptonica/prog/warped_sudoku.jpg ghostscript-9.56.1/leptonica/prog/warper_reg.c ghostscript-9.56.1/leptonica/prog/warpertest.c ghostscript-9.56.1/leptonica/prog/watershed_reg.c ghostscript-9.56.1/leptonica/prog/weasel-113c.png ghostscript-9.56.1/leptonica/prog/weasel-44c.png ghostscript-9.56.1/leptonica/prog/weasel-4c.2.png ghostscript-9.56.1/leptonica/prog/weasel-64g.png ghostscript-9.56.1/leptonica/prog/weasel-8g.png ghostscript-9.56.1/leptonica/prog/weasel2.4c.bmp ghostscript-9.56.1/leptonica/prog/weasel2.4c.png ghostscript-9.56.1/leptonica/prog/weasel2.4g.png ghostscript-9.56.1/leptonica/prog/weasel2.png ghostscript-9.56.1/leptonica/prog/weasel32.png ghostscript-9.56.1/leptonica/prog/weasel4.11c.png ghostscript-9.56.1/leptonica/prog/weasel4.16c.png ghostscript-9.56.1/leptonica/prog/weasel4.16g.png ghostscript-9.56.1/leptonica/prog/weasel4.5g.png ghostscript-9.56.1/leptonica/prog/weasel4.8g.png ghostscript-9.56.1/leptonica/prog/weasel4.png ghostscript-9.56.1/leptonica/prog/weasel8.149g.png ghostscript-9.56.1/leptonica/prog/weasel8.16g.nocmap.png ghostscript-9.56.1/leptonica/prog/weasel8.16g.png ghostscript-9.56.1/leptonica/prog/weasel8.240c.png ghostscript-9.56.1/leptonica/prog/weasel8.5g.nocmap.png ghostscript-9.56.1/leptonica/prog/weasel8.5g.png ghostscript-9.56.1/leptonica/prog/weasel8.png ghostscript-9.56.1/leptonica/prog/webpanimio_reg.c ghostscript-9.56.1/leptonica/prog/webpio_reg.c ghostscript-9.56.1/leptonica/prog/wet-day.jpg ghostscript-9.56.1/leptonica/prog/witten.tif ghostscript-9.56.1/leptonica/prog/wordboxes_reg.c ghostscript-9.56.1/leptonica/prog/words.15.tif ghostscript-9.56.1/leptonica/prog/words.44.tif ghostscript-9.56.1/leptonica/prog/wordsinorder.c ghostscript-9.56.1/leptonica/prog/writemtiff.c ghostscript-9.56.1/leptonica/prog/writetext_reg.c ghostscript-9.56.1/leptonica/prog/wyom.jpg ghostscript-9.56.1/leptonica/prog/xformbox_reg.c ghostscript-9.56.1/leptonica/prog/xtractprotos.c ghostscript-9.56.1/leptonica/prog/yuvtest.c ghostscript-9.56.1/leptonica/prog/zanotti-78.jpg ghostscript-9.56.1/leptonica/prog/zier.jpg ghostscript-9.56.1/leptonica/src/ ghostscript-9.56.1/leptonica/src/CMakeLists.txt ghostscript-9.56.1/leptonica/src/Makefile.am ghostscript-9.56.1/leptonica/src/adaptmap.c ghostscript-9.56.1/leptonica/src/affine.c ghostscript-9.56.1/leptonica/src/affinecompose.c ghostscript-9.56.1/leptonica/src/allheaders.h ghostscript-9.56.1/leptonica/src/allheaders_bot.txt ghostscript-9.56.1/leptonica/src/allheaders_top.txt ghostscript-9.56.1/leptonica/src/alltypes.h ghostscript-9.56.1/leptonica/src/array.h ghostscript-9.56.1/leptonica/src/arrayaccess.c ghostscript-9.56.1/leptonica/src/arrayaccess.h ghostscript-9.56.1/leptonica/src/bardecode.c ghostscript-9.56.1/leptonica/src/baseline.c ghostscript-9.56.1/leptonica/src/bbuffer.c ghostscript-9.56.1/leptonica/src/bbuffer.h ghostscript-9.56.1/leptonica/src/bilateral.c ghostscript-9.56.1/leptonica/src/bilateral.h ghostscript-9.56.1/leptonica/src/bilinear.c ghostscript-9.56.1/leptonica/src/binarize.c ghostscript-9.56.1/leptonica/src/binexpand.c ghostscript-9.56.1/leptonica/src/binreduce.c ghostscript-9.56.1/leptonica/src/blend.c ghostscript-9.56.1/leptonica/src/bmf.c ghostscript-9.56.1/leptonica/src/bmf.h ghostscript-9.56.1/leptonica/src/bmfdata.h ghostscript-9.56.1/leptonica/src/bmp.h ghostscript-9.56.1/leptonica/src/bmpio.c ghostscript-9.56.1/leptonica/src/bmpiostub.c ghostscript-9.56.1/leptonica/src/bootnumgen1.c ghostscript-9.56.1/leptonica/src/bootnumgen2.c ghostscript-9.56.1/leptonica/src/bootnumgen3.c ghostscript-9.56.1/leptonica/src/bootnumgen4.c ghostscript-9.56.1/leptonica/src/boxbasic.c ghostscript-9.56.1/leptonica/src/boxfunc1.c ghostscript-9.56.1/leptonica/src/boxfunc2.c ghostscript-9.56.1/leptonica/src/boxfunc3.c ghostscript-9.56.1/leptonica/src/boxfunc4.c ghostscript-9.56.1/leptonica/src/boxfunc5.c ghostscript-9.56.1/leptonica/src/bytearray.c ghostscript-9.56.1/leptonica/src/ccbord.c ghostscript-9.56.1/leptonica/src/ccbord.h ghostscript-9.56.1/leptonica/src/ccthin.c ghostscript-9.56.1/leptonica/src/checkerboard.c ghostscript-9.56.1/leptonica/src/classapp.c ghostscript-9.56.1/leptonica/src/colorcontent.c ghostscript-9.56.1/leptonica/src/colorfill.c ghostscript-9.56.1/leptonica/src/colorfill.h ghostscript-9.56.1/leptonica/src/coloring.c ghostscript-9.56.1/leptonica/src/colormap.c ghostscript-9.56.1/leptonica/src/colormorph.c ghostscript-9.56.1/leptonica/src/colorquant1.c ghostscript-9.56.1/leptonica/src/colorquant2.c ghostscript-9.56.1/leptonica/src/colorseg.c ghostscript-9.56.1/leptonica/src/colorspace.c ghostscript-9.56.1/leptonica/src/compare.c ghostscript-9.56.1/leptonica/src/conncomp.c ghostscript-9.56.1/leptonica/src/convertfiles.c ghostscript-9.56.1/leptonica/src/convolve.c ghostscript-9.56.1/leptonica/src/correlscore.c ghostscript-9.56.1/leptonica/src/dewarp.h ghostscript-9.56.1/leptonica/src/dewarp1.c ghostscript-9.56.1/leptonica/src/dewarp2.c ghostscript-9.56.1/leptonica/src/dewarp3.c ghostscript-9.56.1/leptonica/src/dewarp4.c ghostscript-9.56.1/leptonica/src/dnabasic.c ghostscript-9.56.1/leptonica/src/dnafunc1.c ghostscript-9.56.1/leptonica/src/dnahash.c ghostscript-9.56.1/leptonica/src/dwacomb.2.c ghostscript-9.56.1/leptonica/src/dwacomblow.2.c ghostscript-9.56.1/leptonica/src/edge.c ghostscript-9.56.1/leptonica/src/encoding.c ghostscript-9.56.1/leptonica/src/endianness.h.in ghostscript-9.56.1/leptonica/src/enhance.c ghostscript-9.56.1/leptonica/src/environ.h ghostscript-9.56.1/leptonica/src/fhmtauto.c ghostscript-9.56.1/leptonica/src/fhmtgen.1.c ghostscript-9.56.1/leptonica/src/fhmtgenlow.1.c ghostscript-9.56.1/leptonica/src/finditalic.c ghostscript-9.56.1/leptonica/src/flipdetect.c ghostscript-9.56.1/leptonica/src/flipdetectdwa.c.notused ghostscript-9.56.1/leptonica/src/fmorphauto.c ghostscript-9.56.1/leptonica/src/fmorphgen.1.c ghostscript-9.56.1/leptonica/src/fmorphgenlow.1.c ghostscript-9.56.1/leptonica/src/fpix1.c ghostscript-9.56.1/leptonica/src/fpix2.c ghostscript-9.56.1/leptonica/src/gifio.c ghostscript-9.56.1/leptonica/src/gifiostub.c ghostscript-9.56.1/leptonica/src/gplot.c ghostscript-9.56.1/leptonica/src/gplot.h ghostscript-9.56.1/leptonica/src/graphics.c ghostscript-9.56.1/leptonica/src/graymorph.c ghostscript-9.56.1/leptonica/src/grayquant.c ghostscript-9.56.1/leptonica/src/heap.c ghostscript-9.56.1/leptonica/src/heap.h ghostscript-9.56.1/leptonica/src/hmttemplate1.txt ghostscript-9.56.1/leptonica/src/hmttemplate2.txt ghostscript-9.56.1/leptonica/src/imageio.h ghostscript-9.56.1/leptonica/src/jbclass.c ghostscript-9.56.1/leptonica/src/jbclass.h ghostscript-9.56.1/leptonica/src/jp2kheader.c ghostscript-9.56.1/leptonica/src/jp2kheaderstub.c ghostscript-9.56.1/leptonica/src/jp2kio.c ghostscript-9.56.1/leptonica/src/jp2kiostub.c ghostscript-9.56.1/leptonica/src/jpegio.c ghostscript-9.56.1/leptonica/src/jpegiostub.c ghostscript-9.56.1/leptonica/src/kernel.c ghostscript-9.56.1/leptonica/src/leptonica-license.txt ghostscript-9.56.1/leptonica/src/leptwin.c ghostscript-9.56.1/leptonica/src/leptwin.h ghostscript-9.56.1/leptonica/src/libversions.c ghostscript-9.56.1/leptonica/src/list.c ghostscript-9.56.1/leptonica/src/list.h ghostscript-9.56.1/leptonica/src/mainpage.txt ghostscript-9.56.1/leptonica/src/makefile.static ghostscript-9.56.1/leptonica/src/map.c ghostscript-9.56.1/leptonica/src/maze.c ghostscript-9.56.1/leptonica/src/morph.c ghostscript-9.56.1/leptonica/src/morph.h ghostscript-9.56.1/leptonica/src/morphapp.c ghostscript-9.56.1/leptonica/src/morphdwa.c ghostscript-9.56.1/leptonica/src/morphseq.c ghostscript-9.56.1/leptonica/src/morphtemplate1.txt ghostscript-9.56.1/leptonica/src/morphtemplate2.txt ghostscript-9.56.1/leptonica/src/numabasic.c ghostscript-9.56.1/leptonica/src/numafunc1.c ghostscript-9.56.1/leptonica/src/numafunc2.c ghostscript-9.56.1/leptonica/src/pageseg.c ghostscript-9.56.1/leptonica/src/paintcmap.c ghostscript-9.56.1/leptonica/src/parseprotos.c ghostscript-9.56.1/leptonica/src/partify.c ghostscript-9.56.1/leptonica/src/partition.c ghostscript-9.56.1/leptonica/src/pdfio1.c ghostscript-9.56.1/leptonica/src/pdfio1stub.c ghostscript-9.56.1/leptonica/src/pdfio2.c ghostscript-9.56.1/leptonica/src/pdfio2stub.c ghostscript-9.56.1/leptonica/src/pix.h ghostscript-9.56.1/leptonica/src/pix1.c ghostscript-9.56.1/leptonica/src/pix2.c ghostscript-9.56.1/leptonica/src/pix3.c ghostscript-9.56.1/leptonica/src/pix4.c ghostscript-9.56.1/leptonica/src/pix5.c ghostscript-9.56.1/leptonica/src/pixabasic.c ghostscript-9.56.1/leptonica/src/pixacc.c ghostscript-9.56.1/leptonica/src/pixafunc1.c ghostscript-9.56.1/leptonica/src/pixafunc2.c ghostscript-9.56.1/leptonica/src/pixalloc.c ghostscript-9.56.1/leptonica/src/pixarith.c ghostscript-9.56.1/leptonica/src/pixcomp.c ghostscript-9.56.1/leptonica/src/pixconv.c ghostscript-9.56.1/leptonica/src/pixlabel.c ghostscript-9.56.1/leptonica/src/pixtiling.c ghostscript-9.56.1/leptonica/src/pngio.c ghostscript-9.56.1/leptonica/src/pngiostub.c ghostscript-9.56.1/leptonica/src/pnmio.c ghostscript-9.56.1/leptonica/src/pnmiostub.c ghostscript-9.56.1/leptonica/src/projective.c ghostscript-9.56.1/leptonica/src/psio1.c ghostscript-9.56.1/leptonica/src/psio1stub.c ghostscript-9.56.1/leptonica/src/psio2.c ghostscript-9.56.1/leptonica/src/psio2stub.c ghostscript-9.56.1/leptonica/src/ptabasic.c ghostscript-9.56.1/leptonica/src/ptafunc1.c ghostscript-9.56.1/leptonica/src/ptafunc2.c ghostscript-9.56.1/leptonica/src/ptra.c ghostscript-9.56.1/leptonica/src/ptra.h ghostscript-9.56.1/leptonica/src/quadtree.c ghostscript-9.56.1/leptonica/src/queue.c ghostscript-9.56.1/leptonica/src/queue.h ghostscript-9.56.1/leptonica/src/rank.c ghostscript-9.56.1/leptonica/src/rbtree.c ghostscript-9.56.1/leptonica/src/rbtree.h ghostscript-9.56.1/leptonica/src/readbarcode.c ghostscript-9.56.1/leptonica/src/readbarcode.h ghostscript-9.56.1/leptonica/src/readfile.c ghostscript-9.56.1/leptonica/src/recog.h ghostscript-9.56.1/leptonica/src/recogbasic.c ghostscript-9.56.1/leptonica/src/recogdid.c ghostscript-9.56.1/leptonica/src/recogident.c ghostscript-9.56.1/leptonica/src/recogtrain.c ghostscript-9.56.1/leptonica/src/regutils.c ghostscript-9.56.1/leptonica/src/regutils.h ghostscript-9.56.1/leptonica/src/rop.c ghostscript-9.56.1/leptonica/src/roplow.c ghostscript-9.56.1/leptonica/src/rotate.c ghostscript-9.56.1/leptonica/src/rotateam.c ghostscript-9.56.1/leptonica/src/rotateorth.c ghostscript-9.56.1/leptonica/src/rotateshear.c ghostscript-9.56.1/leptonica/src/runlength.c ghostscript-9.56.1/leptonica/src/sarray1.c ghostscript-9.56.1/leptonica/src/sarray2.c ghostscript-9.56.1/leptonica/src/scale1.c ghostscript-9.56.1/leptonica/src/scale2.c ghostscript-9.56.1/leptonica/src/seedfill.c ghostscript-9.56.1/leptonica/src/sel1.c ghostscript-9.56.1/leptonica/src/sel2.c ghostscript-9.56.1/leptonica/src/selgen.c ghostscript-9.56.1/leptonica/src/shear.c ghostscript-9.56.1/leptonica/src/skew.c ghostscript-9.56.1/leptonica/src/spixio.c ghostscript-9.56.1/leptonica/src/stack.c ghostscript-9.56.1/leptonica/src/stack.h ghostscript-9.56.1/leptonica/src/stringcode.c ghostscript-9.56.1/leptonica/src/stringcode.h ghostscript-9.56.1/leptonica/src/stringtemplate1.txt ghostscript-9.56.1/leptonica/src/stringtemplate2.txt ghostscript-9.56.1/leptonica/src/strokes.c ghostscript-9.56.1/leptonica/src/sudoku.c ghostscript-9.56.1/leptonica/src/sudoku.h ghostscript-9.56.1/leptonica/src/textops.c ghostscript-9.56.1/leptonica/src/tiffio.c ghostscript-9.56.1/leptonica/src/tiffiostub.c ghostscript-9.56.1/leptonica/src/utils1.c ghostscript-9.56.1/leptonica/src/utils2.c ghostscript-9.56.1/leptonica/src/warper.c ghostscript-9.56.1/leptonica/src/watershed.c ghostscript-9.56.1/leptonica/src/watershed.h ghostscript-9.56.1/leptonica/src/webpanimio.c ghostscript-9.56.1/leptonica/src/webpanimiostub.c ghostscript-9.56.1/leptonica/src/webpio.c ghostscript-9.56.1/leptonica/src/webpiostub.c ghostscript-9.56.1/leptonica/src/writefile.c ghostscript-9.56.1/leptonica/src/zlibmem.c ghostscript-9.56.1/leptonica/src/zlibmemstub.c ghostscript-9.56.1/leptonica/style-guide.txt ghostscript-9.56.1/leptonica/sw.cpp ghostscript-9.56.1/leptonica/version-notes.html ghostscript-9.56.1/lib/ ghostscript-9.56.1/lib/FAPIconfig-FCO ghostscript-9.56.1/lib/FCOfontmap-PCLPS3 ghostscript-9.56.1/lib/FCOfontmap-PS3 ghostscript-9.56.1/lib/Fontmap.ATB ghostscript-9.56.1/lib/Fontmap.ATM ghostscript-9.56.1/lib/Fontmap.OS2 ghostscript-9.56.1/lib/Fontmap.OSF ghostscript-9.56.1/lib/Fontmap.SGI ghostscript-9.56.1/lib/Fontmap.Sol ghostscript-9.56.1/lib/Fontmap.Ult ghostscript-9.56.1/lib/Fontmap.VMS ghostscript-9.56.1/lib/Info-macos.plist ghostscript-9.56.1/lib/PDFA_def.ps ghostscript-9.56.1/lib/PDFX_def.ps ghostscript-9.56.1/lib/acctest.ps ghostscript-9.56.1/lib/afmdiff.awk ghostscript-9.56.1/lib/align.ps ghostscript-9.56.1/lib/bj8.rpd ghostscript-9.56.1/lib/bj8gc12f.upp ghostscript-9.56.1/lib/bj8hg12f.upp ghostscript-9.56.1/lib/bj8oh06n.upp ghostscript-9.56.1/lib/bj8pa06n.upp ghostscript-9.56.1/lib/bj8pp12f.upp ghostscript-9.56.1/lib/bj8ts06n.upp ghostscript-9.56.1/lib/bjc610a0.upp ghostscript-9.56.1/lib/bjc610a1.upp ghostscript-9.56.1/lib/bjc610a2.upp ghostscript-9.56.1/lib/bjc610a3.upp ghostscript-9.56.1/lib/bjc610a4.upp ghostscript-9.56.1/lib/bjc610a5.upp ghostscript-9.56.1/lib/bjc610a6.upp ghostscript-9.56.1/lib/bjc610a7.upp ghostscript-9.56.1/lib/bjc610a8.upp ghostscript-9.56.1/lib/bjc610b1.upp ghostscript-9.56.1/lib/bjc610b2.upp ghostscript-9.56.1/lib/bjc610b3.upp ghostscript-9.56.1/lib/bjc610b4.upp ghostscript-9.56.1/lib/bjc610b6.upp ghostscript-9.56.1/lib/bjc610b7.upp ghostscript-9.56.1/lib/bjc610b8.upp ghostscript-9.56.1/lib/caption.ps ghostscript-9.56.1/lib/cat.ps ghostscript-9.56.1/lib/cbjc600.ppd ghostscript-9.56.1/lib/cbjc800.ppd ghostscript-9.56.1/lib/cdj550.upp ghostscript-9.56.1/lib/cdj690.upp ghostscript-9.56.1/lib/cdj690ec.upp ghostscript-9.56.1/lib/cid2code.ps ghostscript-9.56.1/lib/dnj750c.upp ghostscript-9.56.1/lib/dnj750m.upp ghostscript-9.56.1/lib/docie.ps ghostscript-9.56.1/lib/dvipdf ghostscript-9.56.1/lib/eps2eps ghostscript-9.56.1/lib/eps2eps.bat ghostscript-9.56.1/lib/eps2eps.cmd ghostscript-9.56.1/lib/font2pcl.ps ghostscript-9.56.1/lib/ghostpdf.README ghostscript-9.56.1/lib/ghostpdf.cat ghostscript-9.56.1/lib/ghostpdf.inf ghostscript-9.56.1/lib/ghostpdf.ppd ghostscript-9.56.1/lib/gs_ce_e.ps ghostscript-9.56.1/lib/gs_css_e.ps ghostscript-9.56.1/lib/gs_il2_e.ps ghostscript-9.56.1/lib/gs_kanji.ps ghostscript-9.56.1/lib/gs_ksb_e.ps ghostscript-9.56.1/lib/gs_l.xbm ghostscript-9.56.1/lib/gs_l.xpm ghostscript-9.56.1/lib/gs_l_m.xbm ghostscript-9.56.1/lib/gs_lgo_e.ps ghostscript-9.56.1/lib/gs_lgx_e.ps ghostscript-9.56.1/lib/gs_m.xbm ghostscript-9.56.1/lib/gs_m.xpm ghostscript-9.56.1/lib/gs_m_m.xbm ghostscript-9.56.1/lib/gs_s.xbm ghostscript-9.56.1/lib/gs_s.xpm ghostscript-9.56.1/lib/gs_s_m.xbm ghostscript-9.56.1/lib/gs_t.xbm ghostscript-9.56.1/lib/gs_t.xpm ghostscript-9.56.1/lib/gs_t_m.xbm ghostscript-9.56.1/lib/gs_wl1_e.ps ghostscript-9.56.1/lib/gs_wl2_e.ps ghostscript-9.56.1/lib/gs_wl5_e.ps ghostscript-9.56.1/lib/gsbj ghostscript-9.56.1/lib/gsbj.bat ghostscript-9.56.1/lib/gsdj ghostscript-9.56.1/lib/gsdj.bat ghostscript-9.56.1/lib/gsdj500 ghostscript-9.56.1/lib/gsdj500.bat ghostscript-9.56.1/lib/gslj ghostscript-9.56.1/lib/gslj.bat ghostscript-9.56.1/lib/gslp ghostscript-9.56.1/lib/gslp.bat ghostscript-9.56.1/lib/gslp.ps ghostscript-9.56.1/lib/gsnd ghostscript-9.56.1/lib/gsnd.bat ghostscript-9.56.1/lib/gsndt.bat ghostscript-9.56.1/lib/gsnup.ps ghostscript-9.56.1/lib/gssetgs.bat ghostscript-9.56.1/lib/gssetgs32.bat ghostscript-9.56.1/lib/gssetgs64.bat ghostscript-9.56.1/lib/gst.bat ghostscript-9.56.1/lib/gstt.bat ghostscript-9.56.1/lib/ht_ccsto.ps ghostscript-9.56.1/lib/image-qa.ps ghostscript-9.56.1/lib/jispaper.ps ghostscript-9.56.1/lib/jobseparator.ps ghostscript-9.56.1/lib/landscap.ps ghostscript-9.56.1/lib/lines.ps ghostscript-9.56.1/lib/lp386.bat ghostscript-9.56.1/lib/lp386r2.bat ghostscript-9.56.1/lib/lpgs.bat ghostscript-9.56.1/lib/lpr2.bat ghostscript-9.56.1/lib/lprsetup.sh ghostscript-9.56.1/lib/mkcidfm.ps ghostscript-9.56.1/lib/necp2x.upp ghostscript-9.56.1/lib/necp2x6.upp ghostscript-9.56.1/lib/pdf2dsc ghostscript-9.56.1/lib/pdf2dsc.bat ghostscript-9.56.1/lib/pdf2dsc.ps ghostscript-9.56.1/lib/pdf2ps ghostscript-9.56.1/lib/pdf2ps.bat ghostscript-9.56.1/lib/pdf2ps.cmd ghostscript-9.56.1/lib/pdf_info.ps ghostscript-9.56.1/lib/pf2afm ghostscript-9.56.1/lib/pf2afm.bat ghostscript-9.56.1/lib/pf2afm.cmd ghostscript-9.56.1/lib/pf2afm.ps ghostscript-9.56.1/lib/pfbtopfa ghostscript-9.56.1/lib/pfbtopfa.bat ghostscript-9.56.1/lib/pfbtopfa.ps ghostscript-9.56.1/lib/ppath.ps ghostscript-9.56.1/lib/pphs ghostscript-9.56.1/lib/pphs.ps ghostscript-9.56.1/lib/prfont.ps ghostscript-9.56.1/lib/printafm ghostscript-9.56.1/lib/printafm.ps ghostscript-9.56.1/lib/ps2ai.ps ghostscript-9.56.1/lib/ps2ascii ghostscript-9.56.1/lib/ps2ascii.bat ghostscript-9.56.1/lib/ps2ascii.cmd ghostscript-9.56.1/lib/ps2epsi ghostscript-9.56.1/lib/ps2epsi.bat ghostscript-9.56.1/lib/ps2epsi.cmd ghostscript-9.56.1/lib/ps2epsi.ps ghostscript-9.56.1/lib/ps2pdf ghostscript-9.56.1/lib/ps2pdf.bat ghostscript-9.56.1/lib/ps2pdf.cmd ghostscript-9.56.1/lib/ps2pdf12 ghostscript-9.56.1/lib/ps2pdf12.bat ghostscript-9.56.1/lib/ps2pdf12.cmd ghostscript-9.56.1/lib/ps2pdf13 ghostscript-9.56.1/lib/ps2pdf13.bat ghostscript-9.56.1/lib/ps2pdf13.cmd ghostscript-9.56.1/lib/ps2pdf14 ghostscript-9.56.1/lib/ps2pdf14.bat ghostscript-9.56.1/lib/ps2pdf14.cmd ghostscript-9.56.1/lib/ps2pdfwr ghostscript-9.56.1/lib/ps2pdfxx.bat ghostscript-9.56.1/lib/ps2ps ghostscript-9.56.1/lib/ps2ps.bat ghostscript-9.56.1/lib/ps2ps.cmd ghostscript-9.56.1/lib/ps2ps2 ghostscript-9.56.1/lib/ps2ps2.bat ghostscript-9.56.1/lib/ps2ps2.cmd ghostscript-9.56.1/lib/ras1.upp ghostscript-9.56.1/lib/ras24.upp ghostscript-9.56.1/lib/ras3.upp ghostscript-9.56.1/lib/ras32.upp ghostscript-9.56.1/lib/ras4.upp ghostscript-9.56.1/lib/ras8m.upp ghostscript-9.56.1/lib/rinkj-2200-setup ghostscript-9.56.1/lib/rollconv.ps ghostscript-9.56.1/lib/st640ih.upp ghostscript-9.56.1/lib/st640ihg.upp ghostscript-9.56.1/lib/st640p.upp ghostscript-9.56.1/lib/st640pg.upp ghostscript-9.56.1/lib/st640pl.upp ghostscript-9.56.1/lib/st640plg.upp ghostscript-9.56.1/lib/stc.upp ghostscript-9.56.1/lib/stc1520h.upp ghostscript-9.56.1/lib/stc2.upp ghostscript-9.56.1/lib/stc200_h.upp ghostscript-9.56.1/lib/stc2_h.upp ghostscript-9.56.1/lib/stc2s_h.upp ghostscript-9.56.1/lib/stc300.upp ghostscript-9.56.1/lib/stc300bl.upp ghostscript-9.56.1/lib/stc300bm.upp ghostscript-9.56.1/lib/stc500p.upp ghostscript-9.56.1/lib/stc500ph.upp ghostscript-9.56.1/lib/stc600ih.upp ghostscript-9.56.1/lib/stc600p.upp ghostscript-9.56.1/lib/stc600pl.upp ghostscript-9.56.1/lib/stc640p.upp ghostscript-9.56.1/lib/stc800ih.upp ghostscript-9.56.1/lib/stc800p.upp ghostscript-9.56.1/lib/stc800pl.upp ghostscript-9.56.1/lib/stc_h.upp ghostscript-9.56.1/lib/stc_l.upp ghostscript-9.56.1/lib/stcany.upp ghostscript-9.56.1/lib/stcany_h.upp ghostscript-9.56.1/lib/stcinfo.ps ghostscript-9.56.1/lib/stcolor.ps ghostscript-9.56.1/lib/stocht.ps ghostscript-9.56.1/lib/traceimg.ps ghostscript-9.56.1/lib/traceop.ps ghostscript-9.56.1/lib/uninfo.ps ghostscript-9.56.1/lib/unix-lpr.sh ghostscript-9.56.1/lib/viewcmyk.ps ghostscript-9.56.1/lib/viewgif.ps ghostscript-9.56.1/lib/viewjpeg.ps ghostscript-9.56.1/lib/viewmiff.ps ghostscript-9.56.1/lib/viewpbm.ps ghostscript-9.56.1/lib/viewpcx.ps ghostscript-9.56.1/lib/viewps2a.ps ghostscript-9.56.1/lib/viewpwg.ps ghostscript-9.56.1/lib/viewraw.ps ghostscript-9.56.1/lib/viewrgb.ps ghostscript-9.56.1/lib/winmaps.ps ghostscript-9.56.1/lib/wmakebat.bat ghostscript-9.56.1/lib/zeroline.ps ghostscript-9.56.1/lib/zugferd.ps ghostscript-9.56.1/man/ ghostscript-9.56.1/man/de/ ghostscript-9.56.1/man/de/dvipdf.1 ghostscript-9.56.1/man/de/gsnd.1 ghostscript-9.56.1/man/de/pdf2dsc.1 ghostscript-9.56.1/man/de/pdf2ps.1 ghostscript-9.56.1/man/de/printafm.1 ghostscript-9.56.1/man/de/ps2ascii.1 ghostscript-9.56.1/man/de/ps2pdf.1 ghostscript-9.56.1/man/de/ps2ps.1 ghostscript-9.56.1/man/dvipdf.1 ghostscript-9.56.1/man/eps2eps.1 ghostscript-9.56.1/man/gs.1 ghostscript-9.56.1/man/gslp.1 ghostscript-9.56.1/man/gsnd.1 ghostscript-9.56.1/man/pdf2dsc.1 ghostscript-9.56.1/man/pdf2ps.1 ghostscript-9.56.1/man/pf2afm.1 ghostscript-9.56.1/man/pfbtopfa.1 ghostscript-9.56.1/man/printafm.1 ghostscript-9.56.1/man/ps2ascii.1 ghostscript-9.56.1/man/ps2epsi.1 ghostscript-9.56.1/man/ps2pdf.1 ghostscript-9.56.1/man/ps2pdfwr.1 ghostscript-9.56.1/man/ps2ps.1 ghostscript-9.56.1/openjpeg/ ghostscript-9.56.1/openjpeg/AUTHORS.md ghostscript-9.56.1/openjpeg/CHANGELOG.md ghostscript-9.56.1/openjpeg/INSTALL.md ghostscript-9.56.1/openjpeg/LICENSE ghostscript-9.56.1/openjpeg/NEWS.md ghostscript-9.56.1/openjpeg/README.md ghostscript-9.56.1/openjpeg/THANKS.md ghostscript-9.56.1/openjpeg/appveyor.yml ghostscript-9.56.1/openjpeg/doc/ ghostscript-9.56.1/openjpeg/doc/CMakeLists.txt ghostscript-9.56.1/openjpeg/doc/Doxyfile.dox.cmake.in ghostscript-9.56.1/openjpeg/doc/jpip_architect.png ghostscript-9.56.1/openjpeg/doc/jpip_protocol.png ghostscript-9.56.1/openjpeg/doc/mainpage.dox.in ghostscript-9.56.1/openjpeg/doc/man/ ghostscript-9.56.1/openjpeg/doc/man/man1/ ghostscript-9.56.1/openjpeg/doc/man/man1/opj_compress.1 ghostscript-9.56.1/openjpeg/doc/man/man1/opj_decompress.1 ghostscript-9.56.1/openjpeg/doc/man/man1/opj_dump.1 ghostscript-9.56.1/openjpeg/doc/man/man3/ ghostscript-9.56.1/openjpeg/doc/man/man3/libopenjp2.3 ghostscript-9.56.1/openjpeg/doc/openjpip.dox.in ghostscript-9.56.1/openjpeg/src/ ghostscript-9.56.1/openjpeg/src/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/lib/ ghostscript-9.56.1/openjpeg/src/lib/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/lib/openjp2/ ghostscript-9.56.1/openjpeg/src/lib/openjp2/CMakeLists.txt ghostscript-9.56.1/openjpeg/src/lib/openjp2/bench_dwt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/bio.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/bio.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/cidx_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/cidx_manager.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/cio.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/cio.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/dwt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/dwt.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/event.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/event.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/function_list.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/function_list.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/image.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/image.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/indexbox_manager.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/invert.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/invert.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/j2k.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/j2k.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/jp2.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/jp2.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/libopenjp2.pc.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/mct.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/mct.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/mqc_inl.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/openjpeg.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/openjpeg.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_clock.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_clock.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_codec.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_common.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config.h.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config_private.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_config_private.h.cmake.in ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_includes.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_intmath.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_inttypes.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_malloc.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_malloc.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/opj_stdint.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/phix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/pi.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/pi.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/ppix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/sparse_array.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/sparse_array.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1_generate_luts.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t1_luts.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/t2.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/t2.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tcd.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tcd.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/test_sparse_array.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tgt.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/tgt.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/thix_manager.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/thread.c ghostscript-9.56.1/openjpeg/src/lib/openjp2/thread.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tls_keys.h ghostscript-9.56.1/openjpeg/src/lib/openjp2/tpix_manager.c ghostscript-9.56.1/pdf/ ghostscript-9.56.1/pdf/ghostpdf.c ghostscript-9.56.1/pdf/ghostpdf.h ghostscript-9.56.1/pdf/pdf.mak ghostscript-9.56.1/pdf/pdf_annot.c ghostscript-9.56.1/pdf/pdf_annot.h ghostscript-9.56.1/pdf/pdf_array.c ghostscript-9.56.1/pdf/pdf_array.h ghostscript-9.56.1/pdf/pdf_check.c ghostscript-9.56.1/pdf/pdf_check.h ghostscript-9.56.1/pdf/pdf_ciddec.c ghostscript-9.56.1/pdf/pdf_cmap.c ghostscript-9.56.1/pdf/pdf_cmap.h ghostscript-9.56.1/pdf/pdf_colour.c ghostscript-9.56.1/pdf/pdf_colour.h ghostscript-9.56.1/pdf/pdf_deref.c ghostscript-9.56.1/pdf/pdf_deref.h ghostscript-9.56.1/pdf/pdf_device.c ghostscript-9.56.1/pdf/pdf_device.h ghostscript-9.56.1/pdf/pdf_dict.c ghostscript-9.56.1/pdf/pdf_dict.h ghostscript-9.56.1/pdf/pdf_doc.c ghostscript-9.56.1/pdf/pdf_doc.h ghostscript-9.56.1/pdf/pdf_errors.h ghostscript-9.56.1/pdf/pdf_fapi.c ghostscript-9.56.1/pdf/pdf_file.c ghostscript-9.56.1/pdf/pdf_file.h ghostscript-9.56.1/pdf/pdf_fmap.c ghostscript-9.56.1/pdf/pdf_fmap.h ghostscript-9.56.1/pdf/pdf_font.c ghostscript-9.56.1/pdf/pdf_font.h ghostscript-9.56.1/pdf/pdf_font0.c ghostscript-9.56.1/pdf/pdf_font0.h ghostscript-9.56.1/pdf/pdf_font1.c ghostscript-9.56.1/pdf/pdf_font1.h ghostscript-9.56.1/pdf/pdf_font11.c ghostscript-9.56.1/pdf/pdf_font1C.c ghostscript-9.56.1/pdf/pdf_font1C.h ghostscript-9.56.1/pdf/pdf_font3.c ghostscript-9.56.1/pdf/pdf_font3.h ghostscript-9.56.1/pdf/pdf_font9.c ghostscript-9.56.1/pdf/pdf_fontTT.c ghostscript-9.56.1/pdf/pdf_fontTT.h ghostscript-9.56.1/pdf/pdf_font_types.h ghostscript-9.56.1/pdf/pdf_fontps.c ghostscript-9.56.1/pdf/pdf_fontps.h ghostscript-9.56.1/pdf/pdf_func.c ghostscript-9.56.1/pdf/pdf_func.h ghostscript-9.56.1/pdf/pdf_gstate.c ghostscript-9.56.1/pdf/pdf_gstate.h ghostscript-9.56.1/pdf/pdf_image.c ghostscript-9.56.1/pdf/pdf_image.h ghostscript-9.56.1/pdf/pdf_int.c ghostscript-9.56.1/pdf/pdf_int.h ghostscript-9.56.1/pdf/pdf_loop_detect.c ghostscript-9.56.1/pdf/pdf_loop_detect.h ghostscript-9.56.1/pdf/pdf_mark.c ghostscript-9.56.1/pdf/pdf_mark.h ghostscript-9.56.1/pdf/pdf_misc.c ghostscript-9.56.1/pdf/pdf_misc.h ghostscript-9.56.1/pdf/pdf_obj.c ghostscript-9.56.1/pdf/pdf_obj.h ghostscript-9.56.1/pdf/pdf_optcontent.c ghostscript-9.56.1/pdf/pdf_optcontent.h ghostscript-9.56.1/pdf/pdf_page.c ghostscript-9.56.1/pdf/pdf_page.h ghostscript-9.56.1/pdf/pdf_path.c ghostscript-9.56.1/pdf/pdf_path.h ghostscript-9.56.1/pdf/pdf_pattern.c ghostscript-9.56.1/pdf/pdf_pattern.h ghostscript-9.56.1/pdf/pdf_repair.c ghostscript-9.56.1/pdf/pdf_repair.h ghostscript-9.56.1/pdf/pdf_sec.c ghostscript-9.56.1/pdf/pdf_sec.h ghostscript-9.56.1/pdf/pdf_shading.c ghostscript-9.56.1/pdf/pdf_shading.h ghostscript-9.56.1/pdf/pdf_stack.c ghostscript-9.56.1/pdf/pdf_stack.h ghostscript-9.56.1/pdf/pdf_text.c ghostscript-9.56.1/pdf/pdf_text.h ghostscript-9.56.1/pdf/pdf_trans.c ghostscript-9.56.1/pdf/pdf_trans.h ghostscript-9.56.1/pdf/pdf_types.h ghostscript-9.56.1/pdf/pdf_utf8.c ghostscript-9.56.1/pdf/pdf_utf8.h ghostscript-9.56.1/pdf/pdf_warnings.h ghostscript-9.56.1/pdf/pdf_xref.c ghostscript-9.56.1/pdf/pdf_xref.h ghostscript-9.56.1/pdf/pdfromfs.mak ghostscript-9.56.1/pdf/pdftop.c ghostscript-9.56.1/psi/ ghostscript-9.56.1/psi/apitest.c ghostscript-9.56.1/psi/bfont.h ghostscript-9.56.1/psi/btoken.h ghostscript-9.56.1/psi/dmmain.c ghostscript-9.56.1/psi/dmmain.r ghostscript-9.56.1/psi/dpmain.c ghostscript-9.56.1/psi/dscparse.c ghostscript-9.56.1/psi/dscparse.h ghostscript-9.56.1/psi/dstack.h ghostscript-9.56.1/psi/dw32c.def ghostscript-9.56.1/psi/dw64c.def ghostscript-9.56.1/psi/dwdll.c ghostscript-9.56.1/psi/dwdll.h ghostscript-9.56.1/psi/dwimg.c ghostscript-9.56.1/psi/dwimg.h ghostscript-9.56.1/psi/dwmain.c ghostscript-9.56.1/psi/dwmain.rc ghostscript-9.56.1/psi/dwmain32.def ghostscript-9.56.1/psi/dwmain64.def ghostscript-9.56.1/psi/dwmainc.c ghostscript-9.56.1/psi/dwnodll.c ghostscript-9.56.1/psi/dwreg.c ghostscript-9.56.1/psi/dwreg.h ghostscript-9.56.1/psi/dwres.h ghostscript-9.56.1/psi/dwsetup.def ghostscript-9.56.1/psi/dwsetup_x64.manifest ghostscript-9.56.1/psi/dwsetup_x86.manifest ghostscript-9.56.1/psi/dwtext.c ghostscript-9.56.1/psi/dwtext.h ghostscript-9.56.1/psi/dwtrace.c ghostscript-9.56.1/psi/dwtrace.h ghostscript-9.56.1/psi/dwuninst.def ghostscript-9.56.1/psi/dwuninst_x64.manifest ghostscript-9.56.1/psi/dwuninst_x86.manifest ghostscript-9.56.1/psi/dxmain.c ghostscript-9.56.1/psi/dxmainc.c ghostscript-9.56.1/psi/estack.h ghostscript-9.56.1/psi/files.h ghostscript-9.56.1/psi/ghost.h ghostscript-9.56.1/psi/gs.c ghostscript-9.56.1/psi/gsdll.c ghostscript-9.56.1/psi/gsdll2.def ghostscript-9.56.1/psi/gsdll2.rc ghostscript-9.56.1/psi/gsdll32.def ghostscript-9.56.1/psi/gsdll32.rc ghostscript-9.56.1/psi/gsdll32metro.def ghostscript-9.56.1/psi/gsdll32w.lnk ghostscript-9.56.1/psi/gsdll64.def ghostscript-9.56.1/psi/gsdll64metro.def ghostscript-9.56.1/psi/gsdllARM32metro.def ghostscript-9.56.1/psi/gserver.c ghostscript-9.56.1/psi/gsos2.def ghostscript-9.56.1/psi/gsos2.icx ghostscript-9.56.1/psi/gsos2.rc ghostscript-9.56.1/psi/ialloc.c ghostscript-9.56.1/psi/ialloc.h ghostscript-9.56.1/psi/iapi.c ghostscript-9.56.1/psi/iapi.h ghostscript-9.56.1/psi/iastate.h ghostscript-9.56.1/psi/iastruct.h ghostscript-9.56.1/psi/ibnum.c ghostscript-9.56.1/psi/ibnum.h ghostscript-9.56.1/psi/ichar.h ghostscript-9.56.1/psi/ichar1.h ghostscript-9.56.1/psi/icharout.h ghostscript-9.56.1/psi/icid.h ghostscript-9.56.1/psi/icie.h ghostscript-9.56.1/psi/icolor.h ghostscript-9.56.1/psi/iconf.c ghostscript-9.56.1/psi/iconf.h ghostscript-9.56.1/psi/icontext.c ghostscript-9.56.1/psi/icontext.h ghostscript-9.56.1/psi/icremap.h ghostscript-9.56.1/psi/icsmap.h ghostscript-9.56.1/psi/icstate.h ghostscript-9.56.1/psi/iddict.h ghostscript-9.56.1/psi/iddstack.h ghostscript-9.56.1/psi/idebug.c ghostscript-9.56.1/psi/idebug.h ghostscript-9.56.1/psi/idict.c ghostscript-9.56.1/psi/idict.h ghostscript-9.56.1/psi/idictdef.h ghostscript-9.56.1/psi/idicttpl.h ghostscript-9.56.1/psi/idisp.c ghostscript-9.56.1/psi/idisp.h ghostscript-9.56.1/psi/idosave.h ghostscript-9.56.1/psi/idparam.c ghostscript-9.56.1/psi/idparam.h ghostscript-9.56.1/psi/idsdata.h ghostscript-9.56.1/psi/idstack.c ghostscript-9.56.1/psi/idstack.h ghostscript-9.56.1/psi/ierrors.h ghostscript-9.56.1/psi/iesdata.h ghostscript-9.56.1/psi/iestack.h ghostscript-9.56.1/psi/ifapi.h ghostscript-9.56.1/psi/ifcid.h ghostscript-9.56.1/psi/ifilter.h ghostscript-9.56.1/psi/ifilter2.h ghostscript-9.56.1/psi/ifont.h ghostscript-9.56.1/psi/ifont1.h ghostscript-9.56.1/psi/ifont2.h ghostscript-9.56.1/psi/ifont42.h ghostscript-9.56.1/psi/ifrpred.h ghostscript-9.56.1/psi/ifunc.h ghostscript-9.56.1/psi/ifwpred.h ghostscript-9.56.1/psi/igc.c ghostscript-9.56.1/psi/igc.h ghostscript-9.56.1/psi/igcref.c ghostscript-9.56.1/psi/igcstr.c ghostscript-9.56.1/psi/igcstr.h ghostscript-9.56.1/psi/igstate.h ghostscript-9.56.1/psi/iht.h ghostscript-9.56.1/psi/iimage.h ghostscript-9.56.1/psi/iinit.c ghostscript-9.56.1/psi/iinit.h ghostscript-9.56.1/psi/ilevel.h ghostscript-9.56.1/psi/ilocate.c ghostscript-9.56.1/psi/imain.c ghostscript-9.56.1/psi/imain.h ghostscript-9.56.1/psi/imainarg.c ghostscript-9.56.1/psi/imainarg.h ghostscript-9.56.1/psi/imemory.h ghostscript-9.56.1/psi/iminst.h ghostscript-9.56.1/psi/iname.c ghostscript-9.56.1/psi/iname.h ghostscript-9.56.1/psi/inamedef.h ghostscript-9.56.1/psi/inameidx.h ghostscript-9.56.1/psi/inames.h ghostscript-9.56.1/psi/inamestr.h ghostscript-9.56.1/psi/inobtokn.c ghostscript-9.56.1/psi/inouparm.c ghostscript-9.56.1/psi/int.mak ghostscript-9.56.1/psi/interp.c ghostscript-9.56.1/psi/interp.h ghostscript-9.56.1/psi/iosdata.h ghostscript-9.56.1/psi/iostack.h ghostscript-9.56.1/psi/ipacked.h ghostscript-9.56.1/psi/iparam.c ghostscript-9.56.1/psi/iparam.h ghostscript-9.56.1/psi/iparray.h ghostscript-9.56.1/psi/ipcolor.h ghostscript-9.56.1/psi/iplugin.c ghostscript-9.56.1/psi/iplugin.h ghostscript-9.56.1/psi/ireclaim.c ghostscript-9.56.1/psi/iref.h ghostscript-9.56.1/psi/isave.c ghostscript-9.56.1/psi/isave.h ghostscript-9.56.1/psi/iscan.c ghostscript-9.56.1/psi/iscan.h ghostscript-9.56.1/psi/iscanbin.c ghostscript-9.56.1/psi/iscanbin.h ghostscript-9.56.1/psi/iscannum.c ghostscript-9.56.1/psi/iscannum.h ghostscript-9.56.1/psi/isdata.h ghostscript-9.56.1/psi/isstate.h ghostscript-9.56.1/psi/istack.c ghostscript-9.56.1/psi/istack.h ghostscript-9.56.1/psi/istkparm.h ghostscript-9.56.1/psi/istream.h ghostscript-9.56.1/psi/istruct.h ghostscript-9.56.1/psi/itoken.h ghostscript-9.56.1/psi/iutil.c ghostscript-9.56.1/psi/iutil.h ghostscript-9.56.1/psi/iutil2.c ghostscript-9.56.1/psi/iutil2.h ghostscript-9.56.1/psi/ivmem2.h ghostscript-9.56.1/psi/ivmspace.h ghostscript-9.56.1/psi/main.h ghostscript-9.56.1/psi/msvc.mak ghostscript-9.56.1/psi/msvc32.mak ghostscript-9.56.1/psi/msvc64.mak ghostscript-9.56.1/psi/nsisinst.nsi ghostscript-9.56.1/psi/oparc.h ghostscript-9.56.1/psi/opcheck.h ghostscript-9.56.1/psi/opdef.h ghostscript-9.56.1/psi/oper.h ghostscript-9.56.1/psi/opextern.h ghostscript-9.56.1/psi/os2.mak ghostscript-9.56.1/psi/ostack.h ghostscript-9.56.1/psi/psapi.c ghostscript-9.56.1/psi/psapi.h ghostscript-9.56.1/psi/psromfs.mak ghostscript-9.56.1/psi/store.h ghostscript-9.56.1/psi/winint.mak ghostscript-9.56.1/psi/zalg.c ghostscript-9.56.1/psi/zarith.c ghostscript-9.56.1/psi/zarray.c ghostscript-9.56.1/psi/zbfont.c ghostscript-9.56.1/psi/zbseq.c ghostscript-9.56.1/psi/zcfont.c ghostscript-9.56.1/psi/zchar.c ghostscript-9.56.1/psi/zchar1.c ghostscript-9.56.1/psi/zchar2.c ghostscript-9.56.1/psi/zchar32.c ghostscript-9.56.1/psi/zchar42.c ghostscript-9.56.1/psi/zchar42.h ghostscript-9.56.1/psi/zcharout.c ghostscript-9.56.1/psi/zcharx.c ghostscript-9.56.1/psi/zcid.c ghostscript-9.56.1/psi/zcie.c ghostscript-9.56.1/psi/zcie.h ghostscript-9.56.1/psi/zcolor.c ghostscript-9.56.1/psi/zcolor.h ghostscript-9.56.1/psi/zcolor1.c ghostscript-9.56.1/psi/zcolor2.c ghostscript-9.56.1/psi/zcolor3.c ghostscript-9.56.1/psi/zcontrol.c ghostscript-9.56.1/psi/zcrd.c ghostscript-9.56.1/psi/zcsindex.c ghostscript-9.56.1/psi/zcspixel.c ghostscript-9.56.1/psi/zcssepr.c ghostscript-9.56.1/psi/zdevcal.c ghostscript-9.56.1/psi/zdevice.c ghostscript-9.56.1/psi/zdevice2.c ghostscript-9.56.1/psi/zdfilter.c ghostscript-9.56.1/psi/zdict.c ghostscript-9.56.1/psi/zdouble.c ghostscript-9.56.1/psi/zdps1.c ghostscript-9.56.1/psi/zdscpars.c ghostscript-9.56.1/psi/zfaes.c ghostscript-9.56.1/psi/zfapi.c ghostscript-9.56.1/psi/zfarc4.c ghostscript-9.56.1/psi/zfbcp.c ghostscript-9.56.1/psi/zfcid.c ghostscript-9.56.1/psi/zfcid0.c ghostscript-9.56.1/psi/zfcid1.c ghostscript-9.56.1/psi/zfcmap.c ghostscript-9.56.1/psi/zfdctd.c ghostscript-9.56.1/psi/zfdcte.c ghostscript-9.56.1/psi/zfdecode.c ghostscript-9.56.1/psi/zfile.c ghostscript-9.56.1/psi/zfile.h ghostscript-9.56.1/psi/zfile1.c ghostscript-9.56.1/psi/zfileio.c ghostscript-9.56.1/psi/zfilter.c ghostscript-9.56.1/psi/zfilter2.c ghostscript-9.56.1/psi/zfimscale.c ghostscript-9.56.1/psi/zfjbig2.c ghostscript-9.56.1/psi/zfjpx.c ghostscript-9.56.1/psi/zfmd5.c ghostscript-9.56.1/psi/zfont.c ghostscript-9.56.1/psi/zfont0.c ghostscript-9.56.1/psi/zfont1.c ghostscript-9.56.1/psi/zfont2.c ghostscript-9.56.1/psi/zfont32.c ghostscript-9.56.1/psi/zfont42.c ghostscript-9.56.1/psi/zfontenum.c ghostscript-9.56.1/psi/zform.c ghostscript-9.56.1/psi/zfproc.c ghostscript-9.56.1/psi/zfrsd.c ghostscript-9.56.1/psi/zfrsd.h ghostscript-9.56.1/psi/zfsample.c ghostscript-9.56.1/psi/zfsha2.c ghostscript-9.56.1/psi/zfunc.c ghostscript-9.56.1/psi/zfunc.h ghostscript-9.56.1/psi/zfunc0.c ghostscript-9.56.1/psi/zfunc3.c ghostscript-9.56.1/psi/zfunc4.c ghostscript-9.56.1/psi/zfzlib.c ghostscript-9.56.1/psi/zgeneric.c ghostscript-9.56.1/psi/zgstate.c ghostscript-9.56.1/psi/zht.c ghostscript-9.56.1/psi/zht1.c ghostscript-9.56.1/psi/zht2.c ghostscript-9.56.1/psi/zht2.h ghostscript-9.56.1/psi/zicc.c ghostscript-9.56.1/psi/zicc.h ghostscript-9.56.1/psi/zimage.c ghostscript-9.56.1/psi/zimage3.c ghostscript-9.56.1/psi/ziodev.c ghostscript-9.56.1/psi/ziodev2.c ghostscript-9.56.1/psi/ziodevsc.c ghostscript-9.56.1/psi/zmath.c ghostscript-9.56.1/psi/zmatrix.c ghostscript-9.56.1/psi/zmedia2.c ghostscript-9.56.1/psi/zmisc.c ghostscript-9.56.1/psi/zmisc1.c ghostscript-9.56.1/psi/zmisc2.c ghostscript-9.56.1/psi/zmisc3.c ghostscript-9.56.1/psi/zncdummy.c ghostscript-9.56.1/psi/zpacked.c ghostscript-9.56.1/psi/zpaint.c ghostscript-9.56.1/psi/zpath.c ghostscript-9.56.1/psi/zpath1.c ghostscript-9.56.1/psi/zpcolor.c ghostscript-9.56.1/psi/zpdf_r6.c ghostscript-9.56.1/psi/zpdfops.c ghostscript-9.56.1/psi/zrelbit.c ghostscript-9.56.1/psi/zshade.c ghostscript-9.56.1/psi/zstack.c ghostscript-9.56.1/psi/zstring.c ghostscript-9.56.1/psi/zsysvm.c ghostscript-9.56.1/psi/ztoken.c ghostscript-9.56.1/psi/ztrans.c ghostscript-9.56.1/psi/ztrap.c ghostscript-9.56.1/psi/ztype.c ghostscript-9.56.1/psi/zupath.c ghostscript-9.56.1/psi/zusparam.c ghostscript-9.56.1/psi/zutf8.c ghostscript-9.56.1/psi/zvmem.c ghostscript-9.56.1/psi/zvmem2.c ghostscript-9.56.1/psi/zwinutf8.c ghostscript-9.56.1/tesseract/ ghostscript-9.56.1/tesseract/.clang-format ghostscript-9.56.1/tesseract/.gitattributes ghostscript-9.56.1/tesseract/.github/ ghostscript-9.56.1/tesseract/.github/ISSUE_TEMPLATE.md ghostscript-9.56.1/tesseract/.github/workflows/ ghostscript-9.56.1/tesseract/.github/workflows/autotools.yml ghostscript-9.56.1/tesseract/.github/workflows/cmake-linuxclang-win.yml ghostscript-9.56.1/tesseract/.github/workflows/cmake.yml ghostscript-9.56.1/tesseract/.github/workflows/sw.yml ghostscript-9.56.1/tesseract/.github/workflows/unittest-disablelegacy.yml ghostscript-9.56.1/tesseract/.github/workflows/unittest.yml ghostscript-9.56.1/tesseract/.gitignore ghostscript-9.56.1/tesseract/.gitmodules ghostscript-9.56.1/tesseract/.lgtm.yml ghostscript-9.56.1/tesseract/.travis.yml ghostscript-9.56.1/tesseract/AUTHORS ghostscript-9.56.1/tesseract/CMakeLists.txt ghostscript-9.56.1/tesseract/CONTRIBUTING.md ghostscript-9.56.1/tesseract/ChangeLog ghostscript-9.56.1/tesseract/Dockerfile ghostscript-9.56.1/tesseract/INSTALL ghostscript-9.56.1/tesseract/INSTALL.GIT.md ghostscript-9.56.1/tesseract/LICENSE ghostscript-9.56.1/tesseract/Makefile.am ghostscript-9.56.1/tesseract/README.md ghostscript-9.56.1/tesseract/VERSION ghostscript-9.56.1/tesseract/abseil/ ghostscript-9.56.1/tesseract/appveyor.yml ghostscript-9.56.1/tesseract/autogen.sh ghostscript-9.56.1/tesseract/cmake/ ghostscript-9.56.1/tesseract/cmake/AddCompilerFlag.cmake ghostscript-9.56.1/tesseract/cmake/BuildFunctions.cmake ghostscript-9.56.1/tesseract/cmake/Configure.cmake ghostscript-9.56.1/tesseract/cmake/OptimizeForArchitecture.cmake ghostscript-9.56.1/tesseract/cmake/SourceGroups.cmake ghostscript-9.56.1/tesseract/cmake/templates/ ghostscript-9.56.1/tesseract/cmake/templates/TesseractConfig.cmake.in ghostscript-9.56.1/tesseract/cmake/templates/cmake_uninstall.cmake.in ghostscript-9.56.1/tesseract/configure.ac ghostscript-9.56.1/tesseract/doc/ ghostscript-9.56.1/tesseract/doc/Doxyfile ghostscript-9.56.1/tesseract/doc/ambiguous_words.1.asc ghostscript-9.56.1/tesseract/doc/classifier_tester.1.asc ghostscript-9.56.1/tesseract/doc/cntraining.1.asc ghostscript-9.56.1/tesseract/doc/combine_lang_model.1.asc ghostscript-9.56.1/tesseract/doc/combine_tessdata.1.asc ghostscript-9.56.1/tesseract/doc/dawg2wordlist.1.asc ghostscript-9.56.1/tesseract/doc/generate_manpages.sh ghostscript-9.56.1/tesseract/doc/lstmeval.1.asc ghostscript-9.56.1/tesseract/doc/lstmtraining.1.asc ghostscript-9.56.1/tesseract/doc/merge_unicharsets.1.asc ghostscript-9.56.1/tesseract/doc/mftraining.1.asc ghostscript-9.56.1/tesseract/doc/set_unicharset_properties.1.asc ghostscript-9.56.1/tesseract/doc/shapeclustering.1.asc ghostscript-9.56.1/tesseract/doc/tesseract.1.asc ghostscript-9.56.1/tesseract/doc/tesseract.bib ghostscript-9.56.1/tesseract/doc/tesseract.natvis ghostscript-9.56.1/tesseract/doc/text2image.1.asc ghostscript-9.56.1/tesseract/doc/unicharambigs.5.asc ghostscript-9.56.1/tesseract/doc/unicharset.5.asc ghostscript-9.56.1/tesseract/doc/unicharset_extractor.1.asc ghostscript-9.56.1/tesseract/doc/wordlist2dawg.1.asc ghostscript-9.56.1/tesseract/docker-compose.yml ghostscript-9.56.1/tesseract/googletest/ ghostscript-9.56.1/tesseract/include/ ghostscript-9.56.1/tesseract/include/tesseract/ ghostscript-9.56.1/tesseract/include/tesseract/baseapi.h ghostscript-9.56.1/tesseract/include/tesseract/capi.h ghostscript-9.56.1/tesseract/include/tesseract/export.h ghostscript-9.56.1/tesseract/include/tesseract/ltrresultiterator.h ghostscript-9.56.1/tesseract/include/tesseract/ocrclass.h ghostscript-9.56.1/tesseract/include/tesseract/osdetect.h ghostscript-9.56.1/tesseract/include/tesseract/pageiterator.h ghostscript-9.56.1/tesseract/include/tesseract/publictypes.h ghostscript-9.56.1/tesseract/include/tesseract/renderer.h ghostscript-9.56.1/tesseract/include/tesseract/resultiterator.h ghostscript-9.56.1/tesseract/include/tesseract/thresholder.h ghostscript-9.56.1/tesseract/include/tesseract/unichar.h ghostscript-9.56.1/tesseract/include/tesseract/version.h.in ghostscript-9.56.1/tesseract/java/ ghostscript-9.56.1/tesseract/java/Makefile.am ghostscript-9.56.1/tesseract/java/Manifest.txt ghostscript-9.56.1/tesseract/java/com/ ghostscript-9.56.1/tesseract/java/com/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/ ghostscript-9.56.1/tesseract/java/com/google/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ScrollView.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEvent.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEventHandler.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/events/SVEventType.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/ ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/Makefile.am ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVAbstractMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVCheckboxMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVEmptyMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVImageHandler.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVMenuBar.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVPopupMenu.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVSubMenuItem.java ghostscript-9.56.1/tesseract/java/com/google/scrollview/ui/SVWindow.java ghostscript-9.56.1/tesseract/m4/ ghostscript-9.56.1/tesseract/m4/ax_check_compile_flag.m4 ghostscript-9.56.1/tesseract/m4/ax_split_version.m4 ghostscript-9.56.1/tesseract/snap/ ghostscript-9.56.1/tesseract/snap/snapcraft.yaml ghostscript-9.56.1/tesseract/src/ ghostscript-9.56.1/tesseract/src/api/ ghostscript-9.56.1/tesseract/src/api/altorenderer.cpp ghostscript-9.56.1/tesseract/src/api/baseapi.cpp ghostscript-9.56.1/tesseract/src/api/capi.cpp ghostscript-9.56.1/tesseract/src/api/hocrrenderer.cpp ghostscript-9.56.1/tesseract/src/api/lstmboxrenderer.cpp ghostscript-9.56.1/tesseract/src/api/pdf_ttf.h ghostscript-9.56.1/tesseract/src/api/pdfrenderer.cpp ghostscript-9.56.1/tesseract/src/api/renderer.cpp ghostscript-9.56.1/tesseract/src/api/tesseractmain.cpp ghostscript-9.56.1/tesseract/src/api/wordstrboxrenderer.cpp ghostscript-9.56.1/tesseract/src/arch/ ghostscript-9.56.1/tesseract/src/arch/dotproduct.cpp ghostscript-9.56.1/tesseract/src/arch/dotproduct.h ghostscript-9.56.1/tesseract/src/arch/dotproductavx.cpp ghostscript-9.56.1/tesseract/src/arch/dotproductfma.cpp ghostscript-9.56.1/tesseract/src/arch/dotproductsse.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrix.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrix.h ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixavx2.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixneon.cpp ghostscript-9.56.1/tesseract/src/arch/intsimdmatrixsse.cpp ghostscript-9.56.1/tesseract/src/arch/simddetect.cpp ghostscript-9.56.1/tesseract/src/arch/simddetect.h ghostscript-9.56.1/tesseract/src/ccmain/ ghostscript-9.56.1/tesseract/src/ccmain/adaptions.cpp ghostscript-9.56.1/tesseract/src/ccmain/applybox.cpp ghostscript-9.56.1/tesseract/src/ccmain/control.cpp ghostscript-9.56.1/tesseract/src/ccmain/control.h ghostscript-9.56.1/tesseract/src/ccmain/docqual.cpp ghostscript-9.56.1/tesseract/src/ccmain/docqual.h ghostscript-9.56.1/tesseract/src/ccmain/equationdetect.cpp ghostscript-9.56.1/tesseract/src/ccmain/equationdetect.h ghostscript-9.56.1/tesseract/src/ccmain/fixspace.cpp ghostscript-9.56.1/tesseract/src/ccmain/fixspace.h ghostscript-9.56.1/tesseract/src/ccmain/fixxht.cpp ghostscript-9.56.1/tesseract/src/ccmain/linerec.cpp ghostscript-9.56.1/tesseract/src/ccmain/ltrresultiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/mutableiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/mutableiterator.h ghostscript-9.56.1/tesseract/src/ccmain/osdetect.cpp ghostscript-9.56.1/tesseract/src/ccmain/output.cpp ghostscript-9.56.1/tesseract/src/ccmain/output.h ghostscript-9.56.1/tesseract/src/ccmain/pageiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/pagesegmain.cpp ghostscript-9.56.1/tesseract/src/ccmain/pagewalk.cpp ghostscript-9.56.1/tesseract/src/ccmain/par_control.cpp ghostscript-9.56.1/tesseract/src/ccmain/paragraphs.cpp ghostscript-9.56.1/tesseract/src/ccmain/paragraphs.h ghostscript-9.56.1/tesseract/src/ccmain/paragraphs_internal.h ghostscript-9.56.1/tesseract/src/ccmain/paramsd.cpp ghostscript-9.56.1/tesseract/src/ccmain/paramsd.h ghostscript-9.56.1/tesseract/src/ccmain/pgedit.cpp ghostscript-9.56.1/tesseract/src/ccmain/pgedit.h ghostscript-9.56.1/tesseract/src/ccmain/recogtraining.cpp ghostscript-9.56.1/tesseract/src/ccmain/reject.cpp ghostscript-9.56.1/tesseract/src/ccmain/reject.h ghostscript-9.56.1/tesseract/src/ccmain/resultiterator.cpp ghostscript-9.56.1/tesseract/src/ccmain/superscript.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessbox.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessedit.cpp ghostscript-9.56.1/tesseract/src/ccmain/tesseractclass.cpp ghostscript-9.56.1/tesseract/src/ccmain/tesseractclass.h ghostscript-9.56.1/tesseract/src/ccmain/tessvars.cpp ghostscript-9.56.1/tesseract/src/ccmain/tessvars.h ghostscript-9.56.1/tesseract/src/ccmain/tfacepp.cpp ghostscript-9.56.1/tesseract/src/ccmain/thresholder.cpp ghostscript-9.56.1/tesseract/src/ccmain/werdit.cpp ghostscript-9.56.1/tesseract/src/ccmain/werdit.h ghostscript-9.56.1/tesseract/src/ccstruct/ ghostscript-9.56.1/tesseract/src/ccstruct/blamer.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blamer.h ghostscript-9.56.1/tesseract/src/ccstruct/blobbox.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobbox.h ghostscript-9.56.1/tesseract/src/ccstruct/blobs.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blobs.h ghostscript-9.56.1/tesseract/src/ccstruct/blread.cpp ghostscript-9.56.1/tesseract/src/ccstruct/blread.h ghostscript-9.56.1/tesseract/src/ccstruct/boxread.cpp ghostscript-9.56.1/tesseract/src/ccstruct/boxread.h ghostscript-9.56.1/tesseract/src/ccstruct/boxword.cpp ghostscript-9.56.1/tesseract/src/ccstruct/boxword.h ghostscript-9.56.1/tesseract/src/ccstruct/ccstruct.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ccstruct.h ghostscript-9.56.1/tesseract/src/ccstruct/coutln.cpp ghostscript-9.56.1/tesseract/src/ccstruct/coutln.h ghostscript-9.56.1/tesseract/src/ccstruct/crakedge.h ghostscript-9.56.1/tesseract/src/ccstruct/debugpixa.h ghostscript-9.56.1/tesseract/src/ccstruct/detlinefit.cpp ghostscript-9.56.1/tesseract/src/ccstruct/detlinefit.h ghostscript-9.56.1/tesseract/src/ccstruct/dppoint.cpp ghostscript-9.56.1/tesseract/src/ccstruct/dppoint.h ghostscript-9.56.1/tesseract/src/ccstruct/fontinfo.cpp ghostscript-9.56.1/tesseract/src/ccstruct/fontinfo.h ghostscript-9.56.1/tesseract/src/ccstruct/imagedata.cpp ghostscript-9.56.1/tesseract/src/ccstruct/imagedata.h ghostscript-9.56.1/tesseract/src/ccstruct/linlsq.cpp ghostscript-9.56.1/tesseract/src/ccstruct/linlsq.h ghostscript-9.56.1/tesseract/src/ccstruct/matrix.cpp ghostscript-9.56.1/tesseract/src/ccstruct/matrix.h ghostscript-9.56.1/tesseract/src/ccstruct/mod128.cpp ghostscript-9.56.1/tesseract/src/ccstruct/mod128.h ghostscript-9.56.1/tesseract/src/ccstruct/normalis.cpp ghostscript-9.56.1/tesseract/src/ccstruct/normalis.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrblock.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrblock.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrpara.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrpara.h ghostscript-9.56.1/tesseract/src/ccstruct/ocrrow.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ocrrow.h ghostscript-9.56.1/tesseract/src/ccstruct/otsuthr.cpp ghostscript-9.56.1/tesseract/src/ccstruct/otsuthr.h ghostscript-9.56.1/tesseract/src/ccstruct/pageres.cpp ghostscript-9.56.1/tesseract/src/ccstruct/pageres.h ghostscript-9.56.1/tesseract/src/ccstruct/params_training_featdef.cpp ghostscript-9.56.1/tesseract/src/ccstruct/params_training_featdef.h ghostscript-9.56.1/tesseract/src/ccstruct/pdblock.cpp ghostscript-9.56.1/tesseract/src/ccstruct/pdblock.h ghostscript-9.56.1/tesseract/src/ccstruct/points.cpp ghostscript-9.56.1/tesseract/src/ccstruct/points.h ghostscript-9.56.1/tesseract/src/ccstruct/polyaprx.cpp ghostscript-9.56.1/tesseract/src/ccstruct/polyaprx.h ghostscript-9.56.1/tesseract/src/ccstruct/polyblk.cpp ghostscript-9.56.1/tesseract/src/ccstruct/polyblk.h ghostscript-9.56.1/tesseract/src/ccstruct/quadlsq.cpp ghostscript-9.56.1/tesseract/src/ccstruct/quadlsq.h ghostscript-9.56.1/tesseract/src/ccstruct/quadratc.h ghostscript-9.56.1/tesseract/src/ccstruct/quspline.cpp ghostscript-9.56.1/tesseract/src/ccstruct/quspline.h ghostscript-9.56.1/tesseract/src/ccstruct/ratngs.cpp ghostscript-9.56.1/tesseract/src/ccstruct/ratngs.h ghostscript-9.56.1/tesseract/src/ccstruct/rect.cpp ghostscript-9.56.1/tesseract/src/ccstruct/rect.h ghostscript-9.56.1/tesseract/src/ccstruct/rejctmap.cpp ghostscript-9.56.1/tesseract/src/ccstruct/rejctmap.h ghostscript-9.56.1/tesseract/src/ccstruct/seam.cpp ghostscript-9.56.1/tesseract/src/ccstruct/seam.h ghostscript-9.56.1/tesseract/src/ccstruct/split.cpp ghostscript-9.56.1/tesseract/src/ccstruct/split.h ghostscript-9.56.1/tesseract/src/ccstruct/statistc.cpp ghostscript-9.56.1/tesseract/src/ccstruct/statistc.h ghostscript-9.56.1/tesseract/src/ccstruct/stepblob.cpp ghostscript-9.56.1/tesseract/src/ccstruct/stepblob.h ghostscript-9.56.1/tesseract/src/ccstruct/werd.cpp ghostscript-9.56.1/tesseract/src/ccstruct/werd.h ghostscript-9.56.1/tesseract/src/ccutil/ ghostscript-9.56.1/tesseract/src/ccutil/ambigs.cpp ghostscript-9.56.1/tesseract/src/ccutil/ambigs.h ghostscript-9.56.1/tesseract/src/ccutil/bits16.h ghostscript-9.56.1/tesseract/src/ccutil/bitvector.cpp ghostscript-9.56.1/tesseract/src/ccutil/bitvector.h ghostscript-9.56.1/tesseract/src/ccutil/ccutil.cpp ghostscript-9.56.1/tesseract/src/ccutil/ccutil.h ghostscript-9.56.1/tesseract/src/ccutil/clst.cpp ghostscript-9.56.1/tesseract/src/ccutil/clst.h ghostscript-9.56.1/tesseract/src/ccutil/elst.cpp ghostscript-9.56.1/tesseract/src/ccutil/elst.h ghostscript-9.56.1/tesseract/src/ccutil/elst2.cpp ghostscript-9.56.1/tesseract/src/ccutil/elst2.h ghostscript-9.56.1/tesseract/src/ccutil/errcode.cpp ghostscript-9.56.1/tesseract/src/ccutil/errcode.h ghostscript-9.56.1/tesseract/src/ccutil/fileerr.h ghostscript-9.56.1/tesseract/src/ccutil/genericheap.h ghostscript-9.56.1/tesseract/src/ccutil/genericvector.h ghostscript-9.56.1/tesseract/src/ccutil/helpers.h ghostscript-9.56.1/tesseract/src/ccutil/host.h ghostscript-9.56.1/tesseract/src/ccutil/indexmapbidi.cpp ghostscript-9.56.1/tesseract/src/ccutil/indexmapbidi.h ghostscript-9.56.1/tesseract/src/ccutil/kdpair.h ghostscript-9.56.1/tesseract/src/ccutil/lsterr.h ghostscript-9.56.1/tesseract/src/ccutil/mainblk.cpp ghostscript-9.56.1/tesseract/src/ccutil/object_cache.h ghostscript-9.56.1/tesseract/src/ccutil/params.cpp ghostscript-9.56.1/tesseract/src/ccutil/params.h ghostscript-9.56.1/tesseract/src/ccutil/qrsequence.h ghostscript-9.56.1/tesseract/src/ccutil/scanutils.cpp ghostscript-9.56.1/tesseract/src/ccutil/scanutils.h ghostscript-9.56.1/tesseract/src/ccutil/serialis.cpp ghostscript-9.56.1/tesseract/src/ccutil/serialis.h ghostscript-9.56.1/tesseract/src/ccutil/sorthelper.h ghostscript-9.56.1/tesseract/src/ccutil/strngs.cpp ghostscript-9.56.1/tesseract/src/ccutil/strngs.h ghostscript-9.56.1/tesseract/src/ccutil/tessdatamanager.cpp ghostscript-9.56.1/tesseract/src/ccutil/tessdatamanager.h ghostscript-9.56.1/tesseract/src/ccutil/tprintf.cpp ghostscript-9.56.1/tesseract/src/ccutil/tprintf.h ghostscript-9.56.1/tesseract/src/ccutil/unichar.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharcompress.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharcompress.h ghostscript-9.56.1/tesseract/src/ccutil/unicharmap.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharmap.h ghostscript-9.56.1/tesseract/src/ccutil/unicharset.cpp ghostscript-9.56.1/tesseract/src/ccutil/unicharset.h ghostscript-9.56.1/tesseract/src/ccutil/unicity_table.h ghostscript-9.56.1/tesseract/src/ccutil/universalambigs.cpp ghostscript-9.56.1/tesseract/src/ccutil/universalambigs.h ghostscript-9.56.1/tesseract/src/classify/ ghostscript-9.56.1/tesseract/src/classify/adaptive.cpp ghostscript-9.56.1/tesseract/src/classify/adaptive.h ghostscript-9.56.1/tesseract/src/classify/adaptmatch.cpp ghostscript-9.56.1/tesseract/src/classify/blobclass.cpp ghostscript-9.56.1/tesseract/src/classify/blobclass.h ghostscript-9.56.1/tesseract/src/classify/classify.cpp ghostscript-9.56.1/tesseract/src/classify/classify.h ghostscript-9.56.1/tesseract/src/classify/cluster.cpp ghostscript-9.56.1/tesseract/src/classify/cluster.h ghostscript-9.56.1/tesseract/src/classify/clusttool.cpp ghostscript-9.56.1/tesseract/src/classify/clusttool.h ghostscript-9.56.1/tesseract/src/classify/cutoffs.cpp ghostscript-9.56.1/tesseract/src/classify/featdefs.cpp ghostscript-9.56.1/tesseract/src/classify/featdefs.h ghostscript-9.56.1/tesseract/src/classify/float2int.cpp ghostscript-9.56.1/tesseract/src/classify/float2int.h ghostscript-9.56.1/tesseract/src/classify/fpoint.cpp ghostscript-9.56.1/tesseract/src/classify/fpoint.h ghostscript-9.56.1/tesseract/src/classify/intfeaturespace.cpp ghostscript-9.56.1/tesseract/src/classify/intfeaturespace.h ghostscript-9.56.1/tesseract/src/classify/intfx.cpp ghostscript-9.56.1/tesseract/src/classify/intfx.h ghostscript-9.56.1/tesseract/src/classify/intmatcher.cpp ghostscript-9.56.1/tesseract/src/classify/intmatcher.h ghostscript-9.56.1/tesseract/src/classify/intproto.cpp ghostscript-9.56.1/tesseract/src/classify/intproto.h ghostscript-9.56.1/tesseract/src/classify/kdtree.cpp ghostscript-9.56.1/tesseract/src/classify/kdtree.h ghostscript-9.56.1/tesseract/src/classify/mf.cpp ghostscript-9.56.1/tesseract/src/classify/mf.h ghostscript-9.56.1/tesseract/src/classify/mfdefs.cpp ghostscript-9.56.1/tesseract/src/classify/mfdefs.h ghostscript-9.56.1/tesseract/src/classify/mfoutline.cpp ghostscript-9.56.1/tesseract/src/classify/mfoutline.h ghostscript-9.56.1/tesseract/src/classify/mfx.cpp ghostscript-9.56.1/tesseract/src/classify/mfx.h ghostscript-9.56.1/tesseract/src/classify/normfeat.cpp ghostscript-9.56.1/tesseract/src/classify/normfeat.h ghostscript-9.56.1/tesseract/src/classify/normmatch.cpp ghostscript-9.56.1/tesseract/src/classify/normmatch.h ghostscript-9.56.1/tesseract/src/classify/ocrfeatures.cpp ghostscript-9.56.1/tesseract/src/classify/ocrfeatures.h ghostscript-9.56.1/tesseract/src/classify/outfeat.cpp ghostscript-9.56.1/tesseract/src/classify/outfeat.h ghostscript-9.56.1/tesseract/src/classify/picofeat.cpp ghostscript-9.56.1/tesseract/src/classify/picofeat.h ghostscript-9.56.1/tesseract/src/classify/protos.cpp ghostscript-9.56.1/tesseract/src/classify/protos.h ghostscript-9.56.1/tesseract/src/classify/shapeclassifier.cpp ghostscript-9.56.1/tesseract/src/classify/shapeclassifier.h ghostscript-9.56.1/tesseract/src/classify/shapetable.cpp ghostscript-9.56.1/tesseract/src/classify/shapetable.h ghostscript-9.56.1/tesseract/src/classify/tessclassifier.cpp ghostscript-9.56.1/tesseract/src/classify/tessclassifier.h ghostscript-9.56.1/tesseract/src/classify/trainingsample.cpp ghostscript-9.56.1/tesseract/src/classify/trainingsample.h ghostscript-9.56.1/tesseract/src/cutil/ ghostscript-9.56.1/tesseract/src/cutil/bitvec.h ghostscript-9.56.1/tesseract/src/cutil/oldlist.cpp ghostscript-9.56.1/tesseract/src/cutil/oldlist.h ghostscript-9.56.1/tesseract/src/dict/ ghostscript-9.56.1/tesseract/src/dict/context.cpp ghostscript-9.56.1/tesseract/src/dict/dawg.cpp ghostscript-9.56.1/tesseract/src/dict/dawg.h ghostscript-9.56.1/tesseract/src/dict/dawg_cache.cpp ghostscript-9.56.1/tesseract/src/dict/dawg_cache.h ghostscript-9.56.1/tesseract/src/dict/dict.cpp ghostscript-9.56.1/tesseract/src/dict/dict.h ghostscript-9.56.1/tesseract/src/dict/hyphen.cpp ghostscript-9.56.1/tesseract/src/dict/matchdefs.h ghostscript-9.56.1/tesseract/src/dict/permdawg.cpp ghostscript-9.56.1/tesseract/src/dict/stopper.cpp ghostscript-9.56.1/tesseract/src/dict/stopper.h ghostscript-9.56.1/tesseract/src/dict/trie.cpp ghostscript-9.56.1/tesseract/src/dict/trie.h ghostscript-9.56.1/tesseract/src/lstm/ ghostscript-9.56.1/tesseract/src/lstm/convolve.cpp ghostscript-9.56.1/tesseract/src/lstm/convolve.h ghostscript-9.56.1/tesseract/src/lstm/fullyconnected.cpp ghostscript-9.56.1/tesseract/src/lstm/fullyconnected.h ghostscript-9.56.1/tesseract/src/lstm/functions.cpp ghostscript-9.56.1/tesseract/src/lstm/functions.h ghostscript-9.56.1/tesseract/src/lstm/generate_lut.py ghostscript-9.56.1/tesseract/src/lstm/input.cpp ghostscript-9.56.1/tesseract/src/lstm/input.h ghostscript-9.56.1/tesseract/src/lstm/lstm.cpp ghostscript-9.56.1/tesseract/src/lstm/lstm.h ghostscript-9.56.1/tesseract/src/lstm/lstmrecognizer.cpp ghostscript-9.56.1/tesseract/src/lstm/lstmrecognizer.h ghostscript-9.56.1/tesseract/src/lstm/maxpool.cpp ghostscript-9.56.1/tesseract/src/lstm/maxpool.h ghostscript-9.56.1/tesseract/src/lstm/network.cpp ghostscript-9.56.1/tesseract/src/lstm/network.h ghostscript-9.56.1/tesseract/src/lstm/networkio.cpp ghostscript-9.56.1/tesseract/src/lstm/networkio.h ghostscript-9.56.1/tesseract/src/lstm/networkscratch.h ghostscript-9.56.1/tesseract/src/lstm/parallel.cpp ghostscript-9.56.1/tesseract/src/lstm/parallel.h ghostscript-9.56.1/tesseract/src/lstm/plumbing.cpp ghostscript-9.56.1/tesseract/src/lstm/plumbing.h ghostscript-9.56.1/tesseract/src/lstm/recodebeam.cpp ghostscript-9.56.1/tesseract/src/lstm/recodebeam.h ghostscript-9.56.1/tesseract/src/lstm/reconfig.cpp ghostscript-9.56.1/tesseract/src/lstm/reconfig.h ghostscript-9.56.1/tesseract/src/lstm/reversed.cpp ghostscript-9.56.1/tesseract/src/lstm/reversed.h ghostscript-9.56.1/tesseract/src/lstm/series.cpp ghostscript-9.56.1/tesseract/src/lstm/series.h ghostscript-9.56.1/tesseract/src/lstm/static_shape.h ghostscript-9.56.1/tesseract/src/lstm/stridemap.cpp ghostscript-9.56.1/tesseract/src/lstm/stridemap.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.cpp ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.pb.cc ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.pb.h ghostscript-9.56.1/tesseract/src/lstm/tfnetwork.proto ghostscript-9.56.1/tesseract/src/lstm/weightmatrix.cpp ghostscript-9.56.1/tesseract/src/lstm/weightmatrix.h ghostscript-9.56.1/tesseract/src/opencl/ ghostscript-9.56.1/tesseract/src/opencl/oclkernels.h ghostscript-9.56.1/tesseract/src/opencl/openclwrapper.cpp ghostscript-9.56.1/tesseract/src/opencl/openclwrapper.h ghostscript-9.56.1/tesseract/src/textord/ ghostscript-9.56.1/tesseract/src/textord/alignedblob.cpp ghostscript-9.56.1/tesseract/src/textord/alignedblob.h ghostscript-9.56.1/tesseract/src/textord/baselinedetect.cpp ghostscript-9.56.1/tesseract/src/textord/baselinedetect.h ghostscript-9.56.1/tesseract/src/textord/bbgrid.cpp ghostscript-9.56.1/tesseract/src/textord/bbgrid.h ghostscript-9.56.1/tesseract/src/textord/blkocc.cpp ghostscript-9.56.1/tesseract/src/textord/blkocc.h ghostscript-9.56.1/tesseract/src/textord/blobgrid.cpp ghostscript-9.56.1/tesseract/src/textord/blobgrid.h ghostscript-9.56.1/tesseract/src/textord/ccnontextdetect.cpp ghostscript-9.56.1/tesseract/src/textord/ccnontextdetect.h ghostscript-9.56.1/tesseract/src/textord/cjkpitch.cpp ghostscript-9.56.1/tesseract/src/textord/cjkpitch.h ghostscript-9.56.1/tesseract/src/textord/colfind.cpp ghostscript-9.56.1/tesseract/src/textord/colfind.h ghostscript-9.56.1/tesseract/src/textord/colpartition.cpp ghostscript-9.56.1/tesseract/src/textord/colpartition.h ghostscript-9.56.1/tesseract/src/textord/colpartitiongrid.cpp ghostscript-9.56.1/tesseract/src/textord/colpartitiongrid.h ghostscript-9.56.1/tesseract/src/textord/colpartitionset.cpp ghostscript-9.56.1/tesseract/src/textord/colpartitionset.h ghostscript-9.56.1/tesseract/src/textord/devanagari_processing.cpp ghostscript-9.56.1/tesseract/src/textord/devanagari_processing.h ghostscript-9.56.1/tesseract/src/textord/drawtord.cpp ghostscript-9.56.1/tesseract/src/textord/drawtord.h ghostscript-9.56.1/tesseract/src/textord/edgblob.cpp ghostscript-9.56.1/tesseract/src/textord/edgblob.h ghostscript-9.56.1/tesseract/src/textord/edgloop.cpp ghostscript-9.56.1/tesseract/src/textord/edgloop.h ghostscript-9.56.1/tesseract/src/textord/equationdetectbase.cpp ghostscript-9.56.1/tesseract/src/textord/equationdetectbase.h ghostscript-9.56.1/tesseract/src/textord/fpchop.cpp ghostscript-9.56.1/tesseract/src/textord/fpchop.h ghostscript-9.56.1/tesseract/src/textord/gap_map.cpp ghostscript-9.56.1/tesseract/src/textord/gap_map.h ghostscript-9.56.1/tesseract/src/textord/imagefind.cpp ghostscript-9.56.1/tesseract/src/textord/imagefind.h ghostscript-9.56.1/tesseract/src/textord/linefind.cpp ghostscript-9.56.1/tesseract/src/textord/linefind.h ghostscript-9.56.1/tesseract/src/textord/makerow.cpp ghostscript-9.56.1/tesseract/src/textord/makerow.h ghostscript-9.56.1/tesseract/src/textord/oldbasel.cpp ghostscript-9.56.1/tesseract/src/textord/oldbasel.h ghostscript-9.56.1/tesseract/src/textord/pithsync.cpp ghostscript-9.56.1/tesseract/src/textord/pithsync.h ghostscript-9.56.1/tesseract/src/textord/pitsync1.cpp ghostscript-9.56.1/tesseract/src/textord/pitsync1.h ghostscript-9.56.1/tesseract/src/textord/scanedg.cpp ghostscript-9.56.1/tesseract/src/textord/scanedg.h ghostscript-9.56.1/tesseract/src/textord/sortflts.cpp ghostscript-9.56.1/tesseract/src/textord/sortflts.h ghostscript-9.56.1/tesseract/src/textord/strokewidth.cpp ghostscript-9.56.1/tesseract/src/textord/strokewidth.h ghostscript-9.56.1/tesseract/src/textord/tabfind.cpp ghostscript-9.56.1/tesseract/src/textord/tabfind.h ghostscript-9.56.1/tesseract/src/textord/tablefind.cpp ghostscript-9.56.1/tesseract/src/textord/tablefind.h ghostscript-9.56.1/tesseract/src/textord/tablerecog.cpp ghostscript-9.56.1/tesseract/src/textord/tablerecog.h ghostscript-9.56.1/tesseract/src/textord/tabvector.cpp ghostscript-9.56.1/tesseract/src/textord/tabvector.h ghostscript-9.56.1/tesseract/src/textord/textlineprojection.cpp ghostscript-9.56.1/tesseract/src/textord/textlineprojection.h ghostscript-9.56.1/tesseract/src/textord/textord.cpp ghostscript-9.56.1/tesseract/src/textord/textord.h ghostscript-9.56.1/tesseract/src/textord/topitch.cpp ghostscript-9.56.1/tesseract/src/textord/topitch.h ghostscript-9.56.1/tesseract/src/textord/tordmain.cpp ghostscript-9.56.1/tesseract/src/textord/tordmain.h ghostscript-9.56.1/tesseract/src/textord/tospace.cpp ghostscript-9.56.1/tesseract/src/textord/tovars.cpp ghostscript-9.56.1/tesseract/src/textord/tovars.h ghostscript-9.56.1/tesseract/src/textord/underlin.cpp ghostscript-9.56.1/tesseract/src/textord/underlin.h ghostscript-9.56.1/tesseract/src/textord/wordseg.cpp ghostscript-9.56.1/tesseract/src/textord/wordseg.h ghostscript-9.56.1/tesseract/src/textord/workingpartset.cpp ghostscript-9.56.1/tesseract/src/textord/workingpartset.h ghostscript-9.56.1/tesseract/src/training/ ghostscript-9.56.1/tesseract/src/training/CMakeLists.txt ghostscript-9.56.1/tesseract/src/training/ambiguous_words.cpp ghostscript-9.56.1/tesseract/src/training/classifier_tester.cpp ghostscript-9.56.1/tesseract/src/training/cntraining.cpp ghostscript-9.56.1/tesseract/src/training/combine_lang_model.cpp ghostscript-9.56.1/tesseract/src/training/combine_tessdata.cpp ghostscript-9.56.1/tesseract/src/training/common/ ghostscript-9.56.1/tesseract/src/training/common/commandlineflags.cpp ghostscript-9.56.1/tesseract/src/training/common/commandlineflags.h ghostscript-9.56.1/tesseract/src/training/common/commontraining.cpp ghostscript-9.56.1/tesseract/src/training/common/commontraining.h ghostscript-9.56.1/tesseract/src/training/common/ctc.cpp ghostscript-9.56.1/tesseract/src/training/common/ctc.h ghostscript-9.56.1/tesseract/src/training/common/errorcounter.cpp ghostscript-9.56.1/tesseract/src/training/common/errorcounter.h ghostscript-9.56.1/tesseract/src/training/common/export.h ghostscript-9.56.1/tesseract/src/training/common/intfeaturedist.cpp ghostscript-9.56.1/tesseract/src/training/common/intfeaturedist.h ghostscript-9.56.1/tesseract/src/training/common/intfeaturemap.cpp ghostscript-9.56.1/tesseract/src/training/common/intfeaturemap.h ghostscript-9.56.1/tesseract/src/training/common/mastertrainer.cpp ghostscript-9.56.1/tesseract/src/training/common/mastertrainer.h ghostscript-9.56.1/tesseract/src/training/common/networkbuilder.cpp ghostscript-9.56.1/tesseract/src/training/common/networkbuilder.h ghostscript-9.56.1/tesseract/src/training/common/sampleiterator.cpp ghostscript-9.56.1/tesseract/src/training/common/sampleiterator.h ghostscript-9.56.1/tesseract/src/training/common/trainingsampleset.cpp ghostscript-9.56.1/tesseract/src/training/common/trainingsampleset.h ghostscript-9.56.1/tesseract/src/training/dawg2wordlist.cpp ghostscript-9.56.1/tesseract/src/training/degradeimage.cpp ghostscript-9.56.1/tesseract/src/training/degradeimage.h ghostscript-9.56.1/tesseract/src/training/language-specific.sh ghostscript-9.56.1/tesseract/src/training/language_specific.py ghostscript-9.56.1/tesseract/src/training/lstmeval.cpp ghostscript-9.56.1/tesseract/src/training/lstmtraining.cpp ghostscript-9.56.1/tesseract/src/training/merge_unicharsets.cpp ghostscript-9.56.1/tesseract/src/training/mergenf.cpp ghostscript-9.56.1/tesseract/src/training/mergenf.h ghostscript-9.56.1/tesseract/src/training/mftraining.cpp ghostscript-9.56.1/tesseract/src/training/pango/ ghostscript-9.56.1/tesseract/src/training/pango/boxchar.cpp ghostscript-9.56.1/tesseract/src/training/pango/boxchar.h ghostscript-9.56.1/tesseract/src/training/pango/export.h ghostscript-9.56.1/tesseract/src/training/pango/ligature_table.cpp ghostscript-9.56.1/tesseract/src/training/pango/ligature_table.h ghostscript-9.56.1/tesseract/src/training/pango/pango_font_info.cpp ghostscript-9.56.1/tesseract/src/training/pango/pango_font_info.h ghostscript-9.56.1/tesseract/src/training/pango/stringrenderer.cpp ghostscript-9.56.1/tesseract/src/training/pango/stringrenderer.h ghostscript-9.56.1/tesseract/src/training/pango/tlog.cpp ghostscript-9.56.1/tesseract/src/training/pango/tlog.h ghostscript-9.56.1/tesseract/src/training/set_unicharset_properties.cpp ghostscript-9.56.1/tesseract/src/training/shapeclustering.cpp ghostscript-9.56.1/tesseract/src/training/tesstrain.py ghostscript-9.56.1/tesseract/src/training/tesstrain.sh ghostscript-9.56.1/tesseract/src/training/tesstrain_utils.py ghostscript-9.56.1/tesseract/src/training/tesstrain_utils.sh ghostscript-9.56.1/tesseract/src/training/text2image.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/ ghostscript-9.56.1/tesseract/src/training/unicharset/export.h ghostscript-9.56.1/tesseract/src/training/unicharset/fileio.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/fileio.h ghostscript-9.56.1/tesseract/src/training/unicharset/icuerrorcode.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/icuerrorcode.h ghostscript-9.56.1/tesseract/src/training/unicharset/lang_model_helpers.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lang_model_helpers.h ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtester.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtester.h ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtrainer.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/lstmtrainer.h ghostscript-9.56.1/tesseract/src/training/unicharset/normstrngs.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/normstrngs.h ghostscript-9.56.1/tesseract/src/training/unicharset/unicharset_training_utils.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/unicharset_training_utils.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_grapheme.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_grapheme.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_indic.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_indic.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_javanese.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_javanese.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_khmer.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_khmer.h ghostscript-9.56.1/tesseract/src/training/unicharset/validate_myanmar.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validate_myanmar.h ghostscript-9.56.1/tesseract/src/training/unicharset/validator.cpp ghostscript-9.56.1/tesseract/src/training/unicharset/validator.h ghostscript-9.56.1/tesseract/src/training/unicharset_extractor.cpp ghostscript-9.56.1/tesseract/src/training/wordlist2dawg.cpp ghostscript-9.56.1/tesseract/src/viewer/ ghostscript-9.56.1/tesseract/src/viewer/scrollview.cpp ghostscript-9.56.1/tesseract/src/viewer/scrollview.h ghostscript-9.56.1/tesseract/src/viewer/svmnode.cpp ghostscript-9.56.1/tesseract/src/viewer/svmnode.h ghostscript-9.56.1/tesseract/src/viewer/svpaint.cpp ghostscript-9.56.1/tesseract/src/viewer/svutil.cpp ghostscript-9.56.1/tesseract/src/viewer/svutil.h ghostscript-9.56.1/tesseract/src/wordrec/ ghostscript-9.56.1/tesseract/src/wordrec/associate.cpp ghostscript-9.56.1/tesseract/src/wordrec/associate.h ghostscript-9.56.1/tesseract/src/wordrec/chop.cpp ghostscript-9.56.1/tesseract/src/wordrec/chop.h ghostscript-9.56.1/tesseract/src/wordrec/chopper.cpp ghostscript-9.56.1/tesseract/src/wordrec/drawfx.cpp ghostscript-9.56.1/tesseract/src/wordrec/drawfx.h ghostscript-9.56.1/tesseract/src/wordrec/findseam.cpp ghostscript-9.56.1/tesseract/src/wordrec/findseam.h ghostscript-9.56.1/tesseract/src/wordrec/gradechop.cpp ghostscript-9.56.1/tesseract/src/wordrec/language_model.cpp ghostscript-9.56.1/tesseract/src/wordrec/language_model.h ghostscript-9.56.1/tesseract/src/wordrec/lm_consistency.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_consistency.h ghostscript-9.56.1/tesseract/src/wordrec/lm_pain_points.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_pain_points.h ghostscript-9.56.1/tesseract/src/wordrec/lm_state.cpp ghostscript-9.56.1/tesseract/src/wordrec/lm_state.h ghostscript-9.56.1/tesseract/src/wordrec/measure.h ghostscript-9.56.1/tesseract/src/wordrec/outlines.cpp ghostscript-9.56.1/tesseract/src/wordrec/outlines.h ghostscript-9.56.1/tesseract/src/wordrec/params_model.cpp ghostscript-9.56.1/tesseract/src/wordrec/params_model.h ghostscript-9.56.1/tesseract/src/wordrec/pieces.cpp ghostscript-9.56.1/tesseract/src/wordrec/plotedges.cpp ghostscript-9.56.1/tesseract/src/wordrec/plotedges.h ghostscript-9.56.1/tesseract/src/wordrec/render.cpp ghostscript-9.56.1/tesseract/src/wordrec/render.h ghostscript-9.56.1/tesseract/src/wordrec/segsearch.cpp ghostscript-9.56.1/tesseract/src/wordrec/tface.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordclass.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordrec.cpp ghostscript-9.56.1/tesseract/src/wordrec/wordrec.h ghostscript-9.56.1/tesseract/sw.cpp ghostscript-9.56.1/tesseract/tessdata/ ghostscript-9.56.1/tesseract/tessdata/Makefile.am ghostscript-9.56.1/tesseract/tessdata/configs/ ghostscript-9.56.1/tesseract/tessdata/configs/Makefile.am ghostscript-9.56.1/tesseract/tessdata/configs/alto ghostscript-9.56.1/tesseract/tessdata/configs/ambigs.train ghostscript-9.56.1/tesseract/tessdata/configs/api_config ghostscript-9.56.1/tesseract/tessdata/configs/bazaar ghostscript-9.56.1/tesseract/tessdata/configs/bigram ghostscript-9.56.1/tesseract/tessdata/configs/box.train ghostscript-9.56.1/tesseract/tessdata/configs/box.train.stderr ghostscript-9.56.1/tesseract/tessdata/configs/digits ghostscript-9.56.1/tesseract/tessdata/configs/get.images ghostscript-9.56.1/tesseract/tessdata/configs/hocr ghostscript-9.56.1/tesseract/tessdata/configs/inter ghostscript-9.56.1/tesseract/tessdata/configs/kannada ghostscript-9.56.1/tesseract/tessdata/configs/linebox ghostscript-9.56.1/tesseract/tessdata/configs/logfile ghostscript-9.56.1/tesseract/tessdata/configs/lstm.train ghostscript-9.56.1/tesseract/tessdata/configs/lstmbox ghostscript-9.56.1/tesseract/tessdata/configs/lstmdebug ghostscript-9.56.1/tesseract/tessdata/configs/makebox ghostscript-9.56.1/tesseract/tessdata/configs/pdf ghostscript-9.56.1/tesseract/tessdata/configs/quiet ghostscript-9.56.1/tesseract/tessdata/configs/rebox ghostscript-9.56.1/tesseract/tessdata/configs/strokewidth ghostscript-9.56.1/tesseract/tessdata/configs/tsv ghostscript-9.56.1/tesseract/tessdata/configs/txt ghostscript-9.56.1/tesseract/tessdata/configs/unlv ghostscript-9.56.1/tesseract/tessdata/configs/wordstrbox ghostscript-9.56.1/tesseract/tessdata/eng.user-patterns ghostscript-9.56.1/tesseract/tessdata/eng.user-words ghostscript-9.56.1/tesseract/tessdata/pdf.ttf ghostscript-9.56.1/tesseract/tessdata/tessconfigs/ ghostscript-9.56.1/tesseract/tessdata/tessconfigs/Makefile.am ghostscript-9.56.1/tesseract/tessdata/tessconfigs/batch ghostscript-9.56.1/tesseract/tessdata/tessconfigs/batch.nochop ghostscript-9.56.1/tesseract/tessdata/tessconfigs/matdemo ghostscript-9.56.1/tesseract/tessdata/tessconfigs/msdemo ghostscript-9.56.1/tesseract/tessdata/tessconfigs/nobatch ghostscript-9.56.1/tesseract/tessdata/tessconfigs/segdemo ghostscript-9.56.1/tesseract/tesseract.pc.cmake ghostscript-9.56.1/tesseract/tesseract.pc.in ghostscript-9.56.1/tesseract/test/ ghostscript-9.56.1/tesseract/unittest/ ghostscript-9.56.1/tesseract/unittest/README.md ghostscript-9.56.1/tesseract/unittest/apiexample_test.cc ghostscript-9.56.1/tesseract/unittest/applybox_test.cc ghostscript-9.56.1/tesseract/unittest/baseapi_test.cc ghostscript-9.56.1/tesseract/unittest/baseapi_thread_test.cc ghostscript-9.56.1/tesseract/unittest/bitvector_test.cc ghostscript-9.56.1/tesseract/unittest/capiexample_c_test.c ghostscript-9.56.1/tesseract/unittest/capiexample_test.cc ghostscript-9.56.1/tesseract/unittest/cleanapi_test.cc ghostscript-9.56.1/tesseract/unittest/colpartition_test.cc ghostscript-9.56.1/tesseract/unittest/commandlineflags_test.cc ghostscript-9.56.1/tesseract/unittest/cycletimer.h ghostscript-9.56.1/tesseract/unittest/dawg_test.cc ghostscript-9.56.1/tesseract/unittest/denorm_test.cc ghostscript-9.56.1/tesseract/unittest/doubleptr.h ghostscript-9.56.1/tesseract/unittest/equationdetect_test.cc ghostscript-9.56.1/tesseract/unittest/fileio_test.cc ghostscript-9.56.1/tesseract/unittest/fuzzers/ ghostscript-9.56.1/tesseract/unittest/fuzzers/fuzzer-api.cpp ghostscript-9.56.1/tesseract/unittest/fuzzers/oss-fuzz-build.sh ghostscript-9.56.1/tesseract/unittest/heap_test.cc ghostscript-9.56.1/tesseract/unittest/imagedata_test.cc ghostscript-9.56.1/tesseract/unittest/include_gunit.h ghostscript-9.56.1/tesseract/unittest/indexmapbidi_test.cc ghostscript-9.56.1/tesseract/unittest/intfeaturemap_test.cc ghostscript-9.56.1/tesseract/unittest/intsimdmatrix_test.cc ghostscript-9.56.1/tesseract/unittest/lang_model_test.cc ghostscript-9.56.1/tesseract/unittest/layout_test.cc ghostscript-9.56.1/tesseract/unittest/ligature_table_test.cc ghostscript-9.56.1/tesseract/unittest/linlsq_test.cc ghostscript-9.56.1/tesseract/unittest/list_test.cc ghostscript-9.56.1/tesseract/unittest/loadlang_test.cc ghostscript-9.56.1/tesseract/unittest/log.h ghostscript-9.56.1/tesseract/unittest/lstm_recode_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_squashed_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_test.cc ghostscript-9.56.1/tesseract/unittest/lstm_test.h ghostscript-9.56.1/tesseract/unittest/lstmtrainer_test.cc ghostscript-9.56.1/tesseract/unittest/mastertrainer_test.cc ghostscript-9.56.1/tesseract/unittest/matrix_test.cc ghostscript-9.56.1/tesseract/unittest/networkio_test.cc ghostscript-9.56.1/tesseract/unittest/normstrngs_test.cc ghostscript-9.56.1/tesseract/unittest/normstrngs_test.h ghostscript-9.56.1/tesseract/unittest/nthitem_test.cc ghostscript-9.56.1/tesseract/unittest/osd_test.cc ghostscript-9.56.1/tesseract/unittest/pagesegmode_test.cc ghostscript-9.56.1/tesseract/unittest/pango_font_info_test.cc ghostscript-9.56.1/tesseract/unittest/paragraphs_test.cc ghostscript-9.56.1/tesseract/unittest/params_model_test.cc ghostscript-9.56.1/tesseract/unittest/progress_test.cc ghostscript-9.56.1/tesseract/unittest/qrsequence_test.cc ghostscript-9.56.1/tesseract/unittest/recodebeam_test.cc ghostscript-9.56.1/tesseract/unittest/rect_test.cc ghostscript-9.56.1/tesseract/unittest/resultiterator_test.cc ghostscript-9.56.1/tesseract/unittest/scanutils_test.cc ghostscript-9.56.1/tesseract/unittest/shapetable_test.cc ghostscript-9.56.1/tesseract/unittest/stats_test.cc ghostscript-9.56.1/tesseract/unittest/stridemap_test.cc ghostscript-9.56.1/tesseract/unittest/stringrenderer_test.cc ghostscript-9.56.1/tesseract/unittest/syntaxnet/ ghostscript-9.56.1/tesseract/unittest/syntaxnet/base.h ghostscript-9.56.1/tesseract/unittest/tablefind_test.cc ghostscript-9.56.1/tesseract/unittest/tablerecog_test.cc ghostscript-9.56.1/tesseract/unittest/tabvector_test.cc ghostscript-9.56.1/tesseract/unittest/tatweel_test.cc ghostscript-9.56.1/tesseract/unittest/tesseract_leaksanitizer.supp ghostscript-9.56.1/tesseract/unittest/textlineprojection_test.cc ghostscript-9.56.1/tesseract/unittest/tfile_test.cc ghostscript-9.56.1/tesseract/unittest/third_party/ ghostscript-9.56.1/tesseract/unittest/third_party/utf/ ghostscript-9.56.1/tesseract/unittest/third_party/utf/rune.c ghostscript-9.56.1/tesseract/unittest/third_party/utf/utf.h ghostscript-9.56.1/tesseract/unittest/third_party/utf/utfdef.h ghostscript-9.56.1/tesseract/unittest/unichar_test.cc ghostscript-9.56.1/tesseract/unittest/unicharcompress_test.cc ghostscript-9.56.1/tesseract/unittest/unicharset_test.cc ghostscript-9.56.1/tesseract/unittest/util/ ghostscript-9.56.1/tesseract/unittest/util/utf8/ ghostscript-9.56.1/tesseract/unittest/util/utf8/unicodetext.cc ghostscript-9.56.1/tesseract/unittest/util/utf8/unicodetext.h ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib.cc ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib.h ghostscript-9.56.1/tesseract/unittest/util/utf8/unilib_utf8_utils.h ghostscript-9.56.1/tesseract/unittest/validate_grapheme_test.cc ghostscript-9.56.1/tesseract/unittest/validate_indic_test.cc ghostscript-9.56.1/tesseract/unittest/validate_khmer_test.cc ghostscript-9.56.1/tesseract/unittest/validate_myanmar_test.cc ghostscript-9.56.1/tesseract/unittest/validator_test.cc ghostscript-9.56.1/toolbin/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Application.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Application.myapp ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/AssemblyInfo.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Resources.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Resources.resx ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Settings.Designer.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff/Settings.settings ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff.vb ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/Acrobat2Tiff.vbproj ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/ ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.exe ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.vshost.exe ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Acrobat2Tiff.xml ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff/bin/Release/Interop.Acrobat.dll ghostscript-9.56.1/toolbin/Acrobat2Tiff/Acrobat2Tiff.sln ghostscript-9.56.1/toolbin/GenSubstCID.ps ghostscript-9.56.1/toolbin/afmutil.py ghostscript-9.56.1/toolbin/apitest.pl ghostscript-9.56.1/toolbin/bmpcmp.c ghostscript-9.56.1/toolbin/bmpcmp.sln ghostscript-9.56.1/toolbin/bmpcmp.vcxproj ghostscript-9.56.1/toolbin/bmpcmptab.h ghostscript-9.56.1/toolbin/bugsByEngineer.pl ghostscript-9.56.1/toolbin/build_bmpcmp.sh ghostscript-9.56.1/toolbin/checkdeps.pl ghostscript-9.56.1/toolbin/color/ ghostscript-9.56.1/toolbin/color/icc_creator/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/cmyk_k_ouput_only.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_cmyk.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_gray.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC Profiles/ps_emulate_rgb.icc ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/CIELAB.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.rc ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj.filters ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_CreatorDlg.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/ICC_CreatorDlg.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc34.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc_create.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/icc_create.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/ ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/ICC_Creator.rc2 ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/gsimage_.ico ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/res/gswin.ico ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/resource.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/stdafx.cpp ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/stdafx.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator/targetver.h ghostscript-9.56.1/toolbin/color/icc_creator/ICC_Creator.sln ghostscript-9.56.1/toolbin/color/icc_creator/README.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/ ghostscript-9.56.1/toolbin/color/icc_creator/effects/black_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/c_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/cyan_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/k_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/m_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/magenta_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/effects/y_only.txt ghostscript-9.56.1/toolbin/color/icc_creator/effects/yellow_output.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/ ghostscript-9.56.1/toolbin/color/icc_creator/example/README.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/artifex_blue_purple.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/artifex_tritone.icc ghostscript-9.56.1/toolbin/color/icc_creator/example/cielab_values.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/color_names.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/duotone.pdf ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone.pdf ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone_cielab.txt ghostscript-9.56.1/toolbin/color/icc_creator/example/tritone_names.txt ghostscript-9.56.1/toolbin/color/icc_creator/max_k.icc ghostscript-9.56.1/toolbin/color/icc_creator/nclr/ ghostscript-9.56.1/toolbin/color/icc_creator/nclr/Artifex_6CLR.icc ghostscript-9.56.1/toolbin/color/icc_creator/no_k.icc ghostscript-9.56.1/toolbin/color/icc_creator/ucr_bg_max_k.txt ghostscript-9.56.1/toolbin/color/icc_creator/ucr_bg_no_k.txt ghostscript-9.56.1/toolbin/color/named_color/ ghostscript-9.56.1/toolbin/color/named_color/named_color_table.txt ghostscript-9.56.1/toolbin/color/named_color/named_colors.pdf ghostscript-9.56.1/toolbin/color/src_color/ ghostscript-9.56.1/toolbin/color/src_color/cmyk_des_renderintent.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_cyan.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_magenta.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_renderintent.icc ghostscript-9.56.1/toolbin/color/src_color/cmyk_src_yellow.icc ghostscript-9.56.1/toolbin/color/src_color/objsrc_profiles_example.txt ghostscript-9.56.1/toolbin/color/src_color/rgb_source_blue.icc ghostscript-9.56.1/toolbin/color/src_color/rgb_source_green.icc ghostscript-9.56.1/toolbin/color/src_color/rgb_source_red.icc ghostscript-9.56.1/toolbin/drawafm.ps ghostscript-9.56.1/toolbin/encs2c.ps ghostscript-9.56.1/toolbin/errlist.tcl ghostscript-9.56.1/toolbin/extractFonts.ps ghostscript-9.56.1/toolbin/extractICCprofiles.ps ghostscript-9.56.1/toolbin/gen_ldf_jb2.py ghostscript-9.56.1/toolbin/genfontmap.ps ghostscript-9.56.1/toolbin/gitlog2changelog.py ghostscript-9.56.1/toolbin/gitsetup.sh ghostscript-9.56.1/toolbin/gsmake ghostscript-9.56.1/toolbin/gsmake.tcl ghostscript-9.56.1/toolbin/halftone/ ghostscript-9.56.1/toolbin/halftone/ETS/ ghostscript-9.56.1/toolbin/halftone/ETS/README.txt ghostscript-9.56.1/toolbin/halftone/ETS/ei03.pdf ghostscript-9.56.1/toolbin/halftone/ETS/ets.c ghostscript-9.56.1/toolbin/halftone/ETS/ets.h ghostscript-9.56.1/toolbin/halftone/ETS/ipview.html ghostscript-9.56.1/toolbin/halftone/ETS/test_ets.c ghostscript-9.56.1/toolbin/halftone/ETS/tm.h ghostscript-9.56.1/toolbin/halftone/ETS/win32/ ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.sln ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.vcxproj ghostscript-9.56.1/toolbin/halftone/ETS/win32/ETS.vcxproj.filters ghostscript-9.56.1/toolbin/halftone/README ghostscript-9.56.1/toolbin/halftone/gen_ordered/ ghostscript-9.56.1/toolbin/halftone/gen_ordered/Makefile ghostscript-9.56.1/toolbin/halftone/gen_ordered/README ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered.sln ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered.vcproj ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered_example.ps ghostscript-9.56.1/toolbin/halftone/gen_ordered/gen_ordered_main.c ghostscript-9.56.1/toolbin/halftone/gen_stochastic/ ghostscript-9.56.1/toolbin/halftone/gen_stochastic/README ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.c ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.sln ghostscript-9.56.1/toolbin/halftone/gen_stochastic/gen_stochastic.vcproj ghostscript-9.56.1/toolbin/halftone/thresh_remap/ ghostscript-9.56.1/toolbin/halftone/thresh_remap/README ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.c ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.sln ghostscript-9.56.1/toolbin/halftone/thresh_remap/thresh_remap.vcproj ghostscript-9.56.1/toolbin/headercompile.pl ghostscript-9.56.1/toolbin/headers.tcl ghostscript-9.56.1/toolbin/htmldiff.pl ghostscript-9.56.1/toolbin/jpxtopdf.c ghostscript-9.56.1/toolbin/leaks.tcl ghostscript-9.56.1/toolbin/localcluster/ ghostscript-9.56.1/toolbin/localcluster/clusterpush.pl ghostscript-9.56.1/toolbin/localcluster/clusterpush.txt ghostscript-9.56.1/toolbin/localcluster/gitpush.sh ghostscript-9.56.1/toolbin/localcluster/readme ghostscript-9.56.1/toolbin/makehist.tcl ghostscript-9.56.1/toolbin/memory.py ghostscript-9.56.1/toolbin/ocheck.py ghostscript-9.56.1/toolbin/performance.pl ghostscript-9.56.1/toolbin/pre.chk ghostscript-9.56.1/toolbin/pre.tcl ghostscript-9.56.1/toolbin/precheck.tcl ghostscript-9.56.1/toolbin/pscet_status.pl ghostscript-9.56.1/toolbin/scan_ps_dicts.ps ghostscript-9.56.1/toolbin/search/ ghostscript-9.56.1/toolbin/search/README ghostscript-9.56.1/toolbin/search-svn-revs ghostscript-9.56.1/toolbin/split_changelog.py ghostscript-9.56.1/toolbin/squeeze2html.pl ghostscript-9.56.1/toolbin/squeeze2text.py ghostscript-9.56.1/toolbin/suite.tcl ghostscript-9.56.1/toolbin/tests/ ghostscript-9.56.1/toolbin/tests/README ghostscript-9.56.1/toolbin/tests/build_revision.py ghostscript-9.56.1/toolbin/tests/check_all.py ghostscript-9.56.1/toolbin/tests/check_comments.py ghostscript-9.56.1/toolbin/tests/check_dirs.py ghostscript-9.56.1/toolbin/tests/check_docrefs.py ghostscript-9.56.1/toolbin/tests/cmpi.py ghostscript-9.56.1/toolbin/tests/collate.py ghostscript-9.56.1/toolbin/tests/compare_checksumdb.py ghostscript-9.56.1/toolbin/tests/compare_checksums.py ghostscript-9.56.1/toolbin/tests/dump_checksum.py ghostscript-9.56.1/toolbin/tests/dump_checksum_plus.py ghostscript-9.56.1/toolbin/tests/dump_checksum_raw.py ghostscript-9.56.1/toolbin/tests/find_unique_file.py ghostscript-9.56.1/toolbin/tests/fuzzy.c ghostscript-9.56.1/toolbin/tests/get_baseline_log.py ghostscript-9.56.1/toolbin/tests/get_baselines.py ghostscript-9.56.1/toolbin/tests/gscheck_all.py ghostscript-9.56.1/toolbin/tests/gscheck_fuzzypdf.py ghostscript-9.56.1/toolbin/tests/gscheck_pdfwrite.py ghostscript-9.56.1/toolbin/tests/gscheck_raster.py ghostscript-9.56.1/toolbin/tests/gscheck_testfiles.py ghostscript-9.56.1/toolbin/tests/gsconf.py ghostscript-9.56.1/toolbin/tests/gsparamsets.py ghostscript-9.56.1/toolbin/tests/gssum.py ghostscript-9.56.1/toolbin/tests/gstestgs.py ghostscript-9.56.1/toolbin/tests/gstestutils.py ghostscript-9.56.1/toolbin/tests/gsutil.py ghostscript-9.56.1/toolbin/tests/gsvalidate.py ghostscript-9.56.1/toolbin/tests/main.py ghostscript-9.56.1/toolbin/tests/make_baselinedb.py ghostscript-9.56.1/toolbin/tests/make_testdb.py ghostscript-9.56.1/toolbin/tests/make_two_pdfversions ghostscript-9.56.1/toolbin/tests/make_two_versions ghostscript-9.56.1/toolbin/tests/myoptparse.py ghostscript-9.56.1/toolbin/tests/rasterdb.py ghostscript-9.56.1/toolbin/tests/regen_baseline.py ghostscript-9.56.1/toolbin/tests/regen_filelist.py ghostscript-9.56.1/toolbin/tests/revert_baseline ghostscript-9.56.1/toolbin/tests/revert_pdfbaseline ghostscript-9.56.1/toolbin/tests/run_nightly ghostscript-9.56.1/toolbin/tests/run_nightly.py ghostscript-9.56.1/toolbin/tests/run_parallel ghostscript-9.56.1/toolbin/tests/run_regression.py ghostscript-9.56.1/toolbin/tests/run_series.py ghostscript-9.56.1/toolbin/tests/testdiff.py ghostscript-9.56.1/toolbin/tests/update_baseline.py ghostscript-9.56.1/toolbin/tests/update_specific ghostscript-9.56.1/toolbin/tests/updatelist.py ghostscript-9.56.1/toolbin/tests/updatelistpdf.py ghostscript-9.56.1/toolbin/tests/validate.py ghostscript-9.56.1/toolbin/tif_config.h.for.bmpcmp ghostscript-9.56.1/toolbin/tiffconf.h.for.bmpcmp ghostscript-9.56.1/toolbin/tmake.tcl ghostscript-9.56.1/toolbin/vdb.pl ghostscript-9.56.1/toolbin/vg_bugs.supp ghostscript-9.56.1/toolbin/vg_okay.supp ghostscript-9.56.1/toolbin/vgbatch.pl ghostscript-9.56.1/windows/ ghostscript-9.56.1/windows/All.vcproj ghostscript-9.56.1/windows/All.vcxproj ghostscript-9.56.1/windows/GhostPDL.sln ghostscript-9.56.1/windows/Ghostscript-winrt.sln ghostscript-9.56.1/windows/ghostpcl-ufst.vcproj ghostscript-9.56.1/windows/ghostpcl.vcproj ghostscript-9.56.1/windows/ghostpcl.vcxproj ghostscript-9.56.1/windows/ghostpcl.vcxproj.filters ghostscript-9.56.1/windows/ghostpdf.vcproj ghostscript-9.56.1/windows/ghostpdf.vcxproj ghostscript-9.56.1/windows/ghostpdf.vcxproj.filters ghostscript-9.56.1/windows/ghostpdl.vcproj ghostscript-9.56.1/windows/ghostpdl.vcxproj ghostscript-9.56.1/windows/ghostpdl.vcxproj.filters ghostscript-9.56.1/windows/ghostscript-ufst.vcproj ghostscript-9.56.1/windows/ghostscript.vcproj ghostscript-9.56.1/windows/ghostscript.vcxproj ghostscript-9.56.1/windows/ghostscript.vcxproj.filters ghostscript-9.56.1/windows/ghostscript_rt.vcxproj ghostscript-9.56.1/windows/ghostxps.vcproj ghostscript-9.56.1/windows/ghostxps.vcxproj ghostscript-9.56.1/windows/ghostxps.vcxproj.filters phase `unpack' succeeded after 19.5 seconds starting phase `bootstrap' GNU build system bootstrapping not needed phase `bootstrap' succeeded after 0.0 seconds starting phase `patch-usr-bin-file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' patch-/usr/bin/file: ./ijs/configure: changing `/usr/bin/file' to `/gnu/store/64rbvi99abkjgrvw1ra0mwlpk5njfhhr-file-5.44/bin/file' phase `patch-usr-bin-file' succeeded after 2.2 seconds starting phase `patch-source-shebangs' patch-shebang: ./autogen.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./base/catmake: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./base/instcopy: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./config.guess: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./config.sub: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./configure: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./contrib/epson740/ps-to-printer.fpi_rh5.2: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./contrib/opvp/build_opv_harness.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./contrib/pcl3/lib/cups-pcl3: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./contrib/pcl3/lib/if-pcl3: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./contrib/pcl3/ppd/catppd: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./demos/csharp/linux/gtk_viewer/make.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/gsjava/build_darwin.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/gsjava/build_linux.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/gsviewer/build_darwin.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/gsviewer/build_linux.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/gsviewer/start_darwin.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/gsviewer/start_linux.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/jni/gs_jni/build_darwin.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/jni/gs_jni/build_linux.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/mtdemo/build_darwin.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/mtdemo/build_linux.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/mtdemo/runmtd_darwin.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/java/mtdemo/runmtd_linux.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./demos/python/examples.py: changing `/usr/bin/env python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./demos/python/gsapi.py: changing `/usr/bin/env python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./extract/src/docx_template_build.py: changing `/usr/bin/env python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./extract/src/memento.py: changing `/usr/bin/env python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./ijs/autogen.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ijs/compile: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ijs/config.guess: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ijs/config.sub: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ijs/configure: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ijs/install-sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ijs/libtool: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./ijs/ltmain.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ijs/missing: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./install-sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./ios/build_ios_gslib.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./lcms2mt/autogen.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/compile: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/config.guess: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/config.sub: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/configure: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/depcomp: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/install-sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/ltmain.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lcms2mt/missing: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./leptonica/autogen.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./leptonica/make-for-auto: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./leptonica/make-for-local: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./leptonica/prog/pdf2jpeg: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/pdf2mtiff: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/pdf2png: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/pdf2png-binary: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/pdf2png-color: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/pdf2png-gray: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/pdf2tiff: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/ps2jpeg: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/ps2png: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/ps2png-binary: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/ps2png-color: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/ps2png-gray: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/ps2tiff: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./leptonica/prog/reg_wrapper.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/afmdiff.awk: changing `/usr/bin/awk' to `/gnu/store/y785zjvb5xqb22va7crzd9ifz8bj63i0-gawk-5.2.1/bin/awk' patch-shebang: ./lib/dvipdf: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/eps2eps: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/gsbj: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/gsdj: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/gsdj500: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/gslj: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/gslp: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/gsnd: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/lprsetup.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/pdf2dsc: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/pdf2ps: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/pf2afm: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/pfbtopfa: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/pphs: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/printafm: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2ascii: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2epsi: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2pdf: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2pdf12: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2pdf13: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2pdf14: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2pdfwr: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2ps: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/ps2ps2: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./lib/unix-lpr.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./tesseract/autogen.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./tesseract/doc/generate_manpages.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./tesseract/src/lstm/generate_lut.py: changing `/usr/bin/env python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./tesseract/src/training/language-specific.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./tesseract/src/training/language_specific.py: changing `/usr/bin/env python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./tesseract/src/training/tesstrain.py: changing `/usr/bin/env python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./tesseract/src/training/tesstrain.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./tesseract/src/training/tesstrain_utils.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./tesseract/unittest/fuzzers/oss-fuzz-build.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./toolbin/afmutil.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/apitest.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/bugsByEngineer.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/checkdeps.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/errlist.tcl: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./toolbin/gen_ldf_jb2.py: changing `/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/gitlog2changelog.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/gitsetup.sh: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./toolbin/gsmake: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./toolbin/gsmake.tcl: changing `/usr/bin/tclsh' to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin/tclsh' patch-shebang: ./toolbin/headercompile.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/headers.tcl: changing `/usr/bin/tclsh' to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin/tclsh' patch-shebang: ./toolbin/htmldiff.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/leaks.tcl: changing `/usr/bin/tclsh' to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin/tclsh' patch-shebang: ./toolbin/localcluster/clusterpush.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/localcluster/gitpush.sh: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./toolbin/makehist.tcl: changing `/usr/bin/tclsh' to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin/tclsh' patch-shebang: ./toolbin/memory.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/ocheck.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/performance.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/pre.tcl: changing `/usr/bin/tclsh' to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin/tclsh' patch-shebang: ./toolbin/precheck.tcl: changing `/usr/bin/tclsh' to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin/tclsh' patch-shebang: ./toolbin/pscet_status.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/search-svn-revs: changing `/bin/bash' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash' patch-shebang: ./toolbin/split_changelog.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/squeeze2html.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/squeeze2text.py: changing `/usr/bin/python3' to `/gnu/store/km9gir78gcr9p42j6sz7j30k1nsc38wg-python-minimal-3.10.7/bin/python3' patch-shebang: ./toolbin/suite.tcl: changing `/usr/bin/tclsh' to `/gnu/store/dvym3hgbbvmqzz8w789g4i08lq79jlxm-tcl-8.6.12/bin/tclsh' patch-shebang: ./toolbin/tests/build_revision.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/check_all.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/check_comments.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/check_dirs.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/check_docrefs.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/cmpi.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/collate.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/compare_checksumdb.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/compare_checksums.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/dump_checksum.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/dump_checksum_plus.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/dump_checksum_raw.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/find_unique_file.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/get_baseline_log.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/get_baselines.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/gscheck_all.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/gscheck_fuzzypdf.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/gscheck_pdfwrite.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/gscheck_raster.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/gscheck_testfiles.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/main.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/make_baselinedb.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/make_testdb.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/make_two_pdfversions: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/make_two_versions: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/myoptparse.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/regen_baseline.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/regen_filelist.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/revert_baseline: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/revert_pdfbaseline: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/run_nightly: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./toolbin/tests/run_nightly.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/run_parallel: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/run_regression.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/run_series.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/testdiff.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/update_baseline.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/update_specific: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/updatelist.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/updatelistpdf.py: changing `/usr/bin/python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tests/validate.py: changing `/usr/bin/env python' to `/gnu/store/nyx81kmhvgh7xndg0bym2s046pfnb2y0-python-minimal-wrapper-3.10.7/bin/python' patch-shebang: ./toolbin/tmake.tcl: changing `/bin/sh' to `/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh' patch-shebang: ./toolbin/vdb.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' patch-shebang: ./toolbin/vgbatch.pl: changing `/usr/bin/perl' to `/gnu/store/48s26s2if3hd2zrrl5l2bhlisa8sp1vi-perl-5.36.0/bin/perl' phase `patch-source-shebangs' succeeded after 34.2 seconds starting phase `create-output-directory' phase `create-output-directory' succeeded after 0.1 seconds starting phase `configure' source directory: "/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1" (relative from build: ".") build directory: "/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1" configure flags: ("CONFIG_SHELL=/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash" "SHELL=/gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/bash" "--prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1" "--enable-fast-install" "--docdir=/gnu/store/h2zcnkxppppzh9518fqgzbz3pmzm3f0v-ghostscript-9.56.1-doc/share/doc/ghostscript" "--build=arm-unknown-linux-gnueabihf" "LDFLAGS=-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib" "--with-system-libtiff" "LIBS=-lz" "ZLIBDIR=/gnu/store/h2dmzjy8536k2jbczj12bi778maj0m3k-zlib-1.2.13/include" "--enable-dynamic" "--disable-compile-inits" "--with-fontpath=/gnu/store/4yi501k7pl62aqpl07n8hvhvj2a7iy11-font-ghostscript-8.11/share/fonts/type1/ghostscript") configure: WARNING: unrecognized options: --enable-fast-install checking build system type... arm-unknown-linux-gnueabihf checking host system type... arm-unknown-linux-gnueabihf checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for a sed that does not truncate output... /gnu/store/d3rc9s657x28dghr9difk1ihkv01xq2s-sed-4.8/bin/sed checking for ranlib... ranlib checking for pkg-config... /gnu/store/06rv593z3fhqmdpw9la02y7pd0i3jylb-pkg-config-0.29.2/bin/pkg-config checking for strip... /gnu/store/afssjhjjp55kly77cpqsqsik0470j80f-binutils-2.38/bin/strip checking if compiler supports restrict... yes checking supported compiler flags... -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -gdwarf-2 -g3 -O0 -fvisibility=hidden ...done. checking compiler/linker address santizer support... ...done. checking compiler/linker address santizer build warnings support... ...done. checking for grep that handles long lines and -e... /gnu/store/r7y2p2dm4d7d39lw6ds0cxjrybc8699l-grep-3.8/bin/grep checking for egrep... /gnu/store/r7y2p2dm4d7d39lw6ds0cxjrybc8699l-grep-3.8/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking sse2 support... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking sys/dir.h usability... yes checking sys/dir.h presence... yes checking for sys/dir.h... yes checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking for inttypes.h... (cached) yes checking if make is GNU make... yes checking sys/window.h usability... no checking sys/window.h presence... no checking for sys/window.h... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for struct stat.st_blocks... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for dlopen in -ldl... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking size of unsigned long long... 8 checking for cos in -lm... yes checking for pread... yes checking for pwrite... yes checking whether pwrite is declared... yes checking whether pread is declared... yes checking whether popen is declared... yes checking for pthread_create in -lpthread... yes checking for recursive mutexes... PTHREAD_MUTEX_RECURSIVE checking for local Tesseract library source... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking supported C++ compiler flags... -std=c++17 -std=c++17 checking sse4.1 support... no checking avx support... no checking avx2 support... no checking fma support... no checking neon support... yes checking for iconv_open... yes checking for libidn with pkg-config... no checking for stringprep in -lidn... no checking for systempapername in -lpaper... yes checking paper.h usability... yes checking paper.h presence... yes checking for paper.h... yes checking for fontconfig with pkg-config... yes checking for dbus with pkg-config... no checking for dbus_message_iter_get_basic in -ldbus... no checking for local freetype library source... no checking for system freetype2 >= 2.4.2 with pkg-config... yes checking for local jpeg library source... no checking for jpeg_set_defaults in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jmemsys.h... no checking for local zlib source... no checking for deflate in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for local png library source... no checking for png_create_write_struct in -lpng... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for local lcms2mt library source... yes checking for libtiff with pkg-config... yes checking for cups-config... no checking cups/cups.h usability... no checking cups/cups.h presence... no checking for cups/cups.h... no checking for local ijs library source... yes checking for local jbig2dec library source... no checking for jbig2dec 0.19 with pkg-config... yes checking for fseeko... yes checking whether lrintf is declared... yes checking for local OpenJPEG library source... yes checking for memalign... yes checking for URF support... checking for local CAL library source... no checking for GTK+ 3.x... no checking for GTK+ 2.x... no checking for X... no checking Checking for "extract" in default location... yes checking for mkstemp... yes checking for fopen64... yes checking for fseeko... (cached) yes checking for mkstemp64... yes checking for setlocale... yes checking for strerror... yes checking for isnan... yes checking for isinf... yes checking for fpclassify... no checking whether gcc needs -traditional... no checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for vprintf... yes checking for _doprnt... no checking for bzero... yes checking for dup2... yes checking for floor... yes checking for gettimeofday... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for mkfifo... yes checking for modf... yes checking for pow... yes checking for putenv... yes checking for rint... yes checking for setenv... yes checking for sqrt... yes checking for strchr... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking minimum memory pointer alignment... done checking for sqrtf... yes checking for strnlen... yes checking byteswap support... yes checking for byteswap.h... yes checking whether to explicitly disable strict aliasing... yes configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --enable-fast-install phase `configure' succeeded after 1027.4 seconds starting phase `patch-config-files' phase `patch-config-files' succeeded after 0.6 seconds starting phase `remove-doc-reference' phase `remove-doc-reference' succeeded after 0.1 seconds starting phase `patch-generated-file-shebangs' phase `patch-generated-file-shebangs' succeeded after 6.0 seconds starting phase `build' make -f Makefile so-subtarget BUILDDIRPREFIX=so make[1]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1\ directories make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1\ ./soobj/aux/echogs ./soobj/aux/genarch make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./soobj/aux/echogs ./base/echogs.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./soobj/aux/genarch ./base/genarch.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' GS_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libgs.so.9'\ PCL_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpcl6.so.9' XPS_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gxps.so.9' \ PDL_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpdl.so.9' PDF_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpdf.so.9' \ CFLAGS='-fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1 make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./soobj/aux/genconf ./base/genconf.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz ./soobj/aux/genarch ./soobj/arch.h ./soobj/aux/echogs -w ./soobj/gconfig_.h -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gxfapiu ./soobj/aux/echogs -w ./soobj/jpeglib1.h -x 23 include -x 203c jpeglib.h -x 3e ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpegd_1 -lib jpeg ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpege_1 -lib jpeg ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zlibe_1 -lib z ./soobj/aux/echogs -a ./soobj/gconfig_.h gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ets_0.o -c ./base/ets.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmscam02.o -c ./lcms2mt/src/cmscam02.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmscgats.o -c ./lcms2mt/src/cmscgats.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmscnvrt.o -c ./lcms2mt/src/cmscnvrt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmserr.o -c ./lcms2mt/src/cmserr.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsgamma.o -c ./lcms2mt/src/cmsgamma.c ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_DIRENT_H if ( test -f /usr/include/dirent.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_DIRENT_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_DIRENT_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_NDIR_H if ( test -f /usr/include/ndir.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_NDIR_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_NDIR_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_DIR_H if ( test -f /usr/include/sys/dir.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_NDIR_H if ( test -f /usr/include/sys/ndir.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_TIME_H if ( test -f /usr/include/sys/time.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 ifndef HAVE_SYS_TIMES_H if ( test -f /usr/include/sys/times.h ); then ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 1; \ else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 0; fi ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 endif ./soobj/aux/echogs -a ./soobj/gconfig_.h if ( test -f src/jmemsys.h); then true; else ./soobj/aux/echogs -a ./soobj/gconfig_.h -x 23 define DONT_HAVE_JMEMSYS_H; fi gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsgmt.o -c ./lcms2mt/src/cmsgmt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmshalf.o -c ./lcms2mt/src/cmshalf.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsintrp.o -c ./lcms2mt/src/cmsintrp.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsio0.o -c ./lcms2mt/src/cmsio0.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsio1.o -c ./lcms2mt/src/cmsio1.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmslut.o -c ./lcms2mt/src/cmslut.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsmd5.o -c ./lcms2mt/src/cmsmd5.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsmtrx.o -c ./lcms2mt/src/cmsmtrx.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsnamed.o -c ./lcms2mt/src/cmsnamed.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsopt.o -c ./lcms2mt/src/cmsopt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmspack.o -c ./lcms2mt/src/cmspack.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmspcs.o -c ./lcms2mt/src/cmspcs.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsplugin.o -c ./lcms2mt/src/cmsplugin.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsps2.o -c ./lcms2mt/src/cmsps2.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmssamp.o -c ./lcms2mt/src/cmssamp.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmstypes.o -c ./lcms2mt/src/cmstypes.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsvirt.o -c ./lcms2mt/src/cmsvirt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmswtpnt.o -c ./lcms2mt/src/cmswtpnt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsxform.o -c ./lcms2mt/src/cmsxform.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./soobj/cmsalpha.o -c ./lcms2mt/src/cmsalpha.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jbig2dec_1 -lib jbig2dec gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_bio.o -c ./openjpeg/src/lib/openjp2/bio.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_cidx_manager.o -c ./openjpeg/src/lib/openjp2/cidx_manager.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_cio.o -c ./openjpeg/src/lib/openjp2/cio.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_dwt.o -c ./openjpeg/src/lib/openjp2/dwt.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_event.o -c ./openjpeg/src/lib/openjp2/event.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_function_list.o -c ./openjpeg/src/lib/openjp2/function_list.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_image.o -c ./openjpeg/src/lib/openjp2/image.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_invert.o -c ./openjpeg/src/lib/openjp2/invert.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_j2k.o -c ./openjpeg/src/lib/openjp2/j2k.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_jp2.o -c ./openjpeg/src/lib/openjp2/jp2.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_mct.o -c ./openjpeg/src/lib/openjp2/mct.c ./openjpeg/src/lib/openjp2/j2k.c:6605:12: warning: function declaration isn?t a prototype [-Wstrict-prototypes] 6605 | static int opj_j2k_get_default_thread_count() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_mqc.o -c ./openjpeg/src/lib/openjp2/mqc.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_openjpeg.o -c ./openjpeg/src/lib/openjp2/openjpeg.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_phix_manager.o -c ./openjpeg/src/lib/openjp2/phix_manager.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_pi.o -c ./openjpeg/src/lib/openjp2/pi.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_ppix_manager.o -c ./openjpeg/src/lib/openjp2/ppix_manager.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_t1.o -c ./openjpeg/src/lib/openjp2/t1.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_t2.o -c ./openjpeg/src/lib/openjp2/t2.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_tcd.o -c ./openjpeg/src/lib/openjp2/tcd.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_tgt.o -c ./openjpeg/src/lib/openjp2/tgt.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_thix_manager.o -c ./openjpeg/src/lib/openjp2/thix_manager.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_tpix_manager.o -c ./openjpeg/src/lib/openjp2/tpix_manager.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_thread.o -c ./openjpeg/src/lib/openjp2/thread.c gcc -DOPJ_STATIC -I./soobj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/opj_sparse_array.o -c ./openjpeg/src/lib/openjp2/sparse_array.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/siscale_0 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsagl.o -c ./base/gsagl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_alloc.o -c extract/src/alloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_astring.o -c extract/src/astring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_buffer.o -c extract/src/buffer.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_document.o -c extract/src/document.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_docx.o -c extract/src/docx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_docx_template.o -c extract/src/docx_template.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_extract.o -c extract/src/extract.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_html.o -c extract/src/html.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_join.o -c extract/src/join.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_mem.o -c extract/src/mem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_odt.o -c extract/src/odt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_odt_template.o -c extract/src/odt_template.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_outf.o -c extract/src/outf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_sys.o -c extract/src/sys.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_text.o -c extract/src/text.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_xml.o -c extract/src/xml.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o soobj/extract_zip.o -c extract/src/zip.c gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./soobj/aux/packps ./base/pack_ps.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/whitelst.o -c ./devices/vector/whitelst.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/evenbetter-rll.o -c ./devices/rinkj/evenbetter-rll.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-device.o -c ./devices/rinkj/rinkj-device.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-config.o -c ./devices/rinkj/rinkj-config.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-dither.o -c ./devices/rinkj/rinkj-dither.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-screen-eb.o -c ./devices/rinkj/rinkj-screen-eb.c ./soobj/aux/echogs -I./ijs gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/ijs.o -c ./ijs/ijs.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/ijs_server.o -c ./ijs/ijs_server.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/ijs_client.o -c ./ijs/ijs_client.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/ijs_exec_unix.o -c ./ijs/ijs_exec_unix.c mkdir ./soobj/tesseract ./soobj/aux/echogs -w ./soobj/tesseract/version.h -x 23 define TESSERACT_VERSION_STR -x 2022 5.0.0-beta-gs -x 22 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_adaptmap.o -c leptonica/src/adaptmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_affine.o -c leptonica/src/affine.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_affinecompose.o -c leptonica/src/affinecompose.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_arrayaccess.o -c leptonica/src/arrayaccess.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_baseline.o -c leptonica/src/baseline.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bbuffer.o -c leptonica/src/bbuffer.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bilateral.o -c leptonica/src/bilateral.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bilinear.o -c leptonica/src/bilinear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_binexpand.o -c leptonica/src/binexpand.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_binreduce.o -c leptonica/src/binreduce.c leptonica/src/baseline.c: In function ?pixGetLocalSkewTransform?: leptonica/src/baseline.c:451:5: warning: ?dely? may be used uninitialized in this function [-Wmaybe-uninitialized] 451 | ptaAddPt(ptas, w - 1, i - dely); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_blend.o -c leptonica/src/blend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bmf.o -c leptonica/src/bmf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bmpio.o -c leptonica/src/bmpio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bmpiostub.o -c leptonica/src/bmpiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bootnumgen1.o -c leptonica/src/bootnumgen1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bootnumgen2.o -c leptonica/src/bootnumgen2.c leptonica/src/bmf.c: In function ?pixaGenerateFont?: leptonica/src/bmf.c:624:21: warning: ?yval? may be used uninitialized in this function [-Wmaybe-uninitialized] 624 | baseline[i] = yval; | ~~~~~~~~~~~~^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bootnumgen3.o -c leptonica/src/bootnumgen3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bootnumgen4.o -c leptonica/src/bootnumgen4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_boxbasic.o -c leptonica/src/boxbasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_boxfunc1.o -c leptonica/src/boxfunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_boxfunc2.o -c leptonica/src/boxfunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_boxfunc3.o -c leptonica/src/boxfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_boxfunc4.o -c leptonica/src/boxfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_boxfunc5.o -c leptonica/src/boxfunc5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_bytearray.o -c leptonica/src/bytearray.c leptonica/src/boxfunc2.c: In function ?boxTransformOrdered?: leptonica/src/boxfunc2.c:440:27: warning: ?cosa? may be used uninitialized in this function [-Wmaybe-uninitialized] 440 | rh = L_ABS(th * cosa) + L_ABS(tw * sina); | ^ leptonica/src/boxfunc2.c:439:46: warning: ?sina? may be used uninitialized in this function [-Wmaybe-uninitialized] 439 | rw = L_ABS(tw * cosa) + L_ABS(th * sina); | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_ccbord.o -c leptonica/src/ccbord.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_classapp.o -c leptonica/src/classapp.c leptonica/src/boxfunc2.c: In function ?boxaaTranspose?: leptonica/src/boxfunc2.c:1853:19: warning: ?nbox? may be used uninitialized in this function [-Wmaybe-uninitialized] 1853 | for (i = 0; i < nbox; i++) { | ~~^~~~~~ leptonica/src/boxfunc2.c: In function ?boxaaAlignBox?: leptonica/src/boxfunc2.c:1929:17: warning: ?maxindex? may be used uninitialized in this function [-Wmaybe-uninitialized] 1929 | *pindex = maxindex; | ~~~~~~~~^~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_colorcontent.o -c leptonica/src/colorcontent.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_coloring.o -c leptonica/src/coloring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_colormap.o -c leptonica/src/colormap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_colormorph.o -c leptonica/src/colormorph.c leptonica/src/colormap.c: In function ?pixcmapReadStream?: leptonica/src/colormap.c:1793:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1793 | l_int32 rval, gval, bval, aval, ignore; | ^~~~~~ leptonica/src/ccbord.c: In function ?pixGetAllCCBorders?: leptonica/src/ccbord.c:1037:16: warning: ?xs? may be used uninitialized in this function [-Wmaybe-uninitialized] 1037 | if (px == fpx && py == fpy && npx == spx && npy == spy) | ~~~^~~~~~ leptonica/src/ccbord.c:657:11: note: ?xs? was declared here 657 | l_int32 xs, ys; /* starting hole border pixel, relative in pixs */ | ^~ leptonica/src/ccbord.c:731:16: warning: ?xh? may be used uninitialized in this function [-Wmaybe-uninitialized] 731 | for (x = xh + boxt->x; x < w; x++) { /* look for (fg) border pixel */ | ~~^~~~~~~~~~~~~~ leptonica/src/ccbord.c:656:26: note: ?xh? was declared here 656 | l_int32 allzero, i, x, xh, w, nh; | ^~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_colorquant1.o -c leptonica/src/colorquant1.c leptonica/src/classapp.c: In function ?boxaExtractSortedPattern?: leptonica/src/classapp.c:707:5: warning: ?nad? may be used uninitialized in this function [-Wmaybe-uninitialized] 707 | numaaAddNuma(naa, nad, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/ccbord.c: In function ?ccbaDisplayImage1?: leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:25: note: ?spy? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:20: note: ?spx? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1130:8: warning: ?fpy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:15: note: ?fpy? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?fpx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:10: note: ?fpx? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_colorquant2.o -c leptonica/src/colorquant2.c leptonica/src/ccbord.c: In function ?ccbaDisplayImage2?: leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:2128:25: note: ?spy? was declared here 2128 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:2128:20: note: ?spx? was declared here 2128 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_colorseg.o -c leptonica/src/colorseg.c leptonica/src/colorcontent.c: In function ?pixColorContent?: leptonica/src/colorcontent.c:214:36: warning: ?datab? may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | l_uint32 *data1, *datar, *datag, *datab, *line1, *liner, *lineg, *lineb; | ^~~~~ leptonica/src/colorcontent.c:211:42: warning: ?wplb? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ leptonica/src/colorcontent.c:214:28: warning: ?datag? may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | l_uint32 *data1, *datar, *datag, *datab, *line1, *liner, *lineg, *lineb; | ^~~~~ leptonica/src/colorcontent.c:211:36: warning: ?wplg? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ leptonica/src/colorcontent.c:214:20: warning: ?datar? may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | l_uint32 *data1, *datar, *datag, *datab, *line1, *liner, *lineg, *lineb; | ^~~~~ leptonica/src/colorcontent.c:211:30: warning: ?wplr? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_colorspace.o -c leptonica/src/colorspace.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_compare.o -c leptonica/src/compare.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_conncomp.o -c leptonica/src/conncomp.c leptonica/src/colormap.c: In function ?pixcmapToArrays?: leptonica/src/colormap.c:1999:34: warning: ?amap? may be used uninitialized in this function [-Wmaybe-uninitialized] 1999 | l_int32 *rmap, *gmap, *bmap, *amap; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_convertfiles.o -c leptonica/src/convertfiles.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_convolve.o -c leptonica/src/convolve.c leptonica/src/colorseg.c: In function ?pixAssignToNearestColor?: leptonica/src/colorseg.c:428:28: warning: ?datam? may be used uninitialized in this function [-Wmaybe-uninitialized] 428 | l_uint32 *datas, *datad, *datam, *lines, *lined, *linem; | ^~~~~ leptonica/src/colorseg.c:422:30: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 422 | l_int32 w, h, wpls, wpld, wplm, i, j, success; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_correlscore.o -c leptonica/src/correlscore.c leptonica/src/colorquant1.c: In function ?pixOctreeColorQuantGeneral?: leptonica/src/colorquant1.c:699:9: warning: ?cmap? may be used uninitialized in this function [-Wmaybe-uninitialized] 699 | pixcmapResetColor(cmap, index, 255, 255, 255); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dewarp1.o -c leptonica/src/dewarp1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dewarp2.o -c leptonica/src/dewarp2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dewarp3.o -c leptonica/src/dewarp3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dewarp4.o -c leptonica/src/dewarp4.c leptonica/src/dewarp1.c: In function ?dewarpReadStream?: leptonica/src/correlscore.c: In function ?pixCorrelationScoreThresholded?: leptonica/src/dewarp1.c:1255:26: warning: ?fpixv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1255 | dew->sampvdispar = fpixv; | ~~~~~~~~~~~~~~~~~^~~~~~~ leptonica/src/dewarp1.c:1263:26: warning: ?fpixh? may be used uninitialized in this function [-Wmaybe-uninitialized] 1263 | dew->samphdispar = fpixh; | ~~~~~~~~~~~~~~~~~^~~~~~~ leptonica/src/correlscore.c:547:42: warning: ?untouchable? may be used uninitialized in this function [-Wmaybe-uninitialized] 547 | if (count + downcount[y] - untouchable < threshold) { | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dnabasic.o -c leptonica/src/dnabasic.c leptonica/src/convolve.c: In function ?pixWindowedVariance?: leptonica/src/convolve.c:1296:21: warning: ?linerv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~~ leptonica/src/convolve.c:1296:13: warning: ?linev? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~ leptonica/src/convolve.c:1296:38: warning: ?datarv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~~ leptonica/src/convolve.c:1293:56: warning: ?wplrv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1293 | l_int32 i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms; | ^~~~~ leptonica/src/convolve.c:1296:30: warning: ?datav? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~ leptonica/src/convolve.c:1293:50: warning: ?wplv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1293 | l_int32 i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dnafunc1.o -c leptonica/src/dnafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dnahash.o -c leptonica/src/dnahash.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dwacomb.2.o -c leptonica/src/dwacomb.2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_dwacomblow.2.o -c leptonica/src/dwacomblow.2.c In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/dewarp2.c: In function ?dewarpBuildPageModel?: leptonica/src/environ.h:550:14: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:39: note: ?ybot? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?ytop? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:33: note: ?ytop? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?nbot? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:27: note: ?nbot? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?ntop? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:21: note: ?ntop? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ leptonica/src/dewarp2.c:1339:33: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized] 1339 | fraction = (l_float32)(ybot - ytop) / (l_float32)h; | ~~~~~~^~~~~~~ leptonica/src/dewarp2.c:1301:53: note: ?ybot? was declared here 1301 | l_int32 i, n, iy, both_halves, ntop, nbot, ytop, ybot, nmin; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_edge.o -c leptonica/src/edge.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_encoding.o -c leptonica/src/encoding.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_enhance.o -c leptonica/src/enhance.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_fhmtauto.o -c leptonica/src/fhmtauto.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_fhmtgenlow.1.o -c leptonica/src/fhmtgenlow.1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_fmorphauto.o -c leptonica/src/fmorphauto.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_fmorphgen.1.o -c leptonica/src/fmorphgen.1.c leptonica/src/fhmtgenlow.1.c: In function ?fhmt_1_5?: leptonica/src/fhmtgenlow.1.c:273:21: warning: variable ?wpls5? set but not used [-Wunused-but-set-variable] 273 | l_int32 wpls5, wpls6; | ^~~~~ leptonica/src/fhmtgenlow.1.c:272:35: warning: variable ?wpls4? set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ leptonica/src/fhmtgenlow.1.c:272:28: warning: variable ?wpls3? set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_fmorphgenlow.1.o -c leptonica/src/fmorphgenlow.1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_fpix1.o -c leptonica/src/fpix1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_fpix2.o -c leptonica/src/fpix2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_gifiostub.o -c leptonica/src/gifiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_gplot.o -c leptonica/src/gplot.c leptonica/src/enhance.c: In function ?pixUnsharpMaskingGray1D?: leptonica/src/enhance.c:1353:32: warning: ?a[4]? may be used uninitialized in this function [-Wmaybe-uninitialized] 1353 | a[4] * GET_DATA_BYTE(lines, j + 2); leptonica/src/enhance.c:1352:32: warning: ?a[3]? may be used uninitialized in this function [-Wmaybe-uninitialized] 1352 | a[3] * GET_DATA_BYTE(lines, j + 1) + gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_graphics.o -c leptonica/src/graphics.c leptonica/src/gplot.c: In function ?gplotRead?: leptonica/src/gplot.c:1243:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1243 | l_int32 outformat, ret, version, ignore; | ^~~~~~ leptonica/src/gplot.c:1242:47: warning: variable ?ignores? set but not used [-Wunused-but-set-variable] 1242 | char *rootname, *title, *xlabel, *ylabel, *ignores; | ^~~~~~~ leptonica/src/fpix2.c: In function ?linearInterpolatePixelFloat?: leptonica/src/fpix2.c:2282:6: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 2282 | #if DEBUG | ^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_graymorph.o -c leptonica/src/graymorph.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_grayquant.o -c leptonica/src/grayquant.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_heap.o -c leptonica/src/heap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_jbclass.o -c leptonica/src/jbclass.c leptonica/src/graphics.c: In function ?makePlotPtaFromNumaGen?: leptonica/src/graphics.c:1211:16: warning: ?maxh? may be used uninitialized in this function [-Wmaybe-uninitialized] 1211 | ptad = ptaReplicatePattern(pta1, NULL, pta2, linewidth / 2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1212 | linewidth / 2, maxw, maxh); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/graphics.c:1211:16: warning: ?maxw? may be used uninitialized in this function [-Wmaybe-uninitialized] leptonica/src/graphics.c: In function ?pixRenderPtaArb?: leptonica/src/graphics.c:1409:13: warning: ?val? may be used uninitialized in this function [-Wmaybe-uninitialized] 1409 | pixSetPixel(pix, x, y, val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_jp2kheader.o -c leptonica/src/jp2kheader.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_jp2kheaderstub.o -c leptonica/src/jp2kheaderstub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_jp2kiostub.o -c leptonica/src/jp2kiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_jpegiostub.o -c leptonica/src/jpegiostub.c leptonica/src/grayquant.c: In function ?thresholdToBinaryLineLow?: leptonica/src/grayquant.c:617:23: warning: ?sword? may be used uninitialized in this function [-Wmaybe-uninitialized] 617 | sword <<= 8; | ~~~~~~^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_kernel.o -c leptonica/src/kernel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_libversions.o -c leptonica/src/libversions.c leptonica/src/kernel.c: In function ?kernelReadStream?: leptonica/src/kernel.c:565:48: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 565 | l_int32 sy, sx, cy, cx, i, j, ret, version, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_list.o -c leptonica/src/list.c leptonica/src/libversions.c: In function ?getImagelibVersions?: leptonica/src/libversions.c:107:10: warning: unused variable ?first? [-Wunused-variable] 107 | l_int32 first = TRUE; | ^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_map.o -c leptonica/src/map.c leptonica/src/jbclass.c: In function ?pixWordMaskByDilation?: leptonica/src/jbclass.c:1515:34: warning: ?total? may be used uninitialized in this function [-Wmaybe-uninitialized] 1515 | if (check && count < 0.3 * total) { | ~~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_morph.o -c leptonica/src/morph.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_morphapp.o -c leptonica/src/morphapp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_morphdwa.o -c leptonica/src/morphdwa.c leptonica/src/jbclass.c: In function ?jbGetULCorners?: leptonica/src/jbclass.c:2274:76: warning: ?miny? may be used uninitialized in this function [-Wmaybe-uninitialized] 2274 | ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy)); | ~~~~~~~~~~~^~~~~ leptonica/src/jbclass.c:2274:47: warning: ?minx? may be used uninitialized in this function [-Wmaybe-uninitialized] 2274 | ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy)); | ~~~~~~~~~~~^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_morphseq.o -c leptonica/src/morphseq.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_numabasic.o -c leptonica/src/numabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_numafunc1.o -c leptonica/src/numafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_numafunc2.o -c leptonica/src/numafunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pageseg.o -c leptonica/src/pageseg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_paintcmap.o -c leptonica/src/paintcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_partify.o -c leptonica/src/partify.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_partition.o -c leptonica/src/partition.c leptonica/src/partify.c: In function ?boxaRemoveVGaps.isra?: leptonica/src/partify.c:313:5: warning: ?delta? may be used uninitialized in this function [-Wmaybe-uninitialized] 313 | boxaAdjustBoxSides(boxa, nbox - 1, 0, 0, 0, delta); /* bot of last */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pdfio1.o -c leptonica/src/pdfio1.c leptonica/src/numafunc1.c: In function ?numaThresholdEdges?: leptonica/src/numafunc1.c:1471:8: warning: ?istart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1471 | if (istart == n) /* no intervals found */ | ^ leptonica/src/numafunc2.c: In function ?numaWindowedVariance?: leptonica/src/numafunc2.c:723:32: warning: ?farv? may be used uninitialized in this function [-Wmaybe-uninitialized] 723 | l_float32 *fam, *fams, *fav, *farv; | ^~~~ leptonica/src/numafunc2.c:723:26: warning: ?fav? may be used uninitialized in this function [-Wmaybe-uninitialized] 723 | l_float32 *fam, *fams, *fav, *farv; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pdfio1stub.o -c leptonica/src/pdfio1stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pdfio2.o -c leptonica/src/pdfio2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pdfio2stub.o -c leptonica/src/pdfio2stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pix1.o -c leptonica/src/pix1.c leptonica/src/numafunc1.c: In function ?numaInterpolateArbxInterval?: leptonica/src/numafunc1.c:2023:13: warning: ?nadx? may be used uninitialized in this function [-Wmaybe-uninitialized] 2023 | numaAddNumber(nadx, xval); | ^~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pix2.o -c leptonica/src/pix2.c leptonica/src/numafunc2.c: In function ?numaFindLocForThreshold?: leptonica/src/numafunc2.c:2709:16: warning: ?index? may be used uninitialized in this function [-Wmaybe-uninitialized] 2709 | minval = fa[index]; | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pix3.o -c leptonica/src/pix3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pix4.o -c leptonica/src/pix4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pix5.o -c leptonica/src/pix5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixabasic.o -c leptonica/src/pixabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixacc.o -c leptonica/src/pixacc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixafunc1.o -c leptonica/src/pixafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixafunc2.o -c leptonica/src/pixafunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixalloc.o -c leptonica/src/pixalloc.c leptonica/src/pix4.c: In function ?pixGetAverageTiled?: leptonica/src/pix4.c:1794:34: warning: ?meansq? may be used uninitialized in this function [-Wmaybe-uninitialized] 1794 | valt = (l_int32)(sqrt(meansq - ave * ave) + 0.5); | ^~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pix4.c:1794:52: warning: ?ave? may be used uninitialized in this function [-Wmaybe-uninitialized] 1794 | valt = (l_int32)(sqrt(meansq - ave * ave) + 0.5); | ~~~~^~~~~ leptonica/src/pix5.c: In function ?pixScanForEdge?: leptonica/src/pix5.c:2409:27: warning: ?loc? may be used uninitialized in this function [-Wmaybe-uninitialized] 2409 | *ploc = loc; | ~~~~~~^~~~~ leptonica/src/pix3.c: In function ?pixAverageInRect?: leptonica/src/pix3.c:2670:20: warning: ?datam? may be used uninitialized in this function [-Wmaybe-uninitialized] 2670 | l_uint32 *datas, *datam, *lines, *linem; | ^~~~~ leptonica/src/pix3.c:2668:39: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 2668 | l_int32 w, h, d, wpls, wm, hm, dm, wplm, val, count; | ^~~~ leptonica/src/pixafunc2.c: In function ?pixaDisplayRandomCmap?: leptonica/src/pixafunc2.c:312:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 312 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pix3.c: In function ?pixAverageInRectRGB?: leptonica/src/pix3.c:2775:20: warning: ?datam? may be used uninitialized in this function [-Wmaybe-uninitialized] 2775 | l_uint32 *datas, *datam, *lines, *linem; | ^~~~~ leptonica/src/pix3.c:2773:36: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 2773 | l_int32 w, h, wpls, wm, hm, dm, wplm, i, j, xstart, xend, ystart, yend; | ^~~~ leptonica/src/pixabasic.c: In function ?pixaaCreateFromPixa?: leptonica/src/pixabasic.c:1932:13: warning: ?pixat? may be used uninitialized in this function [-Wmaybe-uninitialized] 1932 | pixaaAddPixa(paa, pixat, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pixafunc2.c: In function ?pixaDisplayTiled?: leptonica/src/pixafunc2.c:698:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 698 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixarith.o -c leptonica/src/pixarith.c leptonica/src/pixafunc2.c: In function ?pixaDisplayTiledInColumns?: leptonica/src/pixafunc2.c:1007:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 1007 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixcomp.o -c leptonica/src/pixcomp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixconv.o -c leptonica/src/pixconv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixlabel.o -c leptonica/src/pixlabel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pixtiling.o -c leptonica/src/pixtiling.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pngiostub.o -c leptonica/src/pngiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pnmio.o -c leptonica/src/pnmio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_pnmiostub.o -c leptonica/src/pnmiostub.c leptonica/src/pnmio.c: In function ?pnmReadNextAsciiValue?: leptonica/src/pnmio.c:1340:14: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1340 | l_int32 c, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_projective.o -c leptonica/src/projective.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_psio1.o -c leptonica/src/psio1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_psio1stub.o -c leptonica/src/psio1stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_psio2.o -c leptonica/src/psio2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_psio2stub.o -c leptonica/src/psio2stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_ptabasic.o -c leptonica/src/ptabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_ptafunc1.o -c leptonica/src/ptafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_ptafunc2.o -c leptonica/src/ptafunc2.c leptonica/src/psio1.c: In function ?pixWriteSegmentedPageToPS?: leptonica/src/psio1.c:680:39: warning: ?d? may be used uninitialized in this function [-Wmaybe-uninitialized] 680 | val = (d == 8) ? 0xff : 0xffffff00; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_ptra.o -c leptonica/src/ptra.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_quadtree.o -c leptonica/src/quadtree.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_queue.o -c leptonica/src/queue.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_rank.o -c leptonica/src/rank.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_rbtree.o -c leptonica/src/rbtree.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_readfile.o -c leptonica/src/readfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_regutils.o -c leptonica/src/regutils.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_rop.o -c leptonica/src/rop.c leptonica/src/quadtree.c: In function ?fpixaDisplayQuadtree?: leptonica/src/quadtree.c:695:9: warning: ?pixt4? may be used uninitialized in this function [-Wmaybe-uninitialized] 695 | w = pixGetWidth(pixt4); | ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_roplow.o -c leptonica/src/roplow.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_rotate.o -c leptonica/src/rotate.c leptonica/src/rop.c:553:1: warning: ?checkRasteropCrop? defined but not used [-Wunused-function] 553 | checkRasteropCrop(l_int32 pixw, | ^~~~~~~~~~~~~~~~~ leptonica/src/readfile.c:96:20: warning: ?FILE_JP2K? defined but not used [-Wunused-variable] 96 | static const char *FILE_JP2K = "/tmp/lept/format/file.jp2"; | ^~~~~~~~~ leptonica/src/readfile.c:95:20: warning: ?FILE_WEBP? defined but not used [-Wunused-variable] 95 | static const char *FILE_WEBP = "/tmp/lept/format/file.webp"; | ^~~~~~~~~ leptonica/src/readfile.c:94:20: warning: ?FILE_GIF? defined but not used [-Wunused-variable] 94 | static const char *FILE_GIF = "/tmp/lept/format/file.gif"; | ^~~~~~~~ leptonica/src/readfile.c:93:20: warning: ?FILE_JPG? defined but not used [-Wunused-variable] 93 | static const char *FILE_JPG = "/tmp/lept/format/file.jpg"; | ^~~~~~~~ leptonica/src/readfile.c:92:20: warning: ?FILE_TIFF? defined but not used [-Wunused-variable] 92 | static const char *FILE_TIFF = "/tmp/lept/format/file.tif"; | ^~~~~~~~~ leptonica/src/readfile.c:91:20: warning: ?FILE_TIFF_JPEG? defined but not used [-Wunused-variable] 91 | static const char *FILE_TIFF_JPEG = "/tmp/lept/format/file_jpeg.tif"; | ^~~~~~~~~~~~~~ leptonica/src/readfile.c:90:20: warning: ?FILE_ZIP? defined but not used [-Wunused-variable] 90 | static const char *FILE_ZIP = "/tmp/lept/format/file_zip.tif"; | ^~~~~~~~ leptonica/src/readfile.c:89:20: warning: ?FILE_LZW? defined but not used [-Wunused-variable] 89 | static const char *FILE_LZW = "/tmp/lept/format/file_lzw.tif"; | ^~~~~~~~ leptonica/src/readfile.c:88:20: warning: ?FILE_PB? defined but not used [-Wunused-variable] 88 | static const char *FILE_PB = "/tmp/lept/format/file_packbits.tif"; | ^~~~~~~ leptonica/src/readfile.c:87:20: warning: ?FILE_RLE? defined but not used [-Wunused-variable] 87 | static const char *FILE_RLE = "/tmp/lept/format/file_rle.tif"; | ^~~~~~~~ leptonica/src/readfile.c:86:20: warning: ?FILE_G4? defined but not used [-Wunused-variable] 86 | static const char *FILE_G4 = "/tmp/lept/format/file_g4.tif"; | ^~~~~~~ leptonica/src/readfile.c:85:20: warning: ?FILE_G3? defined but not used [-Wunused-variable] 85 | static const char *FILE_G3 = "/tmp/lept/format/file_g3.tif"; | ^~~~~~~ leptonica/src/readfile.c:83:20: warning: ?FILE_PNG? defined but not used [-Wunused-variable] 83 | static const char *FILE_PNG = "/tmp/lept/format/file.png"; | ^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_rotateam.o -c leptonica/src/rotateam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_rotateorth.o -c leptonica/src/rotateorth.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_rotateshear.o -c leptonica/src/rotateshear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_runlength.o -c leptonica/src/runlength.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_sarray1.o -c leptonica/src/sarray1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_sarray2.o -c leptonica/src/sarray2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_scale1.o -c leptonica/src/scale1.c leptonica/src/sarray1.c: In function ?sarrayReadStream?: leptonica/src/sarray1.c:1477:47: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1477 | l_int32 i, n, size, index, bufsize, version, ignore, success; | ^~~~~~ leptonica/src/sarray1.c: In function ?getFilenamesInDirectory?: leptonica/src/sarray1.c:1962:17: warning: variable ?dfd? set but not used [-Wunused-but-set-variable] 1962 | int dfd, stat_ret; | ^~~ leptonica/src/sarray1.c:1957:39: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1957 | char *realdir, *stat_path, *ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_scale2.o -c leptonica/src/scale2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_seedfill.o -c leptonica/src/seedfill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_sel1.o -c leptonica/src/sel1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_sel2.o -c leptonica/src/sel2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_selgen.o -c leptonica/src/selgen.c leptonica/src/roplow.c: In function ?rasteropVipLow?: leptonica/src/roplow.c:2191:12: warning: ?psfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 2191 | l_uint32 *psfwfull; /* ptr to first full src word */ | ^~~~~~~~ leptonica/src/roplow.c:2330:22: warning: ?pdfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 2330 | pdfwfull += dirwpl; | ~~~~~~~~~^~~~~~~~~ leptonica/src/sel1.c: In function ?selReadStream?: leptonica/src/sel1.c:1428:41: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1428 | l_int32 sy, sx, cy, cx, i, j, version, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_shear.o -c leptonica/src/shear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_skew.o -c leptonica/src/skew.c leptonica/src/selgen.c: In function ?pixGetRunsOnLine?: leptonica/src/selgen.c:771:5: warning: ?runlen? may be used uninitialized in this function [-Wmaybe-uninitialized] 771 | numaAddNumber(numa, runlen); /* append last run */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_spixio.o -c leptonica/src/spixio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_stack.o -c leptonica/src/stack.c In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/scale2.c: In function ?pixScaleGrayMinMax2?: leptonica/src/arrayaccess.h:199:72: warning: ?maxval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1130:20: note: ?maxval? was declared here 1130 | l_int32 minval, maxval; | ^~~~~~ In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/arrayaccess.h:199:72: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1130:12: note: ?minval? was declared here 1130 | l_int32 minval, maxval; | ^~~~~~ In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/scale2.c: In function ?pixScaleGrayMinMax?: leptonica/src/arrayaccess.h:199:72: warning: ?maxval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1025:20: note: ?maxval? was declared here 1025 | l_int32 minval, maxval, val; | ^~~~~~ leptonica/src/scale2.c:1091:48: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized] 1091 | SET_DATA_BYTE(lined, j, maxval - minval); | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_stringcode.o -c leptonica/src/stringcode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_sudoku.o -c leptonica/src/sudoku.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_textops.o -c leptonica/src/textops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_tiffiostub.o -c leptonica/src/tiffiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_utils1.o -c leptonica/src/utils1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_utils2.o -c leptonica/src/utils2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_warper.o -c leptonica/src/warper.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_webpiostub.o -c leptonica/src/webpiostub.c leptonica/src/utils2.c: In function ?callSystemDebug?: leptonica/src/utils2.c:2756:10: warning: variable ?ret? set but not used [-Wunused-but-set-variable] 2756 | l_int32 ret; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_writefile.o -c leptonica/src/writefile.c leptonica/src/textops.c: In function ?splitStringToParagraphs?: leptonica/src/textops.c:1056:50: warning: ?leadwhite? may be used uninitialized in this function [-Wmaybe-uninitialized] 1056 | if ((splitflag == SPLIT_ON_LEADING_WHITE && leadwhite) || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ leptonica/src/textops.c:1058:41: warning: ?allwhite? may be used uninitialized in this function [-Wmaybe-uninitialized] 1058 | (splitflag == SPLIT_ON_BOTH && (allwhite || leadwhite))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_zlibmem.o -c leptonica/src/zlibmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./soobj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./soobj/leptonica_zlibmemstub.o -c leptonica/src/zlibmemstub.c g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_altorenderer.o -c tesseract/src/api/altorenderer.cpp In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/writefile.c:93: leptonica/src/writefile.c: In function ?changeFormatForMissingLib?: leptonica/src/environ.h:533:57: warning: unused variable ?procName? [-Wunused-variable] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME? 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ At top level: leptonica/src/environ.h:533:57: warning: ?procName? defined but not used [-Wunused-const-variable=] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME? 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_baseapi.o -c tesseract/src/api/baseapi.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_capi.o -c tesseract/src/api/capi.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_hocrrenderer.o -c tesseract/src/api/hocrrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_lstmboxrenderer.o -c tesseract/src/api/lstmboxrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_pdfrenderer.o -c tesseract/src/api/pdfrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_renderer.o -c tesseract/src/api/renderer.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_api_wordstrboxrenderer.o -c tesseract/src/api/wordstrboxrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetLoadedLanguagesAsVector(const TessBaseAPI*)?: tesseract/src/api/capi.cpp:284:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 284 | for (int index = 0; index < languages.size(); ++index) { | ~~~~~~^~~~~~~~~~~~~~~~~~ tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetAvailableLanguagesAsVector(const TessBaseAPI*)?: tesseract/src/api/capi.cpp:296:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 296 | for (int index = 0; index < languages.size(); ++index) { | ~~~~~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/api/baseapi.cpp:31: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/api/baseapi.cpp:31: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_intsimdmatrix.o -c tesseract/src/arch/intsimdmatrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_simddetect.o -c tesseract/src/arch/simddetect.cpp In file included from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/api/baseapi.cpp:37: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_applybox.o -c tesseract/src/ccmain/applybox.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/api/baseapi.cpp: In member function ?bool tesseract::TessBaseAPI::ProcessPagesFileList(FILE*, std::string*, const char*, int, tesseract::TessResultRenderer*, int)?: tesseract/src/api/baseapi.cpp:963:16: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 963 | if (page >= lines.size()) break; | ~~~~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/api/baseapi.cpp:29: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/api/baseapi.cpp: At global scope: tesseract/src/api/baseapi.cpp:1042:1: warning: ?size_t tesseract::WriteMemoryCallback(void*, size_t, size_t, void*)? defined but not used [-Wunused-function] 1042 | WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) | ^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_control.o -c tesseract/src/ccmain/control.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_linerec.o -c tesseract/src/ccmain/linerec.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_ltrresultiterator.o -c tesseract/src/ccmain/ltrresultiterator.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_mutableiterator.o -c tesseract/src/ccmain/mutableiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_output.o -c tesseract/src/ccmain/output.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_pageiterator.o -c tesseract/src/ccmain/pageiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/applybox.cpp:29: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/ccmain/control.cpp:35: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/lstmrecognizer.h:28, from tesseract/src/ccmain/control.cpp:35: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/control.cpp:35: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/control.cpp:43: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupAllWordsPassN(int, const tesseract::TBOX*, const char*, tesseract::PAGE_RES*, std::vector<tesseract::WordData>*)?: tesseract/src/ccmain/control.cpp:168:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?unsigned int?} [-Wsign-compare] 168 | for (int w = 0; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupWordPassN(int, tesseract::WordData*)?: tesseract/src/ccmain/control.cpp:191:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 191 | for (int s = 0; s <= sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:193:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 193 | Tesseract* lang_t = s < sub_langs_.size() ? sub_langs_[s] : this; | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::RecogAllWordsPassN(int, tesseract::ETEXT_DESC*, tesseract::PAGE_RES_IT*, std::vector<tesseract::WordData>*)?: tesseract/src/ccmain/control.cpp:220:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?unsigned int?} [-Wsign-compare] 220 | for (int w = 0; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:239:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?unsigned int?} [-Wsign-compare] 239 | for (; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::recog_all_words(tesseract::PAGE_RES*, tesseract::ETEXT_DESC*, const tesseract::TBOX*, const char*, int)?: tesseract/src/ccmain/control.cpp:327:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 327 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_pagesegmain.o -c tesseract/src/ccmain/pagesegmain.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToOverlappingBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?: tesseract/src/ccmain/control.cpp:1043:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1043 | for (int i = 0; i < blob_wanted.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToNewBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?: tesseract/src/ccmain/control.cpp:1097:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1097 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1110:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1110 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1120:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1120 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::SelectGoodDiacriticOutlines(int, float, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, std::vector<bool>*)?: tesseract/src/ccmain/control.cpp:1157:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1157 | for (int i = 0; i < test_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1205:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1205 | for (int i = 0; i < best_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?float tesseract::Tesseract::ClassifyBlobPlusOutlines(const std::vector<bool>&, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, tesseract::STRING*)?: tesseract/src/ccmain/control.cpp:1231:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1231 | for (int i = 0; i < ok_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::classify_word_and_language(int, tesseract::PAGE_RES_IT*, tesseract::WordData*)?: tesseract/src/ccmain/control.cpp:1342:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1342 | for (sub = 0; sub < sub_langs_.size() && | ~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1356:55: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1356 | for (int i = 0; !WordsAcceptable(best_words) && i < sub_langs_.size(); | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::set_word_fonts(tesseract::WERD_RES*)?: tesseract/src/ccmain/control.cpp:1970:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1970 | for (int f = 0; f < fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/wordrec/drawfx.h:22, from tesseract/src/ccmain/control.cpp:32: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/linerec.cpp:23: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::TrainFromBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, tesseract::BLOCK_LIST*, tesseract::DocumentData*)?: tesseract/src/ccmain/linerec.cpp:87:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 87 | while (end_box < texts.size() && texts[end_box] == "\t") ++end_box; | ~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp:126:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 126 | while (end_box < texts.size() && texts[end_box] == "\t") ++end_box; | ~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::SearchWords(tesseract::PointerVector<tesseract::WERD_RES>*)?: tesseract/src/ccmain/linerec.cpp:263:8: warning: variable ?any_nonspace_delimited? set but not used [-Wunused-but-set-variable] 263 | bool any_nonspace_delimited = false; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_pagewalk.o -c tesseract/src/ccmain/pagewalk.cpp In file included from tesseract/src/ccmain/ltrresultiterator.cpp:23: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/ltrresultiterator.cpp: In constructor ?tesseract::ChoiceIterator::ChoiceIterator(const tesseract::LTRResultIterator&)?: tesseract/src/ccmain/ltrresultiterator.cpp:397:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 397 | if (index < word_res_->CTC_symbol_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/ltrresultiterator.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > >* tesseract::ChoiceIterator::Timesteps() const?: tesseract/src/ccmain/ltrresultiterator.cpp:474:14: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 474 | if (offset >= word_res_->segmented_timesteps.size() || !oemLSTM_) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/pageiterator.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_paragraphs.o -c tesseract/src/ccmain/paragraphs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/pagesegmain.cpp: In member function ?tesseract::ColumnFinder* tesseract::Tesseract::SetupPageSegAndDetectOrientation(tesseract::PageSegMode, tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*, tesseract::TO_BLOCK_LIST*, Pix**, Pix**)?: tesseract/src/ccmain/pagesegmain.cpp:365:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 365 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/pagesegmain.cpp:33: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_paramsd.o -c tesseract/src/ccmain/paramsd.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_pgedit.o -c tesseract/src/ccmain/pgedit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_reject.o -c tesseract/src/ccmain/reject.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_resultiterator.o -c tesseract/src/ccmain/resultiterator.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tessedit.o -c tesseract/src/ccmain/tessedit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/pagewalk.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tesseractclass.o -c tesseract/src/ccmain/tesseractclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tessvars.o -c tesseract/src/ccmain/tessvars.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::PrintTable(const std::vector<std::vector<tesseract::STRING> >&, const tesseract::STRING&)?: tesseract/src/ccmain/paragraphs.cpp:115:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 115 | if (c >= max_col_widths.size()) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:125:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 125 | for (int c = 0; c < max_col_widths.size(); c++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:130:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<tesseract::STRING> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 130 | for (int r = 0; r < rows.size(); r++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:131:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 131 | for (int c = 0; c < rows[r].size(); c++) { | ~~^~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, std::vector<tesseract::RowInfo>*, tesseract::GenericVector<tesseract::PARA*>*, tesseract::PARA_LIST*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2291:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2291 | for (int i = 0; i < row_infos->size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, bool, const tesseract::MutableIterator*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2555:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2555 | for (int i = 1; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:2562:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2562 | for (int i = 0; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_thresholder.o -c tesseract/src/ccmain/thresholder.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/paragraphs.h:23, from tesseract/src/ccmain/paragraphs.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/reject.cpp: In member function ?bool tesseract::Tesseract::repeated_nonalphanum_wd(tesseract::WERD_RES*, tesseract::ROW*)?: tesseract/src/ccmain/reject.cpp:598:55: warning: comparison of integer expressions of different signedness: ?std::__cxx11::basic_string<char>::size_type? {aka ?unsigned int?} and ?int16_t? {aka ?short int?} [-Wsign-compare] 598 | if ((word->best_choice->unichar_lengths().length () == char_quality) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/pgedit.cpp:34: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/pgedit.h:22, from tesseract/src/ccmain/pgedit.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_werdit.o -c tesseract/src/ccmain/werdit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/resultiterator.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/tessedit.cpp:31: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/lsterr.h:22, from tesseract/src/ccutil/elst.h:22, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::CalculateBlobOrder(std::vector<int>*) const?: tesseract/src/ccmain/resultiterator.cpp:220:36: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?unsigned int?} and ?const int? [-Wsign-compare] 220 | ASSERT_HOST(blob_indices->size() == word_length_); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In function ?void tesseract::PrintScriptDirs(const std::vector<tesseract::StrongScriptDirection>&)?: tesseract/src/ccmain/resultiterator.cpp:224:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < dirs.size(); i++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In static member function ?static void tesseract::ResultIterator::CalculateTextlineOrder(bool, const std::vector<tesseract::StrongScriptDirection>&, std::vector<int>*)?: tesseract/src/ccmain/resultiterator.cpp:315:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?unsigned int?} [-Wsign-compare] 315 | for (int i = left; i < word_dirs.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::MoveToLogicalStartOfTextline()?: tesseract/src/ccmain/resultiterator.cpp:434:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 434 | for (; i < word_indices.size() && word_indices[i] < 0; i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:442:9: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 442 | if (i >= word_indices.size()) | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?virtual bool tesseract::ResultIterator::Next(tesseract::PageIteratorLevel)?: tesseract/src/ccmain/resultiterator.cpp:480:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 480 | while (next_blob < blob_order.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:484:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 484 | if (next_blob < blob_order.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::AppendUTF8WordText(std::string*) const?: tesseract/src/ccmain/resultiterator.cpp:681:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 681 | for (int i = 0; i < blob_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::IterateAndAppendUTF8TextlineText(std::string*)?: tesseract/src/ccmain/resultiterator.cpp:702:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 702 | for (int i = 0; i < textline_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/tessedit.cpp:39: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?bool tesseract::Tesseract::init_tesseract_lang_data(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:137:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 137 | for (int i = 0; i < vars_vec->size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In function ?bool tesseract::IsStrInList(const string&, const std::vector<std::__cxx11::basic_string<char> >&)?: tesseract/src/ccmain/tessedit.cpp:241:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 241 | for (int i = 0; i < str_list.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?int tesseract::Tesseract::init_tesseract(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:303:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 303 | for (int lang_index = 0; lang_index < langs_to_load.size(); ++lang_index) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:352:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 352 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:359:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 359 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?void tesseract::Tesseract::SetupUniversalFontIds()?: tesseract/src/ccmain/tessedit.cpp:439:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 439 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:444:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 444 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blamer.o -c tesseract/src/ccstruct/blamer.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blobbox.o -c tesseract/src/ccstruct/blobbox.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blobs.o -c tesseract/src/ccstruct/blobs.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/tesseractclass.cpp:48: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_blread.o -c tesseract/src/ccstruct/blread.cpp tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::Clear()?: tesseract/src/ccmain/tesseractclass.cpp:583:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 583 | for (int i = 0; i < sub_langs_.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetAdaptiveClassifier()?: tesseract/src/ccmain/tesseractclass.cpp:597:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 597 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetDocumentDictionary()?: tesseract/src/ccmain/tesseractclass.cpp:607:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 607 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::SetBlackAndWhitelist()?: tesseract/src/ccmain/tesseractclass.cpp:624:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 624 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForPageseg()?: tesseract/src/ccmain/tesseractclass.cpp:645:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 645 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForTessOCR(tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*)?: tesseract/src/ccmain/tesseractclass.cpp:676:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 676 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_boxread.o -c tesseract/src/ccstruct/boxread.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/werdit.h:23, from tesseract/src/ccmain/werdit.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccstruct/blamer.cpp: In member function ?void tesseract::BlamerBundle::SetWordTruth(const tesseract::UNICHARSET&, const char*, const tesseract::TBOX&)?: tesseract/src/ccstruct/blamer.cpp:85:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 85 | for (int i = 0; i < encoding.size(); total_length += lengths[i++]) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_boxword.o -c tesseract/src/ccstruct/boxword.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/blobs.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/blobs.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccstruct/boxread.cpp: In function ?bool tesseract::ReadMemBoxes(int, bool, const char*, bool, std::vector<tesseract::TBOX>*, std::vector<tesseract::STRING>*, std::vector<tesseract::STRING>*, std::vector<int>*)?: tesseract/src/ccstruct/boxread.cpp:105:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 105 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ccstruct.o -c tesseract/src/ccstruct/ccstruct.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_coutln.o -c tesseract/src/ccstruct/coutln.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_detlinefit.o -c tesseract/src/ccstruct/detlinefit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/boxword.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_dppoint.o -c tesseract/src/ccstruct/dppoint.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_imagedata.o -c tesseract/src/ccstruct/imagedata.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_linlsq.o -c tesseract/src/ccstruct/linlsq.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_matrix.o -c tesseract/src/ccstruct/matrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_mod128.o -c tesseract/src/ccstruct/mod128.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_normalis.o -c tesseract/src/ccstruct/normalis.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ocrblock.o -c tesseract/src/ccstruct/ocrblock.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/imagedata.cpp: In member function ?void tesseract::ImageData::AddBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, const std::vector<int>&)?: tesseract/src/ccstruct/imagedata.cpp:338:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 338 | for (int i = 0; i < box_pages.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ocrpara.o -c tesseract/src/ccstruct/ocrpara.cpp tesseract/src/ccstruct/imagedata.cpp: In member function ?bool tesseract::DocumentCache::LoadDocuments(const std::vector<tesseract::STRING>&, tesseract::CachingStrategy, tesseract::FileReader)?: tesseract/src/ccstruct/imagedata.cpp:600:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 600 | for (int arg = 0; arg < filenames.size(); ++arg) { | ~~~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/imagedata.h:22, from tesseract/src/ccstruct/imagedata.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:168:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:176:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:182:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ocrrow.o -c tesseract/src/ccstruct/ocrrow.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/ccstruct/matrix.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_otsuthr.o -c tesseract/src/ccstruct/otsuthr.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_pageres.o -c tesseract/src/ccstruct/pageres.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/normalis.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/normalis.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_pdblock.o -c tesseract/src/ccstruct/pdblock.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_points.o -c tesseract/src/ccstruct/points.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_polyaprx.o -c tesseract/src/ccstruct/polyaprx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_polyblk.o -c tesseract/src/ccstruct/polyblk.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_quadlsq.o -c tesseract/src/ccstruct/quadlsq.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_quspline.o -c tesseract/src/ccstruct/quspline.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_ratngs.o -c tesseract/src/ccstruct/ratngs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_rect.o -c tesseract/src/ccstruct/rect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_rejctmap.o -c tesseract/src/ccstruct/rejctmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_seam.o -c tesseract/src/ccstruct/seam.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_split.o -c tesseract/src/ccstruct/split.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_statistc.o -c tesseract/src/ccstruct/statistc.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_stepblob.o -c tesseract/src/ccstruct/stepblob.cpp In file included from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/ratngs.h:26, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_werd.o -c tesseract/src/ccstruct/werd.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_classify.o -c tesseract/src/classify/classify.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_context.o -c tesseract/src/dict/context.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_dawg.o -c tesseract/src/dict/dawg.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_dawg_cache.o -c tesseract/src/dict/dawg_cache.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_dict.o -c tesseract/src/dict/dict.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_permdawg.o -c tesseract/src/dict/permdawg.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_stopper.o -c tesseract/src/dict/stopper.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/context.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/dict/dict.cpp: In member function ?bool tesseract::Dict::valid_bigram(const tesseract::WERD_CHOICE&, const tesseract::WERD_CHOICE&) const?: tesseract/src/dict/dict.cpp:846:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 846 | for (int i = 0; i < bigram_string.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:316:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:323:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long long unsigned int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:329:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = short int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:380:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:381:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long long unsigned int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:403:29: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_trie.o -c tesseract/src/dict/trie.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_alignedblob.o -c tesseract/src/textord/alignedblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/dict/permdawg.cpp: In member function ?void tesseract::Dict::go_deeper_dawg_fxn(const char*, const BLOB_CHOICE_LIST_VECTOR&, int, const tesseract::CHAR_FRAGMENT_INFO*, bool, tesseract::WERD_CHOICE*, float*, float*, tesseract::WERD_CHOICE*, int*, void*)?: tesseract/src/dict/permdawg.cpp:78:38: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 78 | for (int i = 0; unigrams_ok && i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/dict/permdawg.cpp:86:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 86 | word_ending && i == encoding.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_baselinedetect.o -c tesseract/src/textord/baselinedetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_bbgrid.o -c tesseract/src/textord/bbgrid.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_blkocc.o -c tesseract/src/textord/blkocc.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_blobgrid.o -c tesseract/src/textord/blobgrid.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_ccnontextdetect.o -c tesseract/src/textord/ccnontextdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/dict/trie.cpp: In member function ?bool tesseract::Trie::add_word_list(const std::vector<tesseract::STRING>&, const tesseract::UNICHARSET&, tesseract::Trie::RTLReversePolicy)?: tesseract/src/dict/trie.cpp:309:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 309 | for (int i = 0; i < words.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_cjkpitch.o -c tesseract/src/textord/cjkpitch.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/baselinedetect.cpp:37: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/baselinedetect.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/textord/bbgrid.cpp:254:6: warning: no previous declaration for ?Pix* tesseract::TraceBlockOnReducedPix(tesseract::BLOCK*, int, tesseract::ICOORD, int*, int*)? [-Wmissing-declarations] 254 | Pix* TraceBlockOnReducedPix(BLOCK* block, int gridsize, | ^~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colfind.o -c tesseract/src/textord/colfind.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colpartition.o -c tesseract/src/textord/colpartition.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colpartitionset.o -c tesseract/src/textord/colpartitionset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_colpartitiongrid.o -c tesseract/src/textord/colpartitiongrid.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_devanagari_processing.o -c tesseract/src/textord/devanagari_processing.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_drawtord.o -c tesseract/src/textord/drawtord.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_edgblob.o -c tesseract/src/textord/edgblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_edgloop.o -c tesseract/src/textord/edgloop.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_fpchop.o -c tesseract/src/textord/fpchop.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_gap_map.o -c tesseract/src/textord/gap_map.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_imagefind.o -c tesseract/src/textord/imagefind.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_linefind.o -c tesseract/src/textord/linefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_makerow.o -c tesseract/src/textord/makerow.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_oldbasel.o -c tesseract/src/textord/oldbasel.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_pithsync.o -c tesseract/src/textord/pithsync.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_pitsync1.o -c tesseract/src/textord/pitsync1.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_scanedg.o -c tesseract/src/textord/scanedg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_sortflts.o -c tesseract/src/textord/sortflts.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/makerow.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::delete_non_dropout_rows(tesseract::TO_BLOCK*, float, tesseract::FCOORD, int32_t, bool)?: tesseract/src/textord/makerow.cpp:586:11: warning: variable ?xleft? set but not used [-Wunused-but-set-variable] 586 | int32_t xleft; //of block | ^~~~~ tesseract/src/textord/makerow.cpp:587:11: warning: variable ?ybottom? set but not used [-Wunused-but-set-variable] 587 | int32_t ybottom; //of block | ^~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/oldbasel.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::assign_blobs_to_rows(tesseract::TO_BLOCK*, float*, int, bool, bool, bool)?: tesseract/src/textord/makerow.cpp:2283:9: warning: variable ?ycoord? set but not used [-Wunused-but-set-variable] 2283 | float ycoord; //current y | ^~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/makerow.h:22, from tesseract/src/textord/makerow.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_strokewidth.o -c tesseract/src/textord/strokewidth.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/oldbasel.h:22, from tesseract/src/textord/oldbasel.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tabfind.o -c tesseract/src/textord/tabfind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tablefind.o -c tesseract/src/textord/tablefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tabvector.o -c tesseract/src/textord/tabvector.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tablerecog.o -c tesseract/src/textord/tablerecog.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_textlineprojection.o -c tesseract/src/textord/textlineprojection.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_textord.o -c tesseract/src/textord/textord.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/textord/tablefind.cpp: In member function ?void tesseract::TableFinder::RecognizeTables()?: tesseract/src/textord/tablefind.cpp:1830:15: warning: unused variable ?table_win? [-Wunused-variable] 1830 | ScrollView* table_win = nullptr; | ^~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_topitch.o -c tesseract/src/textord/topitch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/textord.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/textord/textord.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/textord.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/topitch.cpp:33: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/textord/topitch.h:22, from tesseract/src/textord/topitch.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tordmain.o -c tesseract/src/textord/tordmain.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tospace.o -c tesseract/src/textord/tospace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_tovars.o -c tesseract/src/textord/tovars.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_underlin.o -c tesseract/src/textord/underlin.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_wordseg.o -c tesseract/src/textord/wordseg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_workingpartset.o -c tesseract/src/textord/workingpartset.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_viewer_scrollview.o -c tesseract/src/viewer/scrollview.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_viewer_svmnode.o -c tesseract/src/viewer/svmnode.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/tospace.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/tordmain.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/tordmain.h:22, from tesseract/src/textord/tordmain.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/drawtord.h:22, from tesseract/src/textord/tospace.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/viewer/scrollview.cpp:60:20: warning: ?tesseract::waiting_for_events_mu? defined but not used [-Wunused-variable] 60 | static std::mutex* waiting_for_events_mu; | ^~~~~~~~~~~~~~~~~~~~~ tesseract/src/viewer/scrollview.cpp:56:20: warning: ?tesseract::svmap_mu? defined but not used [-Wunused-variable] 56 | static std::mutex* svmap_mu; | ^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_viewer_svutil.o -c tesseract/src/viewer/svutil.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/wordseg.h:22, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_tface.o -c tesseract/src/wordrec/tface.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_wordrec.o -c tesseract/src/wordrec/wordrec.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_ccutil.o -c tesseract/src/ccutil/ccutil.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_clst.o -c tesseract/src/ccutil/clst.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_elst2.o -c tesseract/src/ccutil/elst2.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_elst.o -c tesseract/src/ccutil/elst.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_errcode.o -c tesseract/src/ccutil/errcode.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_mainblk.o -c tesseract/src/ccutil/mainblk.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_serialis.o -c tesseract/src/ccutil/serialis.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_strngs.o -c tesseract/src/ccutil/strngs.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_scanutils.o -c tesseract/src/ccutil/scanutils.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_tessdatamanager.o -c tesseract/src/ccutil/tessdatamanager.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_tprintf.o -c tesseract/src/ccutil/tprintf.cpp tesseract/src/ccutil/serialis.cpp: In function ?bool tesseract::SaveDataToFile(const std::vector<char>&, const char*)?: tesseract/src/ccutil/serialis.cpp:59:62: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 59 | static_cast<int>(fwrite(&data[0], 1, data.size(), fp)) == data.size(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?char* tesseract::TFile::FGets(char*, int)?: tesseract/src/ccutil/serialis.cpp:213:44: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 213 | while (size + 1 < buffer_size && offset_ < data_->size()) { | ~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FRead(void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:237:23: warning: comparison of integer expressions of different signedness: ?unsigned int? and ?int? [-Wsign-compare] 237 | if (SIZE_MAX / size <= count) { | ^ In file included from tesseract/src/ccutil/serialis.cpp:21: tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FWrite(const void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:284:31: warning: comparison of integer expressions of different signedness: ?unsigned int? and ?int? [-Wsign-compare] 284 | ASSERT_HOST(SIZE_MAX / size > count); | ^ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unichar.o -c tesseract/src/ccutil/unichar.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unicharcompress.o -c tesseract/src/ccutil/unicharcompress.cpp In file included from tesseract/src/ccutil/serialis.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:114:19: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:119:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:39: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:107:68: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:108:69: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:109:72: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:110:73: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unicharmap.o -c tesseract/src/ccutil/unicharmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_unicharset.o -c tesseract/src/ccutil/unicharset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/tessdatamanager.h:22, from tesseract/src/ccutil/tessdatamanager.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:114:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long long int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:121:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:129:26: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:179:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long long int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:180:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:183:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_params.o -c tesseract/src/ccutil/params.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/strngs.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:48:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:49:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:69:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:71:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/unicharcompress.h:28, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_convolve.o -c tesseract/src/lstm/convolve.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalLine(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:60:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 60 | for (int i = 1; i < entries.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalTable(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 76 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/unicharcompress.h:25, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:63:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:69:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_fullyconnected.o -c tesseract/src/lstm/fullyconnected.cpp In file included from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_functions.o -c tesseract/src/lstm/functions.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_input.o -c tesseract/src/lstm/input.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_lstm.o -c tesseract/src/lstm/lstm.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_ranges_empty()?: tesseract/src/ccutil/unicharset.cpp:378:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 378 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::PartialSetPropertiesFromOther(int, const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:388:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 388 | for (int ch = start_index; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::ExpandRangesFromOther(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:417:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 417 | for (int ch = 0; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::CopyFrom(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:431:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 431 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::AppendOtherUnicharset(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:447:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 447 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::GetStrProperties(const char*, tesseract::UNICHARSET::UNICHAR_PROPERTIES*) const?: tesseract/src/ccutil/unicharset.cpp:534:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 534 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::post_load_setup()?: tesseract/src/ccutil/unicharset.cpp:869:30: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 869 | for (UNICHAR_ID id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:911:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 911 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::major_right_to_left() const?: tesseract/src/ccutil/unicharset.cpp:931:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 931 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_black_and_whitelist(const char*, const char*, const char*)?: tesseract/src/ccutil/unicharset.cpp:950:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 950 | for (int ch = 0; ch < unichars.size(); ++ch) | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:956:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 956 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:965:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 965 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:974:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 974 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::AnyRepeatedUnicodes() const?: tesseract/src/ccutil/unicharset.cpp:986:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 986 | for (int id = start_id; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/unicharset.h:26, from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/convolve.h:23, from tesseract/src/lstm/convolve.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_lstmrecognizer.o -c tesseract/src/lstm/lstmrecognizer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/fullyconnected.h:21, from tesseract/src/lstm/fullyconnected.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_maxpool.o -c tesseract/src/lstm/maxpool.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/lstm.h:21, from tesseract/src/lstm/lstm.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_network.o -c tesseract/src/lstm/network.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/input.h:21, from tesseract/src/lstm/input.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_networkio.o -c tesseract/src/lstm/networkio.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_parallel.o -c tesseract/src/lstm/parallel.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_plumbing.o -c tesseract/src/lstm/plumbing.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_recodebeam.o -c tesseract/src/lstm/recodebeam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/lstmrecognizer.h:28, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/maxpool.h:22, from tesseract/src/lstm/maxpool.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/lstm/network.cpp:37: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/network.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:153:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:165:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:166:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:171:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::RecognizeLine(const tesseract::ImageData&, bool, bool, double, const tesseract::TBOX&, tesseract::PointerVector<tesseract::WERD_RES>*, int, int)?: tesseract/src/lstm/lstmrecognizer.cpp:218:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 218 | if (char_it < search_->ctc_choices.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:221:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 221 | if (char_it < search_->segmentedTimesteps.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?tesseract::STRING tesseract::LSTMRecognizer::DecodeLabels(const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:337:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 337 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::DebugActivationPath(const tesseract::NetworkIO&, const std::vector<int>&, const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:398:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 398 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?const char* tesseract::LSTMRecognizer::DecodeLabel(const std::vector<int>&, int, int*, int*)?: tesseract/src/lstm/lstmrecognizer.cpp:521:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 521 | while (index < labels.size() && | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:524:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 524 | while (index < labels.size() && labels[index] == null_char_) ++index; | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:529:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 529 | (index == labels.size() || | ~~~~~~^~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = float; size_t = unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:98:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:120:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/networkio.h:26, from tesseract/src/lstm/networkio.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_reconfig.o -c tesseract/src/lstm/reconfig.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_reversed.o -c tesseract/src/lstm/reversed.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_series.o -c tesseract/src/lstm/series.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/plumbing.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/plumbing.cpp:186:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/plumbing.cpp:201:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/lstm/parallel.cpp: In member function ?virtual void tesseract::Parallel::Forward(bool, const tesseract::NetworkIO&, const tesseract::TransposedArray*, tesseract::NetworkScratch*, tesseract::NetworkIO*)?: tesseract/src/lstm/parallel.cpp:55:8: warning: variable ?parallel_debug? set but not used [-Wunused-but-set-variable] 55 | bool parallel_debug = false; | ^~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/parallel.h:22, from tesseract/src/lstm/parallel.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::DecodeSecondaryBeams(const tesseract::NetworkIO&, double, double, double, const tesseract::UNICHARSET*, int)?: tesseract/src/lstm/recodebeam.cpp:117:31: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 117 | while ((bucketNumber + 1) < character_boundaries_.size() && | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::segmentTimestepsByCharacters()?: tesseract/src/lstm/recodebeam.cpp:158:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 158 | for (int i = 1; i < character_boundaries_.size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > > tesseract::RecodeBeamSearch::combineSegmentedTimesteps(std::vector<std::vector<std::vector<std::pair<const char*, float> > > >*)?: tesseract/src/lstm/recodebeam.cpp:171:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 171 | for (int i = 0; i < segmentedTimesteps->size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:172:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 172 | for (int j = 0; j < (*segmentedTimesteps)[i].size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In static member function ?static void tesseract::RecodeBeamSearch::calculateCharBoundaries(std::vector<int>*, std::vector<int>*, std::vector<int>*, int)?: tesseract/src/lstm/recodebeam.cpp:184:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 184 | for (int i = 0; i < ends->size(); ++i) { | ~~^~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::PrintBeam2(bool, int, const tesseract::UNICHARSET*, bool) const?: tesseract/src/lstm/recodebeam.cpp:345:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 345 | if (cb >= character_boundaries_.size()) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::extractSymbolChoices(const tesseract::UNICHARSET*)?: tesseract/src/lstm/recodebeam.cpp:408:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 408 | for (int j = 1; j < character_boundaries_.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:441:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 441 | for (int i = 1; i < unichar_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:458:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 458 | if (j - 1 < excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:466:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 466 | if (j - 1 < ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:445:11: warning: variable ?bestCode? set but not used [-Wunused-but-set-variable] 445 | int bestCode = -10; | ^~~~~~~~ tesseract/src/lstm/recodebeam.cpp:482:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 482 | if (j - 1 >= excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:486:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 486 | if (j - 1 >= ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?tesseract::WERD_RES* tesseract::RecodeBeamSearch::InitializeWord(bool, const tesseract::TBOX&, int, int, float, const tesseract::UNICHARSET*, const std::vector<int>&, float)?: tesseract/src/lstm/recodebeam.cpp:618:38: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?unsigned int?} and ?int? [-Wsign-compare] 618 | if (character_boundaries_.size() > (i + 1)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/reconfig.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/lstm/reversed.cpp:18: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/series.h:22, from tesseract/src/lstm/series.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reversed.h:22, from tesseract/src/lstm/reversed.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_stridemap.o -c tesseract/src/lstm/stridemap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_tfnetwork.o -c tesseract/src/lstm/tfnetwork.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_lstm_weightmatrix.o -c tesseract/src/lstm/weightmatrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproduct.o -c tesseract/src/arch/dotproduct.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproductavx.o -c tesseract/src/arch/dotproductavx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_intsimdmatrixavx2.o -c tesseract/src/arch/intsimdmatrixavx2.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproductfma.o -c tesseract/src/arch/dotproductfma.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_dotproductsse.o -c tesseract/src/arch/dotproductsse.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_arch_intsimdmatrixsse.o -c tesseract/src/arch/intsimdmatrixsse.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -mfpu=neon -mcpu=cortex-a53 -D__ARM_NEON__ -o ./soobj/tesseract_arch_intsimdmatrixneon.o -c tesseract/src/arch/intsimdmatrixneon.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_adaptions.o -c tesseract/src/ccmain/adaptions.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_docqual.o -c tesseract/src/ccmain/docqual.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_equationdetect.o -c tesseract/src/ccmain/equationdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_fixspace.o -c tesseract/src/ccmain/fixspace.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_fixxht.o -c tesseract/src/ccmain/fixxht.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/weightmatrix.h:24, from tesseract/src/lstm/weightmatrix.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned char; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:179:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:191:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:204:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:211:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:213:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:157:23: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::Serialize(tesseract::TFile*) const [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:181:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = float]? tesseract/src/lstm/weightmatrix.cpp:246:33: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:500:25: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerializeSize(tesseract::TFile*) [with T = signed char]? tesseract/src/ccstruct/matrix.h:179:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_osdetect.o -c tesseract/src/ccmain/osdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeSecTopN(std::unordered_set<int>*, const float*, int, int)?: tesseract/src/lstm/recodebeam.cpp:690:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized] 690 | top_n_flags_[entry.data()] = TN_TOPN; | ^ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeTopN(const float*, int, int)?: tesseract/src/lstm/recodebeam.cpp:659:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized] 659 | top_n_flags_[entry.data()] = TN_TOPN; | ^ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/ccmain/fixxht.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/fixspace.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/adaptions.cpp:26: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/equationdetect.h:22, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/fixxht.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_par_control.o -c tesseract/src/ccmain/par_control.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/vector:72, from tesseract/src/lstm/weightmatrix.h:22, from tesseract/src/lstm/weightmatrix.cpp:18: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc: In member function ?void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {double}; _Tp = double; _Alloc = std::allocator<double>]?: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc:426:7: note: parameter passing for argument of type ?std::vector<double>::iterator? changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc: In member function ?bool tesseract::WeightMatrix::DeSerializeOld(bool, tesseract::TFile*)?: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc:121:28: note: parameter passing for argument of type ?__gnu_cxx::__normal_iterator<double*, std::vector<double> >? changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_recogtraining.o -c tesseract/src/ccmain/recogtraining.cpp /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc: In member function ?void tesseract::WeightMatrix::ConvertToInt()?: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc:121:28: note: parameter passing for argument of type ?__gnu_cxx::__normal_iterator<double*, std::vector<double> >? changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_superscript.o -c tesseract/src/ccmain/superscript.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tessbox.o -c tesseract/src/ccmain/tessbox.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccmain/fixspace.cpp: In member function ?void tesseract::Tesseract::break_noisiest_blob_word(tesseract::WERD_RES_LIST&)?: tesseract/src/ccmain/fixspace.cpp:699:25: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::current? may be used uninitialized in this function [-Wmaybe-uninitialized] 699 | word_res->ClearResults(); | ~~~~~~~~~~~~~~~~~~~~~~^~ In file included from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/blobs.h:25, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/elst.h:438:16: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? may be used uninitialized in this function [-Wmaybe-uninitialized] 438 | prev->next = new_element; | ~~~~~~~~~~~^~~~~~~~~~~~~ tesseract/src/ccmain/fixspace.cpp:639:15: note: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? was declared here 639 | WERD_RES_IT worst_word_it; | ^~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tfacepp.o -c tesseract/src/ccmain/tfacepp.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/osdetect.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp: In member function ?bool tesseract::OrientationDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:394:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 394 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp: In member function ?void tesseract::ScriptDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:490:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 490 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp:493:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 493 | if (s == allowed_scripts_->size()) continue; // Not found in list. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/osdetect.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_fontinfo.o -c tesseract/src/ccstruct/fontinfo.cpp In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/par_control.cpp: In member function ?void tesseract::Tesseract::PrerecAllWordsPar(const std::vector<tesseract::WordData>&)?: tesseract/src/ccmain/par_control.cpp:45:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 45 | Tesseract* sub = s < sub_langs_.size() ? sub_langs_[s] : this; | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_params_training_featdef.o -c tesseract/src/ccstruct/params_training_featdef.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_ambigs.o -c tesseract/src/ccutil/ambigs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/ccmain/tessbox.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_bitvector.o -c tesseract/src/ccutil/bitvector.cpp In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsFontProperties(int, const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:63:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 63 | for (int f = 0; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsMultipleFontProperties(const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 76 | for (int f = 1; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/ccstruct/fontinfo.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:135:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:138:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:152:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:158:24: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_indexmapbidi.o -c tesseract/src/ccutil/indexmapbidi.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_universalambigs.o -c tesseract/src/ccutil/universalambigs.cpp In file included from tesseract/src/ccmain/tfacepp.cpp:25: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_adaptive.o -c tesseract/src/classify/adaptive.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_adaptmatch.o -c tesseract/src/classify/adaptmatch.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/ambigs.cpp: In member function ?void tesseract::UnicharAmbigs::LoadUnicharAmbigs(const tesseract::UNICHARSET&, tesseract::TFile*, int, bool, tesseract::UNICHARSET*)?: tesseract/src/ccutil/ambigs.cpp:144:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 144 | for (int r = 0; r < encoding.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/ambigs.cpp: In member function ?bool tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const tesseract::UNICHARSET&, char*, int*, tesseract::UNICHAR_ID*, int*, char*, int*)?: tesseract/src/ccutil/ambigs.cpp:251:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 251 | for (int i = 0; i < unichars.size(); ++i) | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_blobclass.o -c tesseract/src/classify/blobclass.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_cluster.o -c tesseract/src/classify/cluster.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_clusttool.o -c tesseract/src/classify/clusttool.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_cutoffs.o -c tesseract/src/classify/cutoffs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptmatch.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_featdefs.o -c tesseract/src/classify/featdefs.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptive.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::ADAPT_RESULTS::ComputeBest()?: tesseract/src/classify/adaptmatch.cpp:112:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 112 | for (int i = 0; i < match.size(); ++i) { | ~~^~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?int tesseract::FindScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:150:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 150 | for (int i = 0; i < results.match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?float tesseract::ScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:161:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 161 | if (index >= results.match.size()) return WORST_POSSIBLE_RATING; | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::LearnWord(const char*, tesseract::WERD_RES*)?: tesseract/src/classify/adaptmatch.cpp:330:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 330 | for (int i = 0; i < tokens.size(); i++) { | ~~^~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:332:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 332 | if (i != tokens.size() - 1) | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::AddNewResult(const tesseract::UnicharRating&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1014:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1014 | (old_match < results->match.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1021:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1021 | if (old_match < results->match.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::MasterMatcher(tesseract::INT_TEMPLATES, int16_t, const tesseract::INT_FEATURE_STRUCT*, const uint8_t*, tesseract::ADAPT_CLASS_STRUCT**, int, int, const tesseract::TBOX&, const std::vector<tesseract::CP_RESULT_STRUCT>&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1116:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1116 | for (int c = 0; c < results.size(); c++) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ExpandShapesAndApplyCorrections(tesseract::ADAPT_CLASS_STRUCT**, bool, int, int, int, float, int, int, const uint8_t*, tesseract::UnicharRating*, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1151:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1151 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1158:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1158 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1172:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1172 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormClassifier(tesseract::TBLOB*, const tesseract::TrainingSample&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1336:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1336 | for (int r = 0; r < unichar_results.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormTrainingSample(bool, int, const tesseract::TrainingSample&, std::vector<tesseract::UnicharRating>*)?: tesseract/src/classify/adaptmatch.cpp:1379:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1379 | for (int i = 0; i < adapt_results->CPResults.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1391:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1391 | for (int i = 0; i < adapt_results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ConvertMatchesToChoices(const tesseract::DENORM&, const tesseract::TBOX&, tesseract::ADAPT_RESULTS*, tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/classify/adaptmatch.cpp:1453:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1453 | for (int i = 0; i < Results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?tesseract::UNICHAR_ID* tesseract::Classify::GetAmbiguities(tesseract::TBLOB*, tesseract::CLASS_ID)?: tesseract/src/classify/adaptmatch.cpp:1637:19: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1637 | for (i = 0; i < Results->match.size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::PrintAdaptiveMatchResults(const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:2029:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2029 | for (int i = 0; i < results.match.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveBadMatches(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2062:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2062 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:2087:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2087 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveExtraPuncs(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2118:34: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2118 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/classify/cluster.cpp: In function ?bool tesseract::MultipleCharSamples(tesseract::CLUSTERER*, tesseract::CLUSTER*, float)?: tesseract/src/classify/cluster.cpp:2302:26: warning: comparison of integer expressions of different signedness: ?int32_t? {aka ?int?} and ?std::vector<unsigned char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2302 | if (Clusterer->NumChar > CharFlags.size()) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_float2int.o -c tesseract/src/classify/float2int.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_fpoint.o -c tesseract/src/classify/fpoint.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intfeaturespace.o -c tesseract/src/classify/intfeaturespace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intfx.o -c tesseract/src/classify/intfx.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intmatcher.o -c tesseract/src/classify/intmatcher.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intproto.o -c tesseract/src/classify/intproto.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_kdtree.o -c tesseract/src/classify/kdtree.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/float2int.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mf.o -c tesseract/src/classify/mf.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfdefs.o -c tesseract/src/classify/mfdefs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfeaturespace.h:24, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfoutline.o -c tesseract/src/classify/mfoutline.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/classify/intfeaturespace.h:23, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intfx.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intmatcher.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intproto.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/intfx.h:21, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfx.o -c tesseract/src/classify/mfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_normfeat.o -c tesseract/src/classify/normfeat.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_normmatch.o -c tesseract/src/classify/normmatch.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_ocrfeatures.o -c tesseract/src/classify/ocrfeatures.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_outfeat.o -c tesseract/src/classify/outfeat.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_picofeat.o -c tesseract/src/classify/picofeat.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/mfoutline.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_protos.o -c tesseract/src/classify/protos.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/normfeat.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normfeat.h:22, from tesseract/src/classify/normfeat.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/mfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/mfx.h:22, from tesseract/src/classify/mfx.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_shapeclassifier.o -c tesseract/src/classify/shapeclassifier.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_shapetable.o -c tesseract/src/classify/shapetable.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normmatch.h:22, from tesseract/src/classify/normmatch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_tessclassifier.o -c tesseract/src/classify/tessclassifier.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_trainingsample.o -c tesseract/src/classify/trainingsample.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/outfeat.h:21, from tesseract/src/classify/outfeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/picofeat.h:22, from tesseract/src/classify/picofeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_cutil_oldlist.o -c tesseract/src/cutil/oldlist.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/protos.h:23, from tesseract/src/classify/protos.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_hyphen.o -c tesseract/src/dict/hyphen.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_equationdetectbase.o -c tesseract/src/textord/equationdetectbase.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_associate.o -c tesseract/src/wordrec/associate.cpp tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::UnicharPrintResults(const char*, const std::vector<tesseract::UnicharRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:179:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 179 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp:184:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 184 | for (int f = 0; f < results[i].fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::PrintResults(const char*, const std::vector<tesseract::ShapeRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:194:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 194 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?void tesseract::ShapeClassifier::FilterDuplicateUnichars(std::vector<tesseract::ShapeRating>*) const?: tesseract/src/classify/shapeclassifier.cpp:211:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 211 | for (int r = 0; r < results->size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_chop.o -c tesseract/src/wordrec/chop.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/trainingsample.h:21, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/classify/shapetable.cpp:75:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = unsigned int]?: tesseract/src/classify/shapetable.cpp:94:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/classify/trainingsample.h:19, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_chopper.o -c tesseract/src/wordrec/chopper.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_drawfx.o -c tesseract/src/wordrec/drawfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_findseam.o -c tesseract/src/wordrec/findseam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_gradechop.o -c tesseract/src/wordrec/gradechop.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/chop.h:22, from tesseract/src/wordrec/chop.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_language_model.o -c tesseract/src/wordrec/language_model.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_consistency.o -c tesseract/src/wordrec/lm_consistency.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_pain_points.o -c tesseract/src/wordrec/lm_pain_points.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_state.o -c tesseract/src/wordrec/lm_state.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/seam.h:26, from tesseract/src/wordrec/findseam.h:22, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/wordrec/chopper.cpp: In member function ?tesseract::SEAM* tesseract::Wordrec::chop_overlapping_blob(const std::vector<tesseract::TBOX>&, bool, tesseract::WERD_RES*, int*)?: tesseract/src/wordrec/chopper.cpp:288:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::TBOX>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | for (int i = 0; i < boxes.size(); i++) { | ~~^~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_outlines.o -c tesseract/src/wordrec/outlines.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp: In member function ?tesseract::LanguageModelDawgInfo* tesseract::LanguageModel::GenerateDawgInfo(bool, int, int, const tesseract::BLOB_CHOICE&, const tesseract::ViterbiStateEntry*)?: tesseract/src/wordrec/language_model.cpp:849:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 849 | for (int i = 0; i < normed_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:854:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 854 | word_end && i == normed_ids.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:857:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 857 | } else if (i < normed_ids.size() - 1) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/lm_pain_points.h:25, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/findseam.h:24, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/kdpair.h: In member function ?void tesseract::Wordrec::choose_best_seam(tesseract::SeamQueue*, const tesseract::SPLIT*, tesseract::PRIORITY, tesseract::SEAM**, tesseract::TBLOB*, tesseract::SeamPile*)?: tesseract/src/ccutil/kdpair.h:125:10: warning: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? may be used uninitialized in this function [-Wmaybe-uninitialized] 125 | key_ = new_key; | ~~~~~^~~~~~~~~ tesseract/src/wordrec/findseam.cpp:127:14: note: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? was declared here 127 | SeamPair seam_pair; | ^~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_params_model.o -c tesseract/src/wordrec/params_model.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_pieces.o -c tesseract/src/wordrec/pieces.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_plotedges.o -c tesseract/src/wordrec/plotedges.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_render.o -c tesseract/src/wordrec/render.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_segsearch.o -c tesseract/src/wordrec/segsearch.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_wordclass.o -c tesseract/src/wordrec/wordclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/outlines.h:24, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsbittab.o -c ./base/gsbittab.c In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscedata.o -c ./base/gscedata.c In file included from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -I./soobj -I./base -I./devices -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/bobbin.o -c ./base/bobbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsserial.o -c ./base/gsserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsroptab.o -c ./base/gsroptab.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zlibd_1 -lib z ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapiu cp ./base/gsftopts.h ./soobj/gsftopts.h ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapib gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/simscale_foo.o -c ./base/simscale_foo.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macroman -ps gs_mro_e ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/epsf -ps gs_epsf tesseract/src/wordrec/pieces.cpp: In member function ?void tesseract::Wordrec::merge_and_put_fragment_lists(int16_t, int16_t, int16_t, tesseract::BLOB_CHOICE_LIST*, tesseract::MATRIX*)?: tesseract/src/wordrec/pieces.cpp:221:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 221 | for (; merged_f < merged_fonts.size() && | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/pieces.cpp:224:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | if (merged_f == merged_fonts.size()) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ ./soobj/aux/echogs -w ./soobj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Init:/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/lib:/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Font:/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/fonts:/gnu/store/4yi501k7pl62aqpl07n8hvhvj2a7iy11-font-ghostscript-8.11/share/fonts/type1/ghostscript -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha bbox" -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22 In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/pieces.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /gnu/store/h2zcnkxppppzh9518fqgzbz3pmzm3f0v-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISION -s 9561 ./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20220404 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_getnv.o -c ./base/gp_getnv.c In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_upapr.o -c ./base/gp_upapr.c In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -o ./soobj/gp_unix.o -c ./base/gp_unix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_unifs.o -c ./base/gp_unifs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_unifn.o -c ./base/gp_unifn.c In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_stdia.o -c ./base/gp_stdia.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_nxpsprn.o -c ./base/gp_nxpsprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_nsync.o -c ./base/gp_nsync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/smd5.o -c ./base/smd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmd5.o -c ./base/gsmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevpipe.o -c ./base/gdevpipe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsnogc.o -c ./base/gsnogc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gshtx.o -c ./base/gshtx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsclipsr.o -c ./base/gsclipsr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscdevn.o -c ./base/gscdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdevndi.o -c ./base/gxdevndi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclipm.o -c ./base/gxclipm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage3.o -c ./base/gximage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage4.o -c ./base/gximage4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxmclip.o -c ./base/gxmclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor3.o -c ./base/gscolor3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc3.o -c ./base/gsfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsptype2.o -c ./base/gsptype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsshade.o -c ./base/gsshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade.o -c ./base/gxshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade1.o -c ./base/gxshade1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade4.o -c ./base/gxshade4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade6.o -c ./base/gxshade6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdsrc.o -c ./base/gsdsrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc.o -c ./base/gsfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc0.o -c ./base/gsfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor1.o -c ./base/gscolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsht1.o -c ./base/gsht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor2.o -c ./base/gscolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspcolor.o -c ./base/gspcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsptype1.o -c ./base/gsptype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclip2.o -c ./base/gxclip2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxp1fill.o -c ./base/gxp1fill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpcmap.o -c ./base/gxpcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxicolor_0.o -c ./base/gxicolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdps1.o -c ./base/gsdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspath1.o -c ./base/gspath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/srld.o -c ./base/srld.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstype42.o -c ./base/gstype42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxchrout.o -c ./base/gxchrout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttcalc.o -c ./base/ttcalc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttfinp.o -c ./base/ttfinp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttfmain.o -c ./base/ttfmain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttfmemd.o -c ./base/ttfmemd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttinterp.o -c ./base/ttinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttload.o -c ./base/ttload.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ttobjs.o -c ./base/ttobjs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxttfb.o -c ./base/gxttfb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gzspotan.o -c ./base/gzspotan.c ./base/ttobjs.c: In function ?Context_Create?: ./base/ttobjs.c:306:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 306 | if ( ALLOC_ARRAY( exec->callStack, exec->callSize, callSize, TCallRecord ) || | ^~ ./base/ttobjs.c:331:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 331 | SETMAX(exec->callSize, callSize); | ^~~~ ./base/ttobjs.c:208:22: note: in definition of macro ?SETMAX? 208 | #define SETMAX(a, b) a = (a > b ? a : b) | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscie.o -c ./base/gscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsciemap.o -c ./base/gsciemap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscscie.o -c ./base/gscscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscrd.o -c ./base/gscrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscrdp.o -c ./base/gscrdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxctable.o -c ./base/gxctable.c cp ./soobj/jpeglib1.h ./soobj/jpeglib_.h cp ./soobj/jpegd_1.dev ./soobj/jpegd.dev gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sdcte_1.o -c ./base/sdcte.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpege_1.o -c ./base/sjpege.c cp ./soobj/jpege_1.dev ./soobj/jpege.dev cp ./soobj/zlibe_1.dev ./soobj/zlibe.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscsepr.o -c ./base/gscsepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsnamecl.o -c ./base/gsnamecl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsncdummy.o -c ./base/gsncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstrans.o -c ./base/gstrans.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximag3x.o -c ./base/gximag3x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxblend_0.o -c ./base/gxblend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxblend1.o -c ./base/gxblend1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevp14_0.o -c ./base/gdevp14.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdevn.o -c ./base/gdevdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsequivc.o -c ./base/gsequivc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdcrd.o -c ./base/gdevdcrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscpixel.o -c ./base/gscpixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevbbox.o -c ./base/gdevbbox.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevprn.o -c ./base/gdevprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevppla.o -c ./base/gdevppla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmplt.o -c ./base/gdevmplt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevflp.o -c ./base/gdevflp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdownscale_0.o -c ./base/gxdownscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap.o -c ./base/claptrap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap-init.o -c ./base/claptrap-init.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap-planar.o -c ./base/claptrap-planar.c cp ./soobj/ets_0.o ./soobj/ets.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevoflt.o -c ./base/gdevoflt.c ./base/claptrap-planar.c: In function ?process_at_pixel.constprop?: ./base/claptrap-planar.c:89:20: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 89 | int min_v, max_v; | ^~~~~ ./base/claptrap-planar.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ ./base/claptrap.c: In function ?process_at_pixel.constprop?: ./base/claptrap.c:104:39: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 104 | if (!first_comp && cv > max_v) | ~~~^~~~~~~ ./base/claptrap.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevnup.o -c ./base/gdevnup.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevsclass.o -c ./base/gdevsclass.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevepo.o -c ./base/gdevepo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcid.o -c ./base/gsfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcid2.o -c ./base/gsfcid2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcmap.o -c ./base/gsfcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcmap1.o -c ./base/gsfcmap1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gschar0.o -c ./base/gschar0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont0.o -c ./base/gsfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstype1.o -c ./base/gstype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxtype1.o -c ./base/gxtype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhintn.o -c ./base/gxhintn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhintn1.o -c ./base/gxhintn1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscrypt1.o -c ./base/gscrypt1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstype2.o -c ./base/gstype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/slzwd.o -c ./base/slzwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/slzwc.o -c ./base/slzwc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc.o -c ./base/gsicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_manage.o -c ./base/gsicc_manage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_cache.o -c ./base/gsicc_cache.c gcc -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -I./lcms2mt/include -o ./soobj/gsicc_lcms2mt_0_0.o -c ./base/gsicc_lcms2mt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_profilecache.o -c ./base/gsicc_profilecache.c gcc -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -I./lcms2mt/include -o ./soobj/gsicc_create_0.o -c ./base/gsicc_create.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_nocm.o -c ./base/gsicc_nocm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_replacecm.o -c ./base/gsicc_replacecm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_monitorcm.o -c ./base/gsicc_monitorcm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_blacktext.o -c ./base/gsicc_blacktext.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lcms2mt_0 ./soobj/cmscam02.o ./soobj/cmscgats.o ./soobj/cmscnvrt.o ./soobj/cmserr.o ./soobj/cmsgamma.o ./soobj/cmsgmt.o ./soobj/cmshalf.o ./soobj/cmsintrp.o ./soobj/cmsio0.o ./soobj/cmsio1.o ./soobj/cmslut.o ./soobj/cmsmd5.o ./soobj/cmsmtrx.o ./soobj/cmsnamed.o ./soobj/cmsopt.o ./soobj/cmspack.o ./soobj/cmspcs.o ./soobj/cmsplugin.o ./soobj/cmsps2.o ./soobj/cmssamp.o ./soobj/cmstypes.o ./soobj/cmsvirt.o ./soobj/cmswtpnt.o ./soobj/cmsxform.o ./soobj/cmsalpha.o cp ./soobj/jbig2dec_1.dev ./soobj/jbig2dec.dev gcc -I./soobj -I./base -I./devices -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjbig2.o -c ./base/sjbig2.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/openjpeg_0 ./soobj/opj_bio.o ./soobj/opj_cidx_manager.o ./soobj/opj_cio.o ./soobj/opj_dwt.o ./soobj/opj_event.o ./soobj/opj_function_list.o ./soobj/opj_image.o ./soobj/opj_invert.o ./soobj/opj_j2k.o ./soobj/opj_jp2.o ./soobj/opj_mct.o ./soobj/opj_mqc.o ./soobj/opj_openjpeg.o ./soobj/opj_phix_manager.o ./soobj/opj_pi.o ./soobj/opj_ppix_manager.o ./soobj/opj_t1.o ./soobj/opj_t2.o ./soobj/opj_tcd.o ./soobj/opj_tgt.o ./soobj/opj_thix_manager.o ./soobj/opj_tpix_manager.o ./soobj/opj_thread.o ./soobj/opj_sparse_array.o gcc -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./soobj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpx_openjpeg.o \ -c ./base/sjpx_openjpeg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsioram.o -c ./base/gsioram.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ramfs.o -c ./base/ramfs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spwgd.o -c ./base/spwgd.c cp ./soobj/siscale_0.dev ./soobj/siscale.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdsp.o -c ./devices/gdevdsp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevpccm.o -c ./base/gdevpccm.c ./devices/gdevdsp.c:475:33: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 475 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./devices/gdevdsp.c:43: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevdsp.c:83:8: note: in expansion of macro ?dev_proc_decode_color? 83 | static dev_proc_decode_color(display_decode_color_device8); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfimg.o -c ./devices/gdevpdfimg.c ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/bbox ./soobj/gdevbbox.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbit.o -c ./devices/gdevbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbmp.o -c ./devices/gdevbmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbmpc.o -c ./devices/gdevbmpc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevccr.o -c ./devices/gdevccr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcfax.o -c ./devices/gdevcfax.c ./devices/gdevbit.c:339:76: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 339 | bittag_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:41:8: note: in expansion of macro ?dev_proc_map_color_rgb? 41 | static dev_proc_map_color_rgb(bittag_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:429:73: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 429 | bit_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:51:8: note: in expansion of macro ?dev_proc_map_color_rgb? 51 | static dev_proc_map_color_rgb(bit_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/gstiffio_1.o -DSHARE_LIBTIFF=1 -c ./base/gstiffio.c ./base/gstiffio.c:190:1: warning: ?gs_tifsErrorHandlerEx? defined but not used [-Wunused-function] 190 | gs_tifsErrorHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~ ./base/gstiffio.c:174:1: warning: ?gs_tifsWarningHandlerEx? defined but not used [-Wunused-function] 174 | gs_tifsWarningHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevfax.o -c ./devices/gdevfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/minftrsz.o -c ./devices/minftrsz.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfe.o -c ./base/scfe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfetab.o -c ./base/scfetab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/shc.o -c ./base/shc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcif.o -c ./devices/gdevcif.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdfax.o -c ./devices/gdevdfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtfax.o -c ./devices/gdevtfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/slzwe.o -c ./base/slzwe.c In file included from ./devices/gdevtfax.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtfax.c:50:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 50 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtfax.c: In function ?tfax_put_params?: ./devices/gdevtfax.c:163:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 163 | uint16 compr = tfdev->Compression; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/srle.o -c ./base/srle.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -I./soobj -I./base -I./soobj -I./devices -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtifs.o -c ./devices/gdevtifs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdocxw.o -c ./devices/vector/gdevdocxw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/doc_common.o -c ./devices/vector/doc_common.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsagl ./soobj/gsagl.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdf.o -c ./devices/vector/gdevpdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfb.o -c ./devices/vector/gdevpdfb.c In file included from ./devices/gdevtifs.c:22: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtifs.c: In function ?tiff_put_some_params?: ./devices/gdevtifs.c:152:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 152 | uint16 compr = tfdev->Compression; | ^~~~~~ ./devices/gdevtifs.c: In function ?tiff_print_page?: ./devices/gdevtifs.c:461:17: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 461 | TIFFSwabArrayOfShort((uint16 *)data, | ^~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c: At top level: ./devices/gdevtifs.c:568:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 568 | uint16 id; | ^~~~~~ ./devices/gdevtifs.c:582:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 582 | tiff_compression_param_string(gs_param_string *param, uint16 id) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:594:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 594 | tiff_compression_id(uint16 *id, gs_param_string *param) | ^~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:607:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 607 | int tiff_compression_allowed(uint16 compression, byte depth) | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfc.o -c ./devices/vector/gdevpdfc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfd.o -c ./devices/vector/gdevpdfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfe.o -c ./devices/vector/gdevpdfe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfg.o -c ./devices/vector/gdevpdfg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfi.o -c ./devices/vector/gdevpdfi.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/gdevpdfj.o -c ./devices/vector/gdevpdfj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfk.o -c ./devices/vector/gdevpdfk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfm.o -c ./devices/vector/gdevpdfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfo.o -c ./devices/vector/gdevpdfo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfp.o -c ./devices/vector/gdevpdfp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdft.o -c ./devices/vector/gdevpdft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfr.o -c ./devices/vector/gdevpdfr.c ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_param?: ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 279 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:290:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 290 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:285:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 285 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_params?: ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 330 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:341:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 341 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:336:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 336 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ ./soobj/aux/packps -c -n opdfread_ps -o ./soobj/opdfread_.h ./devices/vector/opdfread.ps gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfv.o -c ./devices/vector/gdevpdfv.c ./soobj/aux/packps: Input file: ./devices/vector/opdfread.ps Output file: ./soobj/opdfread_.h Array name: opdfread_ps Processed 4055 lines of PostScript data. 146886 bytes of PostScript data packed down to 67912 bytes. gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsflip.o -c ./base/gsflip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scantab.o -c ./base/scantab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfilter2.o -c ./base/sfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sdeparam.o -c ./base/sdeparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sdcparam.o -c ./base/sdcparam.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/szlibc_1.o -c ./base/szlibc.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/szlibe_1.o -c ./base/szlibe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/gdevpsdi.o -c ./devices/vector/gdevpsdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/gdevpsdp.o -c ./devices/vector/gdevpsdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsds.o -c ./devices/vector/gdevpsds.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/gdevpsdu.o -c ./devices/vector/gdevpsdu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfparam.o -c ./base/scfparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spprint.o -c ./base/spprint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spsdf.o -c ./base/spsdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sstring.o -c ./base/sstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparamx.o -c ./base/gsparamx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevvec.o -c ./base/gdevvec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfxstdio.o -c ./base/sfxstdio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfxcommon.o -c ./base/sfxcommon.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/stream.o -c ./base/stream.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spngp.o -c ./base/spngp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/seexec.o -c ./base/seexec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sarc4.o -c ./base/sarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdt.o -c ./devices/vector/gdevpdt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtb.o -c ./devices/vector/gdevpdtb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtc.o -c ./devices/vector/gdevpdtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtd.o -c ./devices/vector/gdevpdtd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdte.o -c ./devices/vector/gdevpdte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtf.o -c ./devices/vector/gdevpdtf.c ./devices/vector/gdevpdte.c: In function ?OCRText?: ./devices/vector/gdevpdte.c:96:18: warning: unused variable ?DbgFile? [-Wunused-variable] 96 | gp_file *DbgFile; | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdti.o -c ./devices/vector/gdevpdti.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdts.o -c ./devices/vector/gdevpdts.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtt.o -c ./devices/vector/gdevpdtt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtv.o -c ./devices/vector/gdevpdtv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdtw.o -c ./devices/vector/gdevpdtw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont0c.o -c ./base/gsfont0c.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gxfcopy.o -c ./devices/gxfcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsf1.o -c ./devices/vector/gdevpsf1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsf2.o -c ./devices/vector/gdevpsf2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsfm.o -c ./devices/vector/gdevpsfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsft.o -c ./devices/vector/gdevpsft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsfu.o -c ./devices/vector/gdevpsfu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsfx.o -c ./devices/vector/gdevpsfx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc -DSHARE_LIBPNG=1 -o ./soobj/gdevfpng_1.o -c ./devices/gdevfpng.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevifno.o -c ./devices/gdevifno.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevicov.o -c ./devices/gdevicov.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevjpeg.o -c ./devices/gdevjpeg.c ./devices/gdevjpeg.c:175:38: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 175 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevjpeg.c:19: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevjpeg.c:53:8: note: in expansion of macro ?dev_proc_decode_color? 53 | static dev_proc_decode_color(jpegcmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmgr.o -c ./devices/gdevmgr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmiff.o -c ./devices/gdevmiff.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpbm.o -c ./devices/gdevpbm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmpla.o -c ./base/gdevmpla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpcx.o -c ./devices/gdevpcx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevplan.o -c ./devices/gdevplan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevplib.o -c ./devices/gdevplib.c ./devices/gdevpbm.c:459:33: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 459 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpbm.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpbm.c:116:8: note: in expansion of macro ?dev_proc_decode_color? 116 | static dev_proc_decode_color(ppm_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpsd.o -c ./devices/gdevpsd.c ./devices/gdevplan.c:441:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 441 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:70:8: note: in expansion of macro ?dev_proc_decode_color? 70 | static dev_proc_decode_color(plang_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:455:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 455 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:68:8: note: in expansion of macro ?dev_proc_decode_color? 68 | static dev_proc_decode_color(plan_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:473:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 473 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(planc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcmykog.o -c ./devices/gdevcmykog.c ./devices/gdevplib.c:737:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 737 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:249:8: note: in expansion of macro ?dev_proc_decode_color? 249 | static dev_proc_decode_color(plibg_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:751:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 751 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:247:8: note: in expansion of macro ?dev_proc_decode_color? 247 | static dev_proc_decode_color(plib_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:769:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 769 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:250:8: note: in expansion of macro ?dev_proc_decode_color? 250 | static dev_proc_decode_color(plibc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtfnx.o -c ./devices/gdevtfnx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtsep_0.o -c ./devices/gdevtsep.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevtxtw.o -c ./devices/vector/gdevtxtw.c In file included from ./devices/gdevtfnx.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevxcf.o -c ./devices/gdevxcf.c ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevescv.o -c -DGS_VERSION_MAJOR=9 ./contrib/eplaser/gdevescv.c In file included from ./devices/gdevtsep.c:37: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtsep.c:448:22: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 448 | uint16 compression, | ^~~~~~ ./devices/gdevtsep.c:687:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 687 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtsep.c:691:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 691 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevescp.o -c ./devices/gdevescp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevadmp.o -c ./contrib/gdevadmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevatx.o -c ./devices/gdevatx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbj10.o -c ./devices/gdevbj10.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdev10v.o -c ./contrib/japanese/gdev10v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcdj.o -c ./devices/gdevcdj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpcl.o -c ./devices/gdevpcl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevl4r.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4r.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlips.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlips.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlprn.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbjc_.o -c ./contrib/gdevbjc_.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevbjca.o -c ./contrib/gdevbjca.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcd8.o -c ./contrib/gdevcd8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdj9.o -c ./contrib/gdevdj9.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevclj.o -c ./devices/gdevclj.c ./contrib/gdevcd8.c:2360:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 2360 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1212:45: note: previously declared as ?int *? 1212 | do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcljc.o -c ./devices/gdevcljc.c ./contrib/gdevcd8.c:2434:49: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2434 | do_gcr(int bytecount, byte * inbyte, const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1183:55: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1183 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2435:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2435:44: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:47: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1185:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1185:45: note: previously declared as ?const int *? 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~^~~~~~~~ ./contrib/gdevdj9.c:1226:50: warning: argument 3 of type ?byte[256]? {aka ?unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1226 | do_gamma(float mastergamma, float gammaval, byte values[256]) | ~~~~~^~~~~~~~~~~ ./contrib/gdevdj9.c:794:64: note: previously declared as ?byte *? {aka ?unsigned char *?} 794 | static void do_gamma(float mastergamma, float gammaval, byte * values); | ~~~~~~~^~~~~~ ./contrib/gdevdj9.c:1253:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 1253 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevdj9.c:796:52: note: previously declared as ?int *? 796 | static void do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ ./contrib/gdevdj9.c:1314:19: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1314 | const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:783:51: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 783 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1315:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1315 | const byte cvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1316:19: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1316 | const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:43: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1317:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:785:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1317:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevdj9.c:785:41: note: previously declared as ?const int *? 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevcslw.o -c ./devices/gdevcslw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdjet.o -c ./devices/gdevdjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdljm.o -c ./devices/gdevdljm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdjtc.o -c ./devices/gdevdjtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevln03.o -c ./contrib/gdevln03.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevepsn.o -c ./devices/gdevepsn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevepsc.o -c ./devices/gdevepsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevespg.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevespg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DFMLBP_NOADJUST_MARGIN -o soobj/gdevfmlbp.o -c ./contrib/japanese/gdevfmlbp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevfmpr.o -c ./contrib/japanese/gdevfmpr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevgdi.o -c ./contrib/gdevgdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevhl12.o -c ./contrib/gdevhl12.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevhl7x.o -c ./devices/gdevhl7x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/gdeveprn.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/gdeveprn.c ./contrib/gdevhl12.c: In function ?hl1250_compress_band?: ./contrib/gdevhl12.c:492:41: warning: format ?%lu? expects argument of type ?long unsigned int?, but argument 3 has type ?unsigned int? [-Wformat=] 492 | gp_fprintf(prn_stream, "\033*b%luW", s->out_count * sizeof(u16) + 9); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int unsigned int | %u gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pagecount.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/pagecount.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/mediasize.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/mediasize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/eprnparm.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/eprnrend.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnrend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/eprnfs.o -DGS_REVISION=9561 -I./psi \ ./contrib/pcl3/eprn/eprnfs.c ./contrib/pcl3/eprn/eprnrend.c:404:18: warning: argument 3 of type ?gx_color_value[]? {aka ?short unsigned int[]?} with mismatched bound [-Warray-parameter=] 404 | gx_color_value rgb[]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./contrib/pcl3/eprn/gdeveprn.h:187, from ./contrib/pcl3/eprn/eprnrend.c:67: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:661:8: note: in expansion of macro ?dev_proc_map_color_rgb? 661 | extern dev_proc_map_color_rgb(eprn_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/gdevpcl3.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/gdevpcl3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclcap.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclgen.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclgen.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclcomp.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcomp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o soobj/pclsize.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclsize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevimgn.o -c ./devices/gdevimgn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev3852.o -c ./devices/gdev3852.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevj100.o -c ./contrib/japanese/gdevj100.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevlbp3.o -c ./contrib/japanese/gdevlbp3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlbp8.o -c ./devices/gdevlbp8.c ./devices/gdevimgn.c: In function ?imagen_prn_open?: ./devices/gdevimgn.c:297:14: warning: format ?%ld? expects argument of type ?long int?, but argument 2 has type ?unsigned int? [-Wformat=] 297 | DebugMsg(2,"BIGSIZE = %ld \n",BIGSIZE); | ^~~~~~~~~~~~~~~~~~ ./devices/gdevimgn.c:160:69: note: in definition of macro ?DebugMsg? 160 | #define DebugMsg(Level,P1,P2) if (Level<=IM_DEBUG) {errprintf_nomem(P1,P2 );} | ^~ ./devices/gdevimgn.c:297:27: note: format string is defined here 297 | DebugMsg(2,"BIGSIZE = %ld \n",BIGSIZE); | ~~^ | | | long int | %d gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlx7.o -c ./contrib/gdevlx7.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevl4v.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpjet.o -c ./devices/gdevpjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevl31s.o -c ./devices/gdevl31s.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmeds.o -c ./devices/gdevmeds.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlj56.o -c ./devices/gdevlj56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpxut.o -c ./devices/gdevpxut.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlp8k.o -c ./devices/gdevlp8k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevdm24.o -c ./devices/gdevdm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlx32.o -c ./contrib/gdevlx32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevlxm.o -c ./devices/gdevlxm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev8510.o -c ./devices/gdev8510.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevalps.o -c ./contrib/japanese/gdevalps.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevmd2k.o -c ./contrib/gdevmd2k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevmjc.o -c ./contrib/japanese/gdevmjc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o soobj/gdevml6.o -c ./contrib/japanese/gdevml6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./soobj/gdevnpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevnpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevo182.o -c ./devices/gdevo182.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevop4w.o -c ./contrib/gdevop4w.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevokii.o -c ./devices/gdevokii.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevopvp.o -DGS_VERSION_MAJOR=9 -I./psi/ -c ./contrib/opvp/gdevopvp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevphex.o -c ./devices/gdevphex.c ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/picty180 ./soobj/gdevcdj.o ./soobj/gdevpcl.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevp201.o -c ./contrib/japanese/gdevp201.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpx.o -c ./devices/vector/gdevpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev4081.o -c ./devices/gdev4081.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevrinkj.o -c ./devices/gdevrinkj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-byte-stream.o -c ./devices/rinkj/rinkj-byte-stream.c ./contrib/opvp/gdevopvp.c:2860:20: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2860 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ ./contrib/opvp/gdevopvp.c:223:61: note: previously declared as ?gx_color_value *? {aka ?short unsigned int *?} 223 | static int opvp_map_color_rgb(gx_device *, gx_color_index, gx_color_value *); | ^~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-epson870.o -c ./devices/rinkj/rinkj-epson870.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevrpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevrpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevsj48.o -c ./devices/gdevsj48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc.o -c ./devices/gdevstc.c ./devices/gdevstc.c:2099:76: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2099 | stc_gray_decode_color(gx_device *pdev, gx_color_index color,gx_color_value prgb[1]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:117:8: note: in expansion of macro ?dev_proc_decode_color? 117 | static dev_proc_decode_color(stc_gray_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2274:77: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2274 | stc_cmyk_decode_color(gx_device *pdev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:127:8: note: in expansion of macro ?dev_proc_decode_color? 127 | static dev_proc_decode_color(stc_cmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2459:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2459 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:132:8: note: in expansion of macro ?dev_proc_decode_color? 132 | static dev_proc_decode_color(stc_cmyk10_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc1.o -c ./devices/gdevstc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc2.o -c ./devices/gdevstc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc3.o -c ./devices/gdevstc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevstc4.o -c ./devices/gdevstc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdev4693.o -c ./devices/gdev4693.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevtknk.o -c ./devices/gdevtknk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevupd.o -c ./devices/gdevupd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevxes.o -c ./contrib/gdevxes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./ijs -I./ijs/.. \ -o ./soobj/gdevijs.o -c ./devices/gdevijs.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ijslib_0 ./soobj/ijs.o ./soobj/ijs_server.o ./soobj/ijs_client.o ./soobj/ijs_exec_unix.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./soobj/gdevpng.o -c ./devices/gdevpng.c g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DLEPTONICA_INTERCEPT_ALLOC=1 -Ileptonica/src -o ./soobj/tessocr.o -c -DTESSDATA="/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/tessdata" ./base/tessocr.cpp ./devices/gdevupd.c:2223:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2223 | upd_icolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:167:8: note: in expansion of macro ?dev_proc_decode_color? 167 | static dev_proc_decode_color( upd_icolor_rgb); /** KCMY->RGB-Index */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2306:70: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2306 | upd_1color_rgb(gx_device *pdev, gx_color_index color, gx_color_value cv[1]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:145:8: note: in expansion of macro ?dev_proc_decode_color? 145 | static dev_proc_decode_color( upd_1color_rgb); /** Gray-Index->Gray */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2365:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2365 | upd_3color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:148:8: note: in expansion of macro ?dev_proc_decode_color? 148 | static dev_proc_decode_color( upd_3color_rgb); /** RGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2446:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2446 | upd_4color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:157:8: note: in expansion of macro ?dev_proc_decode_color? 157 | static dev_proc_decode_color(upd_4color_rgb); /** WRGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./soobj/gdevocr.o -c ./devices/gdevocr.c ./devices/gdevupd.c:2543:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2543 | upd_kcolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:176:8: note: in expansion of macro ?dev_proc_decode_color? 176 | static dev_proc_decode_color( upd_kcolor_rgb); /** watches black-gen */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c: In function ?upd_fscomp?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmyk?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmy_k?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ ./devices/gdevpng.c:931:45: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 931 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpng.c:53: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpng.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(pngalpha_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./soobj/gdevpdfocr.o -c ./devices/gdevpdfocr.c ./devices/gdevocr.c: In function ?ocr_close?: ./devices/gdevocr.c:125:31: warning: unused variable ?ppdev? [-Wunused-variable] 125 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?hocr_close?: ./devices/gdevocr.c:136:31: warning: unused variable ?ppdev? [-Wunused-variable] 136 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?do_ocr_print_page?: ./devices/gdevocr.c:233:18: warning: unused variable ?mem? [-Wunused-variable] 233 | gs_memory_t *mem = pdev->memory; | ^~~ ./base/tessocr.cpp:641:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 641 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ ./base/tessocr.cpp:667:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 667 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gpmisc.o -c ./base/gpmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/strmio.o -c ./base/strmio.c ./base/gpmisc.c:842:41: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 842 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:423:50: note: previously declared as an array ?char[4096]? 423 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gpmisc.c:851:44: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 851 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:433:53: note: previously declared as an array ?char[4096]? 433 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsalloc.o -c ./base/gsalloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevkrnlsclass.o -c ./base/gdevkrnlsclass.c ./base/tessocr.cpp:216:50: warning: ISO C++ forbids converting a string constant to ?char*? [-Wwrite-strings] 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^ ./base/tessocr.cpp:214:24: note: in definition of macro ?STRINGIFY2? 214 | #define STRINGIFY2(S) #S | ^ ./base/tessocr.cpp:216:32: note: in expansion of macro ?STRINGIFY? 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^~~~~~~~~ ./base/tessocr.cpp: In function ?int do_ocr_image(wrapped_api*, int, int, int, int, int, int, void*, int, int, int, char**)?: ./base/tessocr.cpp:412:9: warning: unused variable ?code? [-Wunused-variable] 412 | int code; | ^~~~ ./base/tessocr.cpp: In function ?int ocr_recognise(void*, int, int, void*, int, int, int (*)(void*, const char*, const int*, const int*, const int*, int), void*)?: ./base/tessocr.cpp:491:17: warning: variable ?font_name? set but not used [-Wunused-but-set-variable] 491 | const char* font_name; | ^~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsbitcom.o -c ./base/gsbitcom.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsbitops.o -c ./base/gsbitops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscencs.o -c ./base/gscencs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gschar.o -c ./base/gschar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor.o -c ./base/gscolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscoord.o -c ./base/gscoord.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscparam.o -c ./base/gscparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscspace.o -c ./base/gscspace.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscicach.o -c ./base/gscicach.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsovrc.o -c ./base/gsovrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxoprect.o -c ./base/gxoprect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdevice.o -c ./base/gsdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdevmem.o -c ./base/gsdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsdparam.o -c ./base/gsdparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfname.o -c ./base/gsfname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont.o -c ./base/gsfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsgdata.o -c ./base/gsgdata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsgcache.o -c ./base/gsgcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsht.o -c ./base/gsht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gshtscr.o -c ./base/gshtscr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gen_ordered.o -c -DGS_LIB_BUILD \ ./base/gen_ordered.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsimage.o -c ./base/gsimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsimpath.o -c ./base/gsimpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsinit.o -c ./base/gsinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsiodev.o -c ./base/gsiodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsgstate.o -c ./base/gsgstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsline.o -c ./base/gsline.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmalloc.o -c ./base/gsmalloc.c gcc -I./soobj -I./base -I./devices -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/memento.o -c ./base/memento.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmatrix.o -c ./base/gsmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmemory.o -c ./base/gsmemory.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmemret.o -c ./base/gsmemret.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmisc.o -c ./base/gsmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsnotify.o -c ./base/gsnotify.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gslibctx_0.o -c ./base/gslibctx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspaint.o -c ./base/gspaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparam.o -c ./base/gsparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gspath.o -c ./base/gspath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsstate.o -c ./base/gsstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gstext.o -c ./base/gstext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsutil.o -c ./base/gsutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gssprintf.o -c ./base/gssprintf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsstrtok.o -c ./base/gsstrtok.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsstrl.o -c ./base/gsstrl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmrun.o -c ./base/gdevmrun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsiodevs.o -c ./base/gsiodevs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclist.o -c ./base/gxclist.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclbits.o -c ./base/gxclbits.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclpage.o -c ./base/gxclpage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclrast.o -c ./base/gxclrast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclread.o -c ./base/gxclread.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclrect.o -c ./base/gxclrect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclutil.o -c ./base/gxclutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparams.o -c ./base/gsparams.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsparaml.o -c ./base/gsparaml.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsroprun.o -c ./base/gsroprun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclimag.o -c ./base/gxclimag.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclpath.o -c ./base/gxclpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdhtserial.o -c ./base/gxdhtserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclthrd.o -c ./base/gxclthrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsmchunk.o -c ./base/gsmchunk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclfile.o -c ./base/gxclfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclmem.o -c ./base/gxclmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclzlib.o -c ./base/gxclzlib.c cp ./soobj/zlibd_1.dev ./soobj/zlibd.dev gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/szlibd_1.o -c ./base/szlibd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_psync.o -c ./base/gp_psync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfd.o -c ./base/scfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/scfdtab.o -c ./base/scfdtab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxfapi.o -c ./base/gxfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/fapi_ft_1.o -c ./base/fapi_ft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/write_t1.o -c ./base/write_t1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/write_t2.o -c ./base/write_t2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/wrfont.o -c ./base/wrfont.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/freetype_1 -lib -lfreetype gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsiorom_1.o -Isrc -c ./base/gsiorom.c ./soobj/aux/echogs -e .dev -a- ./soobj/freetype_1 -libpath -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxacpath.o -c ./base/gxacpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxbcache.o -c ./base/gxbcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxccache.o -c ./base/gxccache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxccman.o -c ./base/gxccman.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxchar.o -c ./base/gxchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxcht.o -c ./base/gxcht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxclip.o -c ./base/gxclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxcmap.o -c ./base/gxcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxcpath.o -c ./base/gxcpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdcconv.o -c ./base/gxdcconv.c ./base/gxcht.c:1155:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1155 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:547:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 547 | static SET_COLOR_HT_PROC(set_color_ht_le_4); | ^~~~~~~~~~~~~~~~~ ./base/gxcht.c:1346:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1346 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:548:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 548 | static SET_COLOR_HT_PROC(set_color_ht_gt_4); | ^~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1766:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1766 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:267:1: note: in expansion of macro ?dev_proc_decode_color? 267 | dev_proc_decode_color(gx_default_w_b_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1802:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1802 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:342:1: note: in expansion of macro ?dev_proc_decode_color? 342 | dev_proc_decode_color(gx_default_b_w_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1867:46: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1867 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:365:1: note: in expansion of macro ?dev_proc_decode_color? 365 | dev_proc_decode_color(gx_default_8bit_map_color_gray); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1959:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 1959 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:357:1: note: in expansion of macro ?dev_proc_decode_color? 357 | dev_proc_decode_color(cmyk_1bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2015:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2015 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:360:1: note: in expansion of macro ?dev_proc_decode_color? 360 | dev_proc_decode_color(cmyk_8bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2026:42: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2026 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:363:1: note: in expansion of macro ?dev_proc_decode_color? 363 | dev_proc_decode_color(cmyk_16bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxdcolor.o -c ./base/gxdcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhldevc.o -c ./base/gxhldevc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxfill.o -c ./base/gxfill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxht.o -c ./base/gxht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxhtbit.o -c ./base/gxhtbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxht_thresh.o -c ./base/gxht_thresh.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxidata_0.o -c ./base/gxidata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxifast.o -c ./base/gxifast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage.o -c ./base/gximage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximdecode.o -c ./base/gximdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximage1.o -c ./base/gximage1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximono_0.o -c ./base/gximono.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxipixel.o -c ./base/gxipixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gximask.o -c ./base/gximask.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxi12bit.o -c ./base/gxi12bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxi16bit.o -c ./base/gxi16bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxiscale.o -c ./base/gxiscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpaint.o -c ./base/gxpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpath.o -c ./base/gxpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpath2.o -c ./base/gxpath2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpcopy.o -c ./base/gxpcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpdash.o -c ./base/gxpdash.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxpflat.o -c ./base/gxpflat.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxsample.o -c ./base/gxsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxstroke.o -c ./base/gxstroke.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxsync.o -c ./base/gxsync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevabuf.o -c ./base/gdevabuf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdbit.o -c ./base/gdevdbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevddrw.o -c ./base/gdevddrw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdflt.o -c ./base/gdevdflt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdgbr.o -c ./base/gdevdgbr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevnfwd.o -c ./base/gdevnfwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmem.o -c ./base/gdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevplnx.o -c ./base/gdevplnx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm1.o -c ./base/gdevm1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm2.o -c ./base/gdevm2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm4.o -c ./base/gdevm4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm8.o -c ./base/gdevm8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm16.o -c ./base/gdevm16.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm24.o -c ./base/gdevm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm32.o -c ./base/gdevm32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm40.o -c ./base/gdevm40.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm48.o -c ./base/gdevm48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm56.o -c ./base/gdevm56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm64.o -c ./base/gdevm64.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmx.o -c ./base/gdevmx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdsha.o -c ./base/gdevdsha.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gxscanc.o -c ./base/gxscanc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/siinterp.o -c ./base/siinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/siscale_0.o -c ./base/siscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sidscale.o -c ./base/sidscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdrop_0.o -c ./base/gdevdrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr1.o -c ./base/gdevmr1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr2n.o -c ./base/gdevmr2n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr8n.o -c ./base/gdevmr8n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevrops.o -c ./base/gdevrops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsrop.o -c ./base/gsrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gp_strdl.o -c ./base/gp_strdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcid.o -c ./psi/zcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid.o -c ./psi/zfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid0.o -c ./psi/zfcid0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcid1.o -c ./psi/zfcid1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar1.o -c ./psi/zchar1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcharout.o -c ./psi/zcharout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont1.o -c ./psi/zfont1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc1.o -c ./psi/zmisc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iutil2.o -c ./psi/iutil2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc2.o -c ./psi/zmisc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zvmem2.o -c ./psi/zvmem2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdps1.o -c ./psi/zdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zusparam.o -c ./psi/zusparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar2.o -c ./psi/zchar2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont2.o -c ./psi/zfont2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar42.o -c ./psi/zchar42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont42.o -c ./psi/zfont42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfrsd.o -c ./psi/zfrsd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcie.o -c ./psi/zcie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcrd.o -c ./psi/zcrd.c ./psi/zcie.c: In function ?ciedefgspace?: ./psi/zcie.c:468:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 468 | if (r_size(ptref) != 5) | ^~ ./psi/zcie.c:471:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 471 | code = gs_cspace_build_CIEDEFG(&pcs, NULL, mem->stable_memory); | ^~~~ ./psi/zcie.c: In function ?ciedefspace?: ./psi/zcie.c:581:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 581 | if (r_size(ptref) != 4) | ^~ ./psi/zcie.c:584:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 584 | code = gs_cspace_build_CIEDEF(&pcs, NULL, mem->stable_memory); | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfcmap.o -c ./psi/zfcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcfont.o -c ./psi/zcfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont0.o -c ./psi/zfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdcte.o -c ./psi/zfdcte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sddparam.o -c ./base/sddparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdctd.o -c ./psi/zfdctd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscanbin.o -c ./psi/iscanbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zbseq.o -c ./psi/zbseq.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor1.o -c ./psi/zcolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht1.o -c ./psi/zht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zupath.o -c ./psi/zupath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ibnum.o -c ./psi/ibnum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gdevhit.o -c ./base/gdevhit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcharx.o -c ./psi/zcharx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfdecode.o -c ./psi/zfdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/spdiff.o -c ./base/spdiff.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sfilter1.o -c ./base/sfilter1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sa85d.o -c ./base/sa85d.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfilter2.o -c ./psi/zfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodev2.o -c ./psi/ziodev2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevcal.o -c ./psi/zdevcal.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevice2.o -c ./psi/zdevice2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmedia2.o -c ./psi/zmedia2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpcolor.o -c ./psi/zpcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/imain.o -c ./psi/imain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/imainarg.o -c ./psi/imainarg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsargs.o -c ./base/gsargs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -I./devices -o ./soobj/idisp.o -c ./psi/idisp.c In file included from ./base/malloc_.h:23, from ./psi/imain.c:20: ./psi/imain.c: In function ?print_resource_usage?: ./psi/imain.c:1482:28: warning: format ?%lu? expects argument of type ?long unsigned int?, but argument 5 has type ?size_t? {aka ?unsigned int?} [-Wformat=] 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1485 | status.allocated, used, status.max_used); | ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} ./base/std.h:300:12: note: in definition of macro ?dmprintf5? 300 | dpfm(mem,str, arg1, arg2, arg3, arg4, arg5) | ^~~ ./psi/imain.c:1482:67: note: format string is defined here 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ~~^ | | | long unsigned int | %u In file included from ./base/malloc_.h:23, from ./psi/imain.c:20: ./psi/imain.c:1482:28: warning: format ?%lu? expects argument of type ?long unsigned int?, but argument 7 has type ?size_t? {aka ?unsigned int?} [-Wformat=] 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1485 | status.allocated, used, status.max_used); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} ./base/std.h:300:12: note: in definition of macro ?dmprintf5? 300 | dpfm(mem,str, arg1, arg2, arg3, arg4, arg5) | ^~~ ./psi/imain.c:1482:95: note: format string is defined here 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ~~^ | | | long unsigned int | %u gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/psapi.o -c ./psi/psapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/icontext.o -c ./psi/icontext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idebug.o -c ./psi/idebug.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idict.o -c ./psi/idict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idparam.o -c ./psi/idparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/idstack.o -c ./psi/idstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iinit.o -c ./psi/iinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/interp.o -c ./psi/interp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iparam.o -c ./psi/iparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ireclaim.o -c ./psi/ireclaim.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iplugin.o -c ./psi/iplugin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscan.o -c ./psi/iscan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iscannum.o -c ./psi/iscannum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/istack.o -c ./psi/istack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iutil.o -c ./psi/iutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zarith.o -c ./psi/zarith.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zarray.o -c ./psi/zarray.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcontrol.o -c ./psi/zcontrol.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdict.o -c ./psi/zdict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfile.o -c ./psi/zfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfile1.o -c ./psi/zfile1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfileio.o -c ./psi/zfileio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfilter.o -c ./psi/zfilter.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfproc.o -c ./psi/zfproc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zgeneric.o -c ./psi/zgeneric.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodev.o -c ./psi/ziodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ziodevsc.o -c ./psi/ziodevsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmath.o -c ./psi/zmath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zalg.o -c ./psi/zalg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc.o -c ./psi/zmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpacked.o -c ./psi/zpacked.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zrelbit.o -c ./psi/zrelbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zstack.o -c ./psi/zstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zstring.o -c ./psi/zstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zsysvm.o -c ./psi/zsysvm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztoken.o -c ./psi/ztoken.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztype.o -c ./psi/ztype.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zvmem.o -c ./psi/zvmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zbfont.o -c ./psi/zbfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar.o -c ./psi/zchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor.o -c ./psi/zcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdevice.o -c ./psi/zdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont.o -c ./psi/zfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfontenum.o -c ./psi/zfontenum.c ./psi/zvmem.c: In function ?zforgetsave?: ./psi/zvmem.c:466:12: warning: ?asave? may be used uninitialized in this function [-Wmaybe-uninitialized] 466 | code = alloc_forget_save_in(idmemory, asave); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zgstate.o -c ./psi/zgstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht.o -c ./psi/zht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zimage.o -c ./psi/zimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmatrix.o -c ./psi/zmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpaint.o -c ./psi/zpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpath.o -c ./psi/zpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zncdummy.o -c ./psi/zncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ialloc.o -c ./psi/ialloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igc.o -c ./psi/igc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igcref.o -c ./psi/igcref.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/igcstr.o -c ./psi/igcstr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ilocate.o -c ./psi/ilocate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iname.o -c ./psi/iname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/isave.o -c ./psi/isave.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/inobtokn.o -c ./psi/inobtokn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/inouparm.o -c ./psi/inouparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zdscpars.o -c ./psi/zdscpars.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/dscparse.o -c ./psi/dscparse.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfapi.o -c ./psi/zfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sbcp.o -c ./base/sbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfbcp.o -c ./psi/zfbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpath1.o -c ./psi/zpath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor2.o -c ./psi/zcolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcsindex.o -c ./psi/zcsindex.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zht2.o -I./toolbin/halftone/gen_ordered -c ./psi/zht2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcssepr.o -c ./psi/zcssepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfsample.o -c ./psi/zfsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc4.o -c ./psi/zfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc.o -c ./psi/zfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc0.o -c ./psi/zfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc4.o -c ./base/gsfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zchar32.o -c ./psi/zchar32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfont32.o -c ./psi/zfont32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfimscale.o -c ./psi/zfimscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/simscale.o -c ./base/simscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zform.o -c ./psi/zform.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zicc.o -c ./psi/zicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcspixel.o -c ./psi/zcspixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfunc3.o -c ./psi/zfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zimage3.o -c ./psi/zimage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zmisc3.o -c ./psi/zmisc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zcolor3.o -c ./psi/zcolor3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zshade.o -c ./psi/zshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfzlib.o -c ./psi/zfzlib.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/ztrans.o -c ./psi/ztrans.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macglyph -include ./soobj/macroman -ps gs_mgl_e gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfmd5.o -c ./psi/zfmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfsha2.o -c ./psi/zfsha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/ssha2.o -c ./base/ssha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sha2.o -c ./base/sha2.c ./base/sha2.c:586:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 586 | void pSHA256_Final(sha2_byte digest[], SHA256_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:120:20: note: previously declared as ?uint8_t[32]? {aka ?unsigned char[32]?} 120 | void pSHA256_Final(uint8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:649:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 649 | char *pSHA256_End(SHA256_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:121:32: note: previously declared as ?char[65]? 121 | char* pSHA256_End(SHA256_CTX*, char[SHA256_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:947:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 947 | void pSHA512_Final(sha2_byte digest[], SHA512_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:132:20: note: previously declared as ?uint8_t[64]? {aka ?unsigned char[64]?} 132 | void pSHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:976:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 976 | char *pSHA512_End(SHA512_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:133:32: note: previously declared as ?char[129]? 133 | char* pSHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1021:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 1021 | void pSHA384_Final(sha2_byte digest[], SHA384_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:126:20: note: previously declared as ?uint8_t[48]? {aka ?unsigned char[48]?} 126 | void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1050:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 1050 | char *pSHA384_End(SHA384_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:127:32: note: previously declared as ?char[97]? 127 | char* pSHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfarc4.o -c ./psi/zfarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfaes.o -c ./psi/zfaes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/saes.o -c ./base/saes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/aes.o -c ./base/aes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpdfops.o -c ./psi/zpdfops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zpdf_r6.o -c ./psi/zpdf_r6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_loop_detect.c -o ./soobj/pdf_loop_detect.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/ghostpdf.c -o ./soobj/ghostpdf.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_dict.c -o ./soobj/pdf_dict.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_array.c -o ./soobj/pdf_array.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_xref.c -o ./soobj/pdf_xref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_int.c -o ./soobj/pdf_int.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_file.c -o ./soobj/pdf_file_jbig2dec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_path.c -o ./soobj/pdf_path.o In file included from ./base/gsrefct.h:23, from ./base/gxgstate.h:23, from ./pdf/ghostpdf.h:21, from ./pdf/pdf_file.c:16: ./pdf/pdf_file.c: In function ?pdfi_filter_no_decryption?: ./pdf/pdf_file.c:907:32: warning: format ?%ld? expects argument of type ?long int?, but argument 3 has type ?gs_offset_t? {aka ?long long int?} [-Wformat=] 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ | | | gs_offset_t {aka long long int} ./base/std.h:288:12: note: in definition of macro ?dmprintf2? 288 | dpfm(mem,str, arg1, arg2) | ^~~ ./pdf/pdf_file.c:907:50: note: format string is defined here 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ~~^ | | | long int | %lld In file included from ./base/gsrefct.h:23, from ./base/gxgstate.h:23, from ./pdf/ghostpdf.h:21, from ./pdf/pdf_file.c:16: ./pdf/pdf_file.c:907:32: warning: format ?%lx? expects argument of type ?long unsigned int?, but argument 4 has type ?gs_offset_t? {aka ?long long int?} [-Wformat=] 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ | | | gs_offset_t {aka long long int} ./base/std.h:288:12: note: in definition of macro ?dmprintf2? 288 | dpfm(mem,str, arg1, arg2) | ^~~ ./pdf/pdf_file.c:907:56: note: format string is defined here 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ~~^ | | | long unsigned int | %llx gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_colour.c -o ./soobj/pdf_colour.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_pattern.c -o ./soobj/pdf_pattern.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_gstate.c -o ./soobj/pdf_gstate.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_stack.c -o ./soobj/pdf_stack.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_image.c -o ./soobj/pdf_image.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_page.c -o ./soobj/pdf_page.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_annot.c -o ./soobj/pdf_annot.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_mark.c -o ./soobj/pdf_mark.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fapi.c -o ./soobj/pdf_fapi.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font.c -o ./soobj/pdf_font.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font0.c -o ./soobj/pdf_font0.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_ciddec.c -o ./soobj/pdf_ciddec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1.c -o ./soobj/pdf_font1.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1C.c -o ./soobj/pdf_font1C.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontps.c -o ./soobj/pdf_fontps.o ./pdf/pdf_font1.c: In function ?pdfi_t1_seac_data?: ./pdf/pdf_font1.c:171:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 171 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1.c:34: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1.c:174:17: note: in expansion of macro ?pdfi_countdown? 174 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ ./pdf/pdf_font1C.c: In function ?pdfi_cff_seac_data?: ./pdf/pdf_font1C.c:208:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 208 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1C.c:27: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1C.c:211:17: note: in expansion of macro ?pdfi_countdown? 211 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font3.c -o ./soobj/pdf_font3.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontTT.c -o ./soobj/pdf_fontTT.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font9.c -o ./soobj/pdf_font9.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font11.c -o ./soobj/pdf_font11.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_cmap.c -o ./soobj/pdf_cmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fmap.c -o ./soobj/pdf_fmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_text.c -o ./soobj/pdf_text.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_shading.c -o ./soobj/pdf_shading.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_func.c -o ./soobj/pdf_func.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_trans.c -o ./soobj/pdf_trans.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_device.c -o ./soobj/pdf_device.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_misc.c -o ./soobj/pdf_misc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_optcontent.c -o ./soobj/pdf_optcontent.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_check.c -o ./soobj/pdf_check.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_sec.c -o ./soobj/pdf_sec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_utf8.c -o ./soobj/pdf_utf8_unix_.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_deref.c -o ./soobj/pdf_deref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_repair.c -o ./soobj/pdf_repair.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_obj.c -o ./soobj/pdf_obj.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_doc.c -o ./soobj/pdf_doc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./psi -I./soobj -I./soobj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/zfjpx_openjpeg.o \ -c ./psi/zfjpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Isrc -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/zfjbig2_jbig2dec.o -c ./psi/zfjbig2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iapi.o -c ./psi/iapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/gs.o -c ./psi/gs.c rm -f ./soobj/gscdefs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gsromfs0.o -c ./base/gsromfs0.c cp ./base/gscdef.c ./soobj/gscdefs.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nosync ./soobj/gp_nsync.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gscdefs.o -c ./soobj/gscdefs.c ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/smd5 ./soobj/smd5.o ./soobj/gsmd5.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pipe ./soobj/gdevpipe.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsnogc ./soobj/gsnogc.o ./soobj/aux/echogs -e .dev -a- ./soobj/pipe -iodev pipe ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/htxlib ./soobj/gshtx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/imasklib ./soobj/gxclipm.o ./soobj/gximage3.o ./soobj/gximage4.o ./soobj/gxmclip.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/funclib ./soobj/gsdsrc.o ./soobj/gsfunc.o ./soobj/gsfunc0.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmyklib ./soobj/gscolor1.o ./soobj/gsht1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2cs ./soobj/gscolor2.o ./soobj/aux/echogs -e .dev -a- ./soobj/imasklib -imagetype 3 4 cp ./soobj/gxicolor_0.o ./soobj/gxicolor.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2lib ./soobj/gsdps1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1lib ./soobj/gspath1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rld ./soobj/srld.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttflib ./soobj/gstype42.o ./soobj/gxchrout.o ./soobj/ttcalc.o ./soobj/ttfinp.o ./soobj/ttfmain.o ./soobj/ttfmemd.o ./soobj/ttinterp.o ./soobj/ttload.o ./soobj/ttobjs.o ./soobj/gxttfb.o ./soobj/gzspotan.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cielib ./soobj/gscie.o ./soobj/gsciemap.o ./soobj/gscscie.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/sdctc.o -c ./base/sdctc.c ./soobj/aux/echogs -e .dev -a- ./soobj/cielib ./soobj/gscrd.o ./soobj/gscrdp.o ./soobj/gxctable.o gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpegc_1.o -c ./base/sjpegc.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sdctd_1.o -c ./base/sdctd.c gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./soobj/sjpegd_1.o -c ./base/sjpegd.c cp ./soobj/sdcte_1.o ./soobj/sdcte.o cp ./soobj/sjpege_1.o ./soobj/sjpege.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libpng_1 -lib png ./soobj/aux/echogs -e .dev -a- ./soobj/libpng_1 -include ./soobj/zlibe.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seprlib ./soobj/gscsepr.o ./soobj/gsnamecl.o ./soobj/gsncdummy.o cp ./soobj/gxblend_0.o ./soobj/gxblend.o cp ./soobj/gdevp14_0.o ./soobj/gdevp14.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixlib ./soobj/gscpixel.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bboxutil ./soobj/gdevbbox.o cp ./soobj/gxdownscale_0.o ./soobj/gxdownscale.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidlib ./soobj/gsfcid.o ./soobj/gsfcid2.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1lib ./soobj/gstype1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf2lib ./soobj/gstype2.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf2lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o ./soobj/aux/echogs -e .dev -a- ./soobj/cidlib -include ./soobj/ttflib ./soobj/aux/echogs -e .dev -a- ./soobj/psf1lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwd ./soobj/slzwd.o ./soobj/slzwc.o cp ./soobj/gsicc_lcms2mt_0_0.o ./soobj/gsicc_lcms2mt.o cp ./soobj/gsicc_create_0.o ./soobj/gsicc_create.o cp ./soobj/lcms2mt_0.dev ./soobj/lcms2mt.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjbig2_jbig2dec ./soobj/sjbig2.o cp ./soobj/openjpeg_0.dev ./soobj/openjpeg.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ramfs ./soobj/gsioram.o ./soobj/ramfs.o ./soobj/aux/echogs -e .dev -a- ./soobj/ramfs -iodev ram ./soobj/aux/echogs -e .dev -a- ./soobj/sjbig2_jbig2dec -include ./soobj/jbig2dec.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pwgd ./soobj/spwgd.o ./soobj/aux/echogs -e .dev -a- ./soobj/ramfs -obj ./soobj/ramfs.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/display ./soobj/gdevdsp.o ./soobj/gdevpccm.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevdcrd.o cp ./soobj/gstiffio_1.o ./soobj/gstiffio.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfe ./soobj/scfe.o ./soobj/scfetab.o ./soobj/shc.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwe ./soobj/slzwe.o ./soobj/slzwc.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rle ./soobj/srle.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/docxwrite ./soobj/gdevdocxw.o ./soobj/doc_common.o ./soobj/extract_alloc.o ./soobj/extract_astring.o ./soobj/extract_buffer.o ./soobj/extract_document.o ./soobj/extract_docx.o ./soobj/extract_docx_template.o ./soobj/extract_extract.o ./soobj/extract_html.o ./soobj/extract_join.o ./soobj/extract_mem.o ./soobj/extract_odt.o ./soobj/extract_odt_template.o ./soobj/extract_outf.o ./soobj/extract_sys.o ./soobj/extract_text.o ./soobj/extract_xml.o ./soobj/extract_zip.o cp ./soobj/opdfread_.h ./soobj/opdfread.h ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdeparam ./soobj/sdeparam.o ./soobj/sdcparam.o cp ./soobj/szlibc_1.o ./soobj/szlibc.o cp ./soobj/szlibe_1.o ./soobj/szlibe.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sfile ./soobj/sfxstdio.o ./soobj/sfxcommon.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pngp ./soobj/spngp.o ./soobj/aux/echogs -e .dev -a- ./soobj/docxwrite -include ./soobj/gsagl ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seexec ./soobj/seexec.o ./soobj/gscrypt1.o cp ./soobj/lzwe.dev ./soobj/slzwe.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sarc4 ./soobj/sarc4.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fcopy ./soobj/gxfcopy.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf ./soobj/gdevpsf1.o ./soobj/gdevpsf2.o ./soobj/gdevpsfm.o cp ./soobj/gdevfpng_1.o ./soobj/gdevfpng.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/ink_cov ./soobj/gdevicov.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/inkcov ./soobj/gdevicov.o cp ./soobj/gdevtsep_0.o ./soobj/gdevtsep.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/txtwrite ./soobj/gdevtxtw.o ./soobj/doc_common.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf -obj ./soobj/gdevpsft.o ./soobj/gdevpsfu.o ./soobj/gdevpsfx.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10v ./soobj/gdev10v.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10vh ./soobj/gdev10v.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dj505j ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jj100 ./soobj/gdevj100.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf -obj ./soobj/spsdf.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000_4 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr150 ./soobj/gdevp201.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr201 ./soobj/gdevp201.o ./soobj/gdevprn.o cp ./soobj/ijslib_0.dev ./soobj/ijslib.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libocr_1 ./soobj/tessocr.o cp ./soobj/gslibctx_0.o ./soobj/gslibctx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsiodevs ./soobj/gsiodevs.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clfile ./soobj/gxclfile.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/leptonica_adaptmap.o ./soobj/leptonica_affine.o ./soobj/leptonica_affinecompose.o ./soobj/leptonica_arrayaccess.o ./soobj/leptonica_baseline.o ./soobj/leptonica_bbuffer.o ./soobj/leptonica_bilateral.o ./soobj/leptonica_bilinear.o ./soobj/leptonica_binexpand.o ./soobj/leptonica_binreduce.o ./soobj/leptonica_blend.o ./soobj/leptonica_bmf.o ./soobj/leptonica_bmpio.o ./soobj/leptonica_bmpiostub.o ./soobj/leptonica_bootnumgen1.o ./soobj/leptonica_bootnumgen2.o ./soobj/leptonica_bootnumgen3.o ./soobj/leptonica_bootnumgen4.o ./soobj/leptonica_boxbasic.o ./soobj/leptonica_boxfunc1.o ./soobj/leptonica_boxfunc2.o ./soobj/leptonica_boxfunc3.o ./soobj/leptonica_boxfunc4.o ./soobj/leptonica_boxfunc5.o ./soobj/leptonica_bytearray.o ./soobj/leptonica_ccbord.o ./soobj/leptonica_classapp.o ./soobj/leptonica_colorcontent.o ./soobj/leptonica_coloring.o ./soobj/leptonica_colormap.o ./soobj/leptonica_colormorph.o ./soobj/leptonica_colorquant1.o ./soobj/leptonica_colorquant2.o ./soobj/leptonica_colorseg.o ./soobj/leptonica_colorspace.o ./soobj/leptonica_compare.o ./soobj/leptonica_conncomp.o ./soobj/leptonica_convertfiles.o ./soobj/leptonica_convolve.o ./soobj/leptonica_correlscore.o ./soobj/leptonica_dewarp1.o ./soobj/leptonica_dewarp2.o ./soobj/leptonica_dewarp3.o ./soobj/leptonica_dewarp4.o ./soobj/leptonica_dnabasic.o ./soobj/leptonica_dnafunc1.o ./soobj/leptonica_dnahash.o ./soobj/leptonica_dwacomb.2.o ./soobj/leptonica_dwacomblow.2.o ./soobj/leptonica_edge.o ./soobj/leptonica_encoding.o ./soobj/leptonica_enhance.o ./soobj/leptonica_fhmtauto.o ./soobj/leptonica_fhmtgenlow.1.o ./soobj/leptonica_fmorphauto.o ./soobj/leptonica_fmorphgen.1.o ./soobj/leptonica_fmorphgenlow.1.o ./soobj/leptonica_fpix1.o ./soobj/leptonica_fpix2.o ./soobj/leptonica_gifiostub.o ./soobj/leptonica_gplot.o ./soobj/leptonica_graphics.o ./soobj/leptonica_graymorph.o ./soobj/leptonica_grayquant.o ./soobj/leptonica_heap.o ./soobj/leptonica_jbclass.o ./soobj/leptonica_jp2kheader.o ./soobj/leptonica_jp2kheaderstub.o ./soobj/leptonica_jp2kiostub.o ./soobj/leptonica_jpegiostub.o ./soobj/leptonica_kernel.o ./soobj/leptonica_libversions.o ./soobj/leptonica_list.o ./soobj/leptonica_map.o ./soobj/leptonica_morph.o ./soobj/leptonica_morphapp.o ./soobj/leptonica_morphdwa.o ./soobj/leptonica_morphseq.o ./soobj/leptonica_numabasic.o ./soobj/leptonica_numafunc1.o ./soobj/leptonica_numafunc2.o ./soobj/leptonica_pageseg.o ./soobj/leptonica_paintcmap.o ./soobj/leptonica_partify.o ./soobj/leptonica_partition.o ./soobj/leptonica_pdfio1.o ./soobj/leptonica_pdfio1stub.o ./soobj/leptonica_pdfio2.o ./soobj/leptonica_pdfio2stub.o ./soobj/leptonica_pix1.o ./soobj/leptonica_pix2.o ./soobj/leptonica_pix3.o ./soobj/leptonica_pix4.o ./soobj/leptonica_pix5.o ./soobj/leptonica_pixabasic.o ./soobj/leptonica_pixacc.o ./soobj/leptonica_pixafunc1.o ./soobj/leptonica_pixafunc2.o ./soobj/leptonica_pixalloc.o ./soobj/leptonica_pixarith.o ./soobj/leptonica_pixcomp.o ./soobj/leptonica_pixconv.o ./soobj/leptonica_pixlabel.o ./soobj/leptonica_pixtiling.o ./soobj/leptonica_pngiostub.o ./soobj/leptonica_pnmio.o ./soobj/leptonica_pnmiostub.o ./soobj/leptonica_projective.o ./soobj/leptonica_psio1.o ./soobj/leptonica_psio1stub.o ./soobj/leptonica_psio2.o ./soobj/leptonica_psio2stub.o ./soobj/leptonica_ptabasic.o ./soobj/leptonica_ptafunc1.o ./soobj/leptonica_ptafunc2.o ./soobj/leptonica_ptra.o ./soobj/leptonica_quadtree.o ./soobj/leptonica_queue.o ./soobj/leptonica_rank.o ./soobj/leptonica_rbtree.o ./soobj/leptonica_readfile.o ./soobj/leptonica_regutils.o ./soobj/leptonica_rop.o ./soobj/leptonica_roplow.o ./soobj/leptonica_rotate.o ./soobj/leptonica_rotateam.o ./soobj/leptonica_rotateorth.o ./soobj/leptonica_rotateshear.o ./soobj/leptonica_runlength.o ./soobj/leptonica_sarray1.o ./soobj/leptonica_sarray2.o ./soobj/leptonica_scale1.o ./soobj/leptonica_scale2.o ./soobj/leptonica_seedfill.o ./soobj/leptonica_sel1.o ./soobj/leptonica_sel2.o ./soobj/leptonica_selgen.o ./soobj/leptonica_shear.o ./soobj/leptonica_skew.o ./soobj/leptonica_spixio.o ./soobj/leptonica_stack.o ./soobj/leptonica_stringcode.o ./soobj/leptonica_sudoku.o ./soobj/leptonica_textops.o ./soobj/leptonica_tiffiostub.o ./soobj/leptonica_utils1.o ./soobj/leptonica_utils2.o ./soobj/leptonica_warper.o ./soobj/leptonica_webpiostub.o ./soobj/leptonica_writefile.o ./soobj/leptonica_zlibmem.o ./soobj/leptonica_zlibmemstub.o cp ./soobj/szlibd_1.o ./soobj/szlibd.o ./soobj/aux/echogs -e .dev -a- ./soobj/gsiodevs -include ./soobj/sfile ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/posync ./soobj/gp_psync.o ./soobj/aux/echogs -e .dev -a- ./soobj/clfile -init gxclfile ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_api_altorenderer.o ./soobj/tesseract_api_baseapi.o ./soobj/tesseract_api_capi.o ./soobj/tesseract_api_hocrrenderer.o ./soobj/tesseract_api_lstmboxrenderer.o ./soobj/tesseract_api_pdfrenderer.o ./soobj/tesseract_api_renderer.o ./soobj/tesseract_api_wordstrboxrenderer.o ./soobj/tesseract_arch_intsimdmatrix.o ./soobj/tesseract_arch_simddetect.o ./soobj/tesseract_ccmain_applybox.o ./soobj/tesseract_ccmain_control.o ./soobj/tesseract_ccmain_linerec.o ./soobj/tesseract_ccmain_ltrresultiterator.o ./soobj/tesseract_ccmain_mutableiterator.o ./soobj/tesseract_ccmain_output.o ./soobj/tesseract_ccmain_pageiterator.o ./soobj/tesseract_ccmain_pagesegmain.o ./soobj/tesseract_ccmain_pagewalk.o ./soobj/tesseract_ccmain_paragraphs.o ./soobj/tesseract_ccmain_paramsd.o ./soobj/tesseract_ccmain_pgedit.o ./soobj/tesseract_ccmain_reject.o ./soobj/tesseract_ccmain_resultiterator.o ./soobj/tesseract_ccmain_tessedit.o ./soobj/tesseract_ccmain_tesseractclass.o ./soobj/tesseract_ccmain_tessvars.o ./soobj/tesseract_ccmain_thresholder.o ./soobj/tesseract_ccmain_werdit.o ./soobj/aux/echogs -e .dev -a- ./soobj/gsiodevs -iodev stdin stdout stderr ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfd ./soobj/scfd.o ./soobj/scfdtab.o ./soobj/aux/echogs -e .dev -a- ./soobj/posync -replace ./soobj/nosync cp ./soobj/fapi_ft_1.o ./soobj/fapi_ft.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_ccstruct_blamer.o ./soobj/tesseract_ccstruct_blobbox.o ./soobj/tesseract_ccstruct_blobs.o ./soobj/tesseract_ccstruct_blread.o ./soobj/tesseract_ccstruct_boxread.o ./soobj/tesseract_ccstruct_boxword.o ./soobj/tesseract_ccstruct_ccstruct.o ./soobj/tesseract_ccstruct_coutln.o ./soobj/tesseract_ccstruct_detlinefit.o ./soobj/tesseract_ccstruct_dppoint.o ./soobj/tesseract_ccstruct_imagedata.o ./soobj/tesseract_ccstruct_linlsq.o ./soobj/tesseract_ccstruct_matrix.o ./soobj/tesseract_ccstruct_mod128.o ./soobj/tesseract_ccstruct_normalis.o ./soobj/tesseract_ccstruct_ocrblock.o ./soobj/tesseract_ccstruct_ocrpara.o ./soobj/tesseract_ccstruct_ocrrow.o ./soobj/tesseract_ccstruct_otsuthr.o ./soobj/tesseract_ccstruct_pageres.o ./soobj/tesseract_ccstruct_pdblock.o ./soobj/tesseract_ccstruct_points.o ./soobj/tesseract_ccstruct_polyaprx.o ./soobj/tesseract_ccstruct_polyblk.o ./soobj/tesseract_ccstruct_quadlsq.o ./soobj/tesseract_ccstruct_quspline.o ./soobj/tesseract_ccstruct_ratngs.o ./soobj/tesseract_ccstruct_rect.o ./soobj/tesseract_ccstruct_rejctmap.o ./soobj/tesseract_ccstruct_seam.o ./soobj/tesseract_ccstruct_split.o ./soobj/tesseract_ccstruct_statistc.o ./soobj/tesseract_ccstruct_stepblob.o ./soobj/tesseract_ccstruct_werd.o cp ./soobj/freetype_1.dev ./soobj/freetype.dev cp ./soobj/gsiorom_1.o ./soobj/gsiorom.o cp ./soobj/gxidata_0.o ./soobj/gxidata.o cp ./soobj/gximono_0.o ./soobj/gximono.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_classify_classify.o ./soobj/tesseract_dict_context.o ./soobj/tesseract_dict_dawg.o ./soobj/tesseract_dict_dawg_cache.o ./soobj/tesseract_dict_dict.o ./soobj/tesseract_dict_permdawg.o ./soobj/tesseract_dict_stopper.o ./soobj/tesseract_dict_trie.o ./soobj/tesseract_textord_alignedblob.o ./soobj/tesseract_textord_baselinedetect.o ./soobj/tesseract_textord_bbgrid.o ./soobj/tesseract_textord_blkocc.o ./soobj/tesseract_textord_blobgrid.o ./soobj/tesseract_textord_ccnontextdetect.o ./soobj/tesseract_textord_cjkpitch.o ./soobj/tesseract_textord_colfind.o ./soobj/tesseract_textord_colpartition.o ./soobj/tesseract_textord_colpartitionset.o ./soobj/tesseract_textord_colpartitiongrid.o ./soobj/tesseract_textord_devanagari_processing.o ./soobj/tesseract_textord_drawtord.o ./soobj/tesseract_textord_edgblob.o ./soobj/tesseract_textord_edgloop.o ./soobj/tesseract_textord_fpchop.o ./soobj/tesseract_textord_gap_map.o ./soobj/tesseract_textord_imagefind.o ./soobj/tesseract_textord_linefind.o ./soobj/tesseract_textord_makerow.o ./soobj/tesseract_textord_oldbasel.o ./soobj/tesseract_textord_pithsync.o ./soobj/tesseract_textord_pitsync1.o ./soobj/tesseract_textord_scanedg.o ./soobj/tesseract_textord_sortflts.o ./soobj/tesseract_textord_strokewidth.o ./soobj/tesseract_textord_tabfind.o ./soobj/tesseract_textord_tablefind.o ./soobj/tesseract_textord_tabvector.o ./soobj/tesseract_textord_tablerecog.o ./soobj/tesseract_textord_textlineprojection.o ./soobj/tesseract_textord_textord.o ./soobj/tesseract_textord_topitch.o ./soobj/tesseract_textord_tordmain.o ./soobj/tesseract_textord_tospace.o ./soobj/tesseract_textord_tovars.o ./soobj/tesseract_textord_underlin.o ./soobj/tesseract_textord_wordseg.o ./soobj/tesseract_textord_workingpartset.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libd ./soobj/gdevabuf.o ./soobj/gdevdbit.o ./soobj/gdevddrw.o ./soobj/gdevdflt.o cp ./soobj/siscale_0.o ./soobj/siscale.o cp ./soobj/gdevdrop_0.o ./soobj/gdevdrop.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/strdline ./soobj/gp_strdl.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1read ./soobj/zchar1.o ./soobj/zcharout.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2int ./soobj/zvmem2.o ./soobj/zdps1.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevdgbr.o ./soobj/gdevnfwd.o ./soobj/gdevmem.o ./soobj/gdevplnx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/usparam ./soobj/zusparam.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type42 ./soobj/zchar42.o ./soobj/zcharout.o ./soobj/zfont42.o ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_viewer_scrollview.o ./soobj/tesseract_viewer_svmnode.o ./soobj/tesseract_viewer_svutil.o ./soobj/tesseract_wordrec_tface.o ./soobj/tesseract_wordrec_wordrec.o ./soobj/tesseract_ccutil_ccutil.o ./soobj/tesseract_ccutil_clst.o ./soobj/tesseract_ccutil_elst2.o ./soobj/tesseract_ccutil_elst.o ./soobj/tesseract_ccutil_errcode.o ./soobj/tesseract_ccutil_mainblk.o ./soobj/tesseract_ccutil_serialis.o ./soobj/tesseract_ccutil_strngs.o ./soobj/tesseract_ccutil_scanutils.o ./soobj/tesseract_ccutil_tessdatamanager.o ./soobj/tesseract_ccutil_tprintf.o ./soobj/tesseract_ccutil_unichar.o ./soobj/tesseract_ccutil_unicharcompress.o ./soobj/tesseract_ccutil_unicharmap.o ./soobj/tesseract_ccutil_unicharset.o ./soobj/tesseract_ccutil_params.o ./soobj/tesseract_lstm_convolve.o ./soobj/tesseract_lstm_fullyconnected.o ./soobj/tesseract_lstm_functions.o ./soobj/tesseract_lstm_input.o ./soobj/tesseract_lstm_lstm.o ./soobj/tesseract_lstm_lstmrecognizer.o ./soobj/tesseract_lstm_maxpool.o ./soobj/tesseract_lstm_network.o ./soobj/tesseract_lstm_networkio.o ./soobj/tesseract_lstm_parallel.o ./soobj/tesseract_lstm_plumbing.o ./soobj/tesseract_lstm_recodebeam.o ./soobj/tesseract_lstm_reconfig.o ./soobj/tesseract_lstm_reversed.o ./soobj/tesseract_lstm_series.o ./soobj/tesseract_lstm_stridemap.o ./soobj/tesseract_lstm_tfnetwork.o ./soobj/tesseract_lstm_weightmatrix.o ./soobj/tesseract_arch_dotproduct.o ./soobj/tesseract_arch_dotproductavx.o ./soobj/tesseract_arch_intsimdmatrixavx2.o ./soobj/tesseract_arch_dotproductfma.o ./soobj/tesseract_arch_dotproductsse.o ./soobj/tesseract_arch_intsimdmatrixsse.o ./soobj/tesseract_arch_intsimdmatrixneon.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -obj ./soobj/zfont1.o ./soobj/zmisc1.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm1.o ./soobj/gdevm2.o ./soobj/gdevm4.o ./soobj/gdevm8.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2int -oper zvmem2 zdps1_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/usparam -oper zusparam -replace ./soobj/nousparm ./soobj/aux/echogs -e .dev -a- ./soobj/libocr_1 ./soobj/tesseract_ccmain_adaptions.o ./soobj/tesseract_ccmain_docqual.o ./soobj/tesseract_ccmain_equationdetect.o ./soobj/tesseract_ccmain_fixspace.o ./soobj/tesseract_ccmain_fixxht.o ./soobj/tesseract_ccmain_osdetect.o ./soobj/tesseract_ccmain_par_control.o ./soobj/tesseract_ccmain_recogtraining.o ./soobj/tesseract_ccmain_superscript.o ./soobj/tesseract_ccmain_tessbox.o ./soobj/tesseract_ccmain_tfacepp.o ./soobj/tesseract_ccstruct_fontinfo.o ./soobj/tesseract_ccstruct_params_training_featdef.o ./soobj/tesseract_ccutil_ambigs.o ./soobj/tesseract_ccutil_bitvector.o ./soobj/tesseract_ccutil_indexmapbidi.o ./soobj/tesseract_ccutil_universalambigs.o ./soobj/tesseract_classify_adaptive.o ./soobj/tesseract_classify_adaptmatch.o ./soobj/tesseract_classify_blobclass.o ./soobj/tesseract_classify_cluster.o ./soobj/tesseract_classify_clusttool.o ./soobj/tesseract_classify_cutoffs.o ./soobj/tesseract_classify_featdefs.o ./soobj/tesseract_classify_float2int.o ./soobj/tesseract_classify_fpoint.o ./soobj/tesseract_classify_intfeaturespace.o ./soobj/tesseract_classify_intfx.o ./soobj/tesseract_classify_intmatcher.o ./soobj/tesseract_classify_intproto.o ./soobj/tesseract_classify_kdtree.o ./soobj/tesseract_classify_mf.o ./soobj/tesseract_classify_mfdefs.o ./soobj/tesseract_classify_mfoutline.o ./soobj/tesseract_classify_mfx.o ./soobj/tesseract_classify_normfeat.o ./soobj/tesseract_classify_normmatch.o ./soobj/tesseract_classify_ocrfeatures.o ./soobj/tesseract_classify_outfeat.o ./soobj/tesseract_classify_picofeat.o ./soobj/tesseract_classify_protos.o ./soobj/tesseract_classify_shapeclassifier.o ./soobj/tesseract_classify_shapetable.o ./soobj/tesseract_classify_tessclassifier.o ./soobj/tesseract_classify_trainingsample.o ./soobj/tesseract_cutil_oldlist.o ./soobj/tesseract_dict_hyphen.o ./soobj/tesseract_textord_equationdetectbase.o ./soobj/tesseract_wordrec_associate.o ./soobj/tesseract_wordrec_chop.o ./soobj/tesseract_wordrec_chopper.o ./soobj/tesseract_wordrec_drawfx.o ./soobj/tesseract_wordrec_findseam.o ./soobj/tesseract_wordrec_gradechop.o ./soobj/tesseract_wordrec_language_model.o ./soobj/tesseract_wordrec_lm_consistency.o ./soobj/tesseract_wordrec_lm_pain_points.o ./soobj/tesseract_wordrec_lm_state.o ./soobj/tesseract_wordrec_outlines.o ./soobj/tesseract_wordrec_params_model.o ./soobj/tesseract_wordrec_pieces.o ./soobj/tesseract_wordrec_plotedges.o ./soobj/tesseract_wordrec_render.o ./soobj/tesseract_wordrec_segsearch.o ./soobj/tesseract_wordrec_wordclass.o ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -include ./soobj/ttflib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zfrsd ./soobj/zfrsd.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -include ./soobj/seexec ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm16.o ./soobj/gdevm24.o ./soobj/gdevm32.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2int -ps gs_dps1 ./soobj/aux/echogs -e .dev -a- ./soobj/zfrsd -oper zfrsd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cie ./soobj/zcie.o ./soobj/zcrd.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0read ./soobj/zcfont.o ./soobj/zfont0.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -oper zchar1 zfont1 zmisc1 ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -oper zchar42 zfont42 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sddparam ./soobj/sddparam.o ./soobj/sdcparam.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/btoken ./soobj/iscanbin.o ./soobj/zbseq.o ./soobj/aux/echogs -e .dev -a- ./soobj/type42 -ps gs_typ42 ./soobj/aux/echogs -e .dev -a- ./soobj/psf0read -oper zcfont zfont0 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmykread ./soobj/zcolor1.o ./soobj/zht1.o ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevm40.o ./soobj/gdevm48.o ./soobj/gdevm56.o ./soobj/gdevm64.o ./soobj/gdevmx.o ./soobj/aux/echogs -e .dev -a- ./soobj/cie -oper zcrd_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/btoken -oper zbseq_l2 -replace ./soobj/nobtoken ./soobj/aux/echogs -e .dev -a- ./soobj/psf1read -ps gs_agl gs_type1 ./soobj/aux/echogs -e .dev -a- ./soobj/psf0read -include ./soobj/cmapread ./soobj/aux/echogs -e .dev -a- ./soobj/cie -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/libd ./soobj/gdevdsha.o ./soobj/gxscanc.o ./soobj/aux/echogs -e .dev -a- ./soobj/btoken -ps gs_btokn ./soobj/aux/echogs -e .dev -a- ./soobj/cmykread -oper zcolor1 zht1 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/upath ./soobj/zupath.o ./soobj/ibnum.o ./soobj/gdevhit.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2read ./soobj/ibnum.o ./soobj/zcharx.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdiff ./soobj/spdiff.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psfilters ./soobj/sfilter1.o ./soobj/sfilter2.o ./soobj/sa85d.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iodevice ./soobj/ziodev2.o ./soobj/zdevcal.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pagedev ./soobj/zdevice2.o ./soobj/zmedia2.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patread ./soobj/zpcolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/upath -oper zupath_l2 zupath ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/isupport ./soobj/ialloc.o ./soobj/igc.o ./soobj/igcref.o ./soobj/igcstr.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -include ./soobj/dps2int ./soobj/aux/echogs -e .dev -a- ./soobj/psfilters ./soobj/sa85d.o ./soobj/aux/echogs -e .dev -a- ./soobj/iodevice -oper ziodev2_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/pagedev -oper zdevice2_l2 zmedia2_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/isupport -obj ./soobj/ilocate.o ./soobj/iname.o ./soobj/isave.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nobtoken ./soobj/inobtokn.o ./soobj/aux/echogs -e .dev -a- ./soobj/patread -oper zpcolor_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/pagedev -ps gs_setpd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nousparm ./soobj/inouparm.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -oper ireclaim_l2 zcharx ./soobj/aux/echogs -e .dev -a- ./soobj/iodevice -iodev null calendar ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dscparse -obj ./soobj/zdscpars.o ./soobj/dscparse.o ./soobj/aux/echogs -e .dev -a- ./soobj/dps2read -ps gs_dps2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapi_ps ./soobj/zfapi.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bcp ./soobj/sbcp.o ./soobj/zfbcp.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1 ./soobj/zpath1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func ./soobj/zfunc.o ./soobj/zfunc0.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4lib ./soobj/gsfunc4.o ./soobj/spprint.o ./soobj/aux/echogs -e .dev -a- ./soobj/dscparse -oper zdscpars ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type32 ./soobj/zchar32.o ./soobj/zfont32.o ./soobj/aux/echogs -e .dev -a- ./soobj/bcp -oper zfbcp ./soobj/aux/echogs -e .dev -a- ./soobj/fapi_ps -oper zfapi ./soobj/aux/echogs -e .dev -a- ./soobj/func -oper zfunc ./soobj/aux/echogs -e .dev -a- ./soobj/path1 -include ./soobj/path1lib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/simscale ./soobj/simscale.o ./soobj/simscale_foo.o ./soobj/aux/echogs -e .dev -a- ./soobj/fapi_ps -ps gs_fntem gs_fapi ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/form ./soobj/zform.o ./soobj/aux/echogs -e .dev -a- ./soobj/func4lib -include ./soobj/funclib ./soobj/aux/echogs -e .dev -a- ./soobj/type32 -oper zchar32 zfont32 ./soobj/aux/echogs -e .dev -a- ./soobj/func -functiontype 0 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixel ./soobj/zcspixel.o ./soobj/aux/echogs -e .dev -a- ./soobj/form -oper zform ./soobj/aux/echogs -e .dev -a- ./soobj/path1 -oper zpath1 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/frsd -include ./soobj/zfrsd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttfont -include ./soobj/macglyph ./soobj/type42 ./soobj/aux/echogs -e .dev -a- ./soobj/type32 -ps gs_res gs_typ32 ./soobj/aux/echogs -e .dev -a- ./soobj/cspixel -include ./soobj/cspixlib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fmd5 ./soobj/zfmd5.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ssha2 ./soobj/ssha2.o ./soobj/sha2.o ./soobj/aux/echogs -e .dev -a- ./soobj/ttfont -ps gs_wan_e gs_ttf ./soobj/aux/echogs -e .dev -a- ./soobj/func -include ./soobj/funclib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/farc4 ./soobj/zfarc4.o ./soobj/aux/echogs -e .dev -a- ./soobj/frsd -ps gs_lev2 gs_res gs_frsd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/saes ./soobj/saes.o ./soobj/aes.o ./soobj/aux/echogs -e .dev -a- ./soobj/fmd5 -include ./soobj/smd5 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfops ./soobj/zpdfops.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdf_r6 ./soobj/zpdf_r6.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf_r6 -oper zpdf_r6 ./soobj/aux/echogs -e .dev -a- ./soobj/pdfops -oper zpdfops cp ./soobj/pdf_file_jbig2dec.o ./soobj/pdf_file.o cp ./soobj/pdf_utf8_unix_.o ./soobj/pdf_utf8.o ./soobj/aux/echogs -e .dev -a- ./soobj/farc4 -include ./soobj/sarc4 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iapi ./soobj/iapi.o ./soobj/aux/echogs -e .dev -a- ./soobj/fmd5 -oper zfmd5 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/unix_ ./soobj/gp_getnv.o ./soobj/gp_upapr.o ./soobj/gp_unix.o ./soobj/gp_unifs.o ./soobj/gp_unifn.o ./soobj/gp_stdia.o ./soobj/gp_nxpsprn.o -include ./soobj/nosync ./soobj/aux/echogs -e .dev -a- ./soobj/farc4 -oper zfarc4 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patlib -include ./soobj/cmyklib ./soobj/imasklib ./soobj/psl2cs ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/colimlib ./soobj/gxicolor.o cp ./soobj/sjpegc_1.o ./soobj/sjpegc.o ./soobj/aux/echogs -e .dev -a- ./soobj/unix_ -include ./soobj/smd5 cp ./soobj/sjpegd_1.o ./soobj/sjpegd.o cp ./soobj/libpng_1.dev ./soobj/libpng.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/page ./soobj/gdevprn.o ./soobj/gdevppla.o ./soobj/gdevmplt.o ./soobj/gdevflp.o ./soobj/gxdownscale.o ./soobj/claptrap.o ./soobj/claptrap-init.o ./soobj/claptrap-planar.o ./soobj/ets.o ./soobj/gdevoflt.o ./soobj/gdevnup.o ./soobj/gdevsclass.o ./soobj/gdevepo.o ./soobj/aux/echogs -e .dev -a- ./soobj/patlib -obj ./soobj/gspcolor.o ./soobj/gsptype1.o ./soobj/gxclip2.o ./soobj/aux/echogs -e .dev -a- ./soobj/colimlib -imageclass 4_color ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmaplib ./soobj/gsfcmap.o ./soobj/gsfcmap1.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sicclib ./soobj/gsicc.o ./soobj/aux/echogs -e .dev -a- ./soobj/page -include ./soobj/clist cp ./soobj/sjbig2_jbig2dec.dev ./soobj/sjbig2.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjpx_openjpeg ./soobj/sjpx_openjpeg.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libtiff_1 ./soobj/gstiffio.o ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib ./soobj/gsicc_manage.o ./soobj/gsicc_cache.o ./soobj/gsicc_lcms2mt.o ./soobj/gsicc_profilecache.o ./soobj/gsicc_create.o ./soobj/gsicc_nocm.o ./soobj/gsicc_replacecm.o ./soobj/gsicc_monitorcm.o ./soobj/gsicc_blacktext.o ./soobj/aux/echogs -e .dev -a- ./soobj/patlib -obj ./soobj/gxmclip.o ./soobj/gxp1fill.o ./soobj/gxpcmap.o ./soobj/aux/echogs -e .dev -a- ./soobj/cmaplib -include ./soobj/cidlib gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./soobj/gdevpdfu.o -c ./devices/vector/gdevpdfu.c ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib ./soobj/gsmd5.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibe ./soobj/szlibc.o ./soobj/szlibe.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/vector ./soobj/gdevvec.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdxtext ./soobj/gdevpdt.o ./soobj/gdevpdtb.o ./soobj/aux/echogs -e .dev -a- ./soobj/sjpx_openjpeg -include ./soobj/openjpeg.dev ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -lib tiff ./soobj/aux/echogs -e .dev -a- ./soobj/sicclib -include ./soobj/lcms2mt.dev ./soobj/aux/echogs -e .dev -a- ./soobj/szlibe -include ./soobj/zlibe.dev ./soobj/aux/echogs -e .dev -a- ./soobj/vector -include ./soobj/bboxutil ./soobj/sfile ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/fpng ./soobj/gdevfpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtc.o ./soobj/gdevpdtd.o ./soobj/gdevpdte.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/inferno ./soobj/gdevifno.o ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -include ./soobj/jpegd.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtf.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray2 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/fpng ./soobj/aux/echogs -e .dev -a- ./soobj/libtiff_1 -include ./soobj/jpege.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdti.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrmono ./soobj/gdevmgr.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/miff24 ./soobj/gdevmiff.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pam ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk32 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk4 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx16 ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx24b ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx256 ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxcmyk ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxgray ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxmono ./soobj/gdevpcx.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage24 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage32 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage8 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdts.o ./soobj/gdevpdtt.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfimage24 -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/pdfimage8 -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/pdfimage32 -include ./soobj/page ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gdevpdtv.o ./soobj/gdevpdtw.o ./soobj/whitelst.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan9bm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planc ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plang ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plank ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planm ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext ./soobj/gsfont0c.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plib ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibc ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibg ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibk ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibm ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdxtext -include ./soobj/fcopy ./soobj/psf ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyk ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyk16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyktags ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyktags16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdrgb ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdrgb16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/spotcmyk ./soobj/gdevdevn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/xcf ./soobj/gdevxcf.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc1900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc2000 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4000 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc9100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ap3250 ./soobj/gdevescp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/appledmp ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx23 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx24 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx38 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10e ./soobj/gdevbj10.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj200 ./soobj/gdevbj10.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc600 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc800 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc880j ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccmyk ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccolor ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcgray ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcmono ./soobj/gdevbjc_.o ./soobj/gdevbjca.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdeskjet ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj1600 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj500 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj550 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj670 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj850 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj880 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj890 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj970 ./soobj/gdevdj9.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjcolor ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjmono ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdnj500 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/chp2200 ./soobj/gdevcd8.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5 ./soobj/gdevclj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5c ./soobj/gdevcljc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5pr ./soobj/gdevclj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslw2p ./soobj/gdevcslw.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslwxl ./soobj/gdevcslw.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/declj250 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/deskjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500c ./soobj/gdevdjtc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dl2100 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dnj650c ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050p ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2120 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2750 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5800 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6200 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplcolor ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplmono ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9high ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9mid ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epson ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epsonc ./soobj/gdevepsc.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escp ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escpage ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmlbp ./soobj/gdevfmlbp.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmpr ./soobj/gdevfmpr.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/fs600 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/gdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1240 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1250 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl7x0 ./soobj/gdevhl7x.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj1120c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj310 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj320 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj340 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj400 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj510 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj520 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj540 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj550c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj560c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj600 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj660c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj670c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj680c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj690c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj850c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj855c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj870c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj890c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjplus ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjportable ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ibmpro ./soobj/gdevepsn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/imagen ./soobj/gdevimgn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/itk24i ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/itk38 ./soobj/gdevatx.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwhi ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlo ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlq ./soobj/gdevadmp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jetp3852 ./soobj/gdev3852.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la50 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la70 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75plus ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/laserjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp310 ./soobj/gdevlbp3.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp320 ./soobj/gdevlbp3.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp8 ./soobj/gdevlbp8.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex2050 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex3200 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex5700 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex7000 ./soobj/gdevlx7.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips2p ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips3 ./soobj/gdevlbp8.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips4 ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/lips4v ./soobj/gdevl4v.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj250 ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj3100sw ./soobj/gdevl31s.o ./soobj/gdevmeds.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dith ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dithp ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5gray ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5mono ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet2p ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4pjl ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljetplus ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ln03 ./soobj/gdevln03.o ./soobj/aux/echogs -e .dev -a- ./soobj/lips4v -include ./soobj/vector ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1800 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2000 ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2200 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2400 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2563 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp3000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7700 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000 ./soobj/gdevlp8k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8200c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8400f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8500c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600f ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8700 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8800c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8900 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000b ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9100 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200b ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9300 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9400 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9500c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600s ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9800c ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps4500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps6500 ./soobj/gdevescv.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lq850 ./soobj/gdevdm24.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm3200 ./soobj/gdevlx32.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm5700m ./soobj/gdevlxm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/m8510 ./soobj/gdev8510.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md1xMono ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md2k ./soobj/gdevmd2k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Eco ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Mono ./soobj/gdevalps.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md5k ./soobj/gdevmd2k.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj500c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj6000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj700v2c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj8000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ml600 ./soobj/gdevml6.o ./soobj/gdevprn.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/necp6 ./soobj/gdevdm24.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/npdl ./soobj/gdevnpdl.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/oce9050 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki182 ./soobj/gdevo182.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki4w ./soobj/gdevop4w.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/okiibm ./soobj/gdevokii.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oprp ./soobj/gdevopvp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/opvp ./soobj/gdevopvp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/paintjet ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pcl3 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/photoex ./soobj/gdevphex.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pj ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjetxl ./soobj/gdevpjet.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl300 ./soobj/gdevcdj.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlcolor ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlmono ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/r4081 ./soobj/gdev4081.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/rinkj ./soobj/gdevrinkj.o ./soobj/evenbetter-rll.o ./soobj/rinkj-byte-stream.o ./soobj/rinkj-device.o ./soobj/rinkj-config.o ./soobj/rinkj-dither.o ./soobj/rinkj-epson870.o ./soobj/rinkj-screen-eb.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/rpdl ./soobj/gdevrpdl.o ./soobj/gdevlprn.o ./soobj/aux/echogs -e .dev -a- ./soobj/pxlmono -include ./soobj/vector ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/samsunggdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/sj48 ./soobj/gdevsj48.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/st800 ./soobj/gdevescp.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/stcolor ./soobj/gdevstc.o ./soobj/gdevstc1.o ./soobj/gdevstc2.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d2 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -a- ./soobj/stcolor -obj ./soobj/gdevstc3.o ./soobj/gdevstc4.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d4 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d8 ./soobj/gdev4693.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/tek4696 ./soobj/gdevtknk.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/uniprint ./soobj/gdevupd.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/xes ./soobj/gdevxes.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ijs ./soobj/gdevijs.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16m ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/ijs -include ./soobj/ijslib ./soobj/aux/echogs -e .dev -a- ./soobj/pxlcolor -include ./soobj/vector ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png256 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png48 ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/png16m -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngalpha ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngalpha -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnggray ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pnggray -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngmono ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngmono -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngmonod ./soobj/gdevpng.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/pngmonod -include ./soobj/libpng cp ./soobj/libocr_1.dev ./soobj/libocr.dev ./soobj/aux/echogs -e .dev -a- ./soobj/png256 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -a- ./soobj/png48 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr8 ./soobj/gdevpdfocr.o ./soobj/aux/echogs -e .dev -a- ./soobj/png16 -include ./soobj/libpng ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr24 ./soobj/gdevpdfocr.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfocr8 -include ./soobj/page ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr32 ./soobj/gdevpdfocr.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibd ./soobj/szlibc.o ./soobj/szlibd.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapif1 ./soobj/fapi_ft.o ./soobj/write_t1.o ./soobj/aux/echogs -e .dev -a- ./soobj/szlibd -include ./soobj/zlibd.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdfocr24 -include ./soobj/page ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/romfs1 ./soobj/gsiorom.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfocr32 -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 ./soobj/write_t2.o ./soobj/wrfont.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libx ./soobj/gxacpath.o ./soobj/gxbcache.o ./soobj/gxccache.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iscale ./soobj/siinterp.o ./soobj/siscale.o ./soobj/sidscale.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/roplib ./soobj/gdevdrop.o ./soobj/gsroprun.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2int ./soobj/iutil2.o ./soobj/zmisc2.o ./soobj/aux/echogs -e .dev -a- ./soobj/romfs1 -iodev rom ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type1 -include ./soobj/psf1lib ./soobj/psf1read ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 -include ./soobj/freetype ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/color -include ./soobj/cmyklib ./soobj/colimlib ./soobj/cmykread ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -include ./soobj/dps2int ./soobj/usparam ./soobj/aux/echogs -e .dev -a- ./soobj/roplib ./soobj/gdevmr1.o ./soobj/gdevmr2n.o ./soobj/gdevmr8n.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxccman.o ./soobj/gxchar.o ./soobj/gxcht.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fdecode ./soobj/scantab.o ./soobj/scfparam.o ./soobj/zfdecode.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pattern -include ./soobj/patlib ./soobj/patread ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psbase ./soobj/imain.o ./soobj/imainarg.o ./soobj/gsargs.o ./soobj/idisp.o ./soobj/aux/echogs -e .dev -a- ./soobj/roplib ./soobj/gdevrops.o ./soobj/gsrop.o ./soobj/gsroptab.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -oper zmisc2 ./soobj/aux/echogs -e .dev -a- ./soobj/fapif1 -fapi fapi_ft ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxclip.o ./soobj/gxcmap.o ./soobj/gxcpath.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/gconfig.o ./soobj/gscdefs.o ./soobj/iconfig.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4 ./soobj/zfunc4.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fimscale ./soobj/zfimscale.o ./soobj/aux/echogs -e .dev -a- ./soobj/fdecode -include ./soobj/cfd ./soobj/lzwd ./soobj/pdiff ./soobj/pngp ./soobj/rld ./soobj/psfilters.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/icc ./soobj/zicc.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2int -ps gs_lev2 gs_res ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxdcconv.o ./soobj/gxdcolor.o ./soobj/gxhldevc.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/psapi.o ./soobj/icontext.o ./soobj/idebug.o ./soobj/aux/echogs -e .dev -a- ./soobj/func4 -functiontype 4 ./soobj/aux/echogs -e .dev -a- ./soobj/fimscale -include ./soobj/simscale ./soobj/aux/echogs -e .dev -a- ./soobj/fdecode -oper zfdecode ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fzlib -include ./soobj/szlibe ./soobj/szlibd ./soobj/aux/echogs -e .dev -a- ./soobj/icc -oper zicc ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/idict.o ./soobj/idparam.o ./soobj/idstack.o ./soobj/aux/echogs -e .dev -a- ./soobj/fimscale -oper zfimscale ./soobj/aux/echogs -e .dev -a- ./soobj/fzlib -obj ./soobj/zfzlib.o ./soobj/aux/echogs -e .dev -a- ./soobj/icc -ps gs_icc ./soobj/aux/echogs -e .dev -a- ./soobj/fzlib -oper zfzlib ./soobj/aux/echogs -e .dev -a- ./soobj/icc -include ./soobj/sicclib ./soobj/cie ./soobj/aux/echogs -e .dev -a- ./soobj/func4 -include ./soobj/func ./soobj/func4lib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cff -include ./soobj/psl2int -ps gs_cff ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fsha2 ./soobj/zfsha2.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/faes ./soobj/zfaes.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jbig2_jbig2dec ./soobj/zfjbig2_jbig2dec.o ./soobj/aux/echogs -e .dev -a- ./soobj/jbig2_jbig2dec -include ./soobj/sjbig2 ./soobj/aux/echogs -e .dev -a- ./soobj/fsha2 -include ./soobj/ssha2 ./soobj/aux/echogs -e .dev -a- ./soobj/fsha2 -oper zfsha2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/shadelib ./soobj/gscolor3.o ./soobj/gsfunc3.o ./soobj/gsptype2.o ./soobj/gsshade.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxfill.o ./soobj/gxht.o ./soobj/gxhtbit.o ./soobj/gxht_thresh.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxidata.o ./soobj/gxifast.o ./soobj/gximage.o ./soobj/gximdecode.o ./soobj/aux/echogs -e .dev -a- ./soobj/jbig2_jbig2dec -oper zfjbig2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2lib -include ./soobj/colimlib ./soobj/psl2cs cp ./soobj/sdctd_1.o ./soobj/sdctd.o ./soobj/aux/echogs -e .dev -a- ./soobj/faes -include ./soobj/saes ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdcte ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdcte.o ./soobj/sjpege.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iinit.o ./soobj/interp.o ./soobj/aux/echogs -e .dev -a- ./soobj/shadelib -obj ./soobj/gxshade.o ./soobj/gxshade1.o ./soobj/gxshade4.o ./soobj/gxshade6.o ./soobj/aux/echogs -e .dev -a- ./soobj/sdcte -include ./soobj/jpege.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/translib ./soobj/gstrans.o ./soobj/gximag3x.o ./soobj/gxblend.o ./soobj/gxblend1.o ./soobj/gdevp14.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/faes -oper zfaes ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0lib ./soobj/gschar0.o ./soobj/gsfont0.o ./soobj/aux/echogs -e .dev -a- ./soobj/shadelib -include ./soobj/funclib ./soobj/patlib ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gximage1.o ./soobj/gximono.o ./soobj/gxipixel.o ./soobj/gximask.o ./soobj/aux/echogs -e .dev -a- ./soobj/psf0lib -include ./soobj/cmaplib cp ./soobj/sjpx_openjpeg.dev ./soobj/sjpx.dev ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/PCLm ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxi12bit.o ./soobj/gxi16bit.o ./soobj/gxiscale.o ./soobj/gxpaint.o ./soobj/gxpath.o ./soobj/gxpath2.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxpcopy.o ./soobj/gxpdash.o ./soobj/gxpflat.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2lib -imageclass 2_fracs ./soobj/aux/echogs -e .dev -a- ./soobj/translib -imagetype 3x ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/PCLm8 ./soobj/gdevpdfimg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bit ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iparam.o ./soobj/ireclaim.o ./soobj/iplugin.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitcmyk ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/translib -include ./soobj/cspixlib ./soobj/bboxutil ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/bit -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iscan.o ./soobj/iscannum.o ./soobj/istack.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx ./soobj/gxsample.o ./soobj/gxstroke.o ./soobj/gxsync.o ./soobj/aux/echogs -e .dev -a- ./soobj/translib -include ./soobj/cielib.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/iutil.o ./soobj/scantab.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/sstring.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imageclass 0_interpolate ./soobj/aux/echogs -e .dev -a- ./soobj/bitcmyk -include ./soobj/cielib ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zarith.o ./soobj/zarray.o ./soobj/zcontrol.o ./soobj/aux/echogs -e .dev -a- ./soobj/PCLm8 -include ./soobj/page ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgb ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -a- ./soobj/PCLm -include ./soobj/page ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imageclass 1_simple 3_mono ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgbtags ./soobj/gdevbit.o ./soobj/gdevdcrd.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/bitrgbtags -include ./soobj/cielib ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16m ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp256 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp32b ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/libx -imagetype 1 mask1 ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpgray ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpmono ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep1 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zdict.o ./soobj/zfile.o ./soobj/zfile1.o ./soobj/zfileio.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep8 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ccr ./soobj/gdevccr.o cp ./soobj/libtiff_1.dev ./soobj/libtiff.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cif ./soobj/gdevcif.o ./soobj/aux/echogs -e .dev -a- ./soobj/bitrgb -include ./soobj/cielib ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/devicen ./soobj/gdevdevn.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zfilter.o ./soobj/zfproc.o ./soobj/zgeneric.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psdf ./soobj/gdevpsdi.o ./soobj/gdevpsdp.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdtext -include ./soobj/pdxtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeg ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpegcmyk ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeggray ./soobj/gdevjpeg.o ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/psdcmykog ./soobj/gdevcmykog.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/ziodev.o ./soobj/ziodevsc.o ./soobj/zmath.o ./soobj/zalg.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/gdevpsds.o ./soobj/gdevpsdu.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevxps_1.o -c ./devices/vector/gdevxps.c ./soobj/aux/echogs -e .dev -a- ./soobj/jpeggray -include ./soobj/sdcte ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zmisc.o ./soobj/zpacked.o ./soobj/zrelbit.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ocr ./soobj/gdevocr.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/scfparam.o ./soobj/sdcparam.o ./soobj/sdeparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/jpegcmyk -include ./soobj/sdcte ./soobj/aux/echogs -e .dev -a- ./soobj/jpeg -include ./soobj/sdcte ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zstack.o ./soobj/zstring.o ./soobj/zsysvm.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/hocr ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/spprint.o ./soobj/spsdf.o ./soobj/sstring.o ./soobj/aux/echogs -e .dev -a- ./soobj/ocr -include ./soobj/libocr ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clmemory ./soobj/gxclmem.o ./soobj/gxclzlib.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gxfapi ./soobj/gxfapi.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/ztoken.o ./soobj/ztype.o ./soobj/zvmem.o ./soobj/aux/echogs -e .dev -a- ./soobj/hocr ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapiu ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -obj ./soobj/gsparamx.o ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -include ./soobj/szlibe ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type2 ./soobj/zchar2.o ./soobj/zfont2.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmapread ./soobj/zcid.o ./soobj/zfcmap.o ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -include ./soobj/vector.dev ./soobj/pngp.dev ./soobj/seexec.dev ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapif1 ./soobj/aux/echogs -e .dev -a- ./soobj/type2 -oper zchar2 zfont2 ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -include ./soobj/szlibd ./soobj/aux/echogs -e .dev -a- ./soobj/psdf -include ./soobj/sdcte.dev ./soobj/slzwe.dev ./soobj/szlibe.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zbfont.o ./soobj/zchar.o ./soobj/zcolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/gxfapi -include ./soobj/fapib ./soobj/aux/echogs -e .dev -a- ./soobj/clmemory -init gxclmem ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/compfont -include ./soobj/psf0lib ./soobj/psf0read ./soobj/aux/echogs -e .dev -a- ./soobj/type2 -include ./soobj/type1 ./soobj/psf2lib ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -include ./soobj/cmaplib ./soobj/psl2int ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dcte -include ./soobj/sdcte ./soobj/sdeparam ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zdevice.o ./soobj/zfont.o ./soobj/zfontenum.o ./soobj/zgstate.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dpsand2 -include ./soobj/btoken ./soobj/color ./soobj/upath ./soobj/dps2lib ./soobj/dps2read ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/filter -include ./soobj/fdecode ./soobj/aux/echogs -e .dev -a- ./soobj/filter -obj ./soobj/zfilter2.o ./soobj/aux/echogs -e .dev -a- ./soobj/filter -include ./soobj/cfe ./soobj/lzwe ./soobj/rle ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2read ./soobj/zcolor2.o ./soobj/zcsindex.o ./soobj/zht2.o ./soobj/aux/echogs -e .dev -a- ./soobj/dcte -obj ./soobj/zfdcte.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2read -include ./soobj/psl2int ./soobj/dps2read ./soobj/aux/echogs -e .dev -a- ./soobj/filter -oper zfilter2 ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zht.o ./soobj/zimage.o ./soobj/zmatrix.o ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -oper zfcmap ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sepr ./soobj/zcssepr.o ./soobj/zfsample.o ./soobj/aux/echogs -e .dev -a- ./soobj/dcte -oper zfdcte ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -oper zcssepr_l2 ./soobj/aux/echogs -e .dev -a- ./soobj/cmapread -ps gs_cmap ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3read ./soobj/zfunc3.o ./soobj/zfsample.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl2read -oper zht2_l2 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpx_openjpeg ./soobj/zfjpx_openjpeg.o cp ./soobj/jbig2_jbig2dec.dev ./soobj/jbig2.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read ./soobj/zimage3.o ./soobj/zmisc3.o ./soobj/zcolor3.o ./soobj/zshade.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3lib ./soobj/gsclipsr.o ./soobj/gscdevn.o ./soobj/gxdevndi.o ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -oper zfsample ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdctd ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdctd.o ./soobj/sjpegd.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -oper zfsample ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zpaint.o ./soobj/zpath.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -oper zimage3 zmisc3 zcolor3_l3 zshade ./soobj/aux/echogs -e .dev -a- ./soobj/sepr -include ./soobj/func4 ./soobj/seprlib ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -obj ./soobj/zncdummy.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -functiontype 2 3 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fax ./soobj/gdevfax.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/fax -include ./soobj/cfe -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zarith zarray zcontrol1 zcontrol2 zcontrol3 ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zdict1 zdict2 zfile zfile1 zfileio1 zfileio2 ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -ps gs_ll3 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tiffs ./soobj/gdevtifs.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zfilter zfproc zgeneric ziodev zmath zalg ./soobj/aux/echogs -e .dev -a- ./soobj/psl3read -include ./soobj/frsd ./soobj/fzlib ./soobj/aux/echogs -e .dev -a- ./soobj/psl3lib -include ./soobj/imasklib ./soobj/shadelib ./soobj/aux/echogs -e .dev -a- ./soobj/tiffs -include ./soobj/page -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg3 -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -include ./soobj/sjpx ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -include ./soobj/openjpeg ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg32d -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/psl3lib -include ./soobj/gxfapiu ./soobj/aux/echogs -e .dev -a- ./soobj/sdctd -include ./soobj/jpegd.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zmisc_a zmisc_b zpacked zrelbit zstack zstring zsysvm ./soobj/aux/echogs -e .dev -a- ./soobj/jpx_openjpeg -oper zfjpx ./soobj/aux/echogs -e .dev -a- ./soobj/faxg32d -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg4 -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/faxg4 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff12nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff12nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff24nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/faxg3 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff32nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff48nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff32nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiff24nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff64nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper ztoken ztype zvmem zbfont zchar_a zchar_b zcolor zcolor_ext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffgray ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiff48nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zdevice zdevice_ext zfont zfontenum zgstate1 zgstate2 zgstate3 zgstate4 ./soobj/aux/echogs -e .dev -a- ./soobj/tiffgray -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiff64nc -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled24 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled32 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled4 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zht zimage zmatrix zmatrix2 ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled32 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled8 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled24 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled8 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep1 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffsep -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clist ./soobj/gxclist.o ./soobj/gxclbits.o ./soobj/gxclpage.o ./soobj/aux/echogs -e .dev -a- ./soobj/tiffscaled4 -include ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidfont ./soobj/zcid.o ./soobj/zfcid.o ./soobj/zfcid0.o ./soobj/zfcid1.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -oper zpaint zpath pantone zcolor_pdf ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -iodev stdin stdout stderr lineedit statementedit ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -include ./soobj/psf1read ./soobj/psl2int ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dctd -include ./soobj/sdctd ./soobj/sddparam ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/transpar ./soobj/ztrans.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/isupport ./soobj/nobtoken ./soobj/nousparm ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclrast.o ./soobj/gxclread.o ./soobj/gxclrect.o ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -include ./soobj/type2 ./soobj/type42 ./soobj/zfrsd ./soobj/aux/echogs -e .dev -a- ./soobj/tiffsep1 -include ./soobj/tiffs ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -oper zfcid0 zfcid1 ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclutil.o ./soobj/gsparams.o ./soobj/gsparaml.o ./soobj/gsparamx.o ./soobj/gxshade6.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/rld ./soobj/rle ./soobj/sfile ./soobj/dscparse ./soobj/aux/echogs -e .dev -a- ./soobj/transpar -oper ztrans1 ztrans2 ztrans3 ./soobj/aux/echogs -e .dev -a- ./soobj/dctd -obj ./soobj/zfdctd.o cp ./soobj/jpx_openjpeg.dev ./soobj/jpx.dev ./soobj/aux/echogs -e .dev -a- ./soobj/transpar -include ./soobj/psl2read ./soobj/translib ./soobj/aux/echogs -e .dev -a- ./soobj/cidfont -ps gs_cidfn gs_cidcm gs_fntem gs_cidtt gs_cidfm ./soobj/aux/echogs -e .dev -a- ./soobj/dctd -oper zfdctd ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gsroptab.o ./soobj/gsroprun.o ./soobj/stream.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -include ./soobj/fapi_ps ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdct -include ./soobj/sdctd.dev ./soobj/sdcte.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/cfax ./soobj/gdevcfax.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tfax ./soobj/gdevtfax.o ./soobj/minftrsz.o ./soobj/aux/echogs -e .dev -a- ./soobj/psbase -replace ./soobj/gsiodevs ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dct -include ./soobj/dcte ./soobj/dctd ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfread -include ./soobj/frsd ./soobj/func4 ./soobj/fzlib ./soobj/aux/echogs -e .dev -a- ./soobj/cfax -include ./soobj/fax ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -include ./soobj/transpar ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl1 -include ./soobj/psbase ./soobj/bcp ./soobj/path1 ./soobj/type1 ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclimag.o ./soobj/gxclpath.o ./soobj/gxdhtserial.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_ops ./soobj/aux/echogs -w ./soobj/fdevs.tr - -include ./soobj/unix_ ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfi ./soobj/pdf_loop_detect.o ./soobj/ghostpdf.o ./soobj/pdf_dict.o ./soobj/pdf_array.o ./soobj/pdf_xref.o ./soobj/pdf_int.o ./soobj/pdf_file.o ./soobj/pdf_path.o ./soobj/pdf_colour.o ./soobj/pdf_pattern.o ./soobj/pdf_gstate.o ./soobj/pdf_stack.o ./soobj/pdf_image.o ./soobj/pdf_page.o ./soobj/pdf_annot.o ./soobj/pdf_mark.o ./soobj/pdf_fapi.o ./soobj/pdf_font.o ./soobj/pdf_font0.o ./soobj/pdf_ciddec.o ./soobj/pdf_font1.o ./soobj/pdf_font1C.o ./soobj/pdf_fontps.o ./soobj/pdf_font3.o ./soobj/pdf_fontTT.o ./soobj/pdf_font9.o ./soobj/pdf_font11.o ./soobj/pdf_cmap.o ./soobj/pdf_fmap.o ./soobj/pdf_text.o ./soobj/pdf_shading.o ./soobj/pdf_func.o ./soobj/pdf_trans.o ./soobj/pdf_device.o ./soobj/pdf_misc.o ./soobj/pdf_optcontent.o ./soobj/pdf_check.o ./soobj/pdf_sec.o ./soobj/pdf_utf8.o ./soobj/pdf_deref.o ./soobj/pdf_repair.o ./soobj/pdf_obj.o ./soobj/pdf_doc.o ./soobj/aux/echogs -e .dev -a- ./soobj/tfax -include ./soobj/cfe ./soobj/lzwe ./soobj/rle ./soobj/aux/echogs -e .dev -a- ./soobj/psl1 -emulator PostScript PostScriptLevel1 ./soobj/aux/echogs -e .dev -a- ./soobj/clist -obj ./soobj/gxclthrd.o ./soobj/gsmchunk.o ./soobj/aux/echogs -a ./soobj/fdevs.tr -+ ./soobj/pipe.dev ./soobj/gsnogc.dev ./soobj/htxlib.dev ./soobj/psl3lib.dev ./soobj/psl2lib.dev ./soobj/dps2lib.dev ./soobj/path1lib.dev ./soobj/patlib.dev ./soobj/psl2cs.dev ./soobj/rld.dev ./soobj/gxfapiu.dev ./soobj/ttflib.dev ./soobj/cielib.dev ./soobj/pipe.dev ./soobj/htxlib.dev ./soobj/sdct.dev ./soobj/libpng.dev ./soobj/seprlib.dev ./soobj/translib.dev ./soobj/cidlib.dev ./soobj/psf0lib.dev ./soobj/psf1lib.dev ./soobj/psf2lib.dev ./soobj/lzwd.dev ./soobj/sicclib.dev ./soobj/sjbig2.dev ./soobj/sjpx.dev ./soobj/ramfs.dev ./soobj/pwgd.dev ./soobj/siscale.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdfi -include ./soobj/func4lib.dev ./soobj/gsagl.dev ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2 -include ./soobj/dpsand2 ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_rbld ./soobj/aux/echogs -e .dev -a- ./soobj/tfax -include ./soobj/fax ./soobj/tiffs -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/pdfi -include ./soobj/pdiff.dev ./soobj/psfilters.dev ./soobj/saes.dev ./soobj/sjpx.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_base pdf_draw In file included from ./devices/vector/gdevxps.c:27: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/cidfont ./soobj/cie ./soobj/cmapread ./soobj/compfont ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/dct ./soobj/filter ./soobj/iodevice ./soobj/aux/echogs -a ./soobj/fdevs.tr -+ ./soobj/aux/echogs -e .dev -a- ./soobj/pdfi -include ./soobj/ssha2.dev ./soobj/psfilters.dev ./soobj/sdct.dev ./soobj/simscale.dev ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxhigh ./soobj/gdevdfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -include ./soobj/cff ./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxlow ./soobj/gdevdfax.o ./soobj/aux/echogs -e .dev -a- ./soobj/dfaxhigh -include ./soobj/tfax ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffcrle -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/pagedev ./soobj/pattern ./soobj/psl1 ./soobj/psl2lib ./soobj/psl2read ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/clfile ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -include ./soobj/ttfont ./soobj/aux/echogs -e .dev -a- ./soobj/dfaxlow -include ./soobj/tfax ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg3 -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/clmemory ./soobj/posync.dev ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/sepr ./soobj/type32 ./soobj/type42 ./soobj/aux/echogs -e .dev -a- ./soobj/pdfread -ps pdf_font pdf_main pdf_sec ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg32d -include ./soobj/tfax ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg4 -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffcrle -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg4 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg32d -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tifflzw -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tiffg3 -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffpack -include ./soobj/tfax ./soobj/aux/echogs -e .dev -a- ./soobj/tifflzw -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -include ./soobj/fimscale ./soobj/form ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -include ./soobj/icc ./soobj/aux/echogs -e .dev -a- ./soobj/tiffpack -include ./soobj/libtiff ./soobj/aux/echogs -e .dev -a- ./soobj/psl2 -emulator PostScript PostScriptLevel2 ./soobj/aux/echogs -e .dev -a- ./soobj/clist -include ./soobj/cfe ./soobj/cfd ./soobj/rle ./soobj/rld ./soobj/psl2cs ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libs ./soobj/gpmisc.o ./soobj/stream.o ./soobj/strmio.o ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3 -include ./soobj/psl2 ./soobj/cspixel ./soobj/frsd ./soobj/func ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -include ./soobj/psl3lib ./soobj/psl3read ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -include ./soobj/icc ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsalloc.o ./soobj/gxdownscale.o ./soobj/gxdownscale.o ./soobj/claptrap.o ./soobj/claptrap-init.o ./soobj/claptrap-planar.o ./soobj/ets.o ./soobj/gdevprn.o ./soobj/gdevflp.o ./soobj/gdevkrnlsclass.o ./soobj/gdevepo.o ./soobj/aux/echogs -e .dev -a- ./soobj/psl3 -emulator PostScript PostScriptLevel2 PostScriptLevel3 ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdf -include ./soobj/psbase ./soobj/dps2lib ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gs_pdfwr -include ./soobj/psl3 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/dps2read ./soobj/pdffonts ./soobj/psl3 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gdevmplt.o ./soobj/gsbitcom.o ./soobj/gsbitops.o ./soobj/gsbittab.o ./soobj/gdevoflt.o ./soobj/gdevnup.o ./soobj/gdevsclass.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gscedata.o ./soobj/gscencs.o ./soobj/gschar.o ./soobj/gscolor.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/psl2lib ./soobj/pdfread ./soobj/aux/echogs -e .dev -a- ./soobj/gs_pdfwr -ps gs_pdfwr ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gscoord.o ./soobj/gscparam.o ./soobj/gscspace.o ./soobj/gscicach.o ./soobj/gsovrc.o ./soobj/gxoprect.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/fmd5 ./soobj/fsha2 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsdevice.o ./soobj/gsdevmem.o ./soobj/gsdparam.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/farc4 ./soobj/faes.dev ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsfname.o ./soobj/gsfont.o ./soobj/gsgdata.o ./soobj/gsgcache.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/type2 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsht.o ./soobj/gshtscr.o ./soobj/gen_ordered.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/pdfops ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsimage.o ./soobj/gsimpath.o ./soobj/gsinit.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -include ./soobj/pdf_r6 ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -functiontype 4 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsiodev.o ./soobj/gsgstate.o ./soobj/gsline.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdf -emulator PDF ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsmalloc.o ./soobj/memento.o ./soobj/bobbin.o ./soobj/gsmatrix.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsmemory.o ./soobj/gsmemret.o ./soobj/gsmisc.o ./soobj/gsnotify.o ./soobj/gslibctx.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gspaint.o ./soobj/gsparam.o ./soobj/gspath.o ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gsserial.o ./soobj/gsstate.o ./soobj/gstext.o ./soobj/gsutil.o ./soobj/gssprintf.o ./soobj/gsstrtok.o ./soobj/gsstrl.o ./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs overprint ./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs pdf14trans ./soobj/aux/echogs -e .dev -a- ./soobj/libs -init gshtscr ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/gsiodevs ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/translib ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/clist ./soobj/aux/echogs -e .dev -a- ./soobj/libs -include ./soobj/romfs1 ./soobj/aux/echogs -e .dev -a- ./soobj/libs ./soobj/gxfapi ./soobj/aux/echogs -e .dev -a- ./soobj/libs -init fapi ./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libcore ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pdfwrite ./soobj/gdevpdf.o ./soobj/gdevpdfb.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfc.o ./soobj/gdevpdfd.o ./soobj/gdevpdfe.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfg.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfi.o ./soobj/gdevpdfj.o ./soobj/gdevpdfk.o ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -dev2 nullpage ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfm.o ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/libs ./soobj/libx ./soobj/libd ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfo.o ./soobj/gdevpdfp.o ./soobj/gdevpdft.o ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/iscale ./soobj/roplib ./soobj/aux/echogs -e .dev -a- ./soobj/libcore -include ./soobj/strdline ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfr.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gdevpdfu.o ./soobj/gdevpdfv.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/gsflip.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/scantab.o ./soobj/sfilter2.o ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/cmyklib ./soobj/cfe ./soobj/lzwe ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/rle ./soobj/sdcte ./soobj/sdeparam ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/smd5 ./soobj/szlibe ./soobj/sarc4.dev ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/psdf ./soobj/gsagl ./soobj/aux/echogs -e .dev -a- ./soobj/pdfwrite -include ./soobj/pdtext ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/eps2write ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/ps2write ./soobj/aux/echogs -e .dev -a- ./soobj/ps2write -include ./soobj/pdfwrite.dev ./soobj/aux/echogs -e .dev -a- ./soobj/eps2write -include ./soobj/pdfwrite.dev cp ./soobj/gdevxps_1.o ./soobj/gdevxps.o ./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/xpswrite ./soobj/gdevxps.o ./soobj/aux/echogs -e .dev -a- ./soobj/xpswrite -include ./soobj/vector -include ./soobj/libtiff ./soobj/aux/echogs -w ./soobj/devdevs.tr -+ ./soobj/display.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/PCLm.dev ./soobj/PCLm8.dev ./soobj/bbox.dev ./soobj/bit.dev ./soobj/bitcmyk.dev ./soobj/bitrgb.dev ./soobj/bitrgbtags.dev ./soobj/bmp16.dev ./soobj/bmp16m.dev ./soobj/bmp256.dev ./soobj/bmp32b.dev ./soobj/bmpgray.dev ./soobj/bmpmono.dev ./soobj/bmpsep1.dev ./soobj/bmpsep8.dev ./soobj/ccr.dev ./soobj/cfax.dev ./soobj/cif.dev ./soobj/devicen.dev ./soobj/dfaxhigh.dev ./soobj/dfaxlow.dev ./soobj/display.dev ./soobj/docxwrite.dev ./soobj/eps2write.dev ./soobj/fax.dev ./soobj/faxg3.dev ./soobj/faxg32d.dev ./soobj/faxg4.dev ./soobj/fpng.dev ./soobj/inferno.dev ./soobj/ink_cov.dev ./soobj/inkcov.dev ./soobj/jpeg.dev ./soobj/jpegcmyk.dev ./soobj/jpeggray.dev ./soobj/mgr4.dev ./soobj/mgr8.dev ./soobj/mgrgray2.dev ./soobj/mgrgray4.dev ./soobj/mgrgray8.dev ./soobj/mgrmono.dev ./soobj/miff24.dev ./soobj/pam.dev ./soobj/pamcmyk32.dev ./soobj/pamcmyk4.dev ./soobj/pbm.dev ./soobj/pbmraw.dev ./soobj/pcx16.dev ./soobj/pcx24b.dev ./soobj/pcx256.dev ./soobj/pcxcmyk.dev ./soobj/pcxgray.dev ./soobj/pcxmono.dev ./soobj/pdfimage24.dev ./soobj/pdfimage32.dev ./soobj/pdfimage8.dev ./soobj/pdfwrite.dev ./soobj/pgm.dev ./soobj/pgmraw.dev ./soobj/pgnm.dev ./soobj/pgnmraw.dev ./soobj/pkm.dev ./soobj/pkmraw.dev ./soobj/pksm.dev ./soobj/pksmraw.dev ./soobj/plan.dev ./soobj/plan9bm.dev ./soobj/planc.dev ./soobj/plang.dev ./soobj/plank.dev ./soobj/planm.dev ./soobj/plib.dev ./soobj/plibc.dev ./soobj/plibg.dev ./soobj/plibk.dev ./soobj/plibm.dev ./soobj/pnm.dev ./soobj/pnmraw.dev ./soobj/ppm.dev ./soobj/ppmraw.dev ./soobj/ps2write.dev ./soobj/psdcmyk.dev ./soobj/psdcmyk16.dev ./soobj/psdcmykog.dev ./soobj/psdcmyktags.dev ./soobj/psdcmyktags16.dev ./soobj/psdf.dev ./soobj/psdrgb.dev ./soobj/psdrgb16.dev ./soobj/spotcmyk.dev ./soobj/tfax.dev ./soobj/tiff12nc.dev ./soobj/tiff24nc.dev ./soobj/tiff32nc.dev ./soobj/tiff48nc.dev ./soobj/tiff64nc.dev ./soobj/tiffcrle.dev ./soobj/tiffg3.dev ./soobj/tiffg32d.dev ./soobj/tiffg4.dev ./soobj/tiffgray.dev ./soobj/tifflzw.dev ./soobj/tiffpack.dev ./soobj/tiffs.dev ./soobj/tiffscaled.dev ./soobj/tiffscaled24.dev ./soobj/tiffscaled32.dev ./soobj/tiffscaled4.dev ./soobj/tiffscaled8.dev ./soobj/tiffsep.dev ./soobj/tiffsep1.dev ./soobj/txtwrite.dev ./soobj/xcf.dev ./soobj/xpswrite.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/alc1900.dev ./soobj/alc2000.dev ./soobj/alc4000.dev ./soobj/alc4100.dev ./soobj/alc8500.dev ./soobj/alc8600.dev ./soobj/alc9100.dev ./soobj/ap3250.dev ./soobj/appledmp.dev ./soobj/atx23.dev ./soobj/atx24.dev ./soobj/atx38.dev ./soobj/bj10e.dev ./soobj/bj10v.dev ./soobj/bj10vh.dev ./soobj/bj200.dev ./soobj/bjc600.dev ./soobj/bjc800.dev ./soobj/bjc880j.dev ./soobj/bjccmyk.dev ./soobj/bjccolor.dev ./soobj/bjcgray.dev ./soobj/bjcmono.dev ./soobj/cdeskjet.dev ./soobj/cdj1600.dev ./soobj/cdj500.dev ./soobj/cdj550.dev ./soobj/cdj670.dev ./soobj/cdj850.dev ./soobj/cdj880.dev ./soobj/cdj890.dev ./soobj/cdj970.dev ./soobj/cdjcolor.dev ./soobj/cdjmono.dev ./soobj/cdnj500.dev ./soobj/chp2200.dev ./soobj/cljet5.dev ./soobj/cljet5c.dev ./soobj/cljet5pr.dev ./soobj/coslw2p.dev ./soobj/coslwxl.dev ./soobj/declj250.dev ./soobj/deskjet.dev ./soobj/dj505j.dev ./soobj/djet500.dev ./soobj/djet500c.dev ./soobj/dl2100.dev ./soobj/dnj650c.dev ./soobj/epl2050.dev ./soobj/epl2050p.dev ./soobj/epl2120.dev ./soobj/epl2500.dev ./soobj/epl2750.dev ./soobj/epl5800.dev ./soobj/epl5900.dev ./soobj/epl6100.dev ./soobj/epl6200.dev ./soobj/eplcolor.dev ./soobj/eplmono.dev ./soobj/eps9high.dev ./soobj/eps9mid.dev ./soobj/epson.dev ./soobj/epsonc.dev ./soobj/escp.dev ./soobj/escpage.dev ./soobj/fmlbp.dev ./soobj/fmpr.dev ./soobj/fs600.dev ./soobj/gdi.dev ./soobj/hl1240.dev ./soobj/hl1250.dev ./soobj/hl7x0.dev ./soobj/hpdj1120c.dev ./soobj/hpdj310.dev ./soobj/hpdj320.dev ./soobj/hpdj340.dev ./soobj/hpdj400.dev ./soobj/hpdj500.dev ./soobj/hpdj500c.dev ./soobj/hpdj510.dev ./soobj/hpdj520.dev ./soobj/hpdj540.dev ./soobj/hpdj550c.dev ./soobj/hpdj560c.dev ./soobj/hpdj600.dev ./soobj/hpdj660c.dev ./soobj/hpdj670c.dev ./soobj/hpdj680c.dev ./soobj/hpdj690c.dev ./soobj/hpdj850c.dev ./soobj/hpdj855c.dev ./soobj/hpdj870c.dev ./soobj/hpdj890c.dev ./soobj/hpdjplus.dev ./soobj/hpdjportable.dev ./soobj/ibmpro.dev ./soobj/imagen.dev ./soobj/itk24i.dev ./soobj/itk38.dev ./soobj/iwhi.dev ./soobj/iwlo.dev ./soobj/iwlq.dev ./soobj/jetp3852.dev ./soobj/jj100.dev ./soobj/la50.dev ./soobj/la70.dev ./soobj/la75.dev ./soobj/la75plus.dev ./soobj/laserjet.dev ./soobj/lbp310.dev ./soobj/lbp320.dev ./soobj/lbp8.dev ./soobj/lex2050.dev ./soobj/lex3200.dev ./soobj/lex5700.dev ./soobj/lex7000.dev ./soobj/lips2p.dev ./soobj/lips3.dev ./soobj/lips4.dev ./soobj/lips4v.dev ./soobj/lj250.dev ./soobj/lj3100sw.dev ./soobj/lj4dith.dev ./soobj/lj4dithp.dev ./soobj/lj5gray.dev ./soobj/lj5mono.dev ./soobj/ljet2p.dev ./soobj/ljet3.dev ./soobj/ljet3d.dev ./soobj/ljet4.dev ./soobj/ljet4d.dev ./soobj/ljet4pjl.dev ./soobj/ljetplus.dev ./soobj/ln03.dev ./soobj/lp1800.dev ./soobj/lp1900.dev ./soobj/lp2000.dev ./soobj/lp2200.dev ./soobj/lp2400.dev ./soobj/lp2500.dev ./soobj/lp2563.dev ./soobj/lp3000c.dev ./soobj/lp7500.dev ./soobj/lp7700.dev ./soobj/lp7900.dev ./soobj/lp8000.dev ./soobj/lp8000c.dev ./soobj/lp8100.dev ./soobj/lp8200c.dev ./soobj/lp8300c.dev ./soobj/lp8300f.dev ./soobj/lp8400f.dev ./soobj/lp8500c.dev ./soobj/lp8600.dev ./soobj/lp8600f.dev ./soobj/lp8700.dev ./soobj/lp8800c.dev ./soobj/lp8900.dev ./soobj/lp9000b.dev ./soobj/lp9000c.dev ./soobj/lp9100.dev ./soobj/lp9200b.dev ./soobj/lp9200c.dev ./soobj/lp9300.dev ./soobj/lp9400.dev ./soobj/lp9500c.dev ./soobj/lp9600.dev ./soobj/lp9600s.dev ./soobj/lp9800c.dev ./soobj/lps4500.dev ./soobj/lps6500.dev ./soobj/lq850.dev ./soobj/lxm3200.dev ./soobj/lxm5700m.dev ./soobj/m8510.dev ./soobj/md1xMono.dev ./soobj/md2k.dev ./soobj/md50Eco.dev ./soobj/md50Mono.dev ./soobj/md5k.dev ./soobj/mj500c.dev ./soobj/mj6000c.dev ./soobj/mj700v2c.dev ./soobj/mj8000c.dev ./soobj/ml600.dev ./soobj/necp6.dev ./soobj/npdl.dev ./soobj/oce9050.dev ./soobj/oki182.dev ./soobj/oki4w.dev ./soobj/okiibm.dev ./soobj/oprp.dev ./soobj/opvp.dev ./soobj/paintjet.dev ./soobj/pcl3.dev ./soobj/photoex.dev ./soobj/picty180.dev ./soobj/pj.dev ./soobj/pjetxl.dev ./soobj/pjxl.dev ./soobj/pjxl300.dev ./soobj/pr1000.dev ./soobj/pr1000_4.dev ./soobj/pr150.dev ./soobj/pr201.dev ./soobj/pxlcolor.dev ./soobj/pxlmono.dev ./soobj/r4081.dev ./soobj/rinkj.dev ./soobj/rpdl.dev ./soobj/samsunggdi.dev ./soobj/sj48.dev ./soobj/st800.dev ./soobj/stcolor.dev ./soobj/t4693d2.dev ./soobj/t4693d4.dev ./soobj/t4693d8.dev ./soobj/tek4696.dev ./soobj/uniprint.dev ./soobj/xes.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/ijs.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/png16.dev ./soobj/png16m.dev ./soobj/png256.dev ./soobj/png48.dev ./soobj/pngalpha.dev ./soobj/pnggray.dev ./soobj/pngmono.dev ./soobj/pngmonod.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/ocr.dev ./soobj/hocr.dev ./soobj/pdfocr8.dev ./soobj/pdfocr24.dev ./soobj/pdfocr32.dev ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/aux/echogs -a ./soobj/devdevs.tr - ./soobj/libcore ./soobj/aux/echogs -w ./soobj/devs.tr -n -R ./soobj/fdevs.tr ./soobj/aux/echogs -a ./soobj/devs.tr -+ "" ./soobj/aux/echogs -a ./soobj/devs.tr -n -R ./soobj/devdevs.tr ./soobj/aux/genconf ./soobj/devs.tr -h ./soobj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/ld.tr ./soobj/aux/echogs -a ./soobj/gconfxx.h ./soobj/aux/echogs -w ./soobj/igs.tr - -include ./soobj/psl3.dev ./soobj/pdf.dev ./soobj/pdfi.dev ./soobj/epsf.dev ./soobj/ttfont.dev ./soobj/fapi_ps.dev ./soobj/jpx.dev ./soobj/jbig2.dev ./soobj/gs_pdfwr.dev rm -f ./soobj/gconfig.h ./soobj/aux/genconf ./soobj/igs.tr -h ./soobj/iconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsld.tr cp ./soobj/gconfxx.h ./soobj/gconfig.h rm -f ./soobj/gconfig.c cp ./base/gconf.c ./soobj/gconfig.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./soobj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./soobj/gconfig.o -c ./soobj/gconfig.c ./soobj/aux/echogs -w ./soobj/iconfig.h -R ./soobj/iconfxx.h ./soobj/aux/echogs -w ./soobj/gsnoapi.tr -R ./soobj/devs.tr ./soobj/aux/echogs -a ./soobj/gsnoapi.tr -R ./soobj/igs.tr ./soobj/aux/genconf ./soobj/gsnoapi.tr -h ./soobj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsnoapild.tr ./soobj/aux/echogs -w ./soobj/gs.tr -R ./soobj/gsnoapi.tr ./soobj/aux/echogs -a ./soobj/gs.tr - -include ./soobj/iapi.dev ./soobj/aux/genconf ./soobj/gs.tr -h ./soobj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsld.tr ./soobj/gconfig.c:211:1: warning: no previous prototype for ?gs_lib_register_device? [-Wmissing-prototypes] 211 | gs_lib_register_device(const gx_device *dev) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ./soobj/iconfig.c cp ./psi/iconf.c ./soobj/iconfig.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./soobj -I./soobj -I./base -I./devices -o ./soobj/iconfig.o -c ./soobj/iconfig.c ./soobj/aux/echogs -w ./soobj/ldt.tr -n - gcc -Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libgs.so.9 -o ./sobin/libgs.so.9.56 ./soobj/aux/echogs -a ./soobj/ldt.tr -n -s ./soobj/gsromfs0.o -s cat ./soobj/gsld.tr >> ./soobj/ldt.tr ./soobj/aux/echogs -a ./soobj/ldt.tr -s - -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lpthread -lm -lstdc++ if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ PSI_FEATURE_DEVS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ DEVICE_DEVS_EXTRA= \ /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh <./soobj/ldt.tr make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1\ ./sobin/gsc ./sobin/gsx -so-loader -so-loader -so-loader -so-loader make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[1]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' phase `build' succeeded after 4237.2 seconds starting phase `check' gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/genconf ./base/genconf.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/echogs ./base/echogs.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/genarch ./base/genarch.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ets_0.o -c ./base/ets.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmscam02.o -c ./lcms2mt/src/cmscam02.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmscgats.o -c ./lcms2mt/src/cmscgats.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmscnvrt.o -c ./lcms2mt/src/cmscnvrt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmserr.o -c ./lcms2mt/src/cmserr.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsgamma.o -c ./lcms2mt/src/cmsgamma.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsgmt.o -c ./lcms2mt/src/cmsgmt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmshalf.o -c ./lcms2mt/src/cmshalf.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsintrp.o -c ./lcms2mt/src/cmsintrp.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsio0.o -c ./lcms2mt/src/cmsio0.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsio1.o -c ./lcms2mt/src/cmsio1.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmslut.o -c ./lcms2mt/src/cmslut.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsmd5.o -c ./lcms2mt/src/cmsmd5.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsmtrx.o -c ./lcms2mt/src/cmsmtrx.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsnamed.o -c ./lcms2mt/src/cmsnamed.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsopt.o -c ./lcms2mt/src/cmsopt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmspack.o -c ./lcms2mt/src/cmspack.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmspcs.o -c ./lcms2mt/src/cmspcs.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsplugin.o -c ./lcms2mt/src/cmsplugin.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsps2.o -c ./lcms2mt/src/cmsps2.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmssamp.o -c ./lcms2mt/src/cmssamp.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmstypes.o -c ./lcms2mt/src/cmstypes.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsvirt.o -c ./lcms2mt/src/cmsvirt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmswtpnt.o -c ./lcms2mt/src/cmswtpnt.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsxform.o -c ./lcms2mt/src/cmsxform.c gcc -fvisibility=hidden -DSHARE_LCMS=0 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_LCMS=0 -I./lcms2mt/include -o ./obj/cmsalpha.o -c ./lcms2mt/src/cmsalpha.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jbig2dec_1 -lib jbig2dec gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_bio.o -c ./openjpeg/src/lib/openjp2/bio.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_cidx_manager.o -c ./openjpeg/src/lib/openjp2/cidx_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_cio.o -c ./openjpeg/src/lib/openjp2/cio.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_dwt.o -c ./openjpeg/src/lib/openjp2/dwt.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_event.o -c ./openjpeg/src/lib/openjp2/event.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_function_list.o -c ./openjpeg/src/lib/openjp2/function_list.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_image.o -c ./openjpeg/src/lib/openjp2/image.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_invert.o -c ./openjpeg/src/lib/openjp2/invert.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_j2k.o -c ./openjpeg/src/lib/openjp2/j2k.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_jp2.o -c ./openjpeg/src/lib/openjp2/jp2.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_mct.o -c ./openjpeg/src/lib/openjp2/mct.c ./openjpeg/src/lib/openjp2/j2k.c:6605:12: warning: function declaration isn?t a prototype [-Wstrict-prototypes] 6605 | static int opj_j2k_get_default_thread_count() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_mqc.o -c ./openjpeg/src/lib/openjp2/mqc.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_openjpeg.o -c ./openjpeg/src/lib/openjp2/openjpeg.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_phix_manager.o -c ./openjpeg/src/lib/openjp2/phix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_pi.o -c ./openjpeg/src/lib/openjp2/pi.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_ppix_manager.o -c ./openjpeg/src/lib/openjp2/ppix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_t1.o -c ./openjpeg/src/lib/openjp2/t1.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_t2.o -c ./openjpeg/src/lib/openjp2/t2.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_tcd.o -c ./openjpeg/src/lib/openjp2/tcd.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_tgt.o -c ./openjpeg/src/lib/openjp2/tgt.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_thix_manager.o -c ./openjpeg/src/lib/openjp2/thix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_tpix_manager.o -c ./openjpeg/src/lib/openjp2/tpix_manager.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_thread.o -c ./openjpeg/src/lib/openjp2/thread.c gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/opj_sparse_array.o -c ./openjpeg/src/lib/openjp2/sparse_array.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/siscale_0 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsagl.o -c ./base/gsagl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_alloc.o -c extract/src/alloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_astring.o -c extract/src/astring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_buffer.o -c extract/src/buffer.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_document.o -c extract/src/document.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_docx.o -c extract/src/docx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_docx_template.o -c extract/src/docx_template.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_extract.o -c extract/src/extract.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_html.o -c extract/src/html.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_join.o -c extract/src/join.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_mem.o -c extract/src/mem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_odt.o -c extract/src/odt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_odt_template.o -c extract/src/odt_template.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_outf.o -c extract/src/outf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_sys.o -c extract/src/sys.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_text.o -c extract/src/text.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_xml.o -c extract/src/xml.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_zip.o -c extract/src/zip.c gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -I./base -o ./obj/aux/packps ./base/pack_ps.c -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lz gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/whitelst.o -c ./devices/vector/whitelst.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/evenbetter-rll.o -c ./devices/rinkj/evenbetter-rll.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-device.o -c ./devices/rinkj/rinkj-device.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-config.o -c ./devices/rinkj/rinkj-config.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-dither.o -c ./devices/rinkj/rinkj-dither.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-screen-eb.o -c ./devices/rinkj/rinkj-screen-eb.c ./obj/aux/echogs -I./ijs gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs.o -c ./ijs/ijs.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs_server.o -c ./ijs/ijs_server.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs_client.o -c ./ijs/ijs_client.c gcc -I./ijs -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/ijs_exec_unix.o -c ./ijs/ijs_exec_unix.c mkdir ./obj/tesseract ./obj/aux/echogs -w ./obj/tesseract/version.h -x 23 define TESSERACT_VERSION_STR -x 2022 5.0.0-beta-gs -x 22 gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsbittab.o -c ./base/gsbittab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscedata.o -c ./base/gscedata.c gcc -I./obj -I./base -I./devices -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/bobbin.o -c ./base/bobbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsserial.o -c ./base/gsserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsroptab.o -c ./base/gsroptab.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/zlibd_1 -lib z ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapiu cp ./base/gsftopts.h ./obj/gsftopts.h ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapib gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/simscale_foo.o -c ./base/simscale_foo.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e ./obj/aux/echogs -e .dev -w- -l-obj ./obj/macroman -ps gs_mro_e ./obj/aux/echogs -e .dev -w- -l-obj ./obj/epsf -ps gs_epsf ./obj/aux/echogs -w ./obj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Init:/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/lib:/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Font:/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/fonts:/gnu/store/4yi501k7pl62aqpl07n8hvhvj2a7iy11-font-ghostscript-8.11/share/fonts/type1/ghostscript -x 22 ./obj/aux/genarch ./obj/arch.h ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha bbox" -x 22 ./obj/aux/echogs -w ./obj/gconfig_.h -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gxfapiu ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22 ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -w ./obj/jpeglib1.h -x 23 include -x 203c jpeglib.h -x 3e ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpegd_1 -lib jpeg ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_DIRENT_H if ( test -f /usr/include/dirent.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H 0; fi ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpege_1 -lib jpeg ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/zlibe_1 -lib z ./obj/aux/echogs -e .dev -w- -l-obj ./obj/lcms2mt_0 ./obj/cmscam02.o ./obj/cmscgats.o ./obj/cmscnvrt.o ./obj/cmserr.o ./obj/cmsgamma.o ./obj/cmsgmt.o ./obj/cmshalf.o ./obj/cmsintrp.o ./obj/cmsio0.o ./obj/cmsio1.o ./obj/cmslut.o ./obj/cmsmd5.o ./obj/cmsmtrx.o ./obj/cmsnamed.o ./obj/cmsopt.o ./obj/cmspack.o ./obj/cmspcs.o ./obj/cmsplugin.o ./obj/cmsps2.o ./obj/cmssamp.o ./obj/cmstypes.o ./obj/cmsvirt.o ./obj/cmswtpnt.o ./obj/cmsxform.o ./obj/cmsalpha.o ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /gnu/store/h2zcnkxppppzh9518fqgzbz3pmzm3f0v-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 -x 22 cp ./obj/jbig2dec_1.dev ./obj/jbig2dec.dev ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22 cp ./obj/siscale_0.dev ./obj/siscale.dev ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISION -s 9561 ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsagl ./obj/gsagl.o ./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20220404 ./obj/aux/packps -c -n opdfread_ps -o ./obj/opdfread_.h ./devices/vector/opdfread.ps gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_adaptmap.o -c leptonica/src/adaptmap.c ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_NDIR_H ./obj/aux/packps: Input file: ./devices/vector/opdfread.ps Output file: ./obj/opdfread_.h Array name: opdfread_ps Processed 4055 lines of PostScript data. 146886 bytes of PostScript data packed down to 67912 bytes. gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_affine.o -c leptonica/src/affine.c if ( test -f /usr/include/ndir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_DIR_H if ( test -f /usr/include/sys/dir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_NDIR_H if ( test -f /usr/include/sys/ndir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_affinecompose.o -c leptonica/src/affinecompose.c ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_TIME_H gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_arrayaccess.o -c leptonica/src/arrayaccess.c if ( test -f /usr/include/sys/time.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_TIMES_H if ( test -f /usr/include/sys/times.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 1; \ else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 0; fi ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif ./obj/aux/echogs -a ./obj/gconfig_.h if ( test -f src/jmemsys.h); then true; else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define DONT_HAVE_JMEMSYS_H; fi gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_baseline.o -c leptonica/src/baseline.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bbuffer.o -c leptonica/src/bbuffer.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bilateral.o -c leptonica/src/bilateral.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bilinear.o -c leptonica/src/bilinear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_binexpand.o -c leptonica/src/binexpand.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_binreduce.o -c leptonica/src/binreduce.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_blend.o -c leptonica/src/blend.c leptonica/src/baseline.c: In function ?pixGetLocalSkewTransform?: leptonica/src/baseline.c:451:5: warning: ?dely? may be used uninitialized in this function [-Wmaybe-uninitialized] 451 | ptaAddPt(ptas, w - 1, i - dely); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bmf.o -c leptonica/src/bmf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bmpio.o -c leptonica/src/bmpio.c leptonica/src/bmf.c: In function ?pixaGenerateFont?: leptonica/src/bmf.c:624:21: warning: ?yval? may be used uninitialized in this function [-Wmaybe-uninitialized] 624 | baseline[i] = yval; | ~~~~~~~~~~~~^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bmpiostub.o -c leptonica/src/bmpiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen1.o -c leptonica/src/bootnumgen1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen2.o -c leptonica/src/bootnumgen2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen3.o -c leptonica/src/bootnumgen3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bootnumgen4.o -c leptonica/src/bootnumgen4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxbasic.o -c leptonica/src/boxbasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc1.o -c leptonica/src/boxfunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc2.o -c leptonica/src/boxfunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc3.o -c leptonica/src/boxfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc4.o -c leptonica/src/boxfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_boxfunc5.o -c leptonica/src/boxfunc5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_bytearray.o -c leptonica/src/bytearray.c leptonica/src/boxfunc2.c: In function ?boxTransformOrdered?: leptonica/src/boxfunc2.c:440:27: warning: ?cosa? may be used uninitialized in this function [-Wmaybe-uninitialized] 440 | rh = L_ABS(th * cosa) + L_ABS(tw * sina); | ^ leptonica/src/boxfunc2.c:439:46: warning: ?sina? may be used uninitialized in this function [-Wmaybe-uninitialized] 439 | rw = L_ABS(tw * cosa) + L_ABS(th * sina); | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ccbord.o -c leptonica/src/ccbord.c leptonica/src/boxfunc2.c: In function ?boxaaTranspose?: leptonica/src/boxfunc2.c:1853:19: warning: ?nbox? may be used uninitialized in this function [-Wmaybe-uninitialized] 1853 | for (i = 0; i < nbox; i++) { | ~~^~~~~~ leptonica/src/boxfunc2.c: In function ?boxaaAlignBox?: leptonica/src/boxfunc2.c:1929:17: warning: ?maxindex? may be used uninitialized in this function [-Wmaybe-uninitialized] 1929 | *pindex = maxindex; | ~~~~~~~~^~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_classapp.o -c leptonica/src/classapp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorcontent.o -c leptonica/src/colorcontent.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_coloring.o -c leptonica/src/coloring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colormap.o -c leptonica/src/colormap.c leptonica/src/colormap.c: In function ?pixcmapReadStream?: leptonica/src/colormap.c:1793:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1793 | l_int32 rval, gval, bval, aval, ignore; | ^~~~~~ leptonica/src/ccbord.c: In function ?pixGetAllCCBorders?: leptonica/src/ccbord.c:1037:16: warning: ?xs? may be used uninitialized in this function [-Wmaybe-uninitialized] 1037 | if (px == fpx && py == fpy && npx == spx && npy == spy) | ~~~^~~~~~ leptonica/src/ccbord.c:657:11: note: ?xs? was declared here 657 | l_int32 xs, ys; /* starting hole border pixel, relative in pixs */ | ^~ leptonica/src/ccbord.c:731:16: warning: ?xh? may be used uninitialized in this function [-Wmaybe-uninitialized] 731 | for (x = xh + boxt->x; x < w; x++) { /* look for (fg) border pixel */ | ~~^~~~~~~~~~~~~~ leptonica/src/ccbord.c:656:26: note: ?xh? was declared here 656 | l_int32 allzero, i, x, xh, w, nh; | ^~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colormorph.o -c leptonica/src/colormorph.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorquant1.o -c leptonica/src/colorquant1.c leptonica/src/classapp.c: In function ?boxaExtractSortedPattern?: leptonica/src/classapp.c:707:5: warning: ?nad? may be used uninitialized in this function [-Wmaybe-uninitialized] 707 | numaaAddNuma(naa, nad, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorquant2.o -c leptonica/src/colorquant2.c leptonica/src/colorcontent.c: In function ?pixColorContent?: leptonica/src/colorcontent.c:214:36: warning: ?datab? may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | l_uint32 *data1, *datar, *datag, *datab, *line1, *liner, *lineg, *lineb; | ^~~~~ leptonica/src/colorcontent.c:211:42: warning: ?wplb? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ leptonica/src/colorcontent.c:214:28: warning: ?datag? may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | l_uint32 *data1, *datar, *datag, *datab, *line1, *liner, *lineg, *lineb; | ^~~~~ leptonica/src/colorcontent.c:211:36: warning: ?wplg? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ leptonica/src/colorcontent.c:214:20: warning: ?datar? may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | l_uint32 *data1, *datar, *datag, *datab, *line1, *liner, *lineg, *lineb; | ^~~~~ leptonica/src/colorcontent.c:211:30: warning: ?wplr? may be used uninitialized in this function [-Wmaybe-uninitialized] 211 | l_int32 w, h, i, j, wpl1, wplr, wplg, wplb; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorseg.o -c leptonica/src/colorseg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_colorspace.o -c leptonica/src/colorspace.c leptonica/src/ccbord.c: In function ?ccbaDisplayImage1?: leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:25: note: ?spy? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:20: note: ?spx? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_compare.o -c leptonica/src/compare.c leptonica/src/ccbord.c:1130:8: warning: ?fpy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:15: note: ?fpy? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?fpx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:1997:10: note: ?fpx? was declared here 1997 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c: In function ?ccbaDisplayImage2?: leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized] 1130 | dy = spy - fpy; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:2128:25: note: ?spy? was declared here 2128 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized] 1129 | dx = spx - fpx; | ~~~^~~~~~~~~~~ leptonica/src/ccbord.c:2128:20: note: ?spx? was declared here 2128 | l_int32 fpx, fpy, spx, spy, xs, ys; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_conncomp.o -c leptonica/src/conncomp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_convertfiles.o -c leptonica/src/convertfiles.c leptonica/src/colormap.c: In function ?pixcmapToArrays?: leptonica/src/colormap.c:1999:34: warning: ?amap? may be used uninitialized in this function [-Wmaybe-uninitialized] 1999 | l_int32 *rmap, *gmap, *bmap, *amap; | ^~~~ leptonica/src/colorseg.c: In function ?pixAssignToNearestColor?: leptonica/src/colorseg.c:428:28: warning: ?datam? may be used uninitialized in this function [-Wmaybe-uninitialized] 428 | l_uint32 *datas, *datad, *datam, *lines, *lined, *linem; | ^~~~~ leptonica/src/colorseg.c:422:30: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 422 | l_int32 w, h, wpls, wpld, wplm, i, j, success; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_convolve.o -c leptonica/src/convolve.c leptonica/src/colorquant1.c: In function ?pixOctreeColorQuantGeneral?: leptonica/src/colorquant1.c:699:9: warning: ?cmap? may be used uninitialized in this function [-Wmaybe-uninitialized] 699 | pixcmapResetColor(cmap, index, 255, 255, 255); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_correlscore.o -c leptonica/src/correlscore.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp1.o -c leptonica/src/dewarp1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp2.o -c leptonica/src/dewarp2.c leptonica/src/dewarp1.c: In function ?dewarpReadStream?: leptonica/src/dewarp1.c:1255:26: warning: ?fpixv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1255 | dew->sampvdispar = fpixv; | ~~~~~~~~~~~~~~~~~^~~~~~~ leptonica/src/dewarp1.c:1263:26: warning: ?fpixh? may be used uninitialized in this function [-Wmaybe-uninitialized] 1263 | dew->samphdispar = fpixh; | ~~~~~~~~~~~~~~~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp3.o -c leptonica/src/dewarp3.c leptonica/src/correlscore.c: In function ?pixCorrelationScoreThresholded?: leptonica/src/correlscore.c:547:42: warning: ?untouchable? may be used uninitialized in this function [-Wmaybe-uninitialized] 547 | if (count + downcount[y] - untouchable < threshold) { | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dewarp4.o -c leptonica/src/dewarp4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dnabasic.o -c leptonica/src/dnabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dnafunc1.o -c leptonica/src/dnafunc1.c leptonica/src/convolve.c: In function ?pixWindowedVariance?: leptonica/src/convolve.c:1296:21: warning: ?linerv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~~ leptonica/src/convolve.c:1296:13: warning: ?linev? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~ leptonica/src/convolve.c:1296:38: warning: ?datarv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~~ leptonica/src/convolve.c:1293:56: warning: ?wplrv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1293 | l_int32 i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms; | ^~~~~ leptonica/src/convolve.c:1296:30: warning: ?datav? may be used uninitialized in this function [-Wmaybe-uninitialized] 1296 | l_float32 *linev, *linerv, *datav, *datarv; | ^~~~~ leptonica/src/convolve.c:1293:50: warning: ?wplv? may be used uninitialized in this function [-Wmaybe-uninitialized] 1293 | l_int32 i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dnahash.o -c leptonica/src/dnahash.c In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/dewarp2.c: In function ?dewarpBuildPageModel?: leptonica/src/environ.h:550:14: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:39: note: ?ybot? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?ytop? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:33: note: ?ytop? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?nbot? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:27: note: ?nbot? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/dewarp2.c:67: leptonica/src/environ.h:550:14: warning: ?ntop? may be used uninitialized in this function [-Wmaybe-uninitialized] 550 | (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \ | ^ leptonica/src/dewarp2.c:159:21: note: ?ntop? was declared here 159 | l_int32 linecount, ntop, nbot, ytop, ybot, ret; | ^~~~ leptonica/src/dewarp2.c:1339:33: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized] 1339 | fraction = (l_float32)(ybot - ytop) / (l_float32)h; | ~~~~~~^~~~~~~ leptonica/src/dewarp2.c:1301:53: note: ?ybot? was declared here 1301 | l_int32 i, n, iy, both_halves, ntop, nbot, ytop, ybot, nmin; | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dwacomb.2.o -c leptonica/src/dwacomb.2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_dwacomblow.2.o -c leptonica/src/dwacomblow.2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_edge.o -c leptonica/src/edge.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_encoding.o -c leptonica/src/encoding.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_enhance.o -c leptonica/src/enhance.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fhmtauto.o -c leptonica/src/fhmtauto.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fhmtgenlow.1.o -c leptonica/src/fhmtgenlow.1.c leptonica/src/fhmtgenlow.1.c: In function ?fhmt_1_5?: leptonica/src/fhmtgenlow.1.c:273:21: warning: variable ?wpls5? set but not used [-Wunused-but-set-variable] 273 | l_int32 wpls5, wpls6; | ^~~~~ leptonica/src/fhmtgenlow.1.c:272:35: warning: variable ?wpls4? set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ leptonica/src/fhmtgenlow.1.c:272:28: warning: variable ?wpls3? set but not used [-Wunused-but-set-variable] 272 | l_int32 wpls2, wpls3, wpls4; | ^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fmorphauto.o -c leptonica/src/fmorphauto.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fmorphgen.1.o -c leptonica/src/fmorphgen.1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fmorphgenlow.1.o -c leptonica/src/fmorphgenlow.1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fpix1.o -c leptonica/src/fpix1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_fpix2.o -c leptonica/src/fpix2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_gifiostub.o -c leptonica/src/gifiostub.c leptonica/src/enhance.c: In function ?pixUnsharpMaskingGray1D?: leptonica/src/enhance.c:1353:32: warning: ?a[4]? may be used uninitialized in this function [-Wmaybe-uninitialized] 1353 | a[4] * GET_DATA_BYTE(lines, j + 2); leptonica/src/enhance.c:1352:32: warning: ?a[3]? may be used uninitialized in this function [-Wmaybe-uninitialized] 1352 | a[3] * GET_DATA_BYTE(lines, j + 1) + gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_gplot.o -c leptonica/src/gplot.c leptonica/src/fpix2.c: In function ?linearInterpolatePixelFloat?: leptonica/src/fpix2.c:2282:6: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 2282 | #if DEBUG | ^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_graphics.o -c leptonica/src/graphics.c leptonica/src/gplot.c: In function ?gplotRead?: leptonica/src/gplot.c:1243:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1243 | l_int32 outformat, ret, version, ignore; | ^~~~~~ leptonica/src/gplot.c:1242:47: warning: variable ?ignores? set but not used [-Wunused-but-set-variable] 1242 | char *rootname, *title, *xlabel, *ylabel, *ignores; | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_graymorph.o -c leptonica/src/graymorph.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_grayquant.o -c leptonica/src/grayquant.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_heap.o -c leptonica/src/heap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jbclass.o -c leptonica/src/jbclass.c leptonica/src/graphics.c: In function ?makePlotPtaFromNumaGen?: leptonica/src/graphics.c:1211:16: warning: ?maxh? may be used uninitialized in this function [-Wmaybe-uninitialized] 1211 | ptad = ptaReplicatePattern(pta1, NULL, pta2, linewidth / 2, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1212 | linewidth / 2, maxw, maxh); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/graphics.c:1211:16: warning: ?maxw? may be used uninitialized in this function [-Wmaybe-uninitialized] leptonica/src/graphics.c: In function ?pixRenderPtaArb?: leptonica/src/graphics.c:1409:13: warning: ?val? may be used uninitialized in this function [-Wmaybe-uninitialized] 1409 | pixSetPixel(pix, x, y, val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jp2kheader.o -c leptonica/src/jp2kheader.c leptonica/src/grayquant.c: In function ?thresholdToBinaryLineLow?: leptonica/src/grayquant.c:617:23: warning: ?sword? may be used uninitialized in this function [-Wmaybe-uninitialized] 617 | sword <<= 8; | ~~~~~~^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jp2kheaderstub.o -c leptonica/src/jp2kheaderstub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jp2kiostub.o -c leptonica/src/jp2kiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_jpegiostub.o -c leptonica/src/jpegiostub.c leptonica/src/jbclass.c: In function ?pixWordMaskByDilation?: leptonica/src/jbclass.c:1515:34: warning: ?total? may be used uninitialized in this function [-Wmaybe-uninitialized] 1515 | if (check && count < 0.3 * total) { | ~~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_kernel.o -c leptonica/src/kernel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_libversions.o -c leptonica/src/libversions.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_list.o -c leptonica/src/list.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_map.o -c leptonica/src/map.c leptonica/src/libversions.c: In function ?getImagelibVersions?: leptonica/src/libversions.c:107:10: warning: unused variable ?first? [-Wunused-variable] 107 | l_int32 first = TRUE; | ^~~~~ leptonica/src/jbclass.c: In function ?jbGetULCorners?: leptonica/src/jbclass.c:2274:76: warning: ?miny? may be used uninitialized in this function [-Wmaybe-uninitialized] 2274 | ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy)); | ~~~~~~~~~~~^~~~~ leptonica/src/jbclass.c:2274:47: warning: ?minx? may be used uninitialized in this function [-Wmaybe-uninitialized] 2274 | ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy)); | ~~~~~~~~~~~^~~~~ leptonica/src/kernel.c: In function ?kernelReadStream?: leptonica/src/kernel.c:565:48: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 565 | l_int32 sy, sx, cy, cx, i, j, ret, version, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morph.o -c leptonica/src/morph.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morphapp.o -c leptonica/src/morphapp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morphdwa.o -c leptonica/src/morphdwa.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_morphseq.o -c leptonica/src/morphseq.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_numabasic.o -c leptonica/src/numabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_numafunc1.o -c leptonica/src/numafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_numafunc2.o -c leptonica/src/numafunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pageseg.o -c leptonica/src/pageseg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_paintcmap.o -c leptonica/src/paintcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_partify.o -c leptonica/src/partify.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_partition.o -c leptonica/src/partition.c leptonica/src/partify.c: In function ?boxaRemoveVGaps.isra?: leptonica/src/partify.c:313:5: warning: ?delta? may be used uninitialized in this function [-Wmaybe-uninitialized] 313 | boxaAdjustBoxSides(boxa, nbox - 1, 0, 0, 0, delta); /* bot of last */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio1.o -c leptonica/src/pdfio1.c leptonica/src/numafunc2.c: In function ?numaWindowedVariance?: leptonica/src/numafunc2.c:723:32: warning: ?farv? may be used uninitialized in this function [-Wmaybe-uninitialized] 723 | l_float32 *fam, *fams, *fav, *farv; | ^~~~ leptonica/src/numafunc2.c:723:26: warning: ?fav? may be used uninitialized in this function [-Wmaybe-uninitialized] 723 | l_float32 *fam, *fams, *fav, *farv; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio1stub.o -c leptonica/src/pdfio1stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio2.o -c leptonica/src/pdfio2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pdfio2stub.o -c leptonica/src/pdfio2stub.c leptonica/src/numafunc1.c: In function ?numaThresholdEdges?: leptonica/src/numafunc1.c:1471:8: warning: ?istart? may be used uninitialized in this function [-Wmaybe-uninitialized] 1471 | if (istart == n) /* no intervals found */ | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix1.o -c leptonica/src/pix1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix2.o -c leptonica/src/pix2.c leptonica/src/numafunc1.c: In function ?numaInterpolateArbxInterval?: leptonica/src/numafunc1.c:2023:13: warning: ?nadx? may be used uninitialized in this function [-Wmaybe-uninitialized] 2023 | numaAddNumber(nadx, xval); | ^~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/numafunc2.c: In function ?numaFindLocForThreshold?: leptonica/src/numafunc2.c:2709:16: warning: ?index? may be used uninitialized in this function [-Wmaybe-uninitialized] 2709 | minval = fa[index]; | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix3.o -c leptonica/src/pix3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix4.o -c leptonica/src/pix4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pix5.o -c leptonica/src/pix5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixabasic.o -c leptonica/src/pixabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixacc.o -c leptonica/src/pixacc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixafunc1.o -c leptonica/src/pixafunc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixafunc2.o -c leptonica/src/pixafunc2.c leptonica/src/pixabasic.c: In function ?pixaaCreateFromPixa?: leptonica/src/pixabasic.c:1932:13: warning: ?pixat? may be used uninitialized in this function [-Wmaybe-uninitialized] 1932 | pixaaAddPixa(paa, pixat, L_INSERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pix3.c: In function ?pixAverageInRect?: leptonica/src/pix3.c:2670:20: warning: ?datam? may be used uninitialized in this function [-Wmaybe-uninitialized] 2670 | l_uint32 *datas, *datam, *lines, *linem; | ^~~~~ leptonica/src/pix3.c:2668:39: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 2668 | l_int32 w, h, d, wpls, wm, hm, dm, wplm, val, count; | ^~~~ leptonica/src/pix4.c: In function ?pixGetAverageTiled?: leptonica/src/pix4.c:1794:34: warning: ?meansq? may be used uninitialized in this function [-Wmaybe-uninitialized] 1794 | valt = (l_int32)(sqrt(meansq - ave * ave) + 0.5); | ^~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pix4.c:1794:52: warning: ?ave? may be used uninitialized in this function [-Wmaybe-uninitialized] 1794 | valt = (l_int32)(sqrt(meansq - ave * ave) + 0.5); | ~~~~^~~~~ leptonica/src/pix5.c: In function ?pixScanForEdge?: leptonica/src/pix5.c:2409:27: warning: ?loc? may be used uninitialized in this function [-Wmaybe-uninitialized] 2409 | *ploc = loc; | ~~~~~~^~~~~ leptonica/src/pix3.c: In function ?pixAverageInRectRGB?: leptonica/src/pix3.c:2775:20: warning: ?datam? may be used uninitialized in this function [-Wmaybe-uninitialized] 2775 | l_uint32 *datas, *datam, *lines, *linem; | ^~~~~ leptonica/src/pix3.c:2773:36: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized] 2773 | l_int32 w, h, wpls, wm, hm, dm, wplm, i, j, xstart, xend, ystart, yend; | ^~~~ leptonica/src/pixafunc2.c: In function ?pixaDisplayRandomCmap?: leptonica/src/pixafunc2.c:312:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 312 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ leptonica/src/pixafunc2.c: In function ?pixaDisplayTiled?: leptonica/src/pixafunc2.c:698:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 698 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixalloc.o -c leptonica/src/pixalloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixarith.o -c leptonica/src/pixarith.c leptonica/src/pixafunc2.c: In function ?pixaDisplayTiledInColumns?: leptonica/src/pixafunc2.c:1007:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized] 1007 | pixSetResolution(pixd, res, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixcomp.o -c leptonica/src/pixcomp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixconv.o -c leptonica/src/pixconv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixlabel.o -c leptonica/src/pixlabel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pixtiling.o -c leptonica/src/pixtiling.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pngiostub.o -c leptonica/src/pngiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pnmio.o -c leptonica/src/pnmio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_pnmiostub.o -c leptonica/src/pnmiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_projective.o -c leptonica/src/projective.c leptonica/src/pnmio.c: In function ?pnmReadNextAsciiValue?: leptonica/src/pnmio.c:1340:14: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1340 | l_int32 c, ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio1.o -c leptonica/src/psio1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio1stub.o -c leptonica/src/psio1stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio2.o -c leptonica/src/psio2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_psio2stub.o -c leptonica/src/psio2stub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptabasic.o -c leptonica/src/ptabasic.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptafunc1.o -c leptonica/src/ptafunc1.c leptonica/src/psio1.c: In function ?pixWriteSegmentedPageToPS?: leptonica/src/psio1.c:680:39: warning: ?d? may be used uninitialized in this function [-Wmaybe-uninitialized] 680 | val = (d == 8) ? 0xff : 0xffffff00; | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptafunc2.o -c leptonica/src/ptafunc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_ptra.o -c leptonica/src/ptra.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_quadtree.o -c leptonica/src/quadtree.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_queue.o -c leptonica/src/queue.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rank.o -c leptonica/src/rank.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rbtree.o -c leptonica/src/rbtree.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_readfile.o -c leptonica/src/readfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_regutils.o -c leptonica/src/regutils.c leptonica/src/quadtree.c: In function ?fpixaDisplayQuadtree?: leptonica/src/quadtree.c:695:9: warning: ?pixt4? may be used uninitialized in this function [-Wmaybe-uninitialized] 695 | w = pixGetWidth(pixt4); | ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rop.o -c leptonica/src/rop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_roplow.o -c leptonica/src/roplow.c leptonica/src/readfile.c:96:20: warning: ?FILE_JP2K? defined but not used [-Wunused-variable] 96 | static const char *FILE_JP2K = "/tmp/lept/format/file.jp2"; | ^~~~~~~~~ leptonica/src/readfile.c:95:20: warning: ?FILE_WEBP? defined but not used [-Wunused-variable] 95 | static const char *FILE_WEBP = "/tmp/lept/format/file.webp"; | ^~~~~~~~~ leptonica/src/readfile.c:94:20: warning: ?FILE_GIF? defined but not used [-Wunused-variable] 94 | static const char *FILE_GIF = "/tmp/lept/format/file.gif"; | ^~~~~~~~ leptonica/src/readfile.c:93:20: warning: ?FILE_JPG? defined but not used [-Wunused-variable] 93 | static const char *FILE_JPG = "/tmp/lept/format/file.jpg"; | ^~~~~~~~ leptonica/src/readfile.c:92:20: warning: ?FILE_TIFF? defined but not used [-Wunused-variable] 92 | static const char *FILE_TIFF = "/tmp/lept/format/file.tif"; | ^~~~~~~~~ leptonica/src/readfile.c:91:20: warning: ?FILE_TIFF_JPEG? defined but not used [-Wunused-variable] 91 | static const char *FILE_TIFF_JPEG = "/tmp/lept/format/file_jpeg.tif"; | ^~~~~~~~~~~~~~ leptonica/src/readfile.c:90:20: warning: ?FILE_ZIP? defined but not used [-Wunused-variable] 90 | static const char *FILE_ZIP = "/tmp/lept/format/file_zip.tif"; | ^~~~~~~~ leptonica/src/readfile.c:89:20: warning: ?FILE_LZW? defined but not used [-Wunused-variable] 89 | static const char *FILE_LZW = "/tmp/lept/format/file_lzw.tif"; | ^~~~~~~~ leptonica/src/readfile.c:88:20: warning: ?FILE_PB? defined but not used [-Wunused-variable] 88 | static const char *FILE_PB = "/tmp/lept/format/file_packbits.tif"; | ^~~~~~~ leptonica/src/readfile.c:87:20: warning: ?FILE_RLE? defined but not used [-Wunused-variable] 87 | static const char *FILE_RLE = "/tmp/lept/format/file_rle.tif"; | ^~~~~~~~ leptonica/src/readfile.c:86:20: warning: ?FILE_G4? defined but not used [-Wunused-variable] 86 | static const char *FILE_G4 = "/tmp/lept/format/file_g4.tif"; | ^~~~~~~ leptonica/src/readfile.c:85:20: warning: ?FILE_G3? defined but not used [-Wunused-variable] 85 | static const char *FILE_G3 = "/tmp/lept/format/file_g3.tif"; | ^~~~~~~ leptonica/src/readfile.c:83:20: warning: ?FILE_PNG? defined but not used [-Wunused-variable] 83 | static const char *FILE_PNG = "/tmp/lept/format/file.png"; | ^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotate.o -c leptonica/src/rotate.c leptonica/src/rop.c:553:1: warning: ?checkRasteropCrop? defined but not used [-Wunused-function] 553 | checkRasteropCrop(l_int32 pixw, | ^~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotateam.o -c leptonica/src/rotateam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotateorth.o -c leptonica/src/rotateorth.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_rotateshear.o -c leptonica/src/rotateshear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_runlength.o -c leptonica/src/runlength.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sarray1.o -c leptonica/src/sarray1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sarray2.o -c leptonica/src/sarray2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_scale1.o -c leptonica/src/scale1.c leptonica/src/sarray1.c: In function ?sarrayReadStream?: leptonica/src/sarray1.c:1477:47: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1477 | l_int32 i, n, size, index, bufsize, version, ignore, success; | ^~~~~~ leptonica/src/sarray1.c: In function ?getFilenamesInDirectory?: leptonica/src/sarray1.c:1962:17: warning: variable ?dfd? set but not used [-Wunused-but-set-variable] 1962 | int dfd, stat_ret; | ^~~ leptonica/src/sarray1.c:1957:39: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1957 | char *realdir, *stat_path, *ignore; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_scale2.o -c leptonica/src/scale2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_seedfill.o -c leptonica/src/seedfill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sel1.o -c leptonica/src/sel1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sel2.o -c leptonica/src/sel2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_selgen.o -c leptonica/src/selgen.c leptonica/src/sel1.c: In function ?selReadStream?: leptonica/src/sel1.c:1428:41: warning: variable ?ignore? set but not used [-Wunused-but-set-variable] 1428 | l_int32 sy, sx, cy, cx, i, j, version, ignore; | ^~~~~~ leptonica/src/roplow.c: In function ?rasteropVipLow?: leptonica/src/roplow.c:2191:12: warning: ?psfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 2191 | l_uint32 *psfwfull; /* ptr to first full src word */ | ^~~~~~~~ leptonica/src/roplow.c:2330:22: warning: ?pdfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized] 2330 | pdfwfull += dirwpl; | ~~~~~~~~~^~~~~~~~~ leptonica/src/selgen.c: In function ?pixGetRunsOnLine?: leptonica/src/selgen.c:771:5: warning: ?runlen? may be used uninitialized in this function [-Wmaybe-uninitialized] 771 | numaAddNumber(numa, runlen); /* append last run */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_shear.o -c leptonica/src/shear.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_skew.o -c leptonica/src/skew.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_spixio.o -c leptonica/src/spixio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_stack.o -c leptonica/src/stack.c In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/scale2.c: In function ?pixScaleGrayMinMax2?: leptonica/src/arrayaccess.h:199:72: warning: ?maxval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1130:20: note: ?maxval? was declared here 1130 | l_int32 minval, maxval; | ^~~~~~ In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/arrayaccess.h:199:72: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1130:12: note: ?minval? was declared here 1130 | l_int32 minval, maxval; | ^~~~~~ In file included from leptonica/src/alltypes.h:50, from leptonica/src/allheaders.h:35, from leptonica/src/scale2.c:103: leptonica/src/scale2.c: In function ?pixScaleGrayMinMax?: leptonica/src/arrayaccess.h:199:72: warning: ?maxval? may be used uninitialized in this function [-Wmaybe-uninitialized] 199 | *(l_uint8 *)((l_uintptr_t)((l_uint8 *)(pdata) + (n)) ^ 3) = (val) | ^ leptonica/src/scale2.c:1025:20: note: ?maxval? was declared here 1025 | l_int32 minval, maxval, val; | ^~~~~~ leptonica/src/scale2.c:1091:48: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized] 1091 | SET_DATA_BYTE(lined, j, maxval - minval); | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_stringcode.o -c leptonica/src/stringcode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_sudoku.o -c leptonica/src/sudoku.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_textops.o -c leptonica/src/textops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_tiffiostub.o -c leptonica/src/tiffiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_utils1.o -c leptonica/src/utils1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_utils2.o -c leptonica/src/utils2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_warper.o -c leptonica/src/warper.c leptonica/src/utils2.c: In function ?callSystemDebug?: leptonica/src/utils2.c:2756:10: warning: variable ?ret? set but not used [-Wunused-but-set-variable] 2756 | l_int32 ret; | ^~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_webpiostub.o -c leptonica/src/webpiostub.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_writefile.o -c leptonica/src/writefile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_zlibmem.o -c leptonica/src/zlibmem.c In file included from leptonica/src/alltypes.h:37, from leptonica/src/allheaders.h:35, from leptonica/src/writefile.c:93: leptonica/src/writefile.c: In function ?changeFormatForMissingLib?: leptonica/src/environ.h:533:57: warning: unused variable ?procName? [-Wunused-variable] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME? 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ At top level: leptonica/src/environ.h:533:57: warning: ?procName? defined but not used [-Wunused-const-variable=] 533 | #define PROCNAME(name) static const char procName[] = name | ^~~~~~~~ leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME? 1161 | PROCNAME("changeFormatForMissingLib"); | ^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0 -o ./obj/leptonica_zlibmemstub.o -c leptonica/src/zlibmemstub.c leptonica/src/textops.c: In function ?splitStringToParagraphs?: leptonica/src/textops.c:1056:50: warning: ?leadwhite? may be used uninitialized in this function [-Wmaybe-uninitialized] 1056 | if ((splitflag == SPLIT_ON_LEADING_WHITE && leadwhite) || | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ leptonica/src/textops.c:1058:41: warning: ?allwhite? may be used uninitialized in this function [-Wmaybe-uninitialized] 1058 | (splitflag == SPLIT_ON_BOTH && (allwhite || leadwhite))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_altorenderer.o -c tesseract/src/api/altorenderer.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_baseapi.o -c tesseract/src/api/baseapi.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_capi.o -c tesseract/src/api/capi.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_hocrrenderer.o -c tesseract/src/api/hocrrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_lstmboxrenderer.o -c tesseract/src/api/lstmboxrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_pdfrenderer.o -c tesseract/src/api/pdfrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_renderer.o -c tesseract/src/api/renderer.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_wordstrboxrenderer.o -c tesseract/src/api/wordstrboxrenderer.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetLoadedLanguagesAsVector(const TessBaseAPI*)?: tesseract/src/api/capi.cpp:284:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 284 | for (int index = 0; index < languages.size(); ++index) { | ~~~~~~^~~~~~~~~~~~~~~~~~ tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetAvailableLanguagesAsVector(const TessBaseAPI*)?: tesseract/src/api/capi.cpp:296:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 296 | for (int index = 0; index < languages.size(); ++index) { | ~~~~~~^~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrix.o -c tesseract/src/arch/intsimdmatrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_simddetect.o -c tesseract/src/arch/simddetect.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_applybox.o -c tesseract/src/ccmain/applybox.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/api/baseapi.cpp:31: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/api/baseapi.cpp:31: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/api/baseapi.cpp:37: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/lstmboxrenderer.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/api/baseapi.cpp: In member function ?bool tesseract::TessBaseAPI::ProcessPagesFileList(FILE*, std::string*, const char*, int, tesseract::TessResultRenderer*, int)?: tesseract/src/api/baseapi.cpp:963:16: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 963 | if (page >= lines.size()) break; | ~~~~~^~~~~~~~~~~~~~~ In file included from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/api/baseapi.cpp:29: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/hocrrenderer.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/api/wordstrboxrenderer.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_control.o -c tesseract/src/ccmain/control.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/api/baseapi.cpp: At global scope: tesseract/src/api/baseapi.cpp:1042:1: warning: ?size_t tesseract::WriteMemoryCallback(void*, size_t, size_t, void*)? defined but not used [-Wunused-function] 1042 | WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) | ^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_linerec.o -c tesseract/src/ccmain/linerec.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_ltrresultiterator.o -c tesseract/src/ccmain/ltrresultiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_mutableiterator.o -c tesseract/src/ccmain/mutableiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/applybox.cpp:29: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_output.o -c tesseract/src/ccmain/output.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pageiterator.o -c tesseract/src/ccmain/pageiterator.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/applybox.cpp:26: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pagesegmain.o -c tesseract/src/ccmain/pagesegmain.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/ccmain/control.cpp:35: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/lstmrecognizer.h:28, from tesseract/src/ccmain/control.cpp:35: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/control.cpp:35: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/control.cpp:43: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupAllWordsPassN(int, const tesseract::TBOX*, const char*, tesseract::PAGE_RES*, std::vector<tesseract::WordData>*)?: tesseract/src/ccmain/control.cpp:168:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?unsigned int?} [-Wsign-compare] 168 | for (int w = 0; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupWordPassN(int, tesseract::WordData*)?: tesseract/src/ccmain/control.cpp:191:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 191 | for (int s = 0; s <= sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:193:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 193 | Tesseract* lang_t = s < sub_langs_.size() ? sub_langs_[s] : this; | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::RecogAllWordsPassN(int, tesseract::ETEXT_DESC*, tesseract::PAGE_RES_IT*, std::vector<tesseract::WordData>*)?: tesseract/src/ccmain/control.cpp:220:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?unsigned int?} [-Wsign-compare] 220 | for (int w = 0; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:239:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?unsigned int?} [-Wsign-compare] 239 | for (; w < words->size(); ++w) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::recog_all_words(tesseract::PAGE_RES*, tesseract::ETEXT_DESC*, const tesseract::TBOX*, const char*, int)?: tesseract/src/ccmain/control.cpp:327:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 327 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToOverlappingBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?: tesseract/src/ccmain/control.cpp:1043:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1043 | for (int i = 0; i < blob_wanted.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToNewBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?: tesseract/src/ccmain/control.cpp:1097:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1097 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1110:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1110 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1120:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1120 | for (int j = 0; j < blob_wanted.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::SelectGoodDiacriticOutlines(int, float, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, std::vector<bool>*)?: tesseract/src/ccmain/control.cpp:1157:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1157 | for (int i = 0; i < test_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1205:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1205 | for (int i = 0; i < best_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?float tesseract::Tesseract::ClassifyBlobPlusOutlines(const std::vector<bool>&, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, tesseract::STRING*)?: tesseract/src/ccmain/control.cpp:1231:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1231 | for (int i = 0; i < ok_outlines.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::classify_word_and_language(int, tesseract::PAGE_RES_IT*, tesseract::WordData*)?: tesseract/src/ccmain/control.cpp:1342:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1342 | for (sub = 0; sub < sub_langs_.size() && | ~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp:1356:55: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1356 | for (int i = 0; !WordsAcceptable(best_words) && i < sub_langs_.size(); | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::set_word_fonts(tesseract::WERD_RES*)?: tesseract/src/ccmain/control.cpp:1970:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1970 | for (int f = 0; f < fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/wordrec/drawfx.h:22, from tesseract/src/ccmain/control.cpp:32: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/linerec.cpp:23: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pagewalk.o -c tesseract/src/ccmain/pagewalk.cpp tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::TrainFromBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, tesseract::BLOCK_LIST*, tesseract::DocumentData*)?: tesseract/src/ccmain/linerec.cpp:87:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 87 | while (end_box < texts.size() && texts[end_box] == "\t") ++end_box; | ~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp:126:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 126 | while (end_box < texts.size() && texts[end_box] == "\t") ++end_box; | ~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::SearchWords(tesseract::PointerVector<tesseract::WERD_RES>*)?: tesseract/src/ccmain/linerec.cpp:263:8: warning: variable ?any_nonspace_delimited? set but not used [-Wunused-but-set-variable] 263 | bool any_nonspace_delimited = false; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/ltrresultiterator.cpp:23: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/ltrresultiterator.cpp: In constructor ?tesseract::ChoiceIterator::ChoiceIterator(const tesseract::LTRResultIterator&)?: tesseract/src/ccmain/ltrresultiterator.cpp:397:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 397 | if (index < word_res_->CTC_symbol_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/ltrresultiterator.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > >* tesseract::ChoiceIterator::Timesteps() const?: tesseract/src/ccmain/ltrresultiterator.cpp:474:14: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 474 | if (offset >= word_res_->segmented_timesteps.size() || !oemLSTM_) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/linerec.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/pageiterator.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/ltrresultiterator.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pageiterator.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_paragraphs.o -c tesseract/src/ccmain/paragraphs.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/output.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/pagesegmain.cpp:38: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/pagesegmain.cpp: In member function ?tesseract::ColumnFinder* tesseract::Tesseract::SetupPageSegAndDetectOrientation(tesseract::PageSegMode, tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*, tesseract::TO_BLOCK_LIST*, Pix**, Pix**)?: tesseract/src/ccmain/pagesegmain.cpp:365:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 365 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/pagesegmain.cpp:33: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_paramsd.o -c tesseract/src/ccmain/paramsd.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pgedit.o -c tesseract/src/ccmain/pgedit.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_reject.o -c tesseract/src/ccmain/reject.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_resultiterator.o -c tesseract/src/ccmain/resultiterator.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessedit.o -c tesseract/src/ccmain/tessedit.cpp In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tesseractclass.o -c tesseract/src/ccmain/tesseractclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/paragraphs.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/pagewalk.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::PrintTable(const std::vector<std::vector<tesseract::STRING> >&, const tesseract::STRING&)?: tesseract/src/ccmain/paragraphs.cpp:115:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 115 | if (c >= max_col_widths.size()) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:125:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 125 | for (int c = 0; c < max_col_widths.size(); c++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:130:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<tesseract::STRING> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 130 | for (int r = 0; r < rows.size(); r++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:131:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 131 | for (int c = 0; c < rows[r].size(); c++) { | ~~^~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pagewalk.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, std::vector<tesseract::RowInfo>*, tesseract::GenericVector<tesseract::PARA*>*, tesseract::PARA_LIST*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2291:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2291 | for (int i = 0; i < row_infos->size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, bool, const tesseract::MutableIterator*, std::vector<tesseract::ParagraphModel*>*)?: tesseract/src/ccmain/paragraphs.cpp:2555:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2555 | for (int i = 1; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/paragraphs.cpp:2562:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2562 | for (int i = 0; i < row_infos.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/paragraphs.h:23, from tesseract/src/ccmain/paragraphs.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessvars.o -c tesseract/src/ccmain/tessvars.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/pgedit.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_thresholder.o -c tesseract/src/ccmain/thresholder.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/pgedit.cpp:34: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/pgedit.h:22, from tesseract/src/ccmain/pgedit.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/tessedit.cpp:31: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_werdit.o -c tesseract/src/ccmain/werdit.cpp tesseract/src/ccmain/reject.cpp: In member function ?bool tesseract::Tesseract::repeated_nonalphanum_wd(tesseract::WERD_RES*, tesseract::ROW*)?: tesseract/src/ccmain/reject.cpp:598:55: warning: comparison of integer expressions of different signedness: ?std::__cxx11::basic_string<char>::size_type? {aka ?unsigned int?} and ?int16_t? {aka ?short int?} [-Wsign-compare] 598 | if ((word->best_choice->unichar_lengths().length () == char_quality) && | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/resultiterator.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/lsterr.h:22, from tesseract/src/ccutil/elst.h:22, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::CalculateBlobOrder(std::vector<int>*) const?: tesseract/src/ccmain/resultiterator.cpp:220:36: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?unsigned int?} and ?const int? [-Wsign-compare] 220 | ASSERT_HOST(blob_indices->size() == word_length_); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ tesseract/src/ccmain/resultiterator.cpp: In function ?void tesseract::PrintScriptDirs(const std::vector<tesseract::StrongScriptDirection>&)?: tesseract/src/ccmain/resultiterator.cpp:224:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < dirs.size(); i++) { | ~~^~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In static member function ?static void tesseract::ResultIterator::CalculateTextlineOrder(bool, const std::vector<tesseract::StrongScriptDirection>&, std::vector<int>*)?: tesseract/src/ccmain/resultiterator.cpp:315:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?unsigned int?} [-Wsign-compare] 315 | for (int i = left; i < word_dirs.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::MoveToLogicalStartOfTextline()?: tesseract/src/ccmain/resultiterator.cpp:434:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 434 | for (; i < word_indices.size() && word_indices[i] < 0; i++) { | ~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:442:9: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 442 | if (i >= word_indices.size()) | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?virtual bool tesseract::ResultIterator::Next(tesseract::PageIteratorLevel)?: tesseract/src/ccmain/resultiterator.cpp:480:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 480 | while (next_blob < blob_order.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp:484:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 484 | if (next_blob < blob_order.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::AppendUTF8WordText(std::string*) const?: tesseract/src/ccmain/resultiterator.cpp:681:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 681 | for (int i = 0; i < blob_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::IterateAndAppendUTF8TextlineText(std::string*)?: tesseract/src/ccmain/resultiterator.cpp:702:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 702 | for (int i = 0; i < textline_order.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/reject.cpp:44: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/resultiterator.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/tessedit.cpp:39: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?bool tesseract::Tesseract::init_tesseract_lang_data(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:137:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 137 | for (int i = 0; i < vars_vec->size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In function ?bool tesseract::IsStrInList(const string&, const std::vector<std::__cxx11::basic_string<char> >&)?: tesseract/src/ccmain/tessedit.cpp:241:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 241 | for (int i = 0; i < str_list.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blamer.o -c tesseract/src/ccstruct/blamer.cpp tesseract/src/ccmain/tessedit.cpp: In member function ?int tesseract::Tesseract::init_tesseract(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?: tesseract/src/ccmain/tessedit.cpp:303:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 303 | for (int lang_index = 0; lang_index < langs_to_load.size(); ++lang_index) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:352:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 352 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:359:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 359 | for (int s = 0; s < sub_langs_.size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp: In member function ?void tesseract::Tesseract::SetupUniversalFontIds()?: tesseract/src/ccmain/tessedit.cpp:439:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 439 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tessedit.cpp:444:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 444 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tessedit.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blobbox.o -c tesseract/src/ccstruct/blobbox.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/tesseractclass.cpp:48: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::Clear()?: tesseract/src/ccmain/tesseractclass.cpp:583:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 583 | for (int i = 0; i < sub_langs_.size(); ++i) | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetAdaptiveClassifier()?: tesseract/src/ccmain/tesseractclass.cpp:597:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 597 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetDocumentDictionary()?: tesseract/src/ccmain/tesseractclass.cpp:607:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 607 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::SetBlackAndWhitelist()?: tesseract/src/ccmain/tesseractclass.cpp:624:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 624 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForPageseg()?: tesseract/src/ccmain/tesseractclass.cpp:645:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 645 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForTessOCR(tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*)?: tesseract/src/ccmain/tesseractclass.cpp:676:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 676 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/tesseractclass.cpp:41: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blobs.o -c tesseract/src/ccstruct/blobs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/werdit.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blread.o -c tesseract/src/ccstruct/blread.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_boxread.o -c tesseract/src/ccstruct/boxread.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccmain/werdit.h:23, from tesseract/src/ccmain/werdit.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccstruct/blamer.cpp: In member function ?void tesseract::BlamerBundle::SetWordTruth(const tesseract::UNICHARSET&, const char*, const tesseract::TBOX&)?: tesseract/src/ccstruct/blamer.cpp:85:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 85 | for (int i = 0; i < encoding.size(); total_length += lengths[i++]) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_boxword.o -c tesseract/src/ccstruct/boxword.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/blamer.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/blobs.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/blobs.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ccstruct.o -c tesseract/src/ccstruct/ccstruct.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_coutln.o -c tesseract/src/ccstruct/coutln.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_detlinefit.o -c tesseract/src/ccstruct/detlinefit.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccstruct/boxread.cpp: In function ?bool tesseract::ReadMemBoxes(int, bool, const char*, bool, std::vector<tesseract::TBOX>*, std::vector<tesseract::STRING>*, std::vector<tesseract::STRING>*, std::vector<int>*)?: tesseract/src/ccstruct/boxread.cpp:105:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 105 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/boxword.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/boxword.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_dppoint.o -c tesseract/src/ccstruct/dppoint.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_imagedata.o -c tesseract/src/ccstruct/imagedata.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_linlsq.o -c tesseract/src/ccstruct/linlsq.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_matrix.o -c tesseract/src/ccstruct/matrix.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/ccstruct/ccstruct.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_mod128.o -c tesseract/src/ccstruct/mod128.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_normalis.o -c tesseract/src/ccstruct/normalis.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrblock.o -c tesseract/src/ccstruct/ocrblock.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrpara.o -c tesseract/src/ccstruct/ocrpara.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrrow.o -c tesseract/src/ccstruct/ocrrow.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/imagedata.cpp: In member function ?void tesseract::ImageData::AddBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, const std::vector<int>&)?: tesseract/src/ccstruct/imagedata.cpp:338:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 338 | for (int i = 0; i < box_pages.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/imagedata.cpp: In member function ?bool tesseract::DocumentCache::LoadDocuments(const std::vector<tesseract::STRING>&, tesseract::CachingStrategy, tesseract::FileReader)?: tesseract/src/ccstruct/imagedata.cpp:600:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 600 | for (int arg = 0; arg < filenames.size(); ++arg) { | ~~~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/imagedata.h:22, from tesseract/src/ccstruct/imagedata.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:168:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:176:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:182:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/imagedata.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccstruct/matrix.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/ccstruct/matrix.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_otsuthr.o -c tesseract/src/ccstruct/otsuthr.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_pageres.o -c tesseract/src/ccstruct/pageres.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/normalis.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_pdblock.o -c tesseract/src/ccstruct/pdblock.cpp In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/normalis.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_points.o -c tesseract/src/ccstruct/points.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_polyaprx.o -c tesseract/src/ccstruct/polyaprx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_polyblk.o -c tesseract/src/ccstruct/polyblk.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_quadlsq.o -c tesseract/src/ccstruct/quadlsq.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_quspline.o -c tesseract/src/ccstruct/quspline.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ratngs.o -c tesseract/src/ccstruct/ratngs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccstruct/pageres.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_rect.o -c tesseract/src/ccstruct/rect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_rejctmap.o -c tesseract/src/ccstruct/rejctmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_seam.o -c tesseract/src/ccstruct/seam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_split.o -c tesseract/src/ccstruct/split.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_statistc.o -c tesseract/src/ccstruct/statistc.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_stepblob.o -c tesseract/src/ccstruct/stepblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/ratngs.h:26, from tesseract/src/ccstruct/ratngs.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_werd.o -c tesseract/src/ccstruct/werd.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_classify.o -c tesseract/src/classify/classify.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_context.o -c tesseract/src/dict/context.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dawg.o -c tesseract/src/dict/dawg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dawg_cache.o -c tesseract/src/dict/dawg_cache.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dict.o -c tesseract/src/dict/dict.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_permdawg.o -c tesseract/src/dict/permdawg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_stopper.o -c tesseract/src/dict/stopper.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/context.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/context.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/classify.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_trie.o -c tesseract/src/dict/trie.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_alignedblob.o -c tesseract/src/textord/alignedblob.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:316:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:323:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long long unsigned int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:329:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = short int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:380:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:381:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long long unsigned int; size_t = unsigned int]?: tesseract/src/dict/dawg.cpp:403:29: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/dict/permdawg.cpp: In member function ?void tesseract::Dict::go_deeper_dawg_fxn(const char*, const BLOB_CHOICE_LIST_VECTOR&, int, const tesseract::CHAR_FRAGMENT_INFO*, bool, tesseract::WERD_CHOICE*, float*, float*, tesseract::WERD_CHOICE*, int*, void*)?: tesseract/src/dict/permdawg.cpp:78:38: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 78 | for (int i = 0; unigrams_ok && i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/dict/permdawg.cpp:86:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 86 | word_ending && i == encoding.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/permdawg.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/dict/dict.cpp: In member function ?bool tesseract::Dict::valid_bigram(const tesseract::WERD_CHOICE&, const tesseract::WERD_CHOICE&) const?: tesseract/src/dict/dict.cpp:846:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 846 | for (int i = 0; i < bigram_string.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/dawg_cache.h:23, from tesseract/src/dict/dawg_cache.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/dict.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_baselinedetect.o -c tesseract/src/textord/baselinedetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/dict/stopper.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_bbgrid.o -c tesseract/src/textord/bbgrid.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_blkocc.o -c tesseract/src/textord/blkocc.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_blobgrid.o -c tesseract/src/textord/blobgrid.cpp tesseract/src/dict/trie.cpp: In member function ?bool tesseract::Trie::add_word_list(const std::vector<tesseract::STRING>&, const tesseract::UNICHARSET&, tesseract::Trie::RTLReversePolicy)?: tesseract/src/dict/trie.cpp:309:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 309 | for (int i = 0; i < words.size(); ++i) { | ~~^~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/dict/trie.h:22, from tesseract/src/dict/trie.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_ccnontextdetect.o -c tesseract/src/textord/ccnontextdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/baselinedetect.cpp:37: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/baselinedetect.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_cjkpitch.o -c tesseract/src/textord/cjkpitch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/textord/bbgrid.cpp:254:6: warning: no previous declaration for ?Pix* tesseract::TraceBlockOnReducedPix(tesseract::BLOCK*, int, tesseract::ICOORD, int*, int*)? [-Wmissing-declarations] 254 | Pix* TraceBlockOnReducedPix(BLOCK* block, int gridsize, | ^~~~~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colfind.o -c tesseract/src/textord/colfind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartition.o -c tesseract/src/textord/colpartition.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartitionset.o -c tesseract/src/textord/colpartitionset.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartitiongrid.o -c tesseract/src/textord/colpartitiongrid.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_devanagari_processing.o -c tesseract/src/textord/devanagari_processing.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_drawtord.o -c tesseract/src/textord/drawtord.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_edgblob.o -c tesseract/src/textord/edgblob.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_edgloop.o -c tesseract/src/textord/edgloop.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_fpchop.o -c tesseract/src/textord/fpchop.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_gap_map.o -c tesseract/src/textord/gap_map.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_imagefind.o -c tesseract/src/textord/imagefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_linefind.o -c tesseract/src/textord/linefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_makerow.o -c tesseract/src/textord/makerow.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_oldbasel.o -c tesseract/src/textord/oldbasel.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_pithsync.o -c tesseract/src/textord/pithsync.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_pitsync1.o -c tesseract/src/textord/pitsync1.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_scanedg.o -c tesseract/src/textord/scanedg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_sortflts.o -c tesseract/src/textord/sortflts.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/makerow.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::delete_non_dropout_rows(tesseract::TO_BLOCK*, float, tesseract::FCOORD, int32_t, bool)?: tesseract/src/textord/makerow.cpp:586:11: warning: variable ?xleft? set but not used [-Wunused-but-set-variable] 586 | int32_t xleft; //of block | ^~~~~ tesseract/src/textord/makerow.cpp:587:11: warning: variable ?ybottom? set but not used [-Wunused-but-set-variable] 587 | int32_t ybottom; //of block | ^~~~~~~ tesseract/src/textord/makerow.cpp: In function ?void tesseract::assign_blobs_to_rows(tesseract::TO_BLOCK*, float*, int, bool, bool, bool)?: tesseract/src/textord/makerow.cpp:2283:9: warning: variable ?ycoord? set but not used [-Wunused-but-set-variable] 2283 | float ycoord; //current y | ^~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/makerow.h:22, from tesseract/src/textord/makerow.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/oldbasel.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/oldbasel.h:22, from tesseract/src/textord/oldbasel.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_strokewidth.o -c tesseract/src/textord/strokewidth.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tabfind.o -c tesseract/src/textord/tabfind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tablefind.o -c tesseract/src/textord/tablefind.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tabvector.o -c tesseract/src/textord/tabvector.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tablerecog.o -c tesseract/src/textord/tablerecog.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_textlineprojection.o -c tesseract/src/textord/textlineprojection.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_textord.o -c tesseract/src/textord/textord.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/textord/tablefind.cpp: In member function ?void tesseract::TableFinder::RecognizeTables()?: tesseract/src/textord/tablefind.cpp:1830:15: warning: unused variable ?table_win? [-Wunused-variable] 1830 | ScrollView* table_win = nullptr; | ^~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_topitch.o -c tesseract/src/textord/topitch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/textord.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/textord/textord.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/detlinefit.h:23, from tesseract/src/textord/baselinedetect.h:22, from tesseract/src/textord/textord.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tordmain.o -c tesseract/src/textord/tordmain.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tospace.o -c tesseract/src/textord/tospace.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/topitch.cpp:33: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tovars.o -c tesseract/src/textord/tovars.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_underlin.o -c tesseract/src/textord/underlin.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/textord/topitch.h:22, from tesseract/src/textord/topitch.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_wordseg.o -c tesseract/src/textord/wordseg.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_workingpartset.o -c tesseract/src/textord/workingpartset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/tordmain.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_scrollview.o -c tesseract/src/viewer/scrollview.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/tospace.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/tordmain.h:22, from tesseract/src/textord/tordmain.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/drawtord.h:22, from tesseract/src/textord/tospace.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_svmnode.o -c tesseract/src/viewer/svmnode.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_svutil.o -c tesseract/src/viewer/svutil.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccstruct/ccstruct.h:22, from tesseract/src/textord/textord.h:24, from tesseract/src/textord/wordseg.h:24, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_tface.o -c tesseract/src/wordrec/tface.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/textord/wordseg.h:22, from tesseract/src/textord/wordseg.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/viewer/scrollview.cpp:60:20: warning: ?tesseract::waiting_for_events_mu? defined but not used [-Wunused-variable] 60 | static std::mutex* waiting_for_events_mu; | ^~~~~~~~~~~~~~~~~~~~~ tesseract/src/viewer/scrollview.cpp:56:20: warning: ?tesseract::svmap_mu? defined but not used [-Wunused-variable] 56 | static std::mutex* svmap_mu; | ^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_wordrec.o -c tesseract/src/wordrec/wordrec.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_ccutil.o -c tesseract/src/ccutil/ccutil.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_clst.o -c tesseract/src/ccutil/clst.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_elst2.o -c tesseract/src/ccutil/elst2.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_elst.o -c tesseract/src/ccutil/elst.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_errcode.o -c tesseract/src/ccutil/errcode.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_mainblk.o -c tesseract/src/ccutil/mainblk.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_serialis.o -c tesseract/src/ccutil/serialis.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/tface.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_strngs.o -c tesseract/src/ccutil/strngs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/ccutil.cpp:13: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_scanutils.o -c tesseract/src/ccutil/scanutils.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_tessdatamanager.o -c tesseract/src/ccutil/tessdatamanager.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_tprintf.o -c tesseract/src/ccutil/tprintf.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/wordrec.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/ccutil/mainblk.cpp:26: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unichar.o -c tesseract/src/ccutil/unichar.cpp tesseract/src/ccutil/serialis.cpp: In function ?bool tesseract::SaveDataToFile(const std::vector<char>&, const char*)?: tesseract/src/ccutil/serialis.cpp:59:62: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 59 | static_cast<int>(fwrite(&data[0], 1, data.size(), fp)) == data.size(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?char* tesseract::TFile::FGets(char*, int)?: tesseract/src/ccutil/serialis.cpp:213:44: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 213 | while (size + 1 < buffer_size && offset_ < data_->size()) { | ~~~~~~~~^~~~~~~~~~~~~~~ tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FRead(void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:237:23: warning: comparison of integer expressions of different signedness: ?unsigned int? and ?int? [-Wsign-compare] 237 | if (SIZE_MAX / size <= count) { | ^ In file included from tesseract/src/ccutil/serialis.cpp:21: tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FWrite(const void*, size_t, int)?: tesseract/src/ccutil/serialis.cpp:284:31: warning: comparison of integer expressions of different signedness: ?unsigned int? and ?int? [-Wsign-compare] 284 | ASSERT_HOST(SIZE_MAX / size > count); | ^ tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST? 56 | #define ASSERT_HOST(x) (x) \ | ^ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/serialis.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:114:19: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:119:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:127:39: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:107:68: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:90:23: required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:108:69: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = double]? tesseract/src/ccutil/serialis.cpp:109:72: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/serialis.cpp:102:21: required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = int]? tesseract/src/ccutil/serialis.cpp:110:73: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharcompress.o -c tesseract/src/ccutil/unicharcompress.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharmap.o -c tesseract/src/ccutil/unicharmap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharset.o -c tesseract/src/ccutil/unicharset.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/strngs.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:48:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:49:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:69:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/strngs.cpp:71:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/tessdatamanager.h:22, from tesseract/src/ccutil/tessdatamanager.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:114:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long long int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:121:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:129:26: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:179:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long long int; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:180:15: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/tessdatamanager.cpp:183:19: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_params.o -c tesseract/src/ccutil/params.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_convolve.o -c tesseract/src/lstm/convolve.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_fullyconnected.o -c tesseract/src/lstm/fullyconnected.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_functions.o -c tesseract/src/lstm/functions.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_input.o -c tesseract/src/lstm/input.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_lstm.o -c tesseract/src/lstm/lstm.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/unicharcompress.h:28, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalLine(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:60:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 60 | for (int i = 1; i < entries.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalTable(tesseract::STRING*, tesseract::RSMap*)?: tesseract/src/ccutil/unicharcompress.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 76 | for (int i = 0; i < lines.size(); ++i) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/unicharcompress.h:25, from tesseract/src/ccutil/unicharcompress.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:63:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:69:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_ranges_empty()?: tesseract/src/ccutil/unicharset.cpp:378:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 378 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::PartialSetPropertiesFromOther(int, const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:388:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 388 | for (int ch = start_index; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::ExpandRangesFromOther(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:417:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 417 | for (int ch = 0; ch < unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::CopyFrom(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:431:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 431 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::AppendOtherUnicharset(const tesseract::UNICHARSET&)?: tesseract/src/ccutil/unicharset.cpp:447:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 447 | for (int ch = 0; ch < src.unichars.size(); ++ch) { | ~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::GetStrProperties(const char*, tesseract::UNICHARSET::UNICHAR_PROPERTIES*) const?: tesseract/src/ccutil/unicharset.cpp:534:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 534 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::post_load_setup()?: tesseract/src/ccutil/unicharset.cpp:869:30: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 869 | for (UNICHAR_ID id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:911:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 911 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::major_right_to_left() const?: tesseract/src/ccutil/unicharset.cpp:931:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 931 | for (int id = 0; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_black_and_whitelist(const char*, const char*, const char*)?: tesseract/src/ccutil/unicharset.cpp:950:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 950 | for (int ch = 0; ch < unichars.size(); ++ch) | ~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:956:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 956 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:965:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 965 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp:974:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 974 | for (int i = 0; i < encoding.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::AnyRepeatedUnicodes() const?: tesseract/src/ccutil/unicharset.cpp:986:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 986 | for (int id = start_id; id < unichars.size(); ++id) { | ~~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/unicharset.h:26, from tesseract/src/ccutil/unicharset.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_lstmrecognizer.o -c tesseract/src/lstm/lstmrecognizer.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/fullyconnected.h:21, from tesseract/src/lstm/fullyconnected.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/convolve.h:23, from tesseract/src/lstm/convolve.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/lstm/input.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/input.h:21, from tesseract/src/lstm/input.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/lstm.h:21, from tesseract/src/lstm/lstm.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_maxpool.o -c tesseract/src/lstm/maxpool.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_network.o -c tesseract/src/lstm/network.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_networkio.o -c tesseract/src/lstm/networkio.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_parallel.o -c tesseract/src/lstm/parallel.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_plumbing.o -c tesseract/src/lstm/plumbing.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/lstmrecognizer.h:28, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/maxpool.h:22, from tesseract/src/lstm/maxpool.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_recodebeam.o -c tesseract/src/lstm/recodebeam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?: tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 133 | for (int i = 0; i < layers.size(); ++i) { | ~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::RecognizeLine(const tesseract::ImageData&, bool, bool, double, const tesseract::TBOX&, tesseract::PointerVector<tesseract::WERD_RES>*, int, int)?: tesseract/src/lstm/lstmrecognizer.cpp:218:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 218 | if (char_it < search_->ctc_choices.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:221:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 221 | if (char_it < search_->segmentedTimesteps.size()) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?tesseract::STRING tesseract::LSTMRecognizer::DecodeLabels(const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:337:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 337 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::DebugActivationPath(const tesseract::NetworkIO&, const std::vector<int>&, const std::vector<int>&)?: tesseract/src/lstm/lstmrecognizer.cpp:398:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 398 | for (int start = 0; start < labels.size(); start = end) { | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp: In member function ?const char* tesseract::LSTMRecognizer::DecodeLabel(const std::vector<int>&, int, int*, int*)?: tesseract/src/lstm/lstmrecognizer.cpp:521:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 521 | while (index < labels.size() && | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:524:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 524 | while (index < labels.size() && labels[index] == null_char_) ++index; | ~~~~~~^~~~~~~~~~~~~~~ tesseract/src/lstm/lstmrecognizer.cpp:529:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 529 | (index == labels.size() || | ~~~~~~^~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ccutil.h:32, from tesseract/src/lstm/lstmrecognizer.h:21, from tesseract/src/lstm/lstmrecognizer.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = float; size_t = unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:98:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = unsigned int]?: tesseract/src/lstm/lstmrecognizer.cpp:120:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/lstm/parallel.cpp: In member function ?virtual void tesseract::Parallel::Forward(bool, const tesseract::NetworkIO&, const tesseract::TransposedArray*, tesseract::NetworkScratch*, tesseract::NetworkIO*)?: tesseract/src/lstm/parallel.cpp:55:8: warning: variable ?parallel_debug? set but not used [-Wunused-but-set-variable] 55 | bool parallel_debug = false; | ^~~~~~~~~~~~~~ In file included from tesseract/src/lstm/network.cpp:37: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/networkio.h:26, from tesseract/src/lstm/networkio.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/parallel.h:22, from tesseract/src/lstm/parallel.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_reconfig.o -c tesseract/src/lstm/reconfig.cpp In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/network.h:21, from tesseract/src/lstm/network.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:153:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:165:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:166:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/lstm/network.cpp:171:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_reversed.o -c tesseract/src/lstm/reversed.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/plumbing.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/plumbing.cpp:186:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/plumbing.cpp:201:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_series.o -c tesseract/src/lstm/series.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_stridemap.o -c tesseract/src/lstm/stridemap.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_tfnetwork.o -c tesseract/src/lstm/tfnetwork.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_weightmatrix.o -c tesseract/src/lstm/weightmatrix.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::DecodeSecondaryBeams(const tesseract::NetworkIO&, double, double, double, const tesseract::UNICHARSET*, int)?: tesseract/src/lstm/recodebeam.cpp:117:31: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 117 | while ((bucketNumber + 1) < character_boundaries_.size() && | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::segmentTimestepsByCharacters()?: tesseract/src/lstm/recodebeam.cpp:158:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 158 | for (int i = 1; i < character_boundaries_.size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > > tesseract::RecodeBeamSearch::combineSegmentedTimesteps(std::vector<std::vector<std::vector<std::pair<const char*, float> > > >*)?: tesseract/src/lstm/recodebeam.cpp:171:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 171 | for (int i = 0; i < segmentedTimesteps->size(); ++i){ | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:172:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 172 | for (int j = 0; j < (*segmentedTimesteps)[i].size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In static member function ?static void tesseract::RecodeBeamSearch::calculateCharBoundaries(std::vector<int>*, std::vector<int>*, std::vector<int>*, int)?: tesseract/src/lstm/recodebeam.cpp:184:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 184 | for (int i = 0; i < ends->size(); ++i) { | ~~^~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::PrintBeam2(bool, int, const tesseract::UNICHARSET*, bool) const?: tesseract/src/lstm/recodebeam.cpp:345:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 345 | if (cb >= character_boundaries_.size()) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::extractSymbolChoices(const tesseract::UNICHARSET*)?: tesseract/src/lstm/recodebeam.cpp:408:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 408 | for (int j = 1; j < character_boundaries_.size(); ++j) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:441:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 441 | for (int i = 1; i < unichar_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:458:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 458 | if (j - 1 < excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:466:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 466 | if (j - 1 < ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:445:11: warning: variable ?bestCode? set but not used [-Wunused-but-set-variable] 445 | int bestCode = -10; | ^~~~~~~~ tesseract/src/lstm/recodebeam.cpp:482:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?unsigned int?} [-Wsign-compare] 482 | if (j - 1 >= excludedUnichars.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp:486:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?unsigned int?} [-Wsign-compare] 486 | if (j - 1 >= ctc_choices.size()) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?tesseract::WERD_RES* tesseract::RecodeBeamSearch::InitializeWord(bool, const tesseract::TBOX&, int, int, float, const tesseract::UNICHARSET*, const std::vector<int>&, float)?: tesseract/src/lstm/recodebeam.cpp:618:38: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?unsigned int?} and ?int? [-Wsign-compare] 618 | if (character_boundaries_.size() > (i + 1)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/lstm/recodebeam.h:23, from tesseract/src/lstm/recodebeam.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproduct.o -c tesseract/src/arch/dotproduct.cpp tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:62:25: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccutil/unicharcompress.h:68:27: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/lstm/reversed.cpp:18: tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?: tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 59 | for (int i = 0; i < net_spec.length(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reconfig.h:22, from tesseract/src/lstm/reconfig.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/reversed.h:22, from tesseract/src/lstm/reversed.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproductavx.o -c tesseract/src/arch/dotproductavx.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrixavx2.o -c tesseract/src/arch/intsimdmatrixavx2.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproductfma.o -c tesseract/src/arch/dotproductfma.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproductsse.o -c tesseract/src/arch/dotproductsse.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrixsse.o -c tesseract/src/arch/intsimdmatrixsse.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -mfpu=neon -mcpu=cortex-a53 -D__ARM_NEON__ -o ./obj/tesseract_arch_intsimdmatrixneon.o -c tesseract/src/arch/intsimdmatrixneon.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_adaptions.o -c tesseract/src/ccmain/adaptions.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_docqual.o -c tesseract/src/ccmain/docqual.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/lstm/plumbing.h:22, from tesseract/src/lstm/series.h:22, from tesseract/src/lstm/series.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:67:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/lstm/static_shape.h:79:20: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_equationdetect.o -c tesseract/src/ccmain/equationdetect.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_fixspace.o -c tesseract/src/ccmain/fixspace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/kdpair.h:27, from tesseract/src/ccstruct/matrix.h:29, from tesseract/src/lstm/weightmatrix.h:24, from tesseract/src/lstm/weightmatrix.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned char; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:179:21: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:190:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:191:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:204:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:211:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = unsigned int]?: tesseract/src/lstm/weightmatrix.cpp:213:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_fixxht.o -c tesseract/src/ccmain/fixxht.cpp tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:157:23: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::Serialize(tesseract::TFile*) const [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:181:23: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:180:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = float]? tesseract/src/lstm/weightmatrix.cpp:246:33: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/matrix.h:500:25: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerializeSize(tesseract::TFile*) [with T = signed char]? tesseract/src/ccstruct/matrix.h:179:27: required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]? tesseract/src/lstm/weightmatrix.cpp:209:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_osdetect.o -c tesseract/src/ccmain/osdetect.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/fixspace.cpp:27: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/vector:72, from tesseract/src/lstm/weightmatrix.h:22, from tesseract/src/lstm/weightmatrix.cpp:18: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc: In member function ?void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {double}; _Tp = double; _Alloc = std::allocator<double>]?: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc:426:7: note: parameter passing for argument of type ?std::vector<double>::iterator? changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc: In member function ?bool tesseract::WeightMatrix::DeSerializeOld(bool, tesseract::TFile*)?: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc:121:28: note: parameter passing for argument of type ?__gnu_cxx::__normal_iterator<double*, std::vector<double> >? changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/adaptions.cpp:26: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc: In member function ?void tesseract::WeightMatrix::ConvertToInt()?: /gnu/store/cy04kzvb6p2fscnwcd5xj285v2cpxlzb-gcc-11.3.0/include/c++/bits/vector.tcc:121:28: note: parameter passing for argument of type ?__gnu_cxx::__normal_iterator<double*, std::vector<double> >? changed in GCC 7.1 121 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/dict/stopper.h:21, from tesseract/src/ccmain/adaptions.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_par_control.o -c tesseract/src/ccmain/par_control.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/docqual.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/fixspace.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/ccmain/fixxht.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/equationdetect.h:25, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeSecTopN(std::unordered_set<int>*, const float*, int, int)?: tesseract/src/lstm/recodebeam.cpp:690:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized] 690 | top_n_flags_[entry.data()] = TN_TOPN; | ^ tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeTopN(const float*, int, int)?: tesseract/src/lstm/recodebeam.cpp:659:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized] 659 | top_n_flags_[entry.data()] = TN_TOPN; | ^ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_recogtraining.o -c tesseract/src/ccmain/recogtraining.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/equationdetect.h:22, from tesseract/src/ccmain/equationdetect.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/osdetect.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccmain/fixxht.cpp:22: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/ccmain/fixxht.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/osdetect.cpp:32: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp: In member function ?bool tesseract::OrientationDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:394:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 394 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp: In member function ?void tesseract::ScriptDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/ccmain/osdetect.cpp:490:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 490 | for (s = 0; s < allowed_scripts_->size(); ++s) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/osdetect.cpp:493:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 493 | if (s == allowed_scripts_->size()) continue; // Not found in list. | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/blobbox.h:22, from tesseract/src/ccmain/osdetect.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_superscript.o -c tesseract/src/ccmain/superscript.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessbox.o -c tesseract/src/ccmain/tessbox.cpp tesseract/src/ccmain/fixspace.cpp: In member function ?void tesseract::Tesseract::break_noisiest_blob_word(tesseract::WERD_RES_LIST&)?: tesseract/src/ccmain/fixspace.cpp:699:25: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::current? may be used uninitialized in this function [-Wmaybe-uninitialized] 699 | word_res->ClearResults(); | ~~~~~~~~~~~~~~~~~~~~~~^~ In file included from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/blobs.h:25, from tesseract/src/ccmain/fixspace.cpp:23: tesseract/src/ccutil/elst.h:438:16: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? may be used uninitialized in this function [-Wmaybe-uninitialized] 438 | prev->next = new_element; | ~~~~~~~~~~~^~~~~~~~~~~~~ tesseract/src/ccmain/fixspace.cpp:639:15: note: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? was declared here 639 | WERD_RES_IT worst_word_it; | ^~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tfacepp.o -c tesseract/src/ccmain/tfacepp.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_fontinfo.o -c tesseract/src/ccstruct/fontinfo.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_params_training_featdef.o -c tesseract/src/ccstruct/params_training_featdef.cpp In file included from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/par_control.cpp: In member function ?void tesseract::Tesseract::PrerecAllWordsPar(const std::vector<tesseract::WordData>&)?: tesseract/src/ccmain/par_control.cpp:45:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 45 | Tesseract* sub = s < sub_langs_.size() ? sub_langs_[s] : this; | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/par_control.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/recogtraining.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_ambigs.o -c tesseract/src/ccutil/ambigs.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_bitvector.o -c tesseract/src/ccutil/bitvector.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccstruct/pageres.h:22, from tesseract/src/ccmain/tesseractclass.h:38, from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsFontProperties(int, const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:63:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 63 | for (int f = 0; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsMultipleFontProperties(const std::vector<tesseract::ScoredFont>&) const?: tesseract/src/ccstruct/fontinfo.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 76 | for (int f = 1; f < font_set.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/ccstruct/fontinfo.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:135:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:138:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:152:22: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = unsigned int]?: tesseract/src/ccstruct/fontinfo.cpp:158:24: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/ocrpara.h:23, from tesseract/src/ccstruct/ocrblock.h:22, from tesseract/src/textord/devanagari_processing.h:17, from tesseract/src/ccmain/tesseractclass.h:34, from tesseract/src/ccmain/superscript.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_indexmapbidi.o -c tesseract/src/ccutil/indexmapbidi.cpp In file included from tesseract/src/ccmain/tessbox.cpp:21: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/ccmain/tessbox.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_universalambigs.o -c tesseract/src/ccutil/universalambigs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccmain/tfacepp.cpp:25: tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?: tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?: tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 292 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?: tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < sub_langs_.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_adaptive.o -c tesseract/src/classify/adaptive.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/ccmain/tfacepp.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_adaptmatch.o -c tesseract/src/classify/adaptmatch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_blobclass.o -c tesseract/src/classify/blobclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ tesseract/src/ccutil/ambigs.cpp: In member function ?void tesseract::UnicharAmbigs::LoadUnicharAmbigs(const tesseract::UNICHARSET&, tesseract::TFile*, int, bool, tesseract::UNICHARSET*)?: tesseract/src/ccutil/ambigs.cpp:144:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 144 | for (int r = 0; r < encoding.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/ambigs.cpp: In member function ?bool tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const tesseract::UNICHARSET&, char*, int*, tesseract::UNICHAR_ID*, int*, char*, int*)?: tesseract/src/ccutil/ambigs.cpp:251:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 251 | for (int i = 0; i < unichars.size(); ++i) | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/ccutil/ambigs.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_cluster.o -c tesseract/src/classify/cluster.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_clusttool.o -c tesseract/src/classify/clusttool.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_cutoffs.o -c tesseract/src/classify/cutoffs.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_featdefs.o -c tesseract/src/classify/featdefs.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_float2int.o -c tesseract/src/classify/float2int.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptive.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptive.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/adaptmatch.cpp:29: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::ADAPT_RESULTS::ComputeBest()?: tesseract/src/classify/adaptmatch.cpp:112:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 112 | for (int i = 0; i < match.size(); ++i) { | ~~^~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?int tesseract::FindScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:150:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 150 | for (int i = 0; i < results.match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In function ?float tesseract::ScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:161:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 161 | if (index >= results.match.size()) return WORST_POSSIBLE_RATING; | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::LearnWord(const char*, tesseract::WERD_RES*)?: tesseract/src/classify/adaptmatch.cpp:330:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 330 | for (int i = 0; i < tokens.size(); i++) { | ~~^~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:332:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?unsigned int?} [-Wsign-compare] 332 | if (i != tokens.size() - 1) | ~~^~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::AddNewResult(const tesseract::UnicharRating&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1014:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1014 | (old_match < results->match.size() && | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1021:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1021 | if (old_match < results->match.size()) { | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::MasterMatcher(tesseract::INT_TEMPLATES, int16_t, const tesseract::INT_FEATURE_STRUCT*, const uint8_t*, tesseract::ADAPT_CLASS_STRUCT**, int, int, const tesseract::TBOX&, const std::vector<tesseract::CP_RESULT_STRUCT>&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1116:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1116 | for (int c = 0; c < results.size(); c++) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ExpandShapesAndApplyCorrections(tesseract::ADAPT_CLASS_STRUCT**, bool, int, int, int, float, int, int, const uint8_t*, tesseract::UnicharRating*, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1151:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1151 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1158:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1158 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1172:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1172 | for (int f = 0; f < int_result->fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormClassifier(tesseract::TBLOB*, const tesseract::TrainingSample&, tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:1336:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1336 | for (int r = 0; r < unichar_results.size(); ++r) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormTrainingSample(bool, int, const tesseract::TrainingSample&, std::vector<tesseract::UnicharRating>*)?: tesseract/src/classify/adaptmatch.cpp:1379:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1379 | for (int i = 0; i < adapt_results->CPResults.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:1391:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1391 | for (int i = 0; i < adapt_results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ConvertMatchesToChoices(const tesseract::DENORM&, const tesseract::TBOX&, tesseract::ADAPT_RESULTS*, tesseract::BLOB_CHOICE_LIST*)?: tesseract/src/classify/adaptmatch.cpp:1453:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1453 | for (int i = 0; i < Results->match.size(); i++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?tesseract::UNICHAR_ID* tesseract::Classify::GetAmbiguities(tesseract::TBLOB*, tesseract::CLASS_ID)?: tesseract/src/classify/adaptmatch.cpp:1637:19: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 1637 | for (i = 0; i < Results->match.size(); i++) | ~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::PrintAdaptiveMatchResults(const tesseract::ADAPT_RESULTS&)?: tesseract/src/classify/adaptmatch.cpp:2029:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2029 | for (int i = 0; i < results.match.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveBadMatches(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2062:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2062 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp:2087:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2087 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveExtraPuncs(tesseract::ADAPT_RESULTS*)?: tesseract/src/classify/adaptmatch.cpp:2118:34: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2118 | for (Next = NextGood = 0; Next < Results->match.size(); Next++) { | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/cluster.cpp: In function ?bool tesseract::MultipleCharSamples(tesseract::CLUSTERER*, tesseract::CLUSTER*, float)?: tesseract/src/classify/cluster.cpp:2302:26: warning: comparison of integer expressions of different signedness: ?int32_t? {aka ?int?} and ?std::vector<unsigned char>::size_type? {aka ?unsigned int?} [-Wsign-compare] 2302 | if (Clusterer->NumChar > CharFlags.size()) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/adaptmatch.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/blobclass.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_fpoint.o -c tesseract/src/classify/fpoint.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intfeaturespace.o -c tesseract/src/classify/intfeaturespace.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intfx.o -c tesseract/src/classify/intfx.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/float2int.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intmatcher.o -c tesseract/src/classify/intmatcher.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/float2int.h:24, from tesseract/src/classify/float2int.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/cutoffs.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intproto.o -c tesseract/src/classify/intproto.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_kdtree.o -c tesseract/src/classify/kdtree.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mf.o -c tesseract/src/classify/mf.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfdefs.o -c tesseract/src/classify/mfdefs.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfeaturespace.h:24, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/classify/intfeaturespace.h:23, from tesseract/src/classify/intfeaturespace.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intfx.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intmatcher.cpp:28: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfoutline.o -c tesseract/src/classify/mfoutline.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/intfx.h:21, from tesseract/src/classify/intfx.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/intmatcher.h:20, from tesseract/src/classify/intmatcher.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/intproto.cpp:30: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfx.o -c tesseract/src/classify/mfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_normfeat.o -c tesseract/src/classify/normfeat.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/intproto.cpp:28: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_normmatch.o -c tesseract/src/classify/normmatch.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_ocrfeatures.o -c tesseract/src/classify/ocrfeatures.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_outfeat.o -c tesseract/src/classify/outfeat.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_picofeat.o -c tesseract/src/classify/picofeat.cpp In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/mfoutline.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/mfx.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/mfx.h:22, from tesseract/src/classify/mfx.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/mfoutline.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/normfeat.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normfeat.h:22, from tesseract/src/classify/normfeat.cpp:19: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_protos.o -c tesseract/src/classify/protos.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_shapeclassifier.o -c tesseract/src/classify/shapeclassifier.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_shapetable.o -c tesseract/src/classify/shapetable.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_tessclassifier.o -c tesseract/src/classify/tessclassifier.cpp In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/normmatch.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_trainingsample.o -c tesseract/src/classify/trainingsample.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/normmatch.h:22, from tesseract/src/classify/normmatch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/outfeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/outfeat.h:21, from tesseract/src/classify/outfeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/picofeat.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_cutil_oldlist.o -c tesseract/src/cutil/oldlist.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_hyphen.o -c tesseract/src/dict/hyphen.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/ocrfeatures.h:21, from tesseract/src/classify/picofeat.h:22, from tesseract/src/classify/picofeat.cpp:18: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_equationdetectbase.o -c tesseract/src/textord/equationdetectbase.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intmatcher.h:21, from tesseract/src/classify/shapetable.h:28, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapetable.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = unsigned int]?: tesseract/src/classify/shapetable.cpp:75:25: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 93 | return FReadEndian(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = unsigned int]?: tesseract/src/classify/shapetable.cpp:94:23: required from here tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/protos.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::UnicharPrintResults(const char*, const std::vector<tesseract::UnicharRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:179:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 179 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp:184:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 184 | for (int f = 0; f < results[i].fonts.size(); ++f) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::PrintResults(const char*, const std::vector<tesseract::ShapeRating>&) const?: tesseract/src/classify/shapeclassifier.cpp:194:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 194 | for (int i = 0; i < results.size(); ++i) { | ~~^~~~~~~~~~~~~~~~ tesseract/src/classify/shapeclassifier.cpp: In member function ?void tesseract::ShapeClassifier::FilterDuplicateUnichars(std::vector<tesseract::ShapeRating>*) const?: tesseract/src/classify/shapeclassifier.cpp:211:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?unsigned int?} [-Wsign-compare] 211 | for (int r = 0; r < results->size(); ++r) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccstruct/fontinfo.h:25, from tesseract/src/classify/shapetable.h:26, from tesseract/src/classify/shapeclassifier.cpp:29: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/classify/classify.h:66, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/params.h:22, from tesseract/src/classify/protos.h:23, from tesseract/src/classify/protos.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_associate.o -c tesseract/src/wordrec/associate.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/classify/intproto.h:28, from tesseract/src/classify/intfx.h:22, from tesseract/src/classify/trainingsample.h:21, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/classify/mfoutline.h:21, from tesseract/src/classify/intproto.h:25, from tesseract/src/classify/adaptive.h:20, from tesseract/src/classify/classify.h:64, from tesseract/src/classify/tessclassifier.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/classify/trainingsample.h:19, from tesseract/src/classify/trainingsample.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_chop.o -c tesseract/src/wordrec/chop.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_chopper.o -c tesseract/src/wordrec/chopper.cpp In file included from tesseract/src/ccutil/ambigs.h:32, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_drawfx.o -c tesseract/src/wordrec/drawfx.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/dict/dict.h:29, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccutil/ambigs.h:29, from tesseract/src/dict/dict.h:27, from tesseract/src/dict/hyphen.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_findseam.o -c tesseract/src/wordrec/findseam.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_gradechop.o -c tesseract/src/wordrec/gradechop.cpp g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_language_model.o -c tesseract/src/wordrec/language_model.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_consistency.o -c tesseract/src/wordrec/lm_consistency.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/chop.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/associate.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ tesseract/src/wordrec/chopper.cpp: In member function ?tesseract::SEAM* tesseract::Wordrec::chop_overlapping_blob(const std::vector<tesseract::TBOX>&, bool, tesseract::WERD_RES*, int*)?: tesseract/src/wordrec/chopper.cpp:288:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::TBOX>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | for (int i = 0; i < boxes.size(); i++) { | ~~^~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/chop.h:22, from tesseract/src/wordrec/chop.cpp:25: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_pain_points.o -c tesseract/src/wordrec/lm_pain_points.cpp In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/chopper.cpp:24: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_state.o -c tesseract/src/wordrec/lm_state.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_outlines.o -c tesseract/src/wordrec/outlines.cpp In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/findseam.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/dict/dawg.h:33, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/ccstruct/seam.h:26, from tesseract/src/wordrec/findseam.h:22, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/dict/dawg.h:31, from tesseract/src/wordrec/lm_consistency.h:24, from tesseract/src/wordrec/lm_consistency.cpp:21: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp: In member function ?tesseract::LanguageModelDawgInfo* tesseract::LanguageModel::GenerateDawgInfo(bool, int, int, const tesseract::BLOB_CHOICE&, const tesseract::ViterbiStateEntry*)?: tesseract/src/wordrec/language_model.cpp:849:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 849 | for (int i = 0; i < normed_ids.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:854:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 854 | word_end && i == normed_ids.size() - 1); | ~~^~~~~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/language_model.cpp:857:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?unsigned int?} [-Wsign-compare] 857 | } else if (i < normed_ids.size() - 1) { | ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/language_model.h:24, from tesseract/src/wordrec/language_model.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/gradechop.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_params_model.o -c tesseract/src/wordrec/params_model.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_pieces.o -c tesseract/src/wordrec/pieces.cpp In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_plotedges.o -c tesseract/src/wordrec/plotedges.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/wordrec/findseam.h:24, from tesseract/src/wordrec/findseam.cpp:21: tesseract/src/ccutil/kdpair.h: In member function ?void tesseract::Wordrec::choose_best_seam(tesseract::SeamQueue*, const tesseract::SPLIT*, tesseract::PRIORITY, tesseract::SEAM**, tesseract::TBLOB*, tesseract::SeamPile*)?: tesseract/src/ccutil/kdpair.h:125:10: warning: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? may be used uninitialized in this function [-Wmaybe-uninitialized] 125 | key_ = new_key; | ~~~~~^~~~~~~~~ tesseract/src/wordrec/findseam.cpp:127:14: note: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? was declared here 127 | SeamPair seam_pair; | ^~~~~~~~~ In file included from tesseract/src/dict/stopper.h:22, from tesseract/src/wordrec/lm_pain_points.h:27, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_render.o -c tesseract/src/wordrec/render.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/associate.h:25, from tesseract/src/wordrec/lm_state.h:23, from tesseract/src/wordrec/lm_state.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/genericvector.h:22, from tesseract/src/ccutil/genericheap.h:27, from tesseract/src/wordrec/lm_pain_points.h:25, from tesseract/src/wordrec/lm_pain_points.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/wordrec/associate.h:27, from tesseract/src/wordrec/wordrec.h:67, from tesseract/src/wordrec/outlines.h:26, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/outlines.h:24, from tesseract/src/wordrec/outlines.cpp:22: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_segsearch.o -c tesseract/src/wordrec/segsearch.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_wordclass.o -c tesseract/src/wordrec/wordclass.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ cp ./obj/zlibd_1.dev ./obj/zlibd.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/freetype_1 -lib -lfreetype ./obj/aux/echogs -e .dev -a- ./obj/freetype_1 -libpath -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ ./obj/aux/echogs -e .dev -w- -l-obj ./obj/macglyph -include ./obj/macroman -ps gs_mgl_e gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_getnv.o -c ./base/gp_getnv.c In file included from tesseract/src/wordrec/pieces.cpp:26: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_upapr.o -c ./base/gp_upapr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -o ./obj/gp_unix.o -c ./base/gp_unix.c tesseract/src/wordrec/pieces.cpp: In member function ?void tesseract::Wordrec::merge_and_put_fragment_lists(int16_t, int16_t, int16_t, tesseract::BLOB_CHOICE_LIST*, tesseract::MATRIX*)?: tesseract/src/wordrec/pieces.cpp:221:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 221 | for (; merged_f < merged_fonts.size() && | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ tesseract/src/wordrec/pieces.cpp:224:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 224 | if (merged_f == merged_fonts.size()) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/clst.h:24, from tesseract/src/ccstruct/blobs.h:23, from tesseract/src/wordrec/pieces.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_unifs.o -c ./base/gp_unifs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_unifn.o -c ./base/gp_unifn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_stdia.o -c ./base/gp_stdia.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_nxpsprn.o -c ./base/gp_nxpsprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_nsync.o -c ./base/gp_nsync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/smd5.o -c ./base/smd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmd5.o -c ./base/gsmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevpipe.o -c ./base/gdevpipe.c In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsnogc.o -c ./base/gsnogc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gshtx.o -c ./base/gshtx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsclipsr.o -c ./base/gsclipsr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscdevn.o -c ./base/gscdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdevndi.o -c ./base/gxdevndi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclipm.o -c ./base/gxclipm.c In file included from tesseract/src/ccstruct/ratngs.h:32, from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?: tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 288 | return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() && | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~ tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?: tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?unsigned int?} [-Wsign-compare] 302 | for (int i = 0; i < unichars.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~ In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/segsearch.cpp:20: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from tesseract/src/ccstruct/blamer.h:30, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?: tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?unsigned int?} [-Wsign-compare] 107 | for (int f = 0; f < fonts_.size(); ++f) { | ~~^~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage3.o -c ./base/gximage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage4.o -c ./base/gximage4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxmclip.o -c ./base/gxmclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor3.o -c ./base/gscolor3.c In file included from tesseract/src/ccutil/elst.h:24, from tesseract/src/ccstruct/points.h:22, from tesseract/src/ccstruct/rect.h:23, from tesseract/src/ccstruct/boxword.h:23, from tesseract/src/ccstruct/blamer.h:26, from tesseract/src/wordrec/wordclass.cpp:23: tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = unsigned int]?: tesseract/src/ccutil/unicharset.h:363:51: required from here tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?unsigned int?} [-Wsign-compare] 102 | return FWrite(data, sizeof(T), count) == count; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc3.o -c ./base/gsfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsptype2.o -c ./base/gsptype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsshade.o -c ./base/gsshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade.o -c ./base/gxshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade1.o -c ./base/gxshade1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade4.o -c ./base/gxshade4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxshade6.o -c ./base/gxshade6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdsrc.o -c ./base/gsdsrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc.o -c ./base/gsfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc0.o -c ./base/gsfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor1.o -c ./base/gscolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsht1.o -c ./base/gsht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor2.o -c ./base/gscolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspcolor.o -c ./base/gspcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsptype1.o -c ./base/gsptype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclip2.o -c ./base/gxclip2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxp1fill.o -c ./base/gxp1fill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpcmap.o -c ./base/gxpcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxicolor_0.o -c ./base/gxicolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdps1.o -c ./base/gsdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspath1.o -c ./base/gspath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/srld.o -c ./base/srld.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstype42.o -c ./base/gstype42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxchrout.o -c ./base/gxchrout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttcalc.o -c ./base/ttcalc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttfinp.o -c ./base/ttfinp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttfmain.o -c ./base/ttfmain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttfmemd.o -c ./base/ttfmemd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttinterp.o -c ./base/ttinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttload.o -c ./base/ttload.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ttobjs.o -c ./base/ttobjs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxttfb.o -c ./base/gxttfb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gzspotan.o -c ./base/gzspotan.c ./base/ttobjs.c: In function ?Context_Create?: ./base/ttobjs.c:306:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 306 | if ( ALLOC_ARRAY( exec->callStack, exec->callSize, callSize, TCallRecord ) || | ^~ ./base/ttobjs.c:331:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 331 | SETMAX(exec->callSize, callSize); | ^~~~ ./base/ttobjs.c:208:22: note: in definition of macro ?SETMAX? 208 | #define SETMAX(a, b) a = (a > b ? a : b) | ^ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscie.o -c ./base/gscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsciemap.o -c ./base/gsciemap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscscie.o -c ./base/gscscie.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscrd.o -c ./base/gscrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscrdp.o -c ./base/gscrdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxctable.o -c ./base/gxctable.c cp ./obj/jpeglib1.h ./obj/jpeglib_.h cp ./obj/jpegd_1.dev ./obj/jpegd.dev gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sdcte_1.o -c ./base/sdcte.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpege_1.o -c ./base/sjpege.c cp ./obj/jpege_1.dev ./obj/jpege.dev cp ./obj/zlibe_1.dev ./obj/zlibe.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscsepr.o -c ./base/gscsepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsnamecl.o -c ./base/gsnamecl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsncdummy.o -c ./base/gsncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstrans.o -c ./base/gstrans.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximag3x.o -c ./base/gximag3x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxblend_0.o -c ./base/gxblend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxblend1.o -c ./base/gxblend1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevp14_0.o -c ./base/gdevp14.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdevn.o -c ./base/gdevdevn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsequivc.o -c ./base/gsequivc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdcrd.o -c ./base/gdevdcrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscpixel.o -c ./base/gscpixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevbbox.o -c ./base/gdevbbox.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevprn.o -c ./base/gdevprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevppla.o -c ./base/gdevppla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmplt.o -c ./base/gdevmplt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevflp.o -c ./base/gdevflp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdownscale_0.o -c ./base/gxdownscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/claptrap.o -c ./base/claptrap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/claptrap-init.o -c ./base/claptrap-init.c ./base/claptrap.c: In function ?process_at_pixel.constprop?: ./base/claptrap.c:104:39: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 104 | if (!first_comp && cv > max_v) | ~~~^~~~~~~ ./base/claptrap.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/claptrap-planar.o -c ./base/claptrap-planar.c cp ./obj/ets_0.o ./obj/ets.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevoflt.o -c ./base/gdevoflt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevnup.o -c ./base/gdevnup.c ./base/claptrap-planar.c: In function ?process_at_pixel.constprop?: ./base/claptrap-planar.c:89:20: warning: ?max_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 89 | int min_v, max_v; | ^~~~~ ./base/claptrap-planar.c:106:43: warning: ?min_v? may be used uninitialized in this function [-Wmaybe-uninitialized] 106 | else if (!last_comp && cv < min_v) | ~~~^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevsclass.o -c ./base/gdevsclass.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevepo.o -c ./base/gdevepo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcid.o -c ./base/gsfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcid2.o -c ./base/gsfcid2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcmap.o -c ./base/gsfcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfcmap1.o -c ./base/gsfcmap1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gschar0.o -c ./base/gschar0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfont0.o -c ./base/gsfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstype1.o -c ./base/gstype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxtype1.o -c ./base/gxtype1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhintn.o -c ./base/gxhintn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhintn1.o -c ./base/gxhintn1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscrypt1.o -c ./base/gscrypt1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstype2.o -c ./base/gstype2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/slzwd.o -c ./base/slzwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/slzwc.o -c ./base/slzwc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc.o -c ./base/gsicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_manage.o -c ./base/gsicc_manage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_cache.o -c ./base/gsicc_cache.c gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -I./lcms2mt/include -o ./obj/gsicc_lcms2mt_0_0.o -c ./base/gsicc_lcms2mt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_profilecache.o -c ./base/gsicc_profilecache.c gcc -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -I./lcms2mt/include -o ./obj/gsicc_create_0.o -c ./base/gsicc_create.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_nocm.o -c ./base/gsicc_nocm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_replacecm.o -c ./base/gsicc_replacecm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_monitorcm.o -c ./base/gsicc_monitorcm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_blacktext.o -c ./base/gsicc_blacktext.c cp ./obj/lcms2mt_0.dev ./obj/lcms2mt.dev gcc -I./obj -I./base -I./devices -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjbig2.o -c ./base/sjbig2.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/openjpeg_0 ./obj/opj_bio.o ./obj/opj_cidx_manager.o ./obj/opj_cio.o ./obj/opj_dwt.o ./obj/opj_event.o ./obj/opj_function_list.o ./obj/opj_image.o ./obj/opj_invert.o ./obj/opj_j2k.o ./obj/opj_jp2.o ./obj/opj_mct.o ./obj/opj_mqc.o ./obj/opj_openjpeg.o ./obj/opj_phix_manager.o ./obj/opj_pi.o ./obj/opj_ppix_manager.o ./obj/opj_t1.o ./obj/opj_t2.o ./obj/opj_tcd.o ./obj/opj_tgt.o ./obj/opj_thix_manager.o ./obj/opj_tpix_manager.o ./obj/opj_thread.o ./obj/opj_sparse_array.o gcc -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./obj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpx_openjpeg.o \ -c ./base/sjpx_openjpeg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsioram.o -c ./base/gsioram.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ramfs.o -c ./base/ramfs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spwgd.o -c ./base/spwgd.c ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/bbox ./obj/gdevbbox.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfimg.o -c ./devices/gdevpdfimg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbit.o -c ./devices/gdevbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbmp.o -c ./devices/gdevbmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbmpc.o -c ./devices/gdevbmpc.c ./devices/gdevbit.c:339:76: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 339 | bittag_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:41:8: note: in expansion of macro ?dev_proc_map_color_rgb? 41 | static dev_proc_map_color_rgb(bittag_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:429:73: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 429 | bit_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevbit.c:19: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevbit.c:51:8: note: in expansion of macro ?dev_proc_map_color_rgb? 51 | static dev_proc_map_color_rgb(bit_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevpccm.o -c ./base/gdevpccm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevccr.o -c ./devices/gdevccr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcfax.o -c ./devices/gdevcfax.c gcc -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -Isrc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/gstiffio_1.o -DSHARE_LIBTIFF=1 -c ./base/gstiffio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevfax.o -c ./devices/gdevfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/minftrsz.o -c ./devices/minftrsz.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfe.o -c ./base/scfe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfetab.o -c ./base/scfetab.c ./base/gstiffio.c:190:1: warning: ?gs_tifsErrorHandlerEx? defined but not used [-Wunused-function] 190 | gs_tifsErrorHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~ ./base/gstiffio.c:174:1: warning: ?gs_tifsWarningHandlerEx? defined but not used [-Wunused-function] 174 | gs_tifsWarningHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap) | ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/shc.o -c ./base/shc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcif.o -c ./devices/gdevcif.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdfax.o -c ./devices/gdevdfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtfax.o -c ./devices/gdevtfax.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/slzwe.o -c ./base/slzwe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/srle.o -c ./base/srle.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -I./obj -I./base -I./obj -I./devices -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtifs.o -c ./devices/gdevtifs.c In file included from ./devices/gdevtfax.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtfax.c:50:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 50 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdsp.o -c ./devices/gdevdsp.c ./devices/gdevtfax.c: In function ?tfax_put_params?: ./devices/gdevtfax.c:163:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 163 | uint16 compr = tfdev->Compression; | ^~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdocxw.o -c ./devices/vector/gdevdocxw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/doc_common.o -c ./devices/vector/doc_common.c In file included from ./devices/gdevtifs.c:22: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtifs.c: In function ?tiff_put_some_params?: ./devices/gdevtifs.c:152:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 152 | uint16 compr = tfdev->Compression; | ^~~~~~ ./devices/gdevtifs.c: In function ?tiff_print_page?: ./devices/gdevtifs.c:461:17: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 461 | TIFFSwabArrayOfShort((uint16 *)data, | ^~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c: At top level: ./devices/gdevtifs.c:568:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 568 | uint16 id; | ^~~~~~ ./devices/gdevtifs.c:582:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 582 | tiff_compression_param_string(gs_param_string *param, uint16 id) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:594:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 594 | tiff_compression_id(uint16 *id, gs_param_string *param) | ^~~~~~~~~~~~~~~~~~~ ./devices/gdevtifs.c:607:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 607 | int tiff_compression_allowed(uint16 compression, byte depth) | ^~~ ./devices/gdevdsp.c:475:33: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 475 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./devices/gdevdsp.c:43: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevdsp.c:83:8: note: in expansion of macro ?dev_proc_decode_color? 83 | static dev_proc_decode_color(display_decode_color_device8); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdf.o -c ./devices/vector/gdevpdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfb.o -c ./devices/vector/gdevpdfb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfc.o -c ./devices/vector/gdevpdfc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfd.o -c ./devices/vector/gdevpdfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfe.o -c ./devices/vector/gdevpdfe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfg.o -c ./devices/vector/gdevpdfg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfi.o -c ./devices/vector/gdevpdfi.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/gdevpdfj.o -c ./devices/vector/gdevpdfj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfk.o -c ./devices/vector/gdevpdfk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfm.o -c ./devices/vector/gdevpdfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfo.o -c ./devices/vector/gdevpdfo.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfp.o -c ./devices/vector/gdevpdfp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdft.o -c ./devices/vector/gdevpdft.c ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_param?: ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 279 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:290:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 290 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:285:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 285 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ ./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_params?: ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch] 330 | switch(pdev->UseOCR) { | ^~~~~~ ./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch] ./devices/vector/gdevpdfp.c:341:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label] 341 | UseOCRAlways: | ^~~~~~~~~~~~ ./devices/vector/gdevpdfp.c:336:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label] 336 | UseOCRAsNeeded: | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfr.o -c ./devices/vector/gdevpdfr.c cp ./obj/opdfread_.h ./obj/opdfread.h gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfv.o -c ./devices/vector/gdevpdfv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsflip.o -c ./base/gsflip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scantab.o -c ./base/scantab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfilter2.o -c ./base/sfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sdeparam.o -c ./base/sdeparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sdcparam.o -c ./base/sdcparam.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/szlibc_1.o -c ./base/szlibc.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/szlibe_1.o -c ./base/szlibe.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/gdevpsdi.o -c ./devices/vector/gdevpsdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/gdevpsdp.o -c ./devices/vector/gdevpsdp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsds.o -c ./devices/vector/gdevpsds.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/gdevpsdu.o -c ./devices/vector/gdevpsdu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfparam.o -c ./base/scfparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spprint.o -c ./base/spprint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spsdf.o -c ./base/spsdf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sstring.o -c ./base/sstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparamx.o -c ./base/gsparamx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevvec.o -c ./base/gdevvec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfxstdio.o -c ./base/sfxstdio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfxcommon.o -c ./base/sfxcommon.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/stream.o -c ./base/stream.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spngp.o -c ./base/spngp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/seexec.o -c ./base/seexec.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sarc4.o -c ./base/sarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdt.o -c ./devices/vector/gdevpdt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtb.o -c ./devices/vector/gdevpdtb.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtc.o -c ./devices/vector/gdevpdtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtd.o -c ./devices/vector/gdevpdtd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdte.o -c ./devices/vector/gdevpdte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtf.o -c ./devices/vector/gdevpdtf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdti.o -c ./devices/vector/gdevpdti.c ./devices/vector/gdevpdte.c: In function ?OCRText?: ./devices/vector/gdevpdte.c:96:18: warning: unused variable ?DbgFile? [-Wunused-variable] 96 | gp_file *DbgFile; | ^~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdts.o -c ./devices/vector/gdevpdts.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtt.o -c ./devices/vector/gdevpdtt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtv.o -c ./devices/vector/gdevpdtv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdtw.o -c ./devices/vector/gdevpdtw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfont0c.o -c ./base/gsfont0c.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gxfcopy.o -c ./devices/gxfcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsf1.o -c ./devices/vector/gdevpsf1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsf2.o -c ./devices/vector/gdevpsf2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsfm.o -c ./devices/vector/gdevpsfm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsft.o -c ./devices/vector/gdevpsft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsfu.o -c ./devices/vector/gdevpsfu.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsfx.o -c ./devices/vector/gdevpsfx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc -DSHARE_LIBPNG=1 -o ./obj/gdevfpng_1.o -c ./devices/gdevfpng.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevifno.o -c ./devices/gdevifno.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevicov.o -c ./devices/gdevicov.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevjpeg.o -c ./devices/gdevjpeg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmgr.o -c ./devices/gdevmgr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmiff.o -c ./devices/gdevmiff.c ./devices/gdevjpeg.c:175:38: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 175 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpbm.o -c ./devices/gdevpbm.c In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevjpeg.c:19: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevjpeg.c:53:8: note: in expansion of macro ?dev_proc_decode_color? 53 | static dev_proc_decode_color(jpegcmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmpla.o -c ./base/gdevmpla.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpcx.o -c ./devices/gdevpcx.c ./devices/gdevpbm.c:459:33: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 459 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpbm.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpbm.c:116:8: note: in expansion of macro ?dev_proc_decode_color? 116 | static dev_proc_decode_color(ppm_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevplan.o -c ./devices/gdevplan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevplib.o -c ./devices/gdevplib.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpsd.o -c ./devices/gdevpsd.c ./devices/gdevplan.c:441:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 441 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:70:8: note: in expansion of macro ?dev_proc_decode_color? 70 | static dev_proc_decode_color(plang_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:455:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 455 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:68:8: note: in expansion of macro ?dev_proc_decode_color? 68 | static dev_proc_decode_color(plan_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:473:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 473 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplan.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplan.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(planc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcmykog.o -c ./devices/gdevcmykog.c ./devices/gdevplib.c:737:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 737 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:249:8: note: in expansion of macro ?dev_proc_decode_color? 249 | static dev_proc_decode_color(plibg_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:751:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 751 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:247:8: note: in expansion of macro ?dev_proc_decode_color? 247 | static dev_proc_decode_color(plib_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:769:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 769 | gx_color_value prgb[4]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevplib.c:17: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevplib.c:250:8: note: in expansion of macro ?dev_proc_decode_color? 250 | static dev_proc_decode_color(plibc_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtfnx.o -c ./devices/gdevtfnx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtsep_0.o -c ./devices/gdevtsep.c In file included from ./devices/gdevtfnx.c:20: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ In file included from ./devices/gdevtsep.c:37: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./devices/gdevtsep.c:448:22: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 448 | uint16 compression, | ^~~~~~ ./devices/gdevtsep.c:687:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 687 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevtsep.c:691:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 691 | tiffsep_devices_common; | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevtxtw.o -c ./devices/vector/gdevtxtw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevxcf.o -c ./devices/gdevxcf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevescv.o -c -DGS_VERSION_MAJOR=9 ./contrib/eplaser/gdevescv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevescp.o -c ./devices/gdevescp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevadmp.o -c ./contrib/gdevadmp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevatx.o -c ./devices/gdevatx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbj10.o -c ./devices/gdevbj10.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdev10v.o -c ./contrib/japanese/gdev10v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcdj.o -c ./devices/gdevcdj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpcl.o -c ./devices/gdevpcl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevl4r.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4r.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlips.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlips.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlprn.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbjc_.o -c ./contrib/gdevbjc_.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevbjca.o -c ./contrib/gdevbjca.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcd8.o -c ./contrib/gdevcd8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdj9.o -c ./contrib/gdevdj9.c ./contrib/gdevcd8.c:2360:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 2360 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1212:45: note: previously declared as ?int *? 1212 | do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ ./contrib/gdevcd8.c:2434:49: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2434 | do_gcr(int bytecount, byte * inbyte, const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1183:55: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1183 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2435:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2435:44: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2435 | const byte cvalues[256], const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1184:47: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1184 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevcd8.c:1185:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevcd8.c:2436:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 2436 | const byte yvalues[256], const int kcorrect[256], | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevcd8.c:1185:45: note: previously declared as ?const int *? 1185 | const byte * yvalues, const int *kcorrect, | ~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevclj.o -c ./devices/gdevclj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcljc.o -c ./devices/gdevcljc.c ./contrib/gdevdj9.c:1226:50: warning: argument 3 of type ?byte[256]? {aka ?unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1226 | do_gamma(float mastergamma, float gammaval, byte values[256]) | ~~~~~^~~~~~~~~~~ ./contrib/gdevdj9.c:794:64: note: previously declared as ?byte *? {aka ?unsigned char *?} 794 | static void do_gamma(float mastergamma, float gammaval, byte * values); | ~~~~~~~^~~~~~ ./contrib/gdevdj9.c:1253:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=] 1253 | do_black_correction(float kvalue, int kcorrect[256]) | ~~~~^~~~~~~~~~~~~ ./contrib/gdevdj9.c:796:52: note: previously declared as ?int *? 796 | static void do_black_correction(float kvalue, int *kcorrect); | ~~~~~^~~~~~~~ ./contrib/gdevdj9.c:1314:19: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1314 | const byte kvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:783:51: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 783 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1315:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1315 | const byte cvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1316:19: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1316 | const byte mvalues[256], | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:784:43: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 784 | const byte * cvalues, const byte * mvalues, | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1317:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~~^~~~~~~~~~~~ ./contrib/gdevdj9.c:785:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?} 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~~~^~~~~~~ ./contrib/gdevdj9.c:1317:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=] 1317 | const byte yvalues[256], const int kcorrect[256]) | ~~~~~~~~~~^~~~~~~~~~~~~ ./contrib/gdevdj9.c:785:41: note: previously declared as ?const int *? 785 | const byte * yvalues, const int *kcorrect); | ~~~~~~~~~~~^~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevcslw.o -c ./devices/gdevcslw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdjet.o -c ./devices/gdevdjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdljm.o -c ./devices/gdevdljm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdjtc.o -c ./devices/gdevdjtc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevln03.o -c ./contrib/gdevln03.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevepsn.o -c ./devices/gdevepsn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevepsc.o -c ./devices/gdevepsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevespg.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevespg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DFMLBP_NOADJUST_MARGIN -o obj/gdevfmlbp.o -c ./contrib/japanese/gdevfmlbp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevfmpr.o -c ./contrib/japanese/gdevfmpr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevgdi.o -c ./contrib/gdevgdi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevhl12.o -c ./contrib/gdevhl12.c ./contrib/gdevhl12.c: In function ?hl1250_compress_band?: ./contrib/gdevhl12.c:492:41: warning: format ?%lu? expects argument of type ?long unsigned int?, but argument 3 has type ?unsigned int? [-Wformat=] 492 | gp_fprintf(prn_stream, "\033*b%luW", s->out_count * sizeof(u16) + 9); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long unsigned int unsigned int | %u gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevhl7x.o -c ./devices/gdevhl7x.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/gdeveprn.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/gdeveprn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pagecount.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/pagecount.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/mediasize.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/mediasize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/eprnparm.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/eprnrend.o -DGS_REVISION=9561 -I./psi ./contrib/pcl3/eprn/eprnrend.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/eprnfs.o -DGS_REVISION=9561 -I./psi \ ./contrib/pcl3/eprn/eprnfs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/gdevpcl3.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/gdevpcl3.c ./contrib/pcl3/eprn/eprnrend.c:404:18: warning: argument 3 of type ?gx_color_value[]? {aka ?short unsigned int[]?} with mismatched bound [-Warray-parameter=] 404 | gx_color_value rgb[]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./contrib/pcl3/eprn/gdeveprn.h:187, from ./contrib/pcl3/eprn/eprnrend.c:67: ./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?} 900 | gx_color_index color, gx_color_value rgb[3]) | ~~~~~~~~~~~~~~~^~~~~~ ./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb? 902 | dev_t_proc_map_color_rgb(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./contrib/pcl3/eprn/gdeveprn.h:661:8: note: in expansion of macro ?dev_proc_map_color_rgb? 661 | extern dev_proc_map_color_rgb(eprn_map_color_rgb); | ^~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclcap.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclgen.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclgen.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclcomp.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclcomp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -c -o obj/pclsize.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn ./contrib/pcl3/src/pclsize.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevimgn.o -c ./devices/gdevimgn.c ./devices/gdevimgn.c: In function ?imagen_prn_open?: ./devices/gdevimgn.c:297:14: warning: format ?%ld? expects argument of type ?long int?, but argument 2 has type ?unsigned int? [-Wformat=] 297 | DebugMsg(2,"BIGSIZE = %ld \n",BIGSIZE); | ^~~~~~~~~~~~~~~~~~ ./devices/gdevimgn.c:160:69: note: in definition of macro ?DebugMsg? 160 | #define DebugMsg(Level,P1,P2) if (Level<=IM_DEBUG) {errprintf_nomem(P1,P2 );} | ^~ ./devices/gdevimgn.c:297:27: note: format string is defined here 297 | DebugMsg(2,"BIGSIZE = %ld \n",BIGSIZE); | ~~^ | | | long int | %d gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev3852.o -c ./devices/gdev3852.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevj100.o -c ./contrib/japanese/gdevj100.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevlbp3.o -c ./contrib/japanese/gdevlbp3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlbp8.o -c ./devices/gdevlbp8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlx7.o -c ./contrib/gdevlx7.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevl4v.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\ ./contrib/lips4/gdevl4v.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpjet.o -c ./devices/gdevpjet.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevl31s.o -c ./devices/gdevl31s.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmeds.o -c ./devices/gdevmeds.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlj56.o -c ./devices/gdevlj56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpxut.o -c ./devices/gdevpxut.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlp8k.o -c ./devices/gdevlp8k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevdm24.o -c ./devices/gdevdm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlx32.o -c ./contrib/gdevlx32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevlxm.o -c ./devices/gdevlxm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev8510.o -c ./devices/gdev8510.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevalps.o -c ./contrib/japanese/gdevalps.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevmd2k.o -c ./contrib/gdevmd2k.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevmjc.o -c ./contrib/japanese/gdevmjc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o obj/gdevml6.o -c ./contrib/japanese/gdevml6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -DA4 -o ./obj/gdevnpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevnpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevo182.o -c ./devices/gdevo182.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevop4w.o -c ./contrib/gdevop4w.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevokii.o -c ./devices/gdevokii.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevopvp.o -DGS_VERSION_MAJOR=9 -I./psi/ -c ./contrib/opvp/gdevopvp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevphex.o -c ./devices/gdevphex.c ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/picty180 ./obj/gdevcdj.o ./obj/gdevpcl.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevp201.o -c ./contrib/japanese/gdevp201.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpx.o -c ./devices/vector/gdevpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev4081.o -c ./devices/gdev4081.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevrinkj.o -c ./devices/gdevrinkj.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-byte-stream.o -c ./devices/rinkj/rinkj-byte-stream.c ./contrib/opvp/gdevopvp.c:2860:20: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2860 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ ./contrib/opvp/gdevopvp.c:223:61: note: previously declared as ?gx_color_value *? {aka ?short unsigned int *?} 223 | static int opvp_map_color_rgb(gx_device *, gx_color_index, gx_color_value *); | ^~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-epson870.o -c ./devices/rinkj/rinkj-epson870.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevrpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevrpdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevsj48.o -c ./devices/gdevsj48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc.o -c ./devices/gdevstc.c ./devices/gdevstc.c:2099:76: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2099 | stc_gray_decode_color(gx_device *pdev, gx_color_index color,gx_color_value prgb[1]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:117:8: note: in expansion of macro ?dev_proc_decode_color? 117 | static dev_proc_decode_color(stc_gray_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2274:77: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2274 | stc_cmyk_decode_color(gx_device *pdev, gx_color_index color, gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:127:8: note: in expansion of macro ?dev_proc_decode_color? 127 | static dev_proc_decode_color(stc_cmyk_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:2459:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2459 | gx_color_value cv[4]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevstc.h:29, from ./devices/gdevstc.c:74: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevstc.c:132:8: note: in expansion of macro ?dev_proc_decode_color? 132 | static dev_proc_decode_color(stc_cmyk10_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc1.o -c ./devices/gdevstc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc2.o -c ./devices/gdevstc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc3.o -c ./devices/gdevstc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevstc4.o -c ./devices/gdevstc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdev4693.o -c ./devices/gdev4693.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevtknk.o -c ./devices/gdevtknk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevupd.o -c ./devices/gdevupd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevxes.o -c ./contrib/gdevxes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./ijs -I./ijs/.. \ -o ./obj/gdevijs.o -c ./devices/gdevijs.c ./devices/gdevupd.c:2223:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2223 | upd_icolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:167:8: note: in expansion of macro ?dev_proc_decode_color? 167 | static dev_proc_decode_color( upd_icolor_rgb); /** KCMY->RGB-Index */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2306:70: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 2306 | upd_1color_rgb(gx_device *pdev, gx_color_index color, gx_color_value cv[1]) | ~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:145:8: note: in expansion of macro ?dev_proc_decode_color? 145 | static dev_proc_decode_color( upd_1color_rgb); /** Gray-Index->Gray */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2365:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2365 | upd_3color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:148:8: note: in expansion of macro ?dev_proc_decode_color? 148 | static dev_proc_decode_color( upd_3color_rgb); /** RGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2446:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2446 | upd_4color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:157:8: note: in expansion of macro ?dev_proc_decode_color? 157 | static dev_proc_decode_color(upd_4color_rgb); /** WRGB-Index->RGB */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:2543:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 2543 | upd_kcolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevupd.c:91: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c:176:8: note: in expansion of macro ?dev_proc_decode_color? 176 | static dev_proc_decode_color( upd_kcolor_rgb); /** watches black-gen */ | ^~~~~~~~~~~~~~~~~~~~~ ./devices/gdevupd.c: In function ?upd_fscomp?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST? 3695 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST? 3705 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST? 3714 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST? 3724 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmyk?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST? 3933 | FS_DIST(upd->cmap[3].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST? 3934 | FS_DIST(upd->cmap[2].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST? 3935 | FS_DIST(upd->cmap[1].comp) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST? 3942 | FS_DIST(upd->cmap[0].comp) | ^~~~~~~ ./devices/gdevupd.c: In function ?upd_fscmy_k?: ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST? 4115 | FS_DIST(0) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST? 4116 | FS_DIST(1) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST? 4117 | FS_DIST(2) | ^~~~~~~ ./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 3562 | if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */ \ | ^~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ ./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 3563 | rowerr[I ] = ((5*pixel[I] )>>4) /* 5/16 */ \ | ^~~~~~ ./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST? 4118 | FS_DIST(3) | ^~~~~~~ ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ijslib_0 ./obj/ijs.o ./obj/ijs_server.o ./obj/ijs_client.o ./obj/ijs_exec_unix.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./obj/gdevpng.o -c ./devices/gdevpng.c g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17 -DHAVE_NEON -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DLEPTONICA_INTERCEPT_ALLOC=1 -Ileptonica/src -o ./obj/tessocr.o -c -DTESSDATA="/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/tessdata" ./base/tessocr.cpp cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++ cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++ ./devices/gdevpng.c:931:45: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=] 931 | gx_color_value prgb[3]) | ~~~~~~~~~~~~~~~^~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gdevprn.h:29, from ./devices/gdevpng.c:53: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./devices/gdevpng.c:72:8: note: in expansion of macro ?dev_proc_decode_color? 72 | static dev_proc_decode_color(pngalpha_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1 -o ./obj/gdevocr.o -c ./devices/gdevocr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -o ./obj/gdevpdfocr.o -c ./devices/gdevpdfocr.c ./base/tessocr.cpp:641:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 641 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ ./base/tessocr.cpp:667:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef] 667 | #if FUTURE_DEVELOPMENT | ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gpmisc.o -c ./base/gpmisc.c ./devices/gdevocr.c: In function ?ocr_close?: ./devices/gdevocr.c:125:31: warning: unused variable ?ppdev? [-Wunused-variable] 125 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?hocr_close?: ./devices/gdevocr.c:136:31: warning: unused variable ?ppdev? [-Wunused-variable] 136 | gx_device_printer * const ppdev = (gx_device_printer *)pdev; | ^~~~~ ./devices/gdevocr.c: In function ?do_ocr_print_page?: ./devices/gdevocr.c:233:18: warning: unused variable ?mem? [-Wunused-variable] 233 | gs_memory_t *mem = pdev->memory; | ^~~ ./base/gpmisc.c:842:41: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 842 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:423:50: note: previously declared as an array ?char[4096]? 423 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/gpmisc.c:851:44: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=] 851 | char *fname, | ~~~~~~~~~~~~~~~~~~~^~~~~ In file included from ./base/gpmisc.c:26: ./base/gp.h:433:53: note: previously declared as an array ?char[4096]? 433 | char fname[gp_file_name_sizeof], | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/strmio.o -c ./base/strmio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsalloc.o -c ./base/gsalloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevkrnlsclass.o -c ./base/gdevkrnlsclass.c ./base/tessocr.cpp:216:50: warning: ISO C++ forbids converting a string constant to ?char*? [-Wwrite-strings] 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^ ./base/tessocr.cpp:214:24: note: in definition of macro ?STRINGIFY2? 214 | #define STRINGIFY2(S) #S | ^ ./base/tessocr.cpp:216:32: note: in expansion of macro ?STRINGIFY? 216 | static char *tessdata_prefix = STRINGIFY(TESSDATA); | ^~~~~~~~~ ./base/tessocr.cpp: In function ?int do_ocr_image(wrapped_api*, int, int, int, int, int, int, void*, int, int, int, char**)?: ./base/tessocr.cpp:412:9: warning: unused variable ?code? [-Wunused-variable] 412 | int code; | ^~~~ ./base/tessocr.cpp: In function ?int ocr_recognise(void*, int, int, void*, int, int, int (*)(void*, const char*, const int*, const int*, const int*, int), void*)?: ./base/tessocr.cpp:491:17: warning: variable ?font_name? set but not used [-Wunused-but-set-variable] 491 | const char* font_name; | ^~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsbitcom.o -c ./base/gsbitcom.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsbitops.o -c ./base/gsbitops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscencs.o -c ./base/gscencs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gschar.o -c ./base/gschar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscolor.o -c ./base/gscolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscoord.o -c ./base/gscoord.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscparam.o -c ./base/gscparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscspace.o -c ./base/gscspace.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscicach.o -c ./base/gscicach.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsovrc.o -c ./base/gsovrc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxoprect.o -c ./base/gxoprect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdevice.o -c ./base/gsdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdevmem.o -c ./base/gsdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsdparam.o -c ./base/gsdparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfname.o -c ./base/gsfname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfont.o -c ./base/gsfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsgdata.o -c ./base/gsgdata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsgcache.o -c ./base/gsgcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsht.o -c ./base/gsht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gshtscr.o -c ./base/gshtscr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gen_ordered.o -c -DGS_LIB_BUILD \ ./base/gen_ordered.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsimage.o -c ./base/gsimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsimpath.o -c ./base/gsimpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsinit.o -c ./base/gsinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsiodev.o -c ./base/gsiodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsgstate.o -c ./base/gsgstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsline.o -c ./base/gsline.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmalloc.o -c ./base/gsmalloc.c gcc -I./obj -I./base -I./devices -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/memento.o -c ./base/memento.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmatrix.o -c ./base/gsmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmemory.o -c ./base/gsmemory.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmemret.o -c ./base/gsmemret.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmisc.o -c ./base/gsmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsnotify.o -c ./base/gsnotify.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gslibctx_0.o -c ./base/gslibctx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspaint.o -c ./base/gspaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparam.o -c ./base/gsparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gspath.o -c ./base/gspath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsstate.o -c ./base/gsstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gstext.o -c ./base/gstext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsutil.o -c ./base/gsutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gssprintf.o -c ./base/gssprintf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsstrtok.o -c ./base/gsstrtok.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsstrl.o -c ./base/gsstrl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmrun.o -c ./base/gdevmrun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsiodevs.o -c ./base/gsiodevs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclist.o -c ./base/gxclist.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclbits.o -c ./base/gxclbits.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclpage.o -c ./base/gxclpage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclrast.o -c ./base/gxclrast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclread.o -c ./base/gxclread.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclrect.o -c ./base/gxclrect.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclutil.o -c ./base/gxclutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparams.o -c ./base/gsparams.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsparaml.o -c ./base/gsparaml.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsroprun.o -c ./base/gsroprun.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclimag.o -c ./base/gxclimag.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclpath.o -c ./base/gxclpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdhtserial.o -c ./base/gxdhtserial.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclthrd.o -c ./base/gxclthrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsmchunk.o -c ./base/gsmchunk.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclfile.o -c ./base/gxclfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclmem.o -c ./base/gxclmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclzlib.o -c ./base/gxclzlib.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/szlibd_1.o -c ./base/szlibd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_psync.o -c ./base/gp_psync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfd.o -c ./base/scfd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/scfdtab.o -c ./base/scfdtab.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxfapi.o -c ./base/gxfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/fapi_ft_1.o -c ./base/fapi_ft.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/write_t1.o -c ./base/write_t1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/write_t2.o -c ./base/write_t2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/include/freetype2 -I/gnu/store/d3dvmcdcfcps6vzc46jkbiwj0y8jv515-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/wrfont.o -c ./base/wrfont.c cp ./obj/freetype_1.dev ./obj/freetype.dev gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsiorom_1.o -Isrc -c ./base/gsiorom.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxacpath.o -c ./base/gxacpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxbcache.o -c ./base/gxbcache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxccache.o -c ./base/gxccache.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxccman.o -c ./base/gxccman.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxchar.o -c ./base/gxchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxcht.o -c ./base/gxcht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxclip.o -c ./base/gxclip.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxcmap.o -c ./base/gxcmap.c ./base/gxcht.c:1155:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1155 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:547:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 547 | static SET_COLOR_HT_PROC(set_color_ht_le_4); | ^~~~~~~~~~~~~~~~~ ./base/gxcht.c:1346:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=] 1346 | gx_color_index colors[MAX_DCC_16], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?} 541 | gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\ | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ ./base/gxcht.c:548:8: note: in expansion of macro ?SET_COLOR_HT_PROC? 548 | static SET_COLOR_HT_PROC(set_color_ht_gt_4); | ^~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxcpath.o -c ./base/gxcpath.c ./base/gxcmap.c:1766:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1766 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:267:1: note: in expansion of macro ?dev_proc_decode_color? 267 | dev_proc_decode_color(gx_default_w_b_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1802:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1802 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:342:1: note: in expansion of macro ?dev_proc_decode_color? 342 | dev_proc_decode_color(gx_default_b_w_mono_decode_color); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1867:46: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=] 1867 | gx_color_value pgray[1]) | ~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:365:1: note: in expansion of macro ?dev_proc_decode_color? 365 | dev_proc_decode_color(gx_default_8bit_map_color_gray); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:1959:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 1959 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:357:1: note: in expansion of macro ?dev_proc_decode_color? 357 | dev_proc_decode_color(cmyk_1bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2015:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2015 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:360:1: note: in expansion of macro ?dev_proc_decode_color? 360 | dev_proc_decode_color(cmyk_8bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ ./base/gxcmap.c:2026:42: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=] 2026 | gx_color_value pcv[4]) | ~~~~~~~~~~~~~~~^~~~~~ In file included from ./base/gxdevcli.h:38, from ./base/gxdevice.h:23, from ./base/gxcmap.c:27: ./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?} 196 | int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[]) | ~~~~~~~~~~~~~~~^~~~~~~~ ./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color? 199 | dev_t_proc_decode_color(proc, gx_device) | ^~~~~~~~~~~~~~~~~~~~~~~ ./base/gxdevice.h:363:1: note: in expansion of macro ?dev_proc_decode_color? 363 | dev_proc_decode_color(cmyk_16bit_map_color_cmyk); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdcconv.o -c ./base/gxdcconv.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxdcolor.o -c ./base/gxdcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhldevc.o -c ./base/gxhldevc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxfill.o -c ./base/gxfill.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxht.o -c ./base/gxht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxhtbit.o -c ./base/gxhtbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxht_thresh.o -c ./base/gxht_thresh.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxidata_0.o -c ./base/gxidata.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxifast.o -c ./base/gxifast.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage.o -c ./base/gximage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximdecode.o -c ./base/gximdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximage1.o -c ./base/gximage1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximono_0.o -c ./base/gximono.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxipixel.o -c ./base/gxipixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gximask.o -c ./base/gximask.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxi12bit.o -c ./base/gxi12bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxi16bit.o -c ./base/gxi16bit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxiscale.o -c ./base/gxiscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpaint.o -c ./base/gxpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpath.o -c ./base/gxpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpath2.o -c ./base/gxpath2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpcopy.o -c ./base/gxpcopy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpdash.o -c ./base/gxpdash.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxpflat.o -c ./base/gxpflat.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxsample.o -c ./base/gxsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxstroke.o -c ./base/gxstroke.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxsync.o -c ./base/gxsync.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevabuf.o -c ./base/gdevabuf.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdbit.o -c ./base/gdevdbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevddrw.o -c ./base/gdevddrw.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdflt.o -c ./base/gdevdflt.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdgbr.o -c ./base/gdevdgbr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevnfwd.o -c ./base/gdevnfwd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmem.o -c ./base/gdevmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevplnx.o -c ./base/gdevplnx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm1.o -c ./base/gdevm1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm2.o -c ./base/gdevm2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm4.o -c ./base/gdevm4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm8.o -c ./base/gdevm8.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm16.o -c ./base/gdevm16.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm24.o -c ./base/gdevm24.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm32.o -c ./base/gdevm32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm40.o -c ./base/gdevm40.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm48.o -c ./base/gdevm48.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm56.o -c ./base/gdevm56.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevm64.o -c ./base/gdevm64.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmx.o -c ./base/gdevmx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdsha.o -c ./base/gdevdsha.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gxscanc.o -c ./base/gxscanc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/siinterp.o -c ./base/siinterp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/siscale_0.o -c ./base/siscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sidscale.o -c ./base/sidscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevdrop_0.o -c ./base/gdevdrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr1.o -c ./base/gdevmr1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr2n.o -c ./base/gdevmr2n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr8n.o -c ./base/gdevmr8n.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevrops.o -c ./base/gdevrops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsrop.o -c ./base/gsrop.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gp_strdl.o -c ./base/gp_strdl.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcid.o -c ./psi/zcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcid.o -c ./psi/zfcid.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcid0.o -c ./psi/zfcid0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcid1.o -c ./psi/zfcid1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar1.o -c ./psi/zchar1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcharout.o -c ./psi/zcharout.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont1.o -c ./psi/zfont1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc1.o -c ./psi/zmisc1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iutil2.o -c ./psi/iutil2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc2.o -c ./psi/zmisc2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zvmem2.o -c ./psi/zvmem2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdps1.o -c ./psi/zdps1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zusparam.o -c ./psi/zusparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar2.o -c ./psi/zchar2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont2.o -c ./psi/zfont2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar42.o -c ./psi/zchar42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont42.o -c ./psi/zfont42.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfrsd.o -c ./psi/zfrsd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcie.o -c ./psi/zcie.c ./psi/zcie.c: In function ?ciedefgspace?: ./psi/zcie.c:468:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 468 | if (r_size(ptref) != 5) | ^~ ./psi/zcie.c:471:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 471 | code = gs_cspace_build_CIEDEFG(&pcs, NULL, mem->stable_memory); | ^~~~ ./psi/zcie.c: In function ?ciedefspace?: ./psi/zcie.c:581:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 581 | if (r_size(ptref) != 4) | ^~ ./psi/zcie.c:584:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 584 | code = gs_cspace_build_CIEDEF(&pcs, NULL, mem->stable_memory); | ^~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcrd.o -c ./psi/zcrd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfcmap.o -c ./psi/zfcmap.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcfont.o -c ./psi/zcfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont0.o -c ./psi/zfont0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfdcte.o -c ./psi/zfdcte.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sddparam.o -c ./base/sddparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfdctd.o -c ./psi/zfdctd.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iscanbin.o -c ./psi/iscanbin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zbseq.o -c ./psi/zbseq.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor1.o -c ./psi/zcolor1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zht1.o -c ./psi/zht1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zupath.o -c ./psi/zupath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ibnum.o -c ./psi/ibnum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gdevhit.o -c ./base/gdevhit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcharx.o -c ./psi/zcharx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfdecode.o -c ./psi/zfdecode.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/spdiff.o -c ./base/spdiff.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sfilter1.o -c ./base/sfilter1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sa85d.o -c ./base/sa85d.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfilter2.o -c ./psi/zfilter2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ziodev2.o -c ./psi/ziodev2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdevcal.o -c ./psi/zdevcal.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdevice2.o -c ./psi/zdevice2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmedia2.o -c ./psi/zmedia2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpcolor.o -c ./psi/zpcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/imain.o -c ./psi/imain.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/imainarg.o -c ./psi/imainarg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsargs.o -c ./base/gsargs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -I./devices -o ./obj/idisp.o -c ./psi/idisp.c In file included from ./base/malloc_.h:23, from ./psi/imain.c:20: ./psi/imain.c: In function ?print_resource_usage?: ./psi/imain.c:1482:28: warning: format ?%lu? expects argument of type ?long unsigned int?, but argument 5 has type ?size_t? {aka ?unsigned int?} [-Wformat=] 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1485 | status.allocated, used, status.max_used); | ~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} ./base/std.h:300:12: note: in definition of macro ?dmprintf5? 300 | dpfm(mem,str, arg1, arg2, arg3, arg4, arg5) | ^~~ ./psi/imain.c:1482:67: note: format string is defined here 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ~~^ | | | long unsigned int | %u In file included from ./base/malloc_.h:23, from ./psi/imain.c:20: ./psi/imain.c:1482:28: warning: format ?%lu? expects argument of type ?long unsigned int?, but argument 7 has type ?size_t? {aka ?unsigned int?} [-Wformat=] 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 1485 | status.allocated, used, status.max_used); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} ./base/std.h:300:12: note: in definition of macro ?dmprintf5? 300 | dpfm(mem,str, arg1, arg2, arg3, arg4, arg5) | ^~~ ./psi/imain.c:1482:95: note: format string is defined here 1482 | dmprintf5(minst->heap, "%% %s time = %g, memory allocated = %lu, used = %lu, max_used = %lu\n", | ~~^ | | | long unsigned int | %u gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/psapi.o -c ./psi/psapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/icontext.o -c ./psi/icontext.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idebug.o -c ./psi/idebug.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idict.o -c ./psi/idict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idparam.o -c ./psi/idparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/idstack.o -c ./psi/idstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iinit.o -c ./psi/iinit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/interp.o -c ./psi/interp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iparam.o -c ./psi/iparam.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ireclaim.o -c ./psi/ireclaim.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iplugin.o -c ./psi/iplugin.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iscan.o -c ./psi/iscan.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iscannum.o -c ./psi/iscannum.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/istack.o -c ./psi/istack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iutil.o -c ./psi/iutil.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zarith.o -c ./psi/zarith.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zarray.o -c ./psi/zarray.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcontrol.o -c ./psi/zcontrol.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdict.o -c ./psi/zdict.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfile.o -c ./psi/zfile.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfile1.o -c ./psi/zfile1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfileio.o -c ./psi/zfileio.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfilter.o -c ./psi/zfilter.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfproc.o -c ./psi/zfproc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zgeneric.o -c ./psi/zgeneric.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ziodev.o -c ./psi/ziodev.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ziodevsc.o -c ./psi/ziodevsc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmath.o -c ./psi/zmath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zalg.o -c ./psi/zalg.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc.o -c ./psi/zmisc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpacked.o -c ./psi/zpacked.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zrelbit.o -c ./psi/zrelbit.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zstack.o -c ./psi/zstack.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zstring.o -c ./psi/zstring.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zsysvm.o -c ./psi/zsysvm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ztoken.o -c ./psi/ztoken.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ztype.o -c ./psi/ztype.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zvmem.o -c ./psi/zvmem.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zbfont.o -c ./psi/zbfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar.o -c ./psi/zchar.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor.o -c ./psi/zcolor.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdevice.o -c ./psi/zdevice.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont.o -c ./psi/zfont.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfontenum.o -c ./psi/zfontenum.c ./psi/zvmem.c: In function ?zforgetsave?: ./psi/zvmem.c:466:12: warning: ?asave? may be used uninitialized in this function [-Wmaybe-uninitialized] 466 | code = alloc_forget_save_in(idmemory, asave); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zgstate.o -c ./psi/zgstate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zht.o -c ./psi/zht.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zimage.o -c ./psi/zimage.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmatrix.o -c ./psi/zmatrix.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpaint.o -c ./psi/zpaint.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpath.o -c ./psi/zpath.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zncdummy.o -c ./psi/zncdummy.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ialloc.o -c ./psi/ialloc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/igc.o -c ./psi/igc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/igcref.o -c ./psi/igcref.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/igcstr.o -c ./psi/igcstr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ilocate.o -c ./psi/ilocate.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iname.o -c ./psi/iname.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/isave.o -c ./psi/isave.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/inobtokn.o -c ./psi/inobtokn.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/inouparm.o -c ./psi/inouparm.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zdscpars.o -c ./psi/zdscpars.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/dscparse.o -c ./psi/dscparse.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfapi.o -c ./psi/zfapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sbcp.o -c ./base/sbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfbcp.o -c ./psi/zfbcp.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpath1.o -c ./psi/zpath1.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor2.o -c ./psi/zcolor2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcsindex.o -c ./psi/zcsindex.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zht2.o -I./toolbin/halftone/gen_ordered -c ./psi/zht2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcssepr.o -c ./psi/zcssepr.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfsample.o -c ./psi/zfsample.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc4.o -c ./psi/zfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc.o -c ./psi/zfunc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc0.o -c ./psi/zfunc0.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc4.o -c ./base/gsfunc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zchar32.o -c ./psi/zchar32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfont32.o -c ./psi/zfont32.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfimscale.o -c ./psi/zfimscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/simscale.o -c ./base/simscale.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zform.o -c ./psi/zform.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zicc.o -c ./psi/zicc.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcspixel.o -c ./psi/zcspixel.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfunc3.o -c ./psi/zfunc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zimage3.o -c ./psi/zimage3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zmisc3.o -c ./psi/zmisc3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zcolor3.o -c ./psi/zcolor3.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zshade.o -c ./psi/zshade.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfzlib.o -c ./psi/zfzlib.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/ztrans.o -c ./psi/ztrans.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfmd5.o -c ./psi/zfmd5.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfsha2.o -c ./psi/zfsha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/ssha2.o -c ./base/ssha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sha2.o -c ./base/sha2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfarc4.o -c ./psi/zfarc4.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfaes.o -c ./psi/zfaes.c ./base/sha2.c:586:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 586 | void pSHA256_Final(sha2_byte digest[], SHA256_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:120:20: note: previously declared as ?uint8_t[32]? {aka ?unsigned char[32]?} 120 | void pSHA256_Final(uint8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:649:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 649 | char *pSHA256_End(SHA256_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:121:32: note: previously declared as ?char[65]? 121 | char* pSHA256_End(SHA256_CTX*, char[SHA256_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:947:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 947 | void pSHA512_Final(sha2_byte digest[], SHA512_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:132:20: note: previously declared as ?uint8_t[64]? {aka ?unsigned char[64]?} 132 | void pSHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:976:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 976 | char *pSHA512_End(SHA512_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:133:32: note: previously declared as ?char[129]? 133 | char* pSHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1021:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=] 1021 | void pSHA384_Final(sha2_byte digest[], SHA384_CTX* context) { | ~~~~~~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:126:20: note: previously declared as ?uint8_t[48]? {aka ?unsigned char[48]?} 126 | void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./base/sha2.c:1050:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=] 1050 | char *pSHA384_End(SHA384_CTX* context, char buffer[]) { | ~~~~~^~~~~~~~ In file included from ./base/sha2.c:37: ./base/sha2.h:127:32: note: previously declared as ?char[97]? 127 | char* pSHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/saes.o -c ./base/saes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/aes.o -c ./base/aes.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpdfops.o -c ./psi/zpdfops.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zpdf_r6.o -c ./psi/zpdf_r6.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_loop_detect.c -o ./obj/pdf_loop_detect.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/ghostpdf.c -o ./obj/ghostpdf.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_dict.c -o ./obj/pdf_dict.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_array.c -o ./obj/pdf_array.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_xref.c -o ./obj/pdf_xref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_int.c -o ./obj/pdf_int.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_file.c -o ./obj/pdf_file_jbig2dec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_path.c -o ./obj/pdf_path.o In file included from ./base/gsrefct.h:23, from ./base/gxgstate.h:23, from ./pdf/ghostpdf.h:21, from ./pdf/pdf_file.c:16: ./pdf/pdf_file.c: In function ?pdfi_filter_no_decryption?: ./pdf/pdf_file.c:907:32: warning: format ?%ld? expects argument of type ?long int?, but argument 3 has type ?gs_offset_t? {aka ?long long int?} [-Wformat=] 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ | | | gs_offset_t {aka long long int} ./base/std.h:288:12: note: in definition of macro ?dmprintf2? 288 | dpfm(mem,str, arg1, arg2) | ^~~ ./pdf/pdf_file.c:907:50: note: format string is defined here 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ~~^ | | | long int | %lld In file included from ./base/gsrefct.h:23, from ./base/gxgstate.h:23, from ./pdf/ghostpdf.h:21, from ./pdf/pdf_file.c:16: ./pdf/pdf_file.c:907:32: warning: format ?%lx? expects argument of type ?long unsigned int?, but argument 4 has type ?gs_offset_t? {aka ?long long int?} [-Wformat=] 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ | | | gs_offset_t {aka long long int} ./base/std.h:288:12: note: in definition of macro ?dmprintf2? 288 | dpfm(mem,str, arg1, arg2) | ^~~ ./pdf/pdf_file.c:907:56: note: format string is defined here 907 | dmprintf2(ctx->memory, "Filter: offset %ld(0x%lx)\n", stream_offset, stream_offset); | ~~^ | | | long unsigned int | %llx gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_colour.c -o ./obj/pdf_colour.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_pattern.c -o ./obj/pdf_pattern.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_gstate.c -o ./obj/pdf_gstate.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_stack.c -o ./obj/pdf_stack.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_image.c -o ./obj/pdf_image.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_page.c -o ./obj/pdf_page.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_annot.c -o ./obj/pdf_annot.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_mark.c -o ./obj/pdf_mark.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fapi.c -o ./obj/pdf_fapi.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font.c -o ./obj/pdf_font.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font0.c -o ./obj/pdf_font0.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_ciddec.c -o ./obj/pdf_ciddec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1.c -o ./obj/pdf_font1.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1C.c -o ./obj/pdf_font1C.o ./pdf/pdf_font1.c: In function ?pdfi_t1_seac_data?: ./pdf/pdf_font1.c:171:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 171 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1.c:34: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1.c:174:17: note: in expansion of macro ?pdfi_countdown? 174 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontps.c -o ./obj/pdf_fontps.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font3.c -o ./obj/pdf_font3.o ./pdf/pdf_font1C.c: In function ?pdfi_cff_seac_data?: ./pdf/pdf_font1C.c:208:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation] 208 | if (code >= 0) | ^~ In file included from ./pdf/pdf_font.h:19, from ./pdf/pdf_font1C.c:27: ./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if? 98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x) | ^~~~~~~~~~~~~~~~~~~ ./pdf/pdf_font1C.c:211:17: note: in expansion of macro ?pdfi_countdown? 211 | pdfi_countdown(charstring); | ^~~~~~~~~~~~~~ gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontTT.c -o ./obj/pdf_fontTT.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font9.c -o ./obj/pdf_font9.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font11.c -o ./obj/pdf_font11.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_cmap.c -o ./obj/pdf_cmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fmap.c -o ./obj/pdf_fmap.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_text.c -o ./obj/pdf_text.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_shading.c -o ./obj/pdf_shading.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_func.c -o ./obj/pdf_func.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_trans.c -o ./obj/pdf_trans.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_device.c -o ./obj/pdf_device.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_misc.c -o ./obj/pdf_misc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_optcontent.c -o ./obj/pdf_optcontent.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_check.c -o ./obj/pdf_check.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_sec.c -o ./obj/pdf_sec.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_utf8.c -o ./obj/pdf_utf8_unix_.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_deref.c -o ./obj/pdf_deref.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_repair.c -o ./obj/pdf_repair.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_obj.c -o ./obj/pdf_obj.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_doc.c -o ./obj/pdf_doc.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./psi -I./obj -I./obj -I./base -I./devices -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/zfjpx_openjpeg.o \ -c ./psi/zfjpx.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -Isrc -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/zfjbig2_jbig2dec.o -c ./psi/zfjbig2.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iapi.o -c ./psi/iapi.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/gs.o -c ./psi/gs.c rm -f ./obj/gscdefs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gsromfs0.o -c ./base/gsromfs0.c cp ./base/gscdef.c ./obj/gscdefs.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gscdefs.o -c ./obj/gscdefs.c ./obj/aux/echogs -e .dev -w- -l-obj ./obj/nosync ./obj/gp_nsync.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/smd5 ./obj/smd5.o ./obj/gsmd5.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pipe ./obj/gdevpipe.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsnogc ./obj/gsnogc.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/htxlib ./obj/gshtx.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/imasklib ./obj/gxclipm.o ./obj/gximage3.o ./obj/gximage4.o ./obj/gxmclip.o ./obj/aux/echogs -e .dev -a- ./obj/pipe -iodev pipe ./obj/aux/echogs -e .dev -a- ./obj/imasklib -imagetype 3 4 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/funclib ./obj/gsdsrc.o ./obj/gsfunc.o ./obj/gsfunc0.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmyklib ./obj/gscolor1.o ./obj/gsht1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2cs ./obj/gscolor2.o cp ./obj/gxicolor_0.o ./obj/gxicolor.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2lib ./obj/gsdps1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/path1lib ./obj/gspath1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/rld ./obj/srld.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ttflib ./obj/gstype42.o ./obj/gxchrout.o ./obj/ttcalc.o ./obj/ttfinp.o ./obj/ttfmain.o ./obj/ttfmemd.o ./obj/ttinterp.o ./obj/ttload.o ./obj/ttobjs.o ./obj/gxttfb.o ./obj/gzspotan.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cielib ./obj/gscie.o ./obj/gsciemap.o ./obj/gscscie.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/sdctc.o -c ./base/sdctc.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpegc_1.o -c ./base/sjpegc.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sdctd_1.o -c ./base/sdctd.c gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1 -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -o ./obj/sjpegd_1.o -c ./base/sjpegd.c ./obj/aux/echogs -e .dev -a- ./obj/cielib ./obj/gscrd.o ./obj/gscrdp.o ./obj/gxctable.o cp ./obj/sdcte_1.o ./obj/sdcte.o cp ./obj/sjpege_1.o ./obj/sjpege.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libpng_1 -lib png ./obj/aux/echogs -e .dev -w- -l-obj ./obj/seprlib ./obj/gscsepr.o ./obj/gsnamecl.o ./obj/gsncdummy.o ./obj/aux/echogs -e .dev -a- ./obj/libpng_1 -include ./obj/zlibe.dev cp ./obj/gxblend_0.o ./obj/gxblend.o cp ./obj/gdevp14_0.o ./obj/gdevp14.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cspixlib ./obj/gscpixel.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/bboxutil ./obj/gdevbbox.o cp ./obj/gxdownscale_0.o ./obj/gxdownscale.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cidlib ./obj/gsfcid.o ./obj/gsfcid2.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf1lib ./obj/gstype1.o ./obj/aux/echogs -e .dev -a- ./obj/cidlib -include ./obj/ttflib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf2lib ./obj/gstype2.o ./obj/aux/echogs -e .dev -a- ./obj/psf1lib ./obj/gxtype1.o ./obj/gxhintn.o ./obj/gxhintn1.o ./obj/gscrypt1.o ./obj/gxchrout.o ./obj/aux/echogs -e .dev -a- ./obj/psf2lib ./obj/gxtype1.o ./obj/gxhintn.o ./obj/gxhintn1.o ./obj/gscrypt1.o ./obj/gxchrout.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/lzwd ./obj/slzwd.o ./obj/slzwc.o cp ./obj/gsicc_lcms2mt_0_0.o ./obj/gsicc_lcms2mt.o cp ./obj/gsicc_create_0.o ./obj/gsicc_create.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sjbig2_jbig2dec ./obj/sjbig2.o cp ./obj/openjpeg_0.dev ./obj/openjpeg.dev ./obj/aux/echogs -e .dev -a- ./obj/sjbig2_jbig2dec -include ./obj/jbig2dec.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ramfs ./obj/gsioram.o ./obj/ramfs.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pwgd ./obj/spwgd.o ./obj/aux/echogs -e .dev -a- ./obj/ramfs -iodev ram ./obj/aux/echogs -e .dev -a- ./obj/ramfs -obj ./obj/ramfs.o cp ./obj/gstiffio_1.o ./obj/gstiffio.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cfe ./obj/scfe.o ./obj/scfetab.o ./obj/shc.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/lzwe ./obj/slzwe.o ./obj/slzwc.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/rle ./obj/srle.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/display ./obj/gdevdsp.o ./obj/gdevpccm.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/docxwrite ./obj/gdevdocxw.o ./obj/doc_common.o ./obj/extract_alloc.o ./obj/extract_astring.o ./obj/extract_buffer.o ./obj/extract_document.o ./obj/extract_docx.o ./obj/extract_docx_template.o ./obj/extract_extract.o ./obj/extract_html.o ./obj/extract_join.o ./obj/extract_mem.o ./obj/extract_odt.o ./obj/extract_odt_template.o ./obj/extract_outf.o ./obj/extract_sys.o ./obj/extract_text.o ./obj/extract_xml.o ./obj/extract_zip.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -Isrc/source/libraries -I./openjpeg/library/source -DSHARE_JPX=0 -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0 -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1 -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -o ./obj/gdevpdfu.o -c ./devices/vector/gdevpdfu.c ./obj/aux/echogs -e .dev -a- ./obj/docxwrite -include ./obj/gsagl ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdeparam ./obj/sdeparam.o ./obj/sdcparam.o cp ./obj/szlibc_1.o ./obj/szlibc.o cp ./obj/szlibe_1.o ./obj/szlibe.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sfile ./obj/sfxstdio.o ./obj/sfxcommon.o ./obj/stream.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pngp ./obj/spngp.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/seexec ./obj/seexec.o ./obj/gscrypt1.o cp ./obj/lzwe.dev ./obj/slzwe.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sarc4 ./obj/sarc4.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fcopy ./obj/gxfcopy.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf ./obj/gdevpsf1.o ./obj/gdevpsf2.o ./obj/gdevpsfm.o cp ./obj/gdevfpng_1.o ./obj/gdevfpng.o ./obj/aux/echogs -e .dev -a- ./obj/psf -obj ./obj/gdevpsft.o ./obj/gdevpsfu.o ./obj/gdevpsfx.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/ink_cov ./obj/gdevicov.o ./obj/aux/echogs -e .dev -a- ./obj/psf -obj ./obj/spsdf.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/inkcov ./obj/gdevicov.o cp ./obj/gdevtsep_0.o ./obj/gdevtsep.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/txtwrite ./obj/gdevtxtw.o ./obj/doc_common.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10v ./obj/gdev10v.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10vh ./obj/gdev10v.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dj505j ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/jj100 ./obj/gdevj100.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr1000 ./obj/gdevp201.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr1000_4 ./obj/gdevp201.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr150 ./obj/gdevp201.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr201 ./obj/gdevp201.o ./obj/gdevprn.o cp ./obj/ijslib_0.dev ./obj/ijslib.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libocr_1 ./obj/tessocr.o cp ./obj/gslibctx_0.o ./obj/gslibctx.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsiodevs ./obj/gsiodevs.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/clfile ./obj/gxclfile.o cp ./obj/szlibd_1.o ./obj/szlibd.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/leptonica_adaptmap.o ./obj/leptonica_affine.o ./obj/leptonica_affinecompose.o ./obj/leptonica_arrayaccess.o ./obj/leptonica_baseline.o ./obj/leptonica_bbuffer.o ./obj/leptonica_bilateral.o ./obj/leptonica_bilinear.o ./obj/leptonica_binexpand.o ./obj/leptonica_binreduce.o ./obj/leptonica_blend.o ./obj/leptonica_bmf.o ./obj/leptonica_bmpio.o ./obj/leptonica_bmpiostub.o ./obj/leptonica_bootnumgen1.o ./obj/leptonica_bootnumgen2.o ./obj/leptonica_bootnumgen3.o ./obj/leptonica_bootnumgen4.o ./obj/leptonica_boxbasic.o ./obj/leptonica_boxfunc1.o ./obj/leptonica_boxfunc2.o ./obj/leptonica_boxfunc3.o ./obj/leptonica_boxfunc4.o ./obj/leptonica_boxfunc5.o ./obj/leptonica_bytearray.o ./obj/leptonica_ccbord.o ./obj/leptonica_classapp.o ./obj/leptonica_colorcontent.o ./obj/leptonica_coloring.o ./obj/leptonica_colormap.o ./obj/leptonica_colormorph.o ./obj/leptonica_colorquant1.o ./obj/leptonica_colorquant2.o ./obj/leptonica_colorseg.o ./obj/leptonica_colorspace.o ./obj/leptonica_compare.o ./obj/leptonica_conncomp.o ./obj/leptonica_convertfiles.o ./obj/leptonica_convolve.o ./obj/leptonica_correlscore.o ./obj/leptonica_dewarp1.o ./obj/leptonica_dewarp2.o ./obj/leptonica_dewarp3.o ./obj/leptonica_dewarp4.o ./obj/leptonica_dnabasic.o ./obj/leptonica_dnafunc1.o ./obj/leptonica_dnahash.o ./obj/leptonica_dwacomb.2.o ./obj/leptonica_dwacomblow.2.o ./obj/leptonica_edge.o ./obj/leptonica_encoding.o ./obj/leptonica_enhance.o ./obj/leptonica_fhmtauto.o ./obj/leptonica_fhmtgenlow.1.o ./obj/leptonica_fmorphauto.o ./obj/leptonica_fmorphgen.1.o ./obj/leptonica_fmorphgenlow.1.o ./obj/leptonica_fpix1.o ./obj/leptonica_fpix2.o ./obj/leptonica_gifiostub.o ./obj/leptonica_gplot.o ./obj/leptonica_graphics.o ./obj/leptonica_graymorph.o ./obj/leptonica_grayquant.o ./obj/leptonica_heap.o ./obj/leptonica_jbclass.o ./obj/leptonica_jp2kheader.o ./obj/leptonica_jp2kheaderstub.o ./obj/leptonica_jp2kiostub.o ./obj/leptonica_jpegiostub.o ./obj/leptonica_kernel.o ./obj/leptonica_libversions.o ./obj/leptonica_list.o ./obj/leptonica_map.o ./obj/leptonica_morph.o ./obj/leptonica_morphapp.o ./obj/leptonica_morphdwa.o ./obj/leptonica_morphseq.o ./obj/leptonica_numabasic.o ./obj/leptonica_numafunc1.o ./obj/leptonica_numafunc2.o ./obj/leptonica_pageseg.o ./obj/leptonica_paintcmap.o ./obj/leptonica_partify.o ./obj/leptonica_partition.o ./obj/leptonica_pdfio1.o ./obj/leptonica_pdfio1stub.o ./obj/leptonica_pdfio2.o ./obj/leptonica_pdfio2stub.o ./obj/leptonica_pix1.o ./obj/leptonica_pix2.o ./obj/leptonica_pix3.o ./obj/leptonica_pix4.o ./obj/leptonica_pix5.o ./obj/leptonica_pixabasic.o ./obj/leptonica_pixacc.o ./obj/leptonica_pixafunc1.o ./obj/leptonica_pixafunc2.o ./obj/leptonica_pixalloc.o ./obj/leptonica_pixarith.o ./obj/leptonica_pixcomp.o ./obj/leptonica_pixconv.o ./obj/leptonica_pixlabel.o ./obj/leptonica_pixtiling.o ./obj/leptonica_pngiostub.o ./obj/leptonica_pnmio.o ./obj/leptonica_pnmiostub.o ./obj/leptonica_projective.o ./obj/leptonica_psio1.o ./obj/leptonica_psio1stub.o ./obj/leptonica_psio2.o ./obj/leptonica_psio2stub.o ./obj/leptonica_ptabasic.o ./obj/leptonica_ptafunc1.o ./obj/leptonica_ptafunc2.o ./obj/leptonica_ptra.o ./obj/leptonica_quadtree.o ./obj/leptonica_queue.o ./obj/leptonica_rank.o ./obj/leptonica_rbtree.o ./obj/leptonica_readfile.o ./obj/leptonica_regutils.o ./obj/leptonica_rop.o ./obj/leptonica_roplow.o ./obj/leptonica_rotate.o ./obj/leptonica_rotateam.o ./obj/leptonica_rotateorth.o ./obj/leptonica_rotateshear.o ./obj/leptonica_runlength.o ./obj/leptonica_sarray1.o ./obj/leptonica_sarray2.o ./obj/leptonica_scale1.o ./obj/leptonica_scale2.o ./obj/leptonica_seedfill.o ./obj/leptonica_sel1.o ./obj/leptonica_sel2.o ./obj/leptonica_selgen.o ./obj/leptonica_shear.o ./obj/leptonica_skew.o ./obj/leptonica_spixio.o ./obj/leptonica_stack.o ./obj/leptonica_stringcode.o ./obj/leptonica_sudoku.o ./obj/leptonica_textops.o ./obj/leptonica_tiffiostub.o ./obj/leptonica_utils1.o ./obj/leptonica_utils2.o ./obj/leptonica_warper.o ./obj/leptonica_webpiostub.o ./obj/leptonica_writefile.o ./obj/leptonica_zlibmem.o ./obj/leptonica_zlibmemstub.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/posync ./obj/gp_psync.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_api_altorenderer.o ./obj/tesseract_api_baseapi.o ./obj/tesseract_api_capi.o ./obj/tesseract_api_hocrrenderer.o ./obj/tesseract_api_lstmboxrenderer.o ./obj/tesseract_api_pdfrenderer.o ./obj/tesseract_api_renderer.o ./obj/tesseract_api_wordstrboxrenderer.o ./obj/tesseract_arch_intsimdmatrix.o ./obj/tesseract_arch_simddetect.o ./obj/tesseract_ccmain_applybox.o ./obj/tesseract_ccmain_control.o ./obj/tesseract_ccmain_linerec.o ./obj/tesseract_ccmain_ltrresultiterator.o ./obj/tesseract_ccmain_mutableiterator.o ./obj/tesseract_ccmain_output.o ./obj/tesseract_ccmain_pageiterator.o ./obj/tesseract_ccmain_pagesegmain.o ./obj/tesseract_ccmain_pagewalk.o ./obj/tesseract_ccmain_paragraphs.o ./obj/tesseract_ccmain_paramsd.o ./obj/tesseract_ccmain_pgedit.o ./obj/tesseract_ccmain_reject.o ./obj/tesseract_ccmain_resultiterator.o ./obj/tesseract_ccmain_tessedit.o ./obj/tesseract_ccmain_tesseractclass.o ./obj/tesseract_ccmain_tessvars.o ./obj/tesseract_ccmain_thresholder.o ./obj/tesseract_ccmain_werdit.o ./obj/aux/echogs -e .dev -a- ./obj/clfile -init gxclfile ./obj/aux/echogs -e .dev -a- ./obj/gsiodevs -include ./obj/sfile ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cfd ./obj/scfd.o ./obj/scfdtab.o ./obj/aux/echogs -e .dev -a- ./obj/posync -replace ./obj/nosync cp ./obj/fapi_ft_1.o ./obj/fapi_ft.o ./obj/aux/echogs -e .dev -a- ./obj/gsiodevs -iodev stdin stdout stderr cp ./obj/gsiorom_1.o ./obj/gsiorom.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_ccstruct_blamer.o ./obj/tesseract_ccstruct_blobbox.o ./obj/tesseract_ccstruct_blobs.o ./obj/tesseract_ccstruct_blread.o ./obj/tesseract_ccstruct_boxread.o ./obj/tesseract_ccstruct_boxword.o ./obj/tesseract_ccstruct_ccstruct.o ./obj/tesseract_ccstruct_coutln.o ./obj/tesseract_ccstruct_detlinefit.o ./obj/tesseract_ccstruct_dppoint.o ./obj/tesseract_ccstruct_imagedata.o ./obj/tesseract_ccstruct_linlsq.o ./obj/tesseract_ccstruct_matrix.o ./obj/tesseract_ccstruct_mod128.o ./obj/tesseract_ccstruct_normalis.o ./obj/tesseract_ccstruct_ocrblock.o ./obj/tesseract_ccstruct_ocrpara.o ./obj/tesseract_ccstruct_ocrrow.o ./obj/tesseract_ccstruct_otsuthr.o ./obj/tesseract_ccstruct_pageres.o ./obj/tesseract_ccstruct_pdblock.o ./obj/tesseract_ccstruct_points.o ./obj/tesseract_ccstruct_polyaprx.o ./obj/tesseract_ccstruct_polyblk.o ./obj/tesseract_ccstruct_quadlsq.o ./obj/tesseract_ccstruct_quspline.o ./obj/tesseract_ccstruct_ratngs.o ./obj/tesseract_ccstruct_rect.o ./obj/tesseract_ccstruct_rejctmap.o ./obj/tesseract_ccstruct_seam.o ./obj/tesseract_ccstruct_split.o ./obj/tesseract_ccstruct_statistc.o ./obj/tesseract_ccstruct_stepblob.o ./obj/tesseract_ccstruct_werd.o cp ./obj/gxidata_0.o ./obj/gxidata.o cp ./obj/gximono_0.o ./obj/gximono.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libd ./obj/gdevabuf.o ./obj/gdevdbit.o ./obj/gdevddrw.o ./obj/gdevdflt.o cp ./obj/siscale_0.o ./obj/siscale.o cp ./obj/gdevdrop_0.o ./obj/gdevdrop.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_classify_classify.o ./obj/tesseract_dict_context.o ./obj/tesseract_dict_dawg.o ./obj/tesseract_dict_dawg_cache.o ./obj/tesseract_dict_dict.o ./obj/tesseract_dict_permdawg.o ./obj/tesseract_dict_stopper.o ./obj/tesseract_dict_trie.o ./obj/tesseract_textord_alignedblob.o ./obj/tesseract_textord_baselinedetect.o ./obj/tesseract_textord_bbgrid.o ./obj/tesseract_textord_blkocc.o ./obj/tesseract_textord_blobgrid.o ./obj/tesseract_textord_ccnontextdetect.o ./obj/tesseract_textord_cjkpitch.o ./obj/tesseract_textord_colfind.o ./obj/tesseract_textord_colpartition.o ./obj/tesseract_textord_colpartitionset.o ./obj/tesseract_textord_colpartitiongrid.o ./obj/tesseract_textord_devanagari_processing.o ./obj/tesseract_textord_drawtord.o ./obj/tesseract_textord_edgblob.o ./obj/tesseract_textord_edgloop.o ./obj/tesseract_textord_fpchop.o ./obj/tesseract_textord_gap_map.o ./obj/tesseract_textord_imagefind.o ./obj/tesseract_textord_linefind.o ./obj/tesseract_textord_makerow.o ./obj/tesseract_textord_oldbasel.o ./obj/tesseract_textord_pithsync.o ./obj/tesseract_textord_pitsync1.o ./obj/tesseract_textord_scanedg.o ./obj/tesseract_textord_sortflts.o ./obj/tesseract_textord_strokewidth.o ./obj/tesseract_textord_tabfind.o ./obj/tesseract_textord_tablefind.o ./obj/tesseract_textord_tabvector.o ./obj/tesseract_textord_tablerecog.o ./obj/tesseract_textord_textlineprojection.o ./obj/tesseract_textord_textord.o ./obj/tesseract_textord_topitch.o ./obj/tesseract_textord_tordmain.o ./obj/tesseract_textord_tospace.o ./obj/tesseract_textord_tovars.o ./obj/tesseract_textord_underlin.o ./obj/tesseract_textord_wordseg.o ./obj/tesseract_textord_workingpartset.o ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevdgbr.o ./obj/gdevnfwd.o ./obj/gdevmem.o ./obj/gdevplnx.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/strdline ./obj/gp_strdl.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf1read ./obj/zchar1.o ./obj/zcharout.o ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_viewer_scrollview.o ./obj/tesseract_viewer_svmnode.o ./obj/tesseract_viewer_svutil.o ./obj/tesseract_wordrec_tface.o ./obj/tesseract_wordrec_wordrec.o ./obj/tesseract_ccutil_ccutil.o ./obj/tesseract_ccutil_clst.o ./obj/tesseract_ccutil_elst2.o ./obj/tesseract_ccutil_elst.o ./obj/tesseract_ccutil_errcode.o ./obj/tesseract_ccutil_mainblk.o ./obj/tesseract_ccutil_serialis.o ./obj/tesseract_ccutil_strngs.o ./obj/tesseract_ccutil_scanutils.o ./obj/tesseract_ccutil_tessdatamanager.o ./obj/tesseract_ccutil_tprintf.o ./obj/tesseract_ccutil_unichar.o ./obj/tesseract_ccutil_unicharcompress.o ./obj/tesseract_ccutil_unicharmap.o ./obj/tesseract_ccutil_unicharset.o ./obj/tesseract_ccutil_params.o ./obj/tesseract_lstm_convolve.o ./obj/tesseract_lstm_fullyconnected.o ./obj/tesseract_lstm_functions.o ./obj/tesseract_lstm_input.o ./obj/tesseract_lstm_lstm.o ./obj/tesseract_lstm_lstmrecognizer.o ./obj/tesseract_lstm_maxpool.o ./obj/tesseract_lstm_network.o ./obj/tesseract_lstm_networkio.o ./obj/tesseract_lstm_parallel.o ./obj/tesseract_lstm_plumbing.o ./obj/tesseract_lstm_recodebeam.o ./obj/tesseract_lstm_reconfig.o ./obj/tesseract_lstm_reversed.o ./obj/tesseract_lstm_series.o ./obj/tesseract_lstm_stridemap.o ./obj/tesseract_lstm_tfnetwork.o ./obj/tesseract_lstm_weightmatrix.o ./obj/tesseract_arch_dotproduct.o ./obj/tesseract_arch_dotproductavx.o ./obj/tesseract_arch_intsimdmatrixavx2.o ./obj/tesseract_arch_dotproductfma.o ./obj/tesseract_arch_dotproductsse.o ./obj/tesseract_arch_intsimdmatrixsse.o ./obj/tesseract_arch_intsimdmatrixneon.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2int ./obj/zvmem2.o ./obj/zdps1.o ./obj/aux/echogs -e .dev -a- ./obj/psf1read -obj ./obj/zfont1.o ./obj/zmisc1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/usparam ./obj/zusparam.o ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevm1.o ./obj/gdevm2.o ./obj/gdevm4.o ./obj/gdevm8.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type42 ./obj/zchar42.o ./obj/zcharout.o ./obj/zfont42.o ./obj/aux/echogs -e .dev -a- ./obj/dps2int -oper zvmem2 zdps1_l2 ./obj/aux/echogs -e .dev -a- ./obj/libocr_1 ./obj/tesseract_ccmain_adaptions.o ./obj/tesseract_ccmain_docqual.o ./obj/tesseract_ccmain_equationdetect.o ./obj/tesseract_ccmain_fixspace.o ./obj/tesseract_ccmain_fixxht.o ./obj/tesseract_ccmain_osdetect.o ./obj/tesseract_ccmain_par_control.o ./obj/tesseract_ccmain_recogtraining.o ./obj/tesseract_ccmain_superscript.o ./obj/tesseract_ccmain_tessbox.o ./obj/tesseract_ccmain_tfacepp.o ./obj/tesseract_ccstruct_fontinfo.o ./obj/tesseract_ccstruct_params_training_featdef.o ./obj/tesseract_ccutil_ambigs.o ./obj/tesseract_ccutil_bitvector.o ./obj/tesseract_ccutil_indexmapbidi.o ./obj/tesseract_ccutil_universalambigs.o ./obj/tesseract_classify_adaptive.o ./obj/tesseract_classify_adaptmatch.o ./obj/tesseract_classify_blobclass.o ./obj/tesseract_classify_cluster.o ./obj/tesseract_classify_clusttool.o ./obj/tesseract_classify_cutoffs.o ./obj/tesseract_classify_featdefs.o ./obj/tesseract_classify_float2int.o ./obj/tesseract_classify_fpoint.o ./obj/tesseract_classify_intfeaturespace.o ./obj/tesseract_classify_intfx.o ./obj/tesseract_classify_intmatcher.o ./obj/tesseract_classify_intproto.o ./obj/tesseract_classify_kdtree.o ./obj/tesseract_classify_mf.o ./obj/tesseract_classify_mfdefs.o ./obj/tesseract_classify_mfoutline.o ./obj/tesseract_classify_mfx.o ./obj/tesseract_classify_normfeat.o ./obj/tesseract_classify_normmatch.o ./obj/tesseract_classify_ocrfeatures.o ./obj/tesseract_classify_outfeat.o ./obj/tesseract_classify_picofeat.o ./obj/tesseract_classify_protos.o ./obj/tesseract_classify_shapeclassifier.o ./obj/tesseract_classify_shapetable.o ./obj/tesseract_classify_tessclassifier.o ./obj/tesseract_classify_trainingsample.o ./obj/tesseract_cutil_oldlist.o ./obj/tesseract_dict_hyphen.o ./obj/tesseract_textord_equationdetectbase.o ./obj/tesseract_wordrec_associate.o ./obj/tesseract_wordrec_chop.o ./obj/tesseract_wordrec_chopper.o ./obj/tesseract_wordrec_drawfx.o ./obj/tesseract_wordrec_findseam.o ./obj/tesseract_wordrec_gradechop.o ./obj/tesseract_wordrec_language_model.o ./obj/tesseract_wordrec_lm_consistency.o ./obj/tesseract_wordrec_lm_pain_points.o ./obj/tesseract_wordrec_lm_state.o ./obj/tesseract_wordrec_outlines.o ./obj/tesseract_wordrec_params_model.o ./obj/tesseract_wordrec_pieces.o ./obj/tesseract_wordrec_plotedges.o ./obj/tesseract_wordrec_render.o ./obj/tesseract_wordrec_segsearch.o ./obj/tesseract_wordrec_wordclass.o ./obj/aux/echogs -e .dev -a- ./obj/psf1read -include ./obj/seexec ./obj/aux/echogs -e .dev -a- ./obj/usparam -oper zusparam -replace ./obj/nousparm ./obj/aux/echogs -e .dev -a- ./obj/type42 -include ./obj/ttflib ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevm16.o ./obj/gdevm24.o ./obj/gdevm32.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/dps2int -ps gs_dps1 ./obj/aux/echogs -e .dev -a- ./obj/psf1read -oper zchar1 zfont1 zmisc1 ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevm40.o ./obj/gdevm48.o ./obj/gdevm56.o ./obj/gdevm64.o ./obj/gdevmx.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/zfrsd ./obj/zfrsd.o ./obj/aux/echogs -e .dev -a- ./obj/type42 -oper zchar42 zfont42 ./obj/aux/echogs -e .dev -a- ./obj/psf1read -ps gs_agl gs_type1 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cie ./obj/zcie.o ./obj/zcrd.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf0read ./obj/zcfont.o ./obj/zfont0.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sddparam ./obj/sddparam.o ./obj/sdcparam.o ./obj/aux/echogs -e .dev -a- ./obj/psf0read -oper zcfont zfont0 ./obj/aux/echogs -e .dev -a- ./obj/libd ./obj/gdevdsha.o ./obj/gxscanc.o ./obj/aux/echogs -e .dev -a- ./obj/zfrsd -oper zfrsd ./obj/aux/echogs -e .dev -w- -l-obj ./obj/btoken ./obj/iscanbin.o ./obj/zbseq.o ./obj/aux/echogs -e .dev -a- ./obj/type42 -ps gs_typ42 ./obj/aux/echogs -e .dev -a- ./obj/cie -oper zcrd_l2 ./obj/aux/echogs -e .dev -a- ./obj/psf0read -include ./obj/cmapread ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmykread ./obj/zcolor1.o ./obj/zht1.o ./obj/aux/echogs -e .dev -a- ./obj/btoken -oper zbseq_l2 -replace ./obj/nobtoken ./obj/aux/echogs -e .dev -w- -l-obj ./obj/upath ./obj/zupath.o ./obj/ibnum.o ./obj/gdevhit.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2read ./obj/ibnum.o ./obj/zcharx.o ./obj/aux/echogs -e .dev -a- ./obj/cie -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdiff ./obj/spdiff.o ./obj/aux/echogs -e .dev -a- ./obj/cmykread -oper zcolor1 zht1 ./obj/aux/echogs -e .dev -a- ./obj/btoken -ps gs_btokn ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psfilters ./obj/sfilter1.o ./obj/sfilter2.o ./obj/sa85d.o ./obj/aux/echogs -e .dev -a- ./obj/upath -oper zupath_l2 zupath ./obj/aux/echogs -e .dev -w- -l-obj ./obj/iodevice ./obj/ziodev2.o ./obj/zdevcal.o ./obj/aux/echogs -e .dev -a- ./obj/dps2read -include ./obj/dps2int ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pagedev ./obj/zdevice2.o ./obj/zmedia2.o ./obj/aux/echogs -e .dev -a- ./obj/psfilters ./obj/sa85d.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/patread ./obj/zpcolor.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/isupport ./obj/ialloc.o ./obj/igc.o ./obj/igcref.o ./obj/igcstr.o ./obj/aux/echogs -e .dev -a- ./obj/iodevice -oper ziodev2_l2 ./obj/aux/echogs -e .dev -a- ./obj/patread -oper zpcolor_l2 ./obj/aux/echogs -e .dev -a- ./obj/dps2read -oper ireclaim_l2 zcharx ./obj/aux/echogs -e .dev -a- ./obj/isupport -obj ./obj/ilocate.o ./obj/iname.o ./obj/isave.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/nobtoken ./obj/inobtokn.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/nousparm ./obj/inouparm.o ./obj/aux/echogs -e .dev -a- ./obj/iodevice -iodev null calendar ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dscparse -obj ./obj/zdscpars.o ./obj/dscparse.o ./obj/aux/echogs -e .dev -a- ./obj/pagedev -oper zdevice2_l2 zmedia2_l2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapi_ps ./obj/zfapi.o ./obj/aux/echogs -e .dev -a- ./obj/dscparse -oper zdscpars ./obj/aux/echogs -e .dev -w- -l-obj ./obj/bcp ./obj/sbcp.o ./obj/zfbcp.o ./obj/aux/echogs -e .dev -a- ./obj/fapi_ps -oper zfapi ./obj/aux/echogs -e .dev -w- -l-obj ./obj/path1 ./obj/zpath1.o ./obj/aux/echogs -e .dev -a- ./obj/dps2read -ps gs_dps2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/func ./obj/zfunc.o ./obj/zfunc0.o ./obj/aux/echogs -e .dev -a- ./obj/pagedev -ps gs_setpd ./obj/aux/echogs -e .dev -a- ./obj/fapi_ps -ps gs_fntem gs_fapi ./obj/aux/echogs -e .dev -w- -l-obj ./obj/func4lib ./obj/gsfunc4.o ./obj/spprint.o ./obj/aux/echogs -e .dev -a- ./obj/bcp -oper zfbcp ./obj/aux/echogs -e .dev -a- ./obj/path1 -include ./obj/path1lib ./obj/aux/echogs -e .dev -a- ./obj/func -oper zfunc ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type32 ./obj/zchar32.o ./obj/zfont32.o ./obj/aux/echogs -e .dev -a- ./obj/func4lib -include ./obj/funclib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/simscale ./obj/simscale.o ./obj/simscale_foo.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/form ./obj/zform.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cspixel ./obj/zcspixel.o ./obj/aux/echogs -e .dev -a- ./obj/type32 -oper zchar32 zfont32 ./obj/aux/echogs -e .dev -a- ./obj/path1 -oper zpath1 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/frsd -include ./obj/zfrsd ./obj/aux/echogs -e .dev -a- ./obj/func -functiontype 0 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ttfont -include ./obj/macglyph ./obj/type42 ./obj/aux/echogs -e .dev -a- ./obj/type32 -ps gs_res gs_typ32 ./obj/aux/echogs -e .dev -a- ./obj/form -oper zform ./obj/aux/echogs -e .dev -a- ./obj/frsd -ps gs_lev2 gs_res gs_frsd ./obj/aux/echogs -e .dev -a- ./obj/cspixel -include ./obj/cspixlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fmd5 ./obj/zfmd5.o ./obj/aux/echogs -e .dev -a- ./obj/ttfont -ps gs_wan_e gs_ttf ./obj/aux/echogs -e .dev -w- -l-obj ./obj/ssha2 ./obj/ssha2.o ./obj/sha2.o ./obj/aux/echogs -e .dev -a- ./obj/func -include ./obj/funclib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/farc4 ./obj/zfarc4.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/saes ./obj/saes.o ./obj/aes.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfops ./obj/zpdfops.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdf_r6 ./obj/zpdf_r6.o ./obj/aux/echogs -e .dev -a- ./obj/pdfops -oper zpdfops cp ./obj/pdf_file_jbig2dec.o ./obj/pdf_file.o ./obj/aux/echogs -e .dev -a- ./obj/fmd5 -include ./obj/smd5 cp ./obj/pdf_utf8_unix_.o ./obj/pdf_utf8.o ./obj/aux/echogs -e .dev -a- ./obj/farc4 -include ./obj/sarc4 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/iapi ./obj/iapi.o ./obj/aux/echogs -e .dev -a- ./obj/pdf_r6 -oper zpdf_r6 ./obj/aux/echogs -e .dev -a- ./obj/fmd5 -oper zfmd5 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/unix_ ./obj/gp_getnv.o ./obj/gp_upapr.o ./obj/gp_unix.o ./obj/gp_unifs.o ./obj/gp_unifn.o ./obj/gp_stdia.o ./obj/gp_nxpsprn.o -include ./obj/nosync ./obj/aux/echogs -e .dev -w- -l-obj ./obj/patlib -include ./obj/cmyklib ./obj/imasklib ./obj/psl2cs ./obj/aux/echogs -e .dev -w- -l-obj ./obj/colimlib ./obj/gxicolor.o ./obj/aux/echogs -e .dev -a- ./obj/farc4 -oper zfarc4 cp ./obj/sjpegc_1.o ./obj/sjpegc.o ./obj/aux/echogs -e .dev -a- ./obj/unix_ -include ./obj/smd5 cp ./obj/sdctd_1.o ./obj/sdctd.o cp ./obj/sjpegd_1.o ./obj/sjpegd.o ./obj/aux/echogs -e .dev -a- ./obj/colimlib -imageclass 4_color cp ./obj/libpng_1.dev ./obj/libpng.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/page ./obj/gdevprn.o ./obj/gdevppla.o ./obj/gdevmplt.o ./obj/gdevflp.o ./obj/gxdownscale.o ./obj/claptrap.o ./obj/claptrap-init.o ./obj/claptrap-planar.o ./obj/ets.o ./obj/gdevoflt.o ./obj/gdevnup.o ./obj/gdevsclass.o ./obj/gdevepo.o ./obj/aux/echogs -e .dev -a- ./obj/patlib -obj ./obj/gspcolor.o ./obj/gsptype1.o ./obj/gxclip2.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmaplib ./obj/gsfcmap.o ./obj/gsfcmap1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sicclib ./obj/gsicc.o ./obj/aux/echogs -e .dev -a- ./obj/page -include ./obj/clist cp ./obj/sjbig2_jbig2dec.dev ./obj/sjbig2.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sjpx_openjpeg ./obj/sjpx_openjpeg.o ./obj/aux/echogs -e .dev -a- ./obj/patlib -obj ./obj/gxmclip.o ./obj/gxp1fill.o ./obj/gxpcmap.o ./obj/aux/echogs -e .dev -a- ./obj/sjpx_openjpeg -include ./obj/openjpeg.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libtiff_1 ./obj/gstiffio.o ./obj/aux/echogs -e .dev -a- ./obj/cmaplib -include ./obj/cidlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/szlibe ./obj/szlibc.o ./obj/szlibe.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/vector ./obj/gdevvec.o ./obj/aux/echogs -e .dev -a- ./obj/sicclib ./obj/gsicc_manage.o ./obj/gsicc_cache.o ./obj/gsicc_lcms2mt.o ./obj/gsicc_profilecache.o ./obj/gsicc_create.o ./obj/gsicc_nocm.o ./obj/gsicc_replacecm.o ./obj/gsicc_monitorcm.o ./obj/gsicc_blacktext.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdxtext ./obj/gdevpdt.o ./obj/gdevpdtb.o ./obj/aux/echogs -e .dev -a- ./obj/libtiff_1 -lib tiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/fpng ./obj/gdevfpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/vector -include ./obj/bboxutil ./obj/sfile ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/inferno ./obj/gdevifno.o ./obj/aux/echogs -e .dev -a- ./obj/szlibe -include ./obj/zlibe.dev ./obj/aux/echogs -e .dev -a- ./obj/sicclib ./obj/gsmd5.o ./obj/aux/echogs -e .dev -a- ./obj/libtiff_1 -include ./obj/jpegd.dev ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdtc.o ./obj/gdevpdtd.o ./obj/gdevpdte.o ./obj/aux/echogs -e .dev -a- ./obj/fpng ./obj/aux/echogs -e .dev -a- ./obj/libtiff_1 -include ./obj/jpege.dev ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgr4 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgr8 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdtf.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray2 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray4 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray8 ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrmono ./obj/gdevmgr.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/miff24 ./obj/gdevmiff.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdti.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pam ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/sicclib -include ./obj/lcms2mt.dev ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pamcmyk32 ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pamcmyk4 ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pbm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pbmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx16 ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx24b ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx256 ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxcmyk ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxgray ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxmono ./obj/gdevpcx.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage24 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage32 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage8 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -a- ./obj/pdfimage24 -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/pdfimage32 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdts.o ./obj/gdevpdtt.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgnm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgnmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdfimage8 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pkm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pkmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pksm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pksmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plan ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plan9bm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/planc ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gdevpdtv.o ./obj/gdevpdtw.o ./obj/whitelst.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plang ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plank ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/planm ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plib ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibc ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibg ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibk ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibm ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext ./obj/gsfont0c.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ppm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -a- ./obj/pdxtext -include ./obj/fcopy ./obj/psf ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ppmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyk ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyk16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyktags ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyktags16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdrgb ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdrgb16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/spotcmyk ./obj/gdevdevn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/xcf ./obj/gdevxcf.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc1900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc2000 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc4000 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc4100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc8500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc8600 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc9100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ap3250 ./obj/gdevescp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/appledmp ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx23 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx24 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx38 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10e ./obj/gdevbj10.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj200 ./obj/gdevbj10.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc600 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc800 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc880j ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjccmyk ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjccolor ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjcgray ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjcmono ./obj/gdevbjc_.o ./obj/gdevbjca.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdeskjet ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj1600 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdj500 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdj550 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj670 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj850 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj880 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj890 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj970 ./obj/gdevdj9.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdjcolor ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdjmono ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdnj500 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/chp2200 ./obj/gdevcd8.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5 ./obj/gdevclj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5c ./obj/gdevcljc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5pr ./obj/gdevclj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/coslw2p ./obj/gdevcslw.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/coslwxl ./obj/gdevcslw.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/declj250 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/deskjet ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/djet500 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/djet500c ./obj/gdevdjtc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dl2100 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dnj650c ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2050 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2050p ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2120 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2750 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl5800 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl5900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl6100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl6200 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eplcolor ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eplmono ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eps9high ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eps9mid ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epson ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epsonc ./obj/gdevepsc.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/escp ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/escpage ./obj/gdevespg.o ./obj/gdevlprn.o ./obj/gdevlips.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/fmlbp ./obj/gdevfmlbp.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/fmpr ./obj/gdevfmpr.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/fs600 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/gdi ./obj/gdevgdi.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl1240 ./obj/gdevhl12.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl1250 ./obj/gdevhl12.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl7x0 ./obj/gdevhl7x.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj1120c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj310 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj320 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj340 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj400 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj500 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj500c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj510 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj520 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj540 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj550c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj560c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj600 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj660c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj670c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj680c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj690c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj850c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj855c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj870c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj890c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdjplus ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdjportable ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ibmpro ./obj/gdevepsn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/imagen ./obj/gdevimgn.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/itk24i ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/itk38 ./obj/gdevatx.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwhi ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwlo ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwlq ./obj/gdevadmp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/jetp3852 ./obj/gdev3852.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la50 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la70 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la75 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la75plus ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/laserjet ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp310 ./obj/gdevlbp3.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp320 ./obj/gdevlbp3.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp8 ./obj/gdevlbp8.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex2050 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex3200 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex5700 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex7000 ./obj/gdevlx7.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips2p ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips3 ./obj/gdevlbp8.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips4 ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/lips4v ./obj/gdevl4v.o ./obj/gdevlips.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj250 ./obj/gdevpjet.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj3100sw ./obj/gdevl31s.o ./obj/gdevmeds.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj4dith ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj4dithp ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj5gray ./obj/gdevlj56.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj5mono ./obj/gdevlj56.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -a- ./obj/lips4v -include ./obj/vector ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet2p ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet3 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet3d ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet4 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet4d ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ljet4pjl ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljetplus ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ln03 ./obj/gdevln03.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp1800 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp1900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2000 ./obj/gdevespg.o ./obj/gdevlprn.o ./obj/gdevlips.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2200 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2400 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/lp2563 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp3000c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7700 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8000 ./obj/gdevlp8k.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8000c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8200c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8300c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8300f ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8400f ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8500c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8600 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8600f ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8700 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8800c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8900 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9000b ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9000c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9100 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9200b ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9200c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9300 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9400 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9500c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9600 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9600s ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9800c ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lps4500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lps6500 ./obj/gdevescv.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lq850 ./obj/gdevdm24.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lxm3200 ./obj/gdevlx32.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lxm5700m ./obj/gdevlxm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/m8510 ./obj/gdev8510.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md1xMono ./obj/gdevalps.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md2k ./obj/gdevmd2k.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md50Eco ./obj/gdevalps.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md50Mono ./obj/gdevalps.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md5k ./obj/gdevmd2k.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj500c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj6000c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj700v2c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj8000c ./obj/gdevmjc.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ml600 ./obj/gdevml6.o ./obj/gdevprn.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/necp6 ./obj/gdevdm24.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/npdl ./obj/gdevnpdl.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/oce9050 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oki182 ./obj/gdevo182.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oki4w ./obj/gdevop4w.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/okiibm ./obj/gdevokii.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oprp ./obj/gdevopvp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/opvp ./obj/gdevopvp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/paintjet ./obj/gdevpjet.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pcl3 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/photoex ./obj/gdevphex.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pj ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjetxl ./obj/gdevpjet.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjxl ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjxl300 ./obj/gdevcdj.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pxlcolor ./obj/gdevpx.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pxlmono ./obj/gdevpx.o ./obj/gdevpxut.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/r4081 ./obj/gdev4081.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/rinkj ./obj/gdevrinkj.o ./obj/evenbetter-rll.o ./obj/rinkj-byte-stream.o ./obj/rinkj-device.o ./obj/rinkj-config.o ./obj/rinkj-dither.o ./obj/rinkj-epson870.o ./obj/rinkj-screen-eb.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/rpdl ./obj/gdevrpdl.o ./obj/gdevlprn.o ./obj/aux/echogs -e .dev -a- ./obj/pxlmono -include ./obj/vector ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/samsunggdi ./obj/gdevgdi.o ./obj/gdevpcl.o ./obj/aux/echogs -e .dev -a- ./obj/pxlcolor -include ./obj/vector ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/sj48 ./obj/gdevsj48.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/st800 ./obj/gdevescp.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/stcolor ./obj/gdevstc.o ./obj/gdevstc1.o ./obj/gdevstc2.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d2 ./obj/gdev4693.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d4 ./obj/gdev4693.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d8 ./obj/gdev4693.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/tek4696 ./obj/gdevtknk.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/uniprint ./obj/gdevupd.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/xes ./obj/gdevxes.o ./obj/aux/echogs -e .dev -a- ./obj/stcolor -obj ./obj/gdevstc3.o ./obj/gdevstc4.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ijs ./obj/gdevijs.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png16 ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png16m ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png256 ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png48 ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngalpha ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/ijs -include ./obj/ijslib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnggray ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/png16 -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/png16m -include ./obj/libpng ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngmono ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/pngalpha -include ./obj/libpng ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngmonod ./obj/gdevpng.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/png48 -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/png256 -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/pngmono -include ./obj/libpng cp ./obj/libocr_1.dev ./obj/libocr.dev ./obj/aux/echogs -e .dev -a- ./obj/pnggray -include ./obj/libpng ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr8 ./obj/gdevpdfocr.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr24 ./obj/gdevpdfocr.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr32 ./obj/gdevpdfocr.o ./obj/aux/echogs -e .dev -a- ./obj/pngmonod -include ./obj/libpng ./obj/aux/echogs -e .dev -a- ./obj/pdfocr8 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-obj ./obj/szlibd ./obj/szlibc.o ./obj/szlibd.o ./obj/aux/echogs -e .dev -a- ./obj/szlibd -include ./obj/zlibd.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapif1 ./obj/fapi_ft.o ./obj/write_t1.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/romfs1 ./obj/gsiorom.o ./obj/aux/echogs -e .dev -a- ./obj/pdfocr24 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libx ./obj/gxacpath.o ./obj/gxbcache.o ./obj/gxccache.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/iscale ./obj/siinterp.o ./obj/siscale.o ./obj/sidscale.o ./obj/aux/echogs -e .dev -a- ./obj/pdfocr32 -include ./obj/page ./obj/aux/echogs -e .dev -w- -l-obj ./obj/roplib ./obj/gdevdrop.o ./obj/gsroprun.o ./obj/aux/echogs -e .dev -a- ./obj/fapif1 ./obj/write_t2.o ./obj/wrfont.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxccman.o ./obj/gxchar.o ./obj/gxcht.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2int ./obj/iutil2.o ./obj/zmisc2.o ./obj/aux/echogs -e .dev -a- ./obj/romfs1 -iodev rom ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type1 -include ./obj/psf1lib ./obj/psf1read ./obj/aux/echogs -e .dev -a- ./obj/roplib ./obj/gdevmr1.o ./obj/gdevmr2n.o ./obj/gdevmr8n.o ./obj/aux/echogs -e .dev -a- ./obj/fapif1 -include ./obj/freetype ./obj/aux/echogs -e .dev -a- ./obj/psl2int -include ./obj/dps2int ./obj/usparam ./obj/aux/echogs -e .dev -w- -l-obj ./obj/color -include ./obj/cmyklib ./obj/colimlib ./obj/cmykread ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fdecode ./obj/scantab.o ./obj/scfparam.o ./obj/zfdecode.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxclip.o ./obj/gxcmap.o ./obj/gxcpath.o ./obj/aux/echogs -e .dev -a- ./obj/fapif1 -fapi fapi_ft ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pattern -include ./obj/patlib ./obj/patread ./obj/aux/echogs -e .dev -a- ./obj/psl2int -oper zmisc2 ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxdcconv.o ./obj/gxdcolor.o ./obj/gxhldevc.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psbase ./obj/imain.o ./obj/imainarg.o ./obj/gsargs.o ./obj/idisp.o ./obj/aux/echogs -e .dev -a- ./obj/roplib ./obj/gdevrops.o ./obj/gsrop.o ./obj/gsroptab.o ./obj/aux/echogs -e .dev -a- ./obj/fdecode -include ./obj/cfd ./obj/lzwd ./obj/pdiff ./obj/pngp ./obj/rld ./obj/psfilters.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/func4 ./obj/zfunc4.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/gconfig.o ./obj/gscdefs.o ./obj/iconfig.o ./obj/aux/echogs -e .dev -a- ./obj/psl2int -ps gs_lev2 gs_res ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fimscale ./obj/zfimscale.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxfill.o ./obj/gxht.o ./obj/gxhtbit.o ./obj/gxht_thresh.o ./obj/aux/echogs -e .dev -a- ./obj/fdecode -oper zfdecode ./obj/aux/echogs -e .dev -a- ./obj/func4 -functiontype 4 ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/psapi.o ./obj/icontext.o ./obj/idebug.o ./obj/aux/echogs -e .dev -a- ./obj/fimscale -include ./obj/simscale ./obj/aux/echogs -e .dev -w- -l-obj ./obj/icc ./obj/zicc.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxidata.o ./obj/gxifast.o ./obj/gximage.o ./obj/gximdecode.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fzlib -include ./obj/szlibe ./obj/szlibd ./obj/aux/echogs -e .dev -a- ./obj/func4 -include ./obj/func ./obj/func4lib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cff -include ./obj/psl2int -ps gs_cff ./obj/aux/echogs -e .dev -a- ./obj/icc -oper zicc ./obj/aux/echogs -e .dev -a- ./obj/fimscale -oper zfimscale ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gximage1.o ./obj/gximono.o ./obj/gxipixel.o ./obj/gximask.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fsha2 ./obj/zfsha2.o ./obj/aux/echogs -e .dev -a- ./obj/icc -ps gs_icc ./obj/aux/echogs -e .dev -w- -l-obj ./obj/faes ./obj/zfaes.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/idict.o ./obj/idparam.o ./obj/idstack.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxi12bit.o ./obj/gxi16bit.o ./obj/gxiscale.o ./obj/gxpaint.o ./obj/gxpath.o ./obj/gxpath2.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iinit.o ./obj/interp.o ./obj/aux/echogs -e .dev -a- ./obj/icc -include ./obj/sicclib ./obj/cie ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxpcopy.o ./obj/gxpdash.o ./obj/gxpflat.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jbig2_jbig2dec ./obj/zfjbig2_jbig2dec.o ./obj/aux/echogs -e .dev -a- ./obj/faes -include ./obj/saes ./obj/aux/echogs -e .dev -a- ./obj/fsha2 -include ./obj/ssha2 ./obj/aux/echogs -e .dev -a- ./obj/faes -oper zfaes ./obj/aux/echogs -e .dev -a- ./obj/fzlib -obj ./obj/zfzlib.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iparam.o ./obj/ireclaim.o ./obj/iplugin.o ./obj/aux/echogs -e .dev -a- ./obj/libx ./obj/gxsample.o ./obj/gxstroke.o ./obj/gxsync.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/shadelib ./obj/gscolor3.o ./obj/gsfunc3.o ./obj/gsptype2.o ./obj/gsshade.o ./obj/aux/echogs -e .dev -a- ./obj/fzlib -oper zfzlib ./obj/aux/echogs -e .dev -a- ./obj/libx -imageclass 0_interpolate ./obj/aux/echogs -e .dev -a- ./obj/fsha2 -oper zfsha2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2lib -include ./obj/colimlib ./obj/psl2cs ./obj/aux/echogs -e .dev -a- ./obj/shadelib -obj ./obj/gxshade.o ./obj/gxshade1.o ./obj/gxshade4.o ./obj/gxshade6.o ./obj/aux/echogs -e .dev -a- ./obj/libx -imageclass 1_simple 3_mono ./obj/aux/echogs -e .dev -a- ./obj/jbig2_jbig2dec -include ./obj/sjbig2 ./obj/aux/echogs -e .dev -a- ./obj/psl2lib -imageclass 2_fracs ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdctd ./obj/sdctc.o ./obj/sjpegc.o ./obj/sdctd.o ./obj/sjpegd.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iscan.o ./obj/iscannum.o ./obj/istack.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdcte ./obj/sdctc.o ./obj/sjpegc.o ./obj/sdcte.o ./obj/sjpege.o ./obj/aux/echogs -e .dev -a- ./obj/sdctd -include ./obj/jpegd.dev ./obj/aux/echogs -e .dev -a- ./obj/jbig2_jbig2dec -oper zfjbig2 ./obj/aux/echogs -e .dev -a- ./obj/shadelib -include ./obj/funclib ./obj/patlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/translib ./obj/gstrans.o ./obj/gximag3x.o ./obj/gxblend.o ./obj/gxblend1.o ./obj/gdevp14.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/iutil.o ./obj/scantab.o ./obj/aux/echogs -e .dev -a- ./obj/sdcte -include ./obj/jpege.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf0lib ./obj/gschar0.o ./obj/gsfont0.o cp ./obj/sjpx_openjpeg.dev ./obj/sjpx.dev ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/sstring.o ./obj/stream.o ./obj/aux/echogs -e .dev -a- ./obj/psf0lib -include ./obj/cmaplib ./obj/aux/echogs -e .dev -a- ./obj/translib -imagetype 3x ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/PCLm ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/PCLm8 ./obj/gdevpdfimg.o ./obj/aux/echogs -e .dev -a- ./obj/translib -include ./obj/cspixlib ./obj/bboxutil ./obj/page ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bit ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zarith.o ./obj/zarray.o ./obj/zcontrol.o ./obj/aux/echogs -e .dev -a- ./obj/libx -imagetype 1 mask1 ./obj/aux/echogs -e .dev -a- ./obj/bit -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitcmyk ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zdict.o ./obj/zfile.o ./obj/zfile1.o ./obj/zfileio.o ./obj/aux/echogs -e .dev -a- ./obj/PCLm -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zfilter.o ./obj/zfproc.o ./obj/zgeneric.o ./obj/aux/echogs -e .dev -a- ./obj/bitcmyk -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitrgb ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -a- ./obj/translib -include ./obj/cielib.dev ./obj/aux/echogs -e .dev -a- ./obj/PCLm8 -include ./obj/page ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/ziodev.o ./obj/ziodevsc.o ./obj/zmath.o ./obj/zalg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitrgbtags ./obj/gdevbit.o ./obj/gdevdcrd.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp16 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp16m ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zmisc.o ./obj/zpacked.o ./obj/zrelbit.o ./obj/aux/echogs -e .dev -a- ./obj/bitrgb -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp256 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp32b ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpgray ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -a- ./obj/bitrgbtags -include ./obj/cielib ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpmono ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpsep1 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpsep8 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ccr ./obj/gdevccr.o cp ./obj/libtiff_1.dev ./obj/libtiff.dev ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cif ./obj/gdevcif.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/devicen ./obj/gdevdevn.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psdf ./obj/gdevpsdi.o ./obj/gdevpsdp.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdtext -include ./obj/pdxtext ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/gdevpsds.o ./obj/gdevpsdu.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpeg ./obj/gdevjpeg.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpegcmyk ./obj/gdevjpeg.o ./obj/aux/echogs -e .dev -a- ./obj/jpegcmyk -include ./obj/sdcte ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zstack.o ./obj/zstring.o ./obj/zsysvm.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpeggray ./obj/gdevjpeg.o ./obj/aux/echogs -e .dev -a- ./obj/jpeg -include ./obj/sdcte ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/psdcmykog ./obj/gdevcmykog.o gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1 -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevxps_1.o -c ./devices/vector/gdevxps.c ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/scfparam.o ./obj/sdcparam.o ./obj/sdeparam.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/ztoken.o ./obj/ztype.o ./obj/zvmem.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ocr ./obj/gdevocr.o ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/spprint.o ./obj/spsdf.o ./obj/sstring.o ./obj/aux/echogs -e .dev -a- ./obj/ocr -include ./obj/libocr ./obj/aux/echogs -e .dev -a- ./obj/jpeggray -include ./obj/sdcte ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/hocr ./obj/aux/echogs -e .dev -w- -l-obj ./obj/clmemory ./obj/gxclmem.o ./obj/gxclzlib.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gxfapi ./obj/gxfapi.o ./obj/aux/echogs -e .dev -a- ./obj/psdf -obj ./obj/gsparamx.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zbfont.o ./obj/zchar.o ./obj/zcolor.o ./obj/aux/echogs -e .dev -a- ./obj/hocr ./obj/aux/echogs -e .dev -a- ./obj/clmemory -include ./obj/szlibe ./obj/aux/echogs -e .dev -a- ./obj/gxfapi -include ./obj/fapiu ./obj/aux/echogs -e .dev -a- ./obj/psdf -include ./obj/vector.dev ./obj/pngp.dev ./obj/seexec.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/type2 ./obj/zchar2.o ./obj/zfont2.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zdevice.o ./obj/zfont.o ./obj/zfontenum.o ./obj/zgstate.o ./obj/aux/echogs -e .dev -a- ./obj/gxfapi -include ./obj/fapif1 ./obj/aux/echogs -e .dev -a- ./obj/psdf -include ./obj/sdcte.dev ./obj/slzwe.dev ./obj/szlibe.dev ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zht.o ./obj/zimage.o ./obj/zmatrix.o ./obj/aux/echogs -e .dev -a- ./obj/type2 -oper zchar2 zfont2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmapread ./obj/zcid.o ./obj/zfcmap.o ./obj/aux/echogs -e .dev -a- ./obj/clmemory -include ./obj/szlibd ./obj/aux/echogs -e .dev -w- -l-obj ./obj/compfont -include ./obj/psf0lib ./obj/psf0read ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zpaint.o ./obj/zpath.o ./obj/aux/echogs -e .dev -a- ./obj/gxfapi -include ./obj/fapib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dcte -include ./obj/sdcte ./obj/sdeparam ./obj/aux/echogs -e .dev -a- ./obj/psbase -obj ./obj/zncdummy.o ./obj/aux/echogs -e .dev -a- ./obj/type2 -include ./obj/type1 ./obj/psf2lib ./obj/aux/echogs -e .dev -a- ./obj/cmapread -include ./obj/cmaplib ./obj/psl2int ./obj/aux/echogs -e .dev -a- ./obj/clmemory -init gxclmem ./obj/aux/echogs -e .dev -a- ./obj/dcte -obj ./obj/zfdcte.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dctd -include ./obj/sdctd ./obj/sddparam ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dpsand2 -include ./obj/btoken ./obj/color ./obj/upath ./obj/dps2lib ./obj/dps2read ./obj/aux/echogs -e .dev -a- ./obj/cmapread -oper zfcmap ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zarith zarray zcontrol1 zcontrol2 zcontrol3 ./obj/aux/echogs -e .dev -a- ./obj/dctd -obj ./obj/zfdctd.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/filter -include ./obj/fdecode ./obj/aux/echogs -e .dev -a- ./obj/dcte -oper zfdcte ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2read ./obj/zcolor2.o ./obj/zcsindex.o ./obj/zht2.o ./obj/aux/echogs -e .dev -a- ./obj/cmapread -ps gs_cmap ./obj/aux/echogs -e .dev -a- ./obj/filter -obj ./obj/zfilter2.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zdict1 zdict2 zfile zfile1 zfileio1 zfileio2 ./obj/aux/echogs -e .dev -a- ./obj/filter -include ./obj/cfe ./obj/lzwe ./obj/rle ./obj/aux/echogs -e .dev -a- ./obj/dctd -oper zfdctd ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zfilter zfproc zgeneric ziodev zmath zalg ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sepr ./obj/zcssepr.o ./obj/zfsample.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3read ./obj/zfunc3.o ./obj/zfsample.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zmisc_a zmisc_b zpacked zrelbit zstack zstring zsysvm ./obj/aux/echogs -e .dev -a- ./obj/filter -oper zfilter2 ./obj/aux/echogs -e .dev -a- ./obj/psl2read -include ./obj/psl2int ./obj/dps2read ./obj/aux/echogs -e .dev -a- ./obj/psl3read ./obj/zimage3.o ./obj/zmisc3.o ./obj/zcolor3.o ./obj/zshade.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpx_openjpeg ./obj/zfjpx_openjpeg.o cp ./obj/jbig2_jbig2dec.dev ./obj/jbig2.dev ./obj/aux/echogs -e .dev -a- ./obj/sepr -oper zcssepr_l2 ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper ztoken ztype zvmem zbfont zchar_a zchar_b zcolor zcolor_ext ./obj/aux/echogs -e .dev -a- ./obj/jpx_openjpeg -include ./obj/sjpx ./obj/aux/echogs -e .dev -a- ./obj/psl2read -oper zht2_l2 ./obj/aux/echogs -e .dev -a- ./obj/psl3read -oper zfsample ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3lib ./obj/gsclipsr.o ./obj/gscdevn.o ./obj/gxdevndi.o ./obj/aux/echogs -e .dev -a- ./obj/psl3read -oper zimage3 zmisc3 zcolor3_l3 zshade ./obj/aux/echogs -e .dev -a- ./obj/sepr -oper zfsample ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zdevice zdevice_ext zfont zfontenum zgstate1 zgstate2 zgstate3 zgstate4 ./obj/aux/echogs -e .dev -a- ./obj/psl3lib -include ./obj/imasklib ./obj/shadelib ./obj/aux/echogs -e .dev -a- ./obj/jpx_openjpeg -include ./obj/openjpeg ./obj/aux/echogs -e .dev -a- ./obj/psl3lib -include ./obj/gxfapiu ./obj/aux/echogs -e .dev -a- ./obj/psl3read -functiontype 2 3 ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zht zimage zmatrix zmatrix2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdct -include ./obj/sdctd.dev ./obj/sdcte.dev ./obj/aux/echogs -e .dev -a- ./obj/sepr -include ./obj/func4 ./obj/seprlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/fax ./obj/gdevfax.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/psl3read -ps gs_ll3 ./obj/aux/echogs -e .dev -a- ./obj/jpx_openjpeg -oper zfjpx ./obj/aux/echogs -e .dev -a- ./obj/psbase -oper zpaint zpath pantone zcolor_pdf ./obj/aux/echogs -e .dev -w- -l-obj ./obj/tiffs ./obj/gdevtifs.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/psbase -iodev stdin stdout stderr lineedit statementedit ./obj/aux/echogs -e .dev -w- -l-obj ./obj/clist ./obj/gxclist.o ./obj/gxclbits.o ./obj/gxclpage.o ./obj/aux/echogs -e .dev -a- ./obj/psl3read -include ./obj/frsd ./obj/fzlib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/cidfont ./obj/zcid.o ./obj/zfcid.o ./obj/zfcid0.o ./obj/zfcid1.o ./obj/aux/echogs -e .dev -a- ./obj/fax -include ./obj/cfe -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffs -include ./obj/page -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/psbase -include ./obj/isupport ./obj/nobtoken ./obj/nousparm ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclrast.o ./obj/gxclread.o ./obj/gxclrect.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/dct -include ./obj/dcte ./obj/dctd ./obj/aux/echogs -e .dev -w- -l-obj ./obj/transpar ./obj/ztrans.o ./obj/aux/echogs -e .dev -a- ./obj/cidfont -include ./obj/psf1read ./obj/psl2int ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfi ./obj/pdf_loop_detect.o ./obj/ghostpdf.o ./obj/pdf_dict.o ./obj/pdf_array.o ./obj/pdf_xref.o ./obj/pdf_int.o ./obj/pdf_file.o ./obj/pdf_path.o ./obj/pdf_colour.o ./obj/pdf_pattern.o ./obj/pdf_gstate.o ./obj/pdf_stack.o ./obj/pdf_image.o ./obj/pdf_page.o ./obj/pdf_annot.o ./obj/pdf_mark.o ./obj/pdf_fapi.o ./obj/pdf_font.o ./obj/pdf_font0.o ./obj/pdf_ciddec.o ./obj/pdf_font1.o ./obj/pdf_font1C.o ./obj/pdf_fontps.o ./obj/pdf_font3.o ./obj/pdf_fontTT.o ./obj/pdf_font9.o ./obj/pdf_font11.o ./obj/pdf_cmap.o ./obj/pdf_fmap.o ./obj/pdf_text.o ./obj/pdf_shading.o ./obj/pdf_func.o ./obj/pdf_trans.o ./obj/pdf_device.o ./obj/pdf_misc.o ./obj/pdf_optcontent.o ./obj/pdf_check.o ./obj/pdf_sec.o ./obj/pdf_utf8.o ./obj/pdf_deref.o ./obj/pdf_repair.o ./obj/pdf_obj.o ./obj/pdf_doc.o cp ./obj/jpx_openjpeg.dev ./obj/jpx.dev ./obj/aux/echogs -e .dev -a- ./obj/transpar -oper ztrans1 ztrans2 ztrans3 ./obj/aux/echogs -e .dev -a- ./obj/psbase -include ./obj/rld ./obj/rle ./obj/sfile ./obj/dscparse ./obj/aux/echogs -e .dev -a- ./obj/pdfi -include ./obj/func4lib.dev ./obj/gsagl.dev ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclutil.o ./obj/gsparams.o ./obj/gsparaml.o ./obj/gsparamx.o ./obj/gxshade6.o ./obj/aux/echogs -e .dev -a- ./obj/cidfont -include ./obj/type2 ./obj/type42 ./obj/zfrsd ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gsroptab.o ./obj/gsroprun.o ./obj/stream.o ./obj/aux/echogs -w ./obj/fdevs.tr - -include ./obj/unix_ ./obj/aux/echogs -e .dev -a- ./obj/transpar -include ./obj/psl2read ./obj/translib ./obj/aux/echogs -e .dev -a- ./obj/pdfi -include ./obj/pdiff.dev ./obj/psfilters.dev ./obj/saes.dev ./obj/sjpx.dev ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclimag.o ./obj/gxclpath.o ./obj/gxdhtserial.o ./obj/aux/echogs -e .dev -a- ./obj/cidfont -oper zfcid0 zfcid1 ./obj/aux/echogs -e .dev -a- ./obj/psbase -include ./obj/fapi_ps ./obj/aux/echogs -e .dev -a- ./obj/clist -obj ./obj/gxclthrd.o ./obj/gsmchunk.o ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/cfax ./obj/gdevcfax.o ./obj/aux/echogs -a ./obj/fdevs.tr -+ ./obj/pipe.dev ./obj/gsnogc.dev ./obj/htxlib.dev ./obj/psl3lib.dev ./obj/psl2lib.dev ./obj/dps2lib.dev ./obj/path1lib.dev ./obj/patlib.dev ./obj/psl2cs.dev ./obj/rld.dev ./obj/gxfapiu.dev ./obj/ttflib.dev ./obj/cielib.dev ./obj/pipe.dev ./obj/htxlib.dev ./obj/sdct.dev ./obj/libpng.dev ./obj/seprlib.dev ./obj/translib.dev ./obj/cidlib.dev ./obj/psf0lib.dev ./obj/psf1lib.dev ./obj/psf2lib.dev ./obj/lzwd.dev ./obj/sicclib.dev ./obj/sjbig2.dev ./obj/sjpx.dev ./obj/ramfs.dev ./obj/pwgd.dev ./obj/siscale.dev ./obj/aux/echogs -e .dev -a- ./obj/pdfi -include ./obj/ssha2.dev ./obj/psfilters.dev ./obj/sdct.dev ./obj/simscale.dev ./obj/aux/echogs -e .dev -a- ./obj/cfax -include ./obj/fax ./obj/aux/echogs -e .dev -a- ./obj/cidfont -ps gs_cidfn gs_cidcm gs_fntem gs_cidtt gs_cidfm ./obj/aux/echogs -e .dev -a- ./obj/clist -include ./obj/clfile ./obj/aux/echogs -a ./obj/fdevs.tr -+ ./obj/aux/echogs -e .dev -a- ./obj/psbase -replace ./obj/gsiodevs ./obj/aux/echogs -e .dev -a- ./obj/clist -include ./obj/clmemory ./obj/posync.dev ./obj/aux/echogs -e .dev -w- -l-obj ./obj/tfax ./obj/gdevtfax.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg3 -include ./obj/fax ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg32d -include ./obj/fax ./obj/aux/echogs -e .dev -a- ./obj/clist -include ./obj/cfe ./obj/cfd ./obj/rle ./obj/rld ./obj/psl2cs ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg4 -include ./obj/fax ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff12nc ./obj/gdevtfnx.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/tfax -include ./obj/cfe ./obj/lzwe ./obj/rle ./obj/aux/echogs -e .dev -a- ./obj/faxg32d -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff24nc ./obj/gdevtfnx.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/faxg3 -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/faxg4 -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiff12nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff32nc ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/tiff24nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tfax -include ./obj/fax ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff48nc ./obj/gdevtfnx.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff64nc ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffgray ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/aux/echogs -e .dev -a- ./obj/tiff32nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -a- ./obj/tiff48nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled24 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled32 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled4 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -a- ./obj/tiffgray -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled24 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled32 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiff64nc -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled4 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled8 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffsep ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffsep1 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libs ./obj/gpmisc.o ./obj/stream.o ./obj/strmio.o ./obj/aux/echogs -e .dev -a- ./obj/tiffsep -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl1 -include ./obj/psbase ./obj/bcp ./obj/path1 ./obj/type1 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfread -include ./obj/frsd ./obj/func4 ./obj/fzlib In file included from ./devices/vector/gdevxps.c:27: ./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 35 | uint16 Compression; /* same values as TIFFTAG_COMPRESSION */ | ^~~~~~ ./obj/aux/echogs -e .dev -a- ./obj/tiffscaled8 -include ./obj/tiffs -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffsep1 -include ./obj/tiffs ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/dfaxhigh ./obj/gdevdfax.o ./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 83 | int tiff_compression_param_string(gs_param_string *param, uint16 id); | ^~~ ./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 88 | int tiff_compression_id(uint16 *id, gs_param_string *param); | ^~~ ./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations] 94 | int tiff_compression_allowed(uint16 compression, byte depth); | ^~~ ./obj/aux/echogs -e .dev -a- ./obj/pdfread -include ./obj/transpar ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsalloc.o ./obj/gxdownscale.o ./obj/gxdownscale.o ./obj/claptrap.o ./obj/claptrap-init.o ./obj/claptrap-planar.o ./obj/ets.o ./obj/gdevprn.o ./obj/gdevflp.o ./obj/gdevkrnlsclass.o ./obj/gdevepo.o ./obj/aux/echogs -e .dev -a- ./obj/psl1 -emulator PostScript PostScriptLevel1 ./obj/aux/echogs -e .dev -a- ./obj/dfaxhigh -include ./obj/tfax ./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/dfaxlow ./obj/gdevdfax.o ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_ops ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffcrle -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gdevmplt.o ./obj/gsbitcom.o ./obj/gsbitops.o ./obj/gsbittab.o ./obj/gdevoflt.o ./obj/gdevnup.o ./obj/gdevsclass.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg3 -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/tiffcrle -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/dfaxlow -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_rbld ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg32d -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gscedata.o ./obj/gscencs.o ./obj/gschar.o ./obj/gscolor.o ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_base pdf_draw ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg4 -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/tiffg32d -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tiffg3 -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tifflzw -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gscoord.o ./obj/gscparam.o ./obj/gscspace.o ./obj/gscicach.o ./obj/gsovrc.o ./obj/gxoprect.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffpack -include ./obj/tfax ./obj/aux/echogs -e .dev -a- ./obj/pdfread -include ./obj/cff ./obj/aux/echogs -e .dev -a- ./obj/tiffg4 -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/tifflzw -include ./obj/libtiff ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2 -include ./obj/dpsand2 ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsdevice.o ./obj/gsdevmem.o ./obj/gsdparam.o ./obj/aux/echogs -e .dev -a- ./obj/pdfread -include ./obj/ttfont ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsfname.o ./obj/gsfont.o ./obj/gsgdata.o ./obj/gsgcache.o ./obj/aux/echogs -e .dev -a- ./obj/tiffpack -include ./obj/libtiff ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/cidfont ./obj/cie ./obj/cmapread ./obj/compfont ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsht.o ./obj/gshtscr.o ./obj/gen_ordered.o ./obj/aux/echogs -e .dev -a- ./obj/pdfread -ps pdf_font pdf_main pdf_sec ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsimage.o ./obj/gsimpath.o ./obj/gsinit.o ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/dct ./obj/filter ./obj/iodevice ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsiodev.o ./obj/gsgstate.o ./obj/gsline.o ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsmalloc.o ./obj/memento.o ./obj/bobbin.o ./obj/gsmatrix.o ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/pagedev ./obj/pattern ./obj/psl1 ./obj/psl2lib ./obj/psl2read ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsmemory.o ./obj/gsmemret.o ./obj/gsmisc.o ./obj/gsnotify.o ./obj/gslibctx.o ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/sepr ./obj/type32 ./obj/type42 ./obj/aux/echogs -e .dev -a- ./obj/psl2 -include ./obj/fimscale ./obj/form ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gspaint.o ./obj/gsparam.o ./obj/gspath.o ./obj/aux/echogs -e .dev -a- ./obj/psl3 -include ./obj/icc ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gsserial.o ./obj/gsstate.o ./obj/gstext.o ./obj/gsutil.o ./obj/gssprintf.o ./obj/gsstrtok.o ./obj/gsstrl.o ./obj/aux/echogs -e .dev -a- ./obj/psl2 -emulator PostScript PostScriptLevel2 ./obj/aux/echogs -e .dev -a- -l-comp ./obj/libs overprint ./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3 -include ./obj/psl2 ./obj/cspixel ./obj/frsd ./obj/func ./obj/aux/echogs -e .dev -a- -l-comp ./obj/libs pdf14trans ./obj/aux/echogs -e .dev -a- ./obj/psl3 -include ./obj/psl3lib ./obj/psl3read ./obj/aux/echogs -e .dev -a- ./obj/libs -init gshtscr ./obj/aux/echogs -e .dev -a- ./obj/psl3 -include ./obj/icc ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/gsiodevs ./obj/aux/echogs -e .dev -a- ./obj/psl3 -emulator PostScript PostScriptLevel2 PostScriptLevel3 ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/translib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdf -include ./obj/psbase ./obj/dps2lib ./obj/aux/echogs -e .dev -w- -l-obj ./obj/gs_pdfwr -include ./obj/psl3 ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/clist ./obj/aux/echogs -e .dev -a- ./obj/gs_pdfwr -ps gs_pdfwr ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/dps2read ./obj/pdffonts ./obj/psl3 ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/psl2lib ./obj/pdfread ./obj/aux/echogs -e .dev -a- ./obj/libs -include ./obj/romfs1 ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/fmd5 ./obj/fsha2 ./obj/aux/echogs -e .dev -a- ./obj/libs ./obj/gxfapi ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/farc4 ./obj/faes.dev ./obj/aux/echogs -e .dev -a- ./obj/libs -init fapi ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/type2 ./obj/aux/echogs -e .dev -w- -l-obj ./obj/libcore ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/pdfops ./obj/aux/echogs -e .dev -a- ./obj/libcore -dev2 nullpage ./obj/aux/echogs -e .dev -a- ./obj/pdf -include ./obj/pdf_r6 ./obj/aux/echogs -e .dev -a- ./obj/libcore -include ./obj/libs ./obj/libx ./obj/libd ./obj/aux/echogs -e .dev -a- ./obj/pdf -functiontype 4 ./obj/aux/echogs -e .dev -a- ./obj/libcore -include ./obj/iscale ./obj/roplib ./obj/aux/echogs -e .dev -a- ./obj/pdf -emulator PDF ./obj/aux/echogs -e .dev -a- ./obj/libcore -include ./obj/strdline ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pdfwrite ./obj/gdevpdf.o ./obj/gdevpdfb.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfc.o ./obj/gdevpdfd.o ./obj/gdevpdfe.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfg.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfi.o ./obj/gdevpdfj.o ./obj/gdevpdfk.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfm.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfo.o ./obj/gdevpdfp.o ./obj/gdevpdft.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfr.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gdevpdfu.o ./obj/gdevpdfv.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/gsflip.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/scantab.o ./obj/sfilter2.o ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/cmyklib ./obj/cfe ./obj/lzwe ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/rle ./obj/sdcte ./obj/sdeparam ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/smd5 ./obj/szlibe ./obj/sarc4.dev ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/psdf ./obj/gsagl ./obj/aux/echogs -e .dev -a- ./obj/pdfwrite -include ./obj/pdtext ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/eps2write ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/ps2write ./obj/aux/echogs -e .dev -a- ./obj/ps2write -include ./obj/pdfwrite.dev ./obj/aux/echogs -e .dev -a- ./obj/eps2write -include ./obj/pdfwrite.dev cp ./obj/gdevxps_1.o ./obj/gdevxps.o ./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/xpswrite ./obj/gdevxps.o ./obj/aux/echogs -e .dev -a- ./obj/xpswrite -include ./obj/vector -include ./obj/libtiff ./obj/aux/echogs -w ./obj/devdevs.tr -+ ./obj/bbox.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/PCLm.dev ./obj/PCLm8.dev ./obj/bbox.dev ./obj/bit.dev ./obj/bitcmyk.dev ./obj/bitrgb.dev ./obj/bitrgbtags.dev ./obj/bmp16.dev ./obj/bmp16m.dev ./obj/bmp256.dev ./obj/bmp32b.dev ./obj/bmpgray.dev ./obj/bmpmono.dev ./obj/bmpsep1.dev ./obj/bmpsep8.dev ./obj/ccr.dev ./obj/cfax.dev ./obj/cif.dev ./obj/devicen.dev ./obj/dfaxhigh.dev ./obj/dfaxlow.dev ./obj/display.dev ./obj/docxwrite.dev ./obj/eps2write.dev ./obj/fax.dev ./obj/faxg3.dev ./obj/faxg32d.dev ./obj/faxg4.dev ./obj/fpng.dev ./obj/inferno.dev ./obj/ink_cov.dev ./obj/inkcov.dev ./obj/jpeg.dev ./obj/jpegcmyk.dev ./obj/jpeggray.dev ./obj/mgr4.dev ./obj/mgr8.dev ./obj/mgrgray2.dev ./obj/mgrgray4.dev ./obj/mgrgray8.dev ./obj/mgrmono.dev ./obj/miff24.dev ./obj/pam.dev ./obj/pamcmyk32.dev ./obj/pamcmyk4.dev ./obj/pbm.dev ./obj/pbmraw.dev ./obj/pcx16.dev ./obj/pcx24b.dev ./obj/pcx256.dev ./obj/pcxcmyk.dev ./obj/pcxgray.dev ./obj/pcxmono.dev ./obj/pdfimage24.dev ./obj/pdfimage32.dev ./obj/pdfimage8.dev ./obj/pdfwrite.dev ./obj/pgm.dev ./obj/pgmraw.dev ./obj/pgnm.dev ./obj/pgnmraw.dev ./obj/pkm.dev ./obj/pkmraw.dev ./obj/pksm.dev ./obj/pksmraw.dev ./obj/plan.dev ./obj/plan9bm.dev ./obj/planc.dev ./obj/plang.dev ./obj/plank.dev ./obj/planm.dev ./obj/plib.dev ./obj/plibc.dev ./obj/plibg.dev ./obj/plibk.dev ./obj/plibm.dev ./obj/pnm.dev ./obj/pnmraw.dev ./obj/ppm.dev ./obj/ppmraw.dev ./obj/ps2write.dev ./obj/psdcmyk.dev ./obj/psdcmyk16.dev ./obj/psdcmykog.dev ./obj/psdcmyktags.dev ./obj/psdcmyktags16.dev ./obj/psdf.dev ./obj/psdrgb.dev ./obj/psdrgb16.dev ./obj/spotcmyk.dev ./obj/tfax.dev ./obj/tiff12nc.dev ./obj/tiff24nc.dev ./obj/tiff32nc.dev ./obj/tiff48nc.dev ./obj/tiff64nc.dev ./obj/tiffcrle.dev ./obj/tiffg3.dev ./obj/tiffg32d.dev ./obj/tiffg4.dev ./obj/tiffgray.dev ./obj/tifflzw.dev ./obj/tiffpack.dev ./obj/tiffs.dev ./obj/tiffscaled.dev ./obj/tiffscaled24.dev ./obj/tiffscaled32.dev ./obj/tiffscaled4.dev ./obj/tiffscaled8.dev ./obj/tiffsep.dev ./obj/tiffsep1.dev ./obj/txtwrite.dev ./obj/xcf.dev ./obj/xpswrite.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/alc1900.dev ./obj/alc2000.dev ./obj/alc4000.dev ./obj/alc4100.dev ./obj/alc8500.dev ./obj/alc8600.dev ./obj/alc9100.dev ./obj/ap3250.dev ./obj/appledmp.dev ./obj/atx23.dev ./obj/atx24.dev ./obj/atx38.dev ./obj/bj10e.dev ./obj/bj10v.dev ./obj/bj10vh.dev ./obj/bj200.dev ./obj/bjc600.dev ./obj/bjc800.dev ./obj/bjc880j.dev ./obj/bjccmyk.dev ./obj/bjccolor.dev ./obj/bjcgray.dev ./obj/bjcmono.dev ./obj/cdeskjet.dev ./obj/cdj1600.dev ./obj/cdj500.dev ./obj/cdj550.dev ./obj/cdj670.dev ./obj/cdj850.dev ./obj/cdj880.dev ./obj/cdj890.dev ./obj/cdj970.dev ./obj/cdjcolor.dev ./obj/cdjmono.dev ./obj/cdnj500.dev ./obj/chp2200.dev ./obj/cljet5.dev ./obj/cljet5c.dev ./obj/cljet5pr.dev ./obj/coslw2p.dev ./obj/coslwxl.dev ./obj/declj250.dev ./obj/deskjet.dev ./obj/dj505j.dev ./obj/djet500.dev ./obj/djet500c.dev ./obj/dl2100.dev ./obj/dnj650c.dev ./obj/epl2050.dev ./obj/epl2050p.dev ./obj/epl2120.dev ./obj/epl2500.dev ./obj/epl2750.dev ./obj/epl5800.dev ./obj/epl5900.dev ./obj/epl6100.dev ./obj/epl6200.dev ./obj/eplcolor.dev ./obj/eplmono.dev ./obj/eps9high.dev ./obj/eps9mid.dev ./obj/epson.dev ./obj/epsonc.dev ./obj/escp.dev ./obj/escpage.dev ./obj/fmlbp.dev ./obj/fmpr.dev ./obj/fs600.dev ./obj/gdi.dev ./obj/hl1240.dev ./obj/hl1250.dev ./obj/hl7x0.dev ./obj/hpdj1120c.dev ./obj/hpdj310.dev ./obj/hpdj320.dev ./obj/hpdj340.dev ./obj/hpdj400.dev ./obj/hpdj500.dev ./obj/hpdj500c.dev ./obj/hpdj510.dev ./obj/hpdj520.dev ./obj/hpdj540.dev ./obj/hpdj550c.dev ./obj/hpdj560c.dev ./obj/hpdj600.dev ./obj/hpdj660c.dev ./obj/hpdj670c.dev ./obj/hpdj680c.dev ./obj/hpdj690c.dev ./obj/hpdj850c.dev ./obj/hpdj855c.dev ./obj/hpdj870c.dev ./obj/hpdj890c.dev ./obj/hpdjplus.dev ./obj/hpdjportable.dev ./obj/ibmpro.dev ./obj/imagen.dev ./obj/itk24i.dev ./obj/itk38.dev ./obj/iwhi.dev ./obj/iwlo.dev ./obj/iwlq.dev ./obj/jetp3852.dev ./obj/jj100.dev ./obj/la50.dev ./obj/la70.dev ./obj/la75.dev ./obj/la75plus.dev ./obj/laserjet.dev ./obj/lbp310.dev ./obj/lbp320.dev ./obj/lbp8.dev ./obj/lex2050.dev ./obj/lex3200.dev ./obj/lex5700.dev ./obj/lex7000.dev ./obj/lips2p.dev ./obj/lips3.dev ./obj/lips4.dev ./obj/lips4v.dev ./obj/lj250.dev ./obj/lj3100sw.dev ./obj/lj4dith.dev ./obj/lj4dithp.dev ./obj/lj5gray.dev ./obj/lj5mono.dev ./obj/ljet2p.dev ./obj/ljet3.dev ./obj/ljet3d.dev ./obj/ljet4.dev ./obj/ljet4d.dev ./obj/ljet4pjl.dev ./obj/ljetplus.dev ./obj/ln03.dev ./obj/lp1800.dev ./obj/lp1900.dev ./obj/lp2000.dev ./obj/lp2200.dev ./obj/lp2400.dev ./obj/lp2500.dev ./obj/lp2563.dev ./obj/lp3000c.dev ./obj/lp7500.dev ./obj/lp7700.dev ./obj/lp7900.dev ./obj/lp8000.dev ./obj/lp8000c.dev ./obj/lp8100.dev ./obj/lp8200c.dev ./obj/lp8300c.dev ./obj/lp8300f.dev ./obj/lp8400f.dev ./obj/lp8500c.dev ./obj/lp8600.dev ./obj/lp8600f.dev ./obj/lp8700.dev ./obj/lp8800c.dev ./obj/lp8900.dev ./obj/lp9000b.dev ./obj/lp9000c.dev ./obj/lp9100.dev ./obj/lp9200b.dev ./obj/lp9200c.dev ./obj/lp9300.dev ./obj/lp9400.dev ./obj/lp9500c.dev ./obj/lp9600.dev ./obj/lp9600s.dev ./obj/lp9800c.dev ./obj/lps4500.dev ./obj/lps6500.dev ./obj/lq850.dev ./obj/lxm3200.dev ./obj/lxm5700m.dev ./obj/m8510.dev ./obj/md1xMono.dev ./obj/md2k.dev ./obj/md50Eco.dev ./obj/md50Mono.dev ./obj/md5k.dev ./obj/mj500c.dev ./obj/mj6000c.dev ./obj/mj700v2c.dev ./obj/mj8000c.dev ./obj/ml600.dev ./obj/necp6.dev ./obj/npdl.dev ./obj/oce9050.dev ./obj/oki182.dev ./obj/oki4w.dev ./obj/okiibm.dev ./obj/oprp.dev ./obj/opvp.dev ./obj/paintjet.dev ./obj/pcl3.dev ./obj/photoex.dev ./obj/picty180.dev ./obj/pj.dev ./obj/pjetxl.dev ./obj/pjxl.dev ./obj/pjxl300.dev ./obj/pr1000.dev ./obj/pr1000_4.dev ./obj/pr150.dev ./obj/pr201.dev ./obj/pxlcolor.dev ./obj/pxlmono.dev ./obj/r4081.dev ./obj/rinkj.dev ./obj/rpdl.dev ./obj/samsunggdi.dev ./obj/sj48.dev ./obj/st800.dev ./obj/stcolor.dev ./obj/t4693d2.dev ./obj/t4693d4.dev ./obj/t4693d8.dev ./obj/tek4696.dev ./obj/uniprint.dev ./obj/xes.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/ijs.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/png16.dev ./obj/png16m.dev ./obj/png256.dev ./obj/png48.dev ./obj/pngalpha.dev ./obj/pnggray.dev ./obj/pngmono.dev ./obj/pngmonod.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/ocr.dev ./obj/hocr.dev ./obj/pdfocr8.dev ./obj/pdfocr24.dev ./obj/pdfocr32.dev ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/aux/echogs -a ./obj/devdevs.tr - ./obj/libcore ./obj/aux/echogs -w ./obj/devs.tr -n -R ./obj/fdevs.tr ./obj/aux/echogs -a ./obj/devs.tr -+ "" ./obj/aux/echogs -a ./obj/devs.tr -n -R ./obj/devdevs.tr ./obj/aux/genconf ./obj/devs.tr -h ./obj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/ld.tr ./obj/aux/echogs -a ./obj/gconfxx.h ./obj/aux/echogs -w ./obj/igs.tr - -include ./obj/psl3.dev ./obj/pdf.dev ./obj/pdfi.dev ./obj/epsf.dev ./obj/ttfont.dev ./obj/fapi_ps.dev ./obj/jpx.dev ./obj/jbig2.dev ./obj/gs_pdfwr.dev rm -f ./obj/gconfig.h ./obj/aux/genconf ./obj/igs.tr -h ./obj/iconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsld.tr cp ./obj/gconfxx.h ./obj/gconfig.h rm -f ./obj/gconfig.c ./obj/aux/echogs -w ./obj/iconfig.h -R ./obj/iconfxx.h cp ./base/gconf.c ./obj/gconfig.c ./obj/aux/echogs -w ./obj/gsnoapi.tr -R ./obj/devs.tr gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./obj -I./base -I./devices -DWHICH_CMS="lcms2mt" -o ./obj/gconfig.o -c ./obj/gconfig.c ./obj/aux/echogs -a ./obj/gsnoapi.tr -R ./obj/igs.tr ./obj/aux/genconf ./obj/gsnoapi.tr -h ./obj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsnoapild.tr ./obj/aux/echogs -w ./obj/gs.tr -R ./obj/gsnoapi.tr ./obj/aux/echogs -a ./obj/gs.tr - -include ./obj/iapi.dev ./obj/aux/genconf ./obj/gs.tr -h ./obj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsld.tr ./obj/gconfig.c:211:1: warning: no previous prototype for ?gs_lib_register_device? [-Wmissing-prototypes] 211 | gs_lib_register_device(const gx_device *dev) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ./obj/iconfig.c cp ./psi/iconf.c ./obj/iconfig.c gcc -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" -I./psi -I./obj -I./obj -I./base -I./devices -o ./obj/iconfig.o -c ./obj/iconfig.c ./obj/aux/echogs -w ./obj/ldt.tr -n - gcc -Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -o ./bin/gs ./obj/aux/echogs -a ./obj/ldt.tr -n -s ./obj/gsromfs0.o ./obj/gs.o -s cat ./obj/gsld.tr >> ./obj/ldt.tr ./obj/aux/echogs -a ./obj/ldt.tr -s - -lm -ldl -lz -lpaper -L/gnu/store/yd0zvlxj9p796hgpwzlcq3kcd06gwa6p-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/mm2pssww3lmpmvpzxjvzxsadp0zn13sz-fontconfig-minimal-2.14.0/lib -L/gnu/store/g1ws1lkj46gyc3cyvhxksfjmwhjnj982-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype -lpthread -lm -lstdc++ if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \ XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \ PSI_FEATURE_DEVS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \ DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \ DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \ DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \ DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \ DEVICE_DEVS_EXTRA= \ /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh <./obj/ldt.tr phase `check' succeeded after 2067.1 seconds starting phase `install' make -f Makefile soinstall-subtarget BUILDDIRPREFIX=so make[1]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile install-so-subtarget BUILDDIRPREFIX=so make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1\ directories make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1\ ./soobj/aux/echogs ./soobj/aux/genarch make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: 'soobj/aux/genarch' is up to date. make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' GS_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libgs.so.9'\ PCL_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpcl6.so.9' XPS_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gxps.so.9' \ PDL_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpdl.so.9' PDF_LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib -shared -Wl,-soname=libno_gpdf.so.9' \ CFLAGS='-fPIC -O2 -DNDEBUG -fPIC -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1 make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make -f Makefile DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib '\ CFLAGS='-fPIC -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1 -DBUILD_PDF=1 -I./pdf -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1\ ./sobin/gsc ./sobin/gsx -so-loader -so-loader -so-loader -so-loader make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1 mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1 mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/bin mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/include/ghostscript/ ./base/instcopy -c -m 755 ./sobin/gsc /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/bin/gsc ./base/instcopy -c -m 755 ./sobin/gsx /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/bin/gsx ./base/instcopy -c -m 755 ./sobin/libgs.so.9.56 /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/libgs.so.9.56 rm -f /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/libgs.so ln -s libgs.so.9.56 /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/libgs.so rm -f /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/libgs.so.9 ln -s libgs.so.9.56 /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/libgs.so.9 ./base/instcopy -c -m 644 ./psi/iapi.h /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/include/ghostscript/iapi.h ./base/instcopy -c -m 644 ./psi/ierrors.h /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/include/ghostscript/ierrors.h ./base/instcopy -c -m 644 ./base/gserrors.h /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/include/ghostscript/gserrors.h ./base/instcopy -c -m 644 ./devices/gdevdsp.h /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/include/ghostscript/gdevdsp.h make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1 mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/bin /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for f in \ gsbj gsdj gsdj500 gslj gslp gsnd \ bdftops dvipdf eps2eps \ pdf2dsc pdf2ps pf2afm pfbtopfa pphs printafm \ ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps ps2ps2 \ fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\ do if ( test -f ./lib/$f ); then \ (cat ./lib/$f | sed -e "s/GS_EXECUTABLE=gs/GS_EXECUTABLE=gs/" > ./soobj/$f); \ ./base/instcopy -c -m 755 ./soobj/$f /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/bin/$f; \ fi;\ done' mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1 mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/lib /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for f in \ Fontmap.GS \ ht_ccsto.ps \ acctest.ps align.ps bdftops.ps \ caption.ps cid2code.ps docie.ps \ errpage.ps font2pcl.ps gslp.ps gsnup.ps image-qa.ps \ jispaper.ps landscap.ps lines.ps \ mkcidfm.ps PDFA_def.ps PDFX_def.ps pdf_info.ps \ pf2afm.ps pfbtopfa.ps ppath.ps \ pphs.ps \ prfont.ps printafm.ps \ ps2ai.ps ps2ascii.ps ps2epsi.ps rollconv.ps \ stcinfo.ps stcolor.ps stocht.ps \ traceimg.ps traceop.ps uninfo.ps \ viewcmyk.ps viewgif.ps viewjpeg.ps viewmiff.ps \ viewpcx.ps viewpbm.ps viewps2a.ps \ winmaps.ps zeroline.ps \ pdf2dsc.ps ;\ do if ( test -f ./lib/$f ); then ./base/instcopy -c -m 644 ./lib/$f /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/lib; fi;\ done' /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for f in ./lib/gs_*.ps ./lib/pdf*.ps;\ do ./base/instcopy -c -m 644 $f /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/lib ;\ done' /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for f in ./lib/*.ppd ./lib/*.rpd ./lib/*.upp ./lib/*.xbm ./lib/*.xpm;\ do ./base/instcopy -c -m 644 $f /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/lib ;\ done' mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for dir in `ls ./lib/../Resource | grep -v CVS`; do \ rdir=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/$dir ; \ test -d $rdir || mkdir -p $rdir ; \ for file in ./lib/../Resource/$dir/*; do \ if test -f $file; then ./base/instcopy -c -m 644 $file $rdir ; fi \ done \ done' mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/iccprofiles /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for file in ./lib/../iccprofiles/*; do \ if test -f $file; then ./base/instcopy -c -m 644 $file /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/iccprofiles ; fi \ done' mkdir -p /gnu/store/h2zcnkxppppzh9518fqgzbz3pmzm3f0v-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 mkdir -p /gnu/store/h2zcnkxppppzh9518fqgzbz3pmzm3f0v-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1/images /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for f in index.html API.htm C-style.htm Develop.htm DLL.htm Fonts.htm Install.htm Lib.htm News.htm Psfiles.htm Readme.htm sample_downscale_device.htm Source.htm thirdparty.htm Use.htm WhatIsGS.htm Commprod.htm Deprecated.htm Devices.htm Drivers.htm History9.htm Language.htm Make.htm Ps2epsi.htm Ps-style.htm Release.htm SavedPages.htm subclass.htm Unix-lpr.htm VectorDevices.htm gs-style.css index.js pscet_status.txt style.css gdevds32.c COPYING GS9_Color_Management.pdf ;\ do if ( test -f ./lib/../doc/$f ); then ./base/instcopy -c -m 644 ./lib/../doc/$f /gnu/store/h2zcnkxppppzh9518fqgzbz3pmzm3f0v-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1; fi;\ done' /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for f in Artifex_logo.png favicon.png ghostscript_logo.png hamburger-light.png x-light.png ;\ do if ( test -f ./lib/../doc/images/$f ); then ./base/instcopy -c -m 644 ./lib/../doc/images/$f /gnu/store/h2zcnkxppppzh9518fqgzbz3pmzm3f0v-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1/images; fi;\ done' /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'test -d /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/man || mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/man' /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for d in . de ;\ do man1dir=/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/man/$d/man1 ;\ ( test -d $man1dir || mkdir -p $man1dir ) ;\ for f in ./lib/../man/$d/*.1 ;\ do ./base/instcopy -c -m 644 $f $man1dir ;\ if ( test -f $man1dir/ps2ps.1 ) ;\ then for f in eps2eps ;\ do ( cd $man1dir; rm -f $f.1 ;\ ln -s ps2ps.1 $f.1 ) ;\ done ;\ fi ;\ if ( test -f $man1dir/ps2pdf.1 ) ;\ then for f in ps2pdf12 ps2pdf13 ps2pdf14 ;\ do ( cd $man1dir; rm -f $f.1 ;\ ln -s ps2pdf.1 $f.1 ) ;\ done ;\ fi ;\ if ( test -f $man1dir/gslp.1 ) ;\ then for f in gsbj gsdj gsdj500 gslj ;\ do ( cd $man1dir; rm -f $f.1 ;\ ln -s gslp.1 $f.1 ) ;\ done ;\ fi ;\ done ;\ done' mkdir -p /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1 /gnu/store/cacp5zz70cy93djlk3cf55s9bmq2ihhb-bash-minimal-5.1.16/bin/sh -c 'for obj in ; do \ ./base/instcopy -c -m 755 $obj /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib/ghostscript/9.56.1/; done' for f in ./contrib/uniprint/*.upp; do \ ./base/instcopy -c -m 644 $f /gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/ghostscript/9.56.1/lib || exit 1; \ done make[1]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1' phase `install' succeeded after 437.4 seconds starting phase `create-gs-symlink' phase `create-gs-symlink' succeeded after 0.0 seconds starting phase `patch-shebangs' phase `patch-shebangs' succeeded after 0.3 seconds starting phase `strip' stripping binaries in "/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives") stripping binaries in "/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/bin" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives") phase `strip' succeeded after 0.9 seconds starting phase `validate-runpath' validating RUNPATH of 1 binaries in "/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/lib"... validating RUNPATH of 2 binaries in "/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/bin"... phase `validate-runpath' succeeded after 0.3 seconds starting phase `validate-documentation-location' phase `validate-documentation-location' succeeded after 0.0 seconds starting phase `delete-info-dir-file' phase `delete-info-dir-file' succeeded after 0.0 seconds starting phase `patch-dot-desktop-files' phase `patch-dot-desktop-files' succeeded after 0.0 seconds starting phase `make-dynamic-linker-cache' GC Warning: Repeated allocation of very large block (appr. size 16781312): May lead to memory leak and poor performance created '/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/etc/ld.so.cache' from 14 library search path entries phase `make-dynamic-linker-cache' succeeded after 0.9 seconds starting phase `install-license-files' installing 1 license files from '.' phase `install-license-files' succeeded after 0.0 seconds starting phase `reset-gzip-timestamps' phase `reset-gzip-timestamps' succeeded after 0.1 seconds starting phase `compress-documentation' compressing documentation in '/gnu/store/yckl3m1zh1p8acz4i1vr3kialc6ficpc-ghostscript-9.56.1/share/man' with "gzip" and flags ("--best" "--no-name") phase `compress-documentation' succeeded after 0.1 seconds @ build-succeeded /gnu/store/z5ki1v4dfwfn7r2b3wlcwmd3k1yrkrja-ghostscript-9.56.1.drv - guix-data-service: computing the derivation-file-name for i586-gnu Computing Guix derivation for 'i586-gnu'... substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/vq7zyb4hmlrafflmrcjbqccxp4dsx0s3-bash substitute @ substituter-started /gnu/store/8pfnhlmqk213lwrppghphr3y5zqhkhr6-graphviz-7.0.1.tar.xz substitute @ substituter-started /gnu/store/2il0jq8cnqz0rbvy54h6fjf13qmly50l-mkdir substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% builder for `/gnu/store/rppm6v69vkh4j6kh76my02qdnnq07kji-gcc-11.3.0.tar.xz' failed previously (cached) @ build-failed /gnu/store/vwk7ga03fmipcxrlkqcswyq4sgqdpd68-gcc-11.3.0.tar.xz.drv - cached substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% Backtrace: 14 (primitive-load "/gnu/store/85lmaa2pyqf28087lmjparlna20fkrr5-compute-guix-derivation") In ice-9/eval.scm: 155:9 13 (_ _) 159:9 12 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm: 152:2 11 (with-fluid* _ _ _) 152:2 10 (with-fluid* _ _ _) In ./guix/store.scm: 2168:24 9 (run-with-store #<store-connection 256.99 7f29daace280> #<procedure 7f29ca9ed640 at ./guix/self.scm:13?> ?) 1996:8 8 (_ #<store-connection 256.99 7f29daace280>) In ./guix/gexp.scm: 299:22 7 (_ #<store-connection 256.99 7f29daace280>) 1180:2 6 (_ #<store-connection 256.99 7f29daace280>) 1046:2 5 (_ #<store-connection 256.99 7f29daace280>) 892:4 4 (_ #<store-connection 256.99 7f29daace280>) In ./guix/store.scm: 2053:12 3 (_ #<store-connection 256.99 7f29daace280>) 1401:5 2 (map/accumulate-builds #<store-connection 256.99 7f29daace280> #<procedure 7f29c3b632c0 at ./guix/stor?> ?) 1417:15 1 (_ #<store-connection 256.99 7f29daace280> ("/gnu/store/vs9si09x75ybrrxc2dnxxv0adizg9akq-guix-daemo?" ?) ?) 1417:15 0 (loop #f) ./guix/store.scm:1417:15: In procedure loop: ERROR: 1. &store-protocol-error: message: "build of `/gnu/store/64lzzxpzfskk896r5cbs7hzq86db8mkr-ghostscript-9.56.1.drv' failed" status: 100 substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% cannot build derivation `/gnu/store/8ca26f3p89xangiqlpy4wlabcdm17l5h-gcc-11.3.0.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/64lzzxpzfskk896r5cbs7hzq86db8mkr-ghostscript-9.56.1.drv': 1 dependencies couldn't be built error: while computing manifest entry derivation for i586-gnu error %exception: (#<&message message: "You found a bug: the program '/gnu/store/85lmaa2pyqf28087lmjparlna20fkrr5-compute-guix-derivation'\nfailed to compute the derivation for Guix (version: \"67fb8efdf782592c133726a1ab7bc6692259e385\"; system: \"i586-gnu\";\nhost version: \"1.4.0-6.dc5430c\"; pull-version: 1).\nPlease report the COMPLETE output above by email to <bug-guix@gnu.org>.\n">) guix-data-service: computing the derivation-file-name for powerpc-linux Computing Guix derivation for 'powerpc-linux'... substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/8pfnhlmqk213lwrppghphr3y5zqhkhr6-graphviz-7.0.1.tar.xz substitute substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% builder for `/gnu/store/b4g1jdykck9rcgcvsmf4b96bfqrcn2bn-guile-bootstrap-2.0' failed previously (cached) @ build-failed /gnu/store/3xzja82qykdshv9l7j0jis8p0xkmmjv3-guile-bootstrap-2.0.drv - cached substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: Backtrace: 14 (primitive-load "/gnu/store/85lmaa2pyqf28087lmjparlna20fkrr5-compute-guix-derivation") In ice-9/eval.scm: 155:9 13 (_ _) 159:9 12 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) In ice-9/boot-9.scm: 152:2 11 (with-fluid* _ _ _) 152:2 10 (with-fluid* _ _ _) In ./guix/store.scm: 2168:24 9 (run-with-store #<store-connection 256.99 7fe71ae12280> #<procedure 7fe715710be0 at ./guix/self.scm:13?> ?) 1996:8 8 (_ #<store-connection 256.99 7fe71ae12280>) In ./guix/gexp.scm: 299:22 7 (_ #<store-connection 256.99 7fe71ae12280>) 1180:2 6 (_ #<store-connection 256.99 7fe71ae12280>) 1046:2 5 (_ #<store-connection 256.99 7fe71ae12280>) 892:4 4 (_ #<store-connection 256.99 7fe71ae12280>) In ./guix/store.scm: 2053:12 3 (_ #<store-connection 256.99 7fe71ae12280>) 1401:5 2 (map/accumulate-builds #<store-connection 256.99 7fe71ae12280> #<procedure 7fe70c28fde0 at ./guix/stor?> ?) 1417:15 1 (_ #<store-connection 256.99 7fe71ae12280> ("/gnu/store/5in5w144sq4gi5mjbmj1hay1h7vb7ld6-guix-daemo?" ?) ?) 1417:15 0 (loop #f) ./guix/store.scm:1417:15: In procedure loop: ERROR: 1. &store-protocol-error: message: "build of `/gnu/store/6ks4j428hpznc8bx5kpjagkmmk5grn47-ghostscript-9.56.1.drv' failed" status: 100 substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% cannot build derivation `/gnu/store/577khif2mpb8fbw3cxlz1h5nhvq0610d-bash-minimal-5.1.16.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/ymsi3af8dysabqvkql0ki9a5wibnnmsk-binutils-2.38.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/yxb5kq243b3jww55y2bllp6kd2wzxk20-gcc-11.3.0.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/6kx7wpwan8wyg1ahyinyhjazap8k3ip4-glibc-2.35.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/2386f5j3rkipvi4hfngdf7mmbjp8qfdb-guile-3.0.9.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/a5cpfd10fxkjg6b8snlwnxv5clrn7f0h-linux-libre-headers-5.15.49.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/6ks4j428hpznc8bx5kpjagkmmk5grn47-ghostscript-9.56.1.drv': 1 dependencies couldn't be built error: while computing manifest entry derivation for powerpc-linux error %exception: (#<&message message: "You found a bug: the program '/gnu/store/85lmaa2pyqf28087lmjparlna20fkrr5-compute-guix-derivation'\nfailed to compute the derivation for Guix (version: \"67fb8efdf782592c133726a1ab7bc6692259e385\"; system: \"powerpc-linux\";\nhost version: \"1.4.0-6.dc5430c\"; pull-version: 1).\nPlease report the COMPLETE output above by email to <bug-guix@gnu.org>.\n">) debug: Finished computing the channel derivation, took 19257 seconds debug: x86_64-linux: channel dervation: ((manifest-entry-item . /gnu/store/j0whhvyk9vrxd9ci2hxj9dp9sl236rg9-guix-67fb8efdf.drv) (profile . /gnu/store/97ixw159rkqlph56nzc13nvjxwyykvv1-profile.drv)) debug: mips64el-linux: channel dervation: ((manifest-entry-item . #f) (profile . #f)) debug: aarch64-linux: channel dervation: ((manifest-entry-item . /gnu/store/8wd7w302xcyw5wqdr7ddzvy8ggs64q2v-guix-67fb8efdf.drv) (profile . /gnu/store/v6imgpwf0g85n3nzrgr52zsa9vwp6ifb-profile.drv)) debug: powerpc64le-linux: channel dervation: ((manifest-entry-item . /gnu/store/xlqj3rd5p9vm26g3ydwmfksr0nm1msfl-guix-67fb8efdf.drv) (profile . /gnu/store/97p4w5zkzc994464yinwfgczraimgk0c-profile.drv)) debug: riscv64-linux: channel dervation: ((manifest-entry-item . #f) (profile . #f)) debug: i686-linux: channel dervation: ((manifest-entry-item . /gnu/store/n77ahhzlii3scsa174bp58jg0hgw9vy2-guix-67fb8efdf.drv) (profile . /gnu/store/fxjlzqzxamw80l7cjj8hjf5pzhbbqq02-profile.drv)) debug: armhf-linux: channel dervation: ((manifest-entry-item . /gnu/store/n4p8m8zln5zl20r7xw7ncx21mzc19m68-guix-67fb8efdf.drv) (profile . /gnu/store/9vx0vy4fm8wrhh5namb5mqqd4fycjg3c-profile.drv)) debug: i586-gnu: channel dervation: ((manifest-entry-item . #f) (profile . #f)) debug: powerpc-linux: channel dervation: ((manifest-entry-item . #f) (profile . #f)) debug: Starting acquiring advisory transaction lock: load-new-guix-revision-inserts debug: Finished acquiring advisory transaction lock: load-new-guix-revision-inserts, took 137 seconds debug: derivation-file-names->derivation-ids: processing 5 derivations debug: update-derivation-ids-hash-table!: 5 file-names debug: update-derivation-ids-hash-table!: lookup 5 file-names, 5 not cached debug: Starting reading 5 missing derivations debug: Finished reading 5 missing derivations, took 12 seconds debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 35 derivations debug: update-derivation-ids-hash-table!: 35 file-names debug: update-derivation-ids-hash-table!: lookup 35 file-names, 35 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 35 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 270 derivations debug: update-derivation-ids-hash-table!: 270 file-names debug: update-derivation-ids-hash-table!: lookup 270 file-names, 255 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 255 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 852 derivations debug: update-derivation-ids-hash-table!: 852 file-names debug: update-derivation-ids-hash-table!: lookup 852 file-names, 677 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 677 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1954 derivations debug: update-derivation-ids-hash-table!: 1954 file-names debug: update-derivation-ids-hash-table!: lookup 1954 file-names, 1318 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1318 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2465 derivations debug: update-derivation-ids-hash-table!: 2465 file-names debug: update-derivation-ids-hash-table!: lookup 2465 file-names, 1300 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1300 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1398 derivations debug: update-derivation-ids-hash-table!: 1398 file-names debug: update-derivation-ids-hash-table!: lookup 1398 file-names, 685 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 685 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 868 derivations debug: update-derivation-ids-hash-table!: 868 file-names debug: update-derivation-ids-hash-table!: lookup 868 file-names, 352 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 352 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 585 derivations debug: update-derivation-ids-hash-table!: 585 file-names debug: update-derivation-ids-hash-table!: lookup 585 file-names, 175 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 175 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 280 derivations debug: update-derivation-ids-hash-table!: 280 file-names debug: update-derivation-ids-hash-table!: lookup 280 file-names, 75 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 75 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 190 derivations debug: update-derivation-ids-hash-table!: 190 file-names debug: update-derivation-ids-hash-table!: lookup 190 file-names, 20 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 20 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 45 derivations debug: update-derivation-ids-hash-table!: 45 file-names debug: update-derivation-ids-hash-table!: lookup 45 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 20 derivations debug: Finished insert-missing-derivations: inserting inputs for 20 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 75 derivations debug: Finished insert-missing-derivations: inserting inputs for 75 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 175 derivations debug: Finished insert-missing-derivations: inserting inputs for 175 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 352 derivations debug: Finished insert-missing-derivations: inserting inputs for 352 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 685 derivations debug: Finished insert-missing-derivations: inserting inputs for 685 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 1300 derivations debug: Finished insert-missing-derivations: inserting inputs for 1300 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 1318 derivations debug: Finished insert-missing-derivations: inserting inputs for 1318 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 677 derivations debug: Finished insert-missing-derivations: inserting inputs for 677 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 255 derivations debug: Finished insert-missing-derivations: inserting inputs for 255 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 35 derivations debug: Finished insert-missing-derivations: inserting inputs for 35 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-source-files-missing-nars debug: Starting querying for next related dervation ids debug: Starting querying for batch of 5 related derivation ids debug: Finished querying for batch of 5 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 35 related derivation ids debug: Finished querying for batch of 35 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 255 related derivation ids debug: Finished querying for batch of 255 related derivation ids, took 1 seconds debug: Finished querying for next related dervation ids, took 1 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 177 related derivation ids debug: Finished querying for batch of 177 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 60 related derivation ids debug: Finished querying for batch of 60 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 42 related derivation ids debug: Finished querying for batch of 42 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 319 related derivation ids debug: Finished querying for batch of 319 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 211 related derivation ids debug: Finished querying for batch of 211 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 130 related derivation ids debug: Finished querying for batch of 130 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 64 related derivation ids debug: Finished querying for batch of 64 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 20 related derivation ids debug: Finished querying for batch of 20 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Finished insert-source-files-missing-nars, took 1 seconds guix-data-service: saved the channel instance derivations to the database debug: Starting building the channel derivation substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% @ substituter-started /gnu/store/9mdwm8w94rfsilx0lyby0acjll0mawhq-guix-cli substitute @ substituter-started /gnu/store/0znrrxvp279q6rnm59klzcw1w7lgf49a-guix-cli-core substitute @ substituter-started /gnu/store/4z2fm9habwc4pmb5nckmjrd84cwm5kjj-guix-core substitute Downloading https://ci.guix.gnu.org/nar/lzip/0znrrxvp279q6rnm59klzcw1w7lgf49a-guix-cli-core... Downloading https://ci.guix.gnu.org/nar/lzip/4z2fm9habwc4pmb5nckmjrd84cwm5kjj-guix-core... Downloading https://ci.guix.gnu.org/nar/lzip/9mdwm8w94rfsilx0lyby0acjll0mawhq-guix-cli...  guix-core 1.7MiB 0B/s 00:00 [ ] 0.0%  guix-cli-core 902KiB 0B/s 00:00 [ ] 0.0%  guix-core 1.7MiB 4.3MiB/s 00:00 [ ] 3.6%  guix-cli-core 902KiB 4.5MiB/s 00:00 [# ] 7.1%  guix-cli 308KiB 0B/s 00:00 [ ] 0.0%  guix-cli 308KiB 4.5MiB/s 00:00 [### ] 20.8%  guix-core 1.7MiB 2.5MiB/s 00:00 [##### ] 32.3%  guix-cli-core 902KiB 2.7MiB/s 00:00 [############ ] 70.9%  guix-cli 308KiB 1.4MiB/s 00:00 [##################] 100.0%  guix-cli 308KiB 1.4MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/9mdwm8w94rfsilx0lyby0acjll0mawhq-guix-cli @ substituter-started /gnu/store/sxgr8plclb5q1bn7rf6iyzhbj7ykk9id-guix-extra substitute Downloading https://ci.guix.gnu.org/nar/lzip/sxgr8plclb5q1bn7rf6iyzhbj7ykk9id-guix-extra...  guix-extra 2.7MiB 0B/s 00:00 [ ] 0.0%  guix-extra 2.7MiB 2.2MiB/s 00:00 [ ] 2.3%  guix-cli-core 902KiB 2.5MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/0znrrxvp279q6rnm59klzcw1w7lgf49a-guix-cli-core @ substituter-started /gnu/store/n9grbxh3217zg4s1fdcpzwdy58jks02b-guix-home substitute Downloading https://ci.guix.gnu.org/nar/lzip/n9grbxh3217zg4s1fdcpzwdy58jks02b-guix-home...  guix-home 703KiB 0B/s 00:00 [ ] 0.0%  guix-home 703KiB 78.1MiB/s 00:00 [# ] 9.1%  guix-core 1.7MiB 2.7MiB/s 00:00 [############ ] 68.1%  guix-extra 2.7MiB 2.6MiB/s 00:00 [#### ] 23.1%  guix-home 703KiB 3.2MiB/s 00:00 [##################] 100.0%  guix-home 703KiB 2.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/n9grbxh3217zg4s1fdcpzwdy58jks02b-guix-home @ substituter-started /gnu/store/iwszgaia8k96pc7xalpx4izfjqj0qkcd-guix-packages substitute  guix-core 1.7MiB 2.7MiB/s 00:01 [##################] 100.0%  guix-core 1.7MiB 2.7MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/4z2fm9habwc4pmb5nckmjrd84cwm5kjj-guix-core @ substituter-started /gnu/store/xvy1zy5vzrg0ps6y0v94zcd0305fmzhz-guix-packages-base substitute Downloading https://ci.guix.gnu.org/nar/lzip/iwszgaia8k96pc7xalpx4izfjqj0qkcd-guix-packages... Downloading https://ci.guix.gnu.org/nar/lzip/xvy1zy5vzrg0ps6y0v94zcd0305fmzhz-guix-packages-base...  guix-packages-base 17.2MiB 0B/s 00:00 [ ] 0.0%  guix-packages-base 17.2MiB 62.7MiB/s 00:00 [ ] 0.4%  guix-packages 1.7MiB 0B/s 00:00 [ ] 0.0%  guix-packages 1.7MiB 12.7MiB/s 00:00 [ ] 3.6%  guix-extra 2.7MiB 2.2MiB/s 00:00 [###### ] 36.9%  guix-packages-base 17.2MiB 3.4MiB/s 00:00 [ ] 4.4%  guix-packages 1.7MiB 2.3MiB/s 00:00 [##### ] 32.4%  guix-extra 2.7MiB 2.5MiB/s 00:01 [########### ] 62.3%  guix-packages-base 17.2MiB 3.7MiB/s 00:00 [# ] 9.5%  guix-packages 1.7MiB 2.0MiB/s 00:00 [######### ] 50.4%  guix-extra 2.7MiB 2.3MiB/s 00:01 [############# ] 76.1%  guix-packages-base 17.2MiB 3.4MiB/s 00:01 [## ] 12.8%  guix-packages 1.7MiB 1.9MiB/s 00:01 [############ ] 71.9%  guix-extra 2.7MiB 2.5MiB/s 00:01 [################# ] 99.2%  guix-extra 2.7MiB 2.4MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/sxgr8plclb5q1bn7rf6iyzhbj7ykk9id-guix-extra @ substituter-started /gnu/store/f1rbp8d941vdy75xdm69aqzl6k4gcxar-guix-system substitute Downloading https://ci.guix.gnu.org/nar/lzip/f1rbp8d941vdy75xdm69aqzl6k4gcxar-guix-system...  guix-packages-base 17.2MiB 3.5MiB/s 00:01 [### ] 17.5%  guix-packages 1.7MiB 1.9MiB/s 00:01 [################# ] 97.1%  guix-packages 1.7MiB 1.9MiB/s 00:01 [##################] 100.0% @ substituter-succeeded /gnu/store/iwszgaia8k96pc7xalpx4izfjqj0qkcd-guix-packages @ substituter-started /gnu/store/vxn1lgfn7ib90lmf62rd28qic68a2bri-guix-system-tests substitute Downloading https://ci.guix.gnu.org/nar/lzip/vxn1lgfn7ib90lmf62rd28qic68a2bri-guix-system-tests...  guix-packages-base 17.2MiB 3.6MiB/s 00:01 [#### ] 22.2%  guix-packages-base 17.2MiB 3.8MiB/s 00:01 [##### ] 28.1%  guix-system-tests 644KiB 0B/s 00:00 [ ] 0.0%  guix-system 7.7MiB 0B/s 00:00 [ ] 0.0%  guix-system-tests 644KiB 4.2MiB/s 00:00 [# ] 9.9%  guix-packages-base 17.2MiB 3.9MiB/s 00:01 [###### ] 33.9%  guix-system 7.7MiB 2.2MiB/s 00:00 [ ] 0.8%  guix-system-tests 644KiB 2.8MiB/s 00:00 [################# ] 99.4%  guix-system-tests 644KiB 2.7MiB/s 00:00 [##################] 100.0% @ substituter-succeeded /gnu/store/vxn1lgfn7ib90lmf62rd28qic68a2bri-guix-system-tests @ build-started /gnu/store/zm3gap4zqg35ckh5n7210crbz4bvgk8w-config.scm.drv - x86_64-linux /var/log/guix/drvs/zm//3gap4zqg35ckh5n7210crbz4bvgk8w-config.scm.drv.gz 10632  guix-system 7.7MiB 1.3MiB/s 00:00 [ ] 4.1%  guix-packages-base 17.2MiB 3.7MiB/s 00:02 [###### ] 36.8%@ build-succeeded /gnu/store/zm3gap4zqg35ckh5n7210crbz4bvgk8w-config.scm.drv - @ build-started /gnu/store/b4baz3ba1fhs4xgxkw1yfkz0h3z69l44-guix-cli-core-modules.drv - x86_64-linux /var/log/guix/drvs/b4//baz3ba1fhs4xgxkw1yfkz0h3z69l44-guix-cli-core-modules.drv.gz 10642 @ build-succeeded /gnu/store/b4baz3ba1fhs4xgxkw1yfkz0h3z69l44-guix-cli-core-modules.drv - @ build-started /gnu/store/1wj90dfzp9fz3qxb7x2fqwgiimphnw3g-guix-cli-modules.drv - x86_64-linux /var/log/guix/drvs/1w//j90dfzp9fz3qxb7x2fqwgiimphnw3g-guix-cli-modules.drv.gz 10653  guix-system 7.7MiB 1.4MiB/s 00:00 [# ] 8.2%  guix-packages-base 17.2MiB 3.4MiB/s 00:02 [###### ] 38.6%@ build-succeeded /gnu/store/1wj90dfzp9fz3qxb7x2fqwgiimphnw3g-guix-cli-modules.drv - @ build-started /gnu/store/21zs8g0ggg3wksq4rjb6sixaz99a729x-guix-config-source.drv - x86_64-linux /var/log/guix/drvs/21//zs8g0ggg3wksq4rjb6sixaz99a729x-guix-config-source.drv.gz 10664  guix-system 7.7MiB 1.6MiB/s 00:01 [## ] 13.9%  guix-packages-base 17.2MiB 3.2MiB/s 00:02 [####### ] 40.5%@ build-succeeded /gnu/store/21zs8g0ggg3wksq4rjb6sixaz99a729x-guix-config-source.drv - @ build-started /gnu/store/4m9qx8fjs0njw4s8f7fx8pm01bhyafpi-guix-core-source.drv - x86_64-linux /var/log/guix/drvs/4m//9qx8fjs0njw4s8f7fx8pm01bhyafpi-guix-core-source.drv.gz 10677  guix-system 7.7MiB 1.7MiB/s 00:01 [### ] 19.6%  guix-packages-base 17.2MiB 3.1MiB/s 00:02 [####### ] 42.3%  guix-system 7.7MiB 1.8MiB/s 00:01 [#### ] 26.1%  guix-packages-base 17.2MiB 2.9MiB/s 00:03 [####### ] 44.1%@ build-succeeded /gnu/store/4m9qx8fjs0njw4s8f7fx8pm01bhyafpi-guix-core-source.drv - @ build-started /gnu/store/4dznpzrbjvw9g606pyxyz7qvwfmz1rbh-guix-config.drv - x86_64-linux /var/log/guix/drvs/4d//znpzrbjvw9g606pyxyz7qvwfmz1rbh-guix-config.drv.gz 10698  guix-system 7.7MiB 2.0MiB/s 00:01 [###### ] 33.5%  guix-packages-base 17.2MiB 2.8MiB/s 00:03 [######## ] 46.3%  guix-system 7.7MiB 2.0MiB/s 00:01 [####### ] 40.0%  guix-packages-base 17.2MiB 2.7MiB/s 00:03 [######## ] 48.1% [ 0/ 2] loading... 0.0% of 1 files [ 1/ 2] loading... 100.0% of 1 files [ 1/ 2] compiling... 0.0% of 1 files  guix-system 7.7MiB 2.2MiB/s 00:02 [######## ] 48.1% [ 2/ 2] compiling... 100.0% of 1 files  guix-packages-base 17.2MiB 2.7MiB/s 00:03 [######### ] 50.3%@ build-succeeded /gnu/store/4dznpzrbjvw9g606pyxyz7qvwfmz1rbh-guix-config.drv - @ build-started /gnu/store/cxzy86mlb32npww9qawlq5sgqygrsbd7-guix-core-modules.drv - x86_64-linux /var/log/guix/drvs/cx//zy86mlb32npww9qawlq5sgqygrsbd7-guix-core-modules.drv.gz 10719 @ build-succeeded /gnu/store/cxzy86mlb32npww9qawlq5sgqygrsbd7-guix-core-modules.drv - @ build-started /gnu/store/4gwwxz5jahw5ngfkpnm5d1s4my20s9nr-guix-config-modules.drv - x86_64-linux /var/log/guix/drvs/4g//wwxz5jahw5ngfkpnm5d1s4my20s9nr-guix-config-modules.drv.gz 10730  guix-system 7.7MiB 2.2MiB/s 00:02 [######### ] 54.7%@ build-succeeded /gnu/store/4gwwxz5jahw5ngfkpnm5d1s4my20s9nr-guix-config-modules.drv - @ build-started /gnu/store/l4v6mn4yap9ymgkcxfd2d6zcy5bh6ksp-guix-extra-modules.drv - x86_64-linux /var/log/guix/drvs/l4//v6mn4yap9ymgkcxfd2d6zcy5bh6ksp-guix-extra-modules.drv.gz 10741  guix-packages-base 17.2MiB 2.5MiB/s 00:04 [######### ] 51.4%@ build-succeeded /gnu/store/l4v6mn4yap9ymgkcxfd2d6zcy5bh6ksp-guix-extra-modules.drv - @ build-started /gnu/store/kdvqpjg3jg71irf13i8crzhnp4f2lciw-guix-home-modules.drv - x86_64-linux /var/log/guix/drvs/kd//vqpjg3jg71irf13i8crzhnp4f2lciw-guix-home-modules.drv.gz 10753  guix-system 7.7MiB 2.1MiB/s 00:02 [########## ] 60.4%@ build-succeeded /gnu/store/kdvqpjg3jg71irf13i8crzhnp4f2lciw-guix-home-modules.drv - @ build-started /gnu/store/8s3fv22dz77rnq2vgb44wg4rmp87mpnz-guix-packages-modules.drv - x86_64-linux /var/log/guix/drvs/8s//3fv22dz77rnq2vgb44wg4rmp87mpnz-guix-packages-modules.drv.gz 10764 @ build-succeeded /gnu/store/8s3fv22dz77rnq2vgb44wg4rmp87mpnz-guix-packages-modules.drv - @ build-started /gnu/store/nnid8hsmnr206rw0gh3zbfa1hw913pqw-guix-system-tests-modules.drv - x86_64-linux /var/log/guix/drvs/nn//id8hsmnr206rw0gh3zbfa1hw913pqw-guix-system-tests-modules.drv.gz 10775  guix-packages-base 17.2MiB 2.4MiB/s 00:04 [######### ] 52.5%@ build-succeeded /gnu/store/nnid8hsmnr206rw0gh3zbfa1hw913pqw-guix-system-tests-modules.drv -  guix-system 7.7MiB 2.1MiB/s 00:02 [########### ] 65.3%  guix-packages-base 17.2MiB 2.3MiB/s 00:04 [######### ] 53.9%  guix-system 7.7MiB 2.0MiB/s 00:03 [############ ] 69.4%  guix-packages-base 17.2MiB 2.3MiB/s 00:04 [######### ] 55.4%  guix-system 7.7MiB 2.0MiB/s 00:03 [############# ] 73.4%  guix-packages-base 17.2MiB 2.2MiB/s 00:04 [########## ] 57.2%  guix-system 7.7MiB 1.9MiB/s 00:03 [############# ] 76.7%  guix-packages-base 17.2MiB 2.2MiB/s 00:05 [########## ] 59.4%  guix-system 7.7MiB 1.8MiB/s 00:03 [############## ] 80.0%  guix-packages-base 17.2MiB 2.2MiB/s 00:05 [########### ] 61.2%  guix-system 7.7MiB 1.8MiB/s 00:04 [############## ] 83.2%  guix-packages-base 17.2MiB 2.2MiB/s 00:05 [########### ] 64.1%  guix-packages-base 17.2MiB 2.1MiB/s 00:05 [########### ] 66.0%  guix-system 7.7MiB 1.7MiB/s 00:04 [############### ] 86.5%  guix-system 7.7MiB 1.7MiB/s 00:04 [################ ] 89.7%  guix-packages-base 17.2MiB 2.1MiB/s 00:06 [############ ] 67.8%  guix-system 7.7MiB 1.7MiB/s 00:04 [################ ] 93.8%  guix-packages-base 17.2MiB 2.0MiB/s 00:06 [############ ] 68.9%  guix-system 7.7MiB 1.7MiB/s 00:04 [################# ] 97.9%  guix-packages-base 17.2MiB 2.0MiB/s 00:06 [############ ] 70.7%  guix-system 7.7MiB 1.7MiB/s 00:05 [##################] 100.0% @ substituter-succeeded /gnu/store/f1rbp8d941vdy75xdm69aqzl6k4gcxar-guix-system @ build-started /gnu/store/3dblxlg1c5pbz9i6asj113z5g6c42dxm-guix-system-modules.drv - x86_64-linux /var/log/guix/drvs/3d//blxlg1c5pbz9i6asj113z5g6c42dxm-guix-system-modules.drv.gz 10788 @ build-succeeded /gnu/store/3dblxlg1c5pbz9i6asj113z5g6c42dxm-guix-system-modules.drv -  guix-packages-base 17.2MiB 2.0MiB/s 00:06 [############# ] 72.9%  guix-packages-base 17.2MiB 2.0MiB/s 00:06 [############# ] 74.7%  guix-packages-base 17.2MiB 2.0MiB/s 00:07 [############# ] 76.5%  guix-packages-base 17.2MiB 1.9MiB/s 00:07 [############## ] 78.0%  guix-packages-base 17.2MiB 1.9MiB/s 00:07 [############## ] 79.1%  guix-packages-base 17.2MiB 1.9MiB/s 00:07 [############## ] 80.9%  guix-packages-base 17.2MiB 1.9MiB/s 00:08 [############## ] 82.7%  guix-packages-base 17.2MiB 1.8MiB/s 00:08 [############### ] 84.2%  guix-packages-base 17.2MiB 1.8MiB/s 00:08 [############### ] 85.6%  guix-packages-base 17.2MiB 1.8MiB/s 00:08 [############### ] 87.1%  guix-packages-base 17.2MiB 1.8MiB/s 00:09 [############### ] 88.6%  guix-packages-base 17.2MiB 1.7MiB/s 00:09 [################ ] 89.6%  guix-packages-base 17.2MiB 1.7MiB/s 00:09 [################ ] 90.4%  guix-packages-base 17.2MiB 1.7MiB/s 00:09 [################ ] 91.5%  guix-packages-base 17.2MiB 1.7MiB/s 00:10 [################ ] 92.9%  guix-packages-base 17.2MiB 1.7MiB/s 00:10 [################ ] 94.4%  guix-packages-base 17.2MiB 1.7MiB/s 00:10 [################# ] 96.2%  guix-packages-base 17.2MiB 1.7MiB/s 00:10 [################# ] 98.4%  guix-packages-base 17.2MiB 1.6MiB/s 00:10 [##################] 100.0%  guix-packages-base 17.2MiB 1.6MiB/s 00:10 [##################] 100.0% @ substituter-succeeded /gnu/store/xvy1zy5vzrg0ps6y0v94zcd0305fmzhz-guix-packages-base @ build-started /gnu/store/li9dfrdawvk089say9fq0haszll1rbgd-guix-packages-base-modules.drv - x86_64-linux /var/log/guix/drvs/li//9dfrdawvk089say9fq0haszll1rbgd-guix-packages-base-modules.drv.gz 10801 @ build-succeeded /gnu/store/li9dfrdawvk089say9fq0haszll1rbgd-guix-packages-base-modules.drv - @ build-started /gnu/store/ghrs1k9nr27jfzrc4pgvl7m0972dc6ja-guix-67fb8efdf-modules.drv - x86_64-linux /var/log/guix/drvs/gh//rs1k9nr27jfzrc4pgvl7m0972dc6ja-guix-67fb8efdf-modules.drv.gz 10812 @ build-succeeded /gnu/store/ghrs1k9nr27jfzrc4pgvl7m0972dc6ja-guix-67fb8efdf-modules.drv - @ build-started /gnu/store/54r1ipbg4iqfzv4ik39d2g7dags31c3b-guix-module-union.drv - x86_64-linux /var/log/guix/drvs/54//r1ipbg4iqfzv4ik39d2g7dags31c3b-guix-module-union.drv.gz 10829 @ build-succeeded /gnu/store/54r1ipbg4iqfzv4ik39d2g7dags31c3b-guix-module-union.drv - @ build-started /gnu/store/ak6xm2i2nyqvabgn5m28aw7n8gqcxyfs-guix-command.drv - x86_64-linux /var/log/guix/drvs/ak//6xm2i2nyqvabgn5m28aw7n8gqcxyfs-guix-command.drv.gz 10840 @ build-succeeded /gnu/store/ak6xm2i2nyqvabgn5m28aw7n8gqcxyfs-guix-command.drv - @ build-started /gnu/store/7glz85g5jrk7k7fz9ndlcir8cl65r67a-guix-daemon.drv - x86_64-linux /var/log/guix/drvs/7g//lz85g5jrk7k7fz9ndlcir8cl65r67a-guix-daemon.drv.gz 10851 @ build-succeeded /gnu/store/7glz85g5jrk7k7fz9ndlcir8cl65r67a-guix-daemon.drv - @ build-started /gnu/store/j0whhvyk9vrxd9ci2hxj9dp9sl236rg9-guix-67fb8efdf.drv - x86_64-linux /var/log/guix/drvs/j0//whhvyk9vrxd9ci2hxj9dp9sl236rg9-guix-67fb8efdf.drv.gz 10861 @ build-succeeded /gnu/store/j0whhvyk9vrxd9ci2hxj9dp9sl236rg9-guix-67fb8efdf.drv - @ build-started /gnu/store/4r3hxrg3gh69kp3p6289l5b7wgcpwh3v-ca-certificate-bundle.drv - x86_64-linux /var/log/guix/drvs/4r//3hxrg3gh69kp3p6289l5b7wgcpwh3v-ca-certificate-bundle.drv.gz 10872 @ build-started /gnu/store/ijx81x6kg2k06wp7qwcazgnlrh6wlf77-emacs-subdirs.drv - x86_64-linux /var/log/guix/drvs/ij//x81x6kg2k06wp7qwcazgnlrh6wlf77-emacs-subdirs.drv.gz 10874 @ build-started /gnu/store/pnlrkirag60vbd0llqcmv1cwmwc9w0vv-fonts-dir.drv - x86_64-linux /var/log/guix/drvs/pn//lrkirag60vbd0llqcmv1cwmwc9w0vv-fonts-dir.drv.gz 10883 @ build-succeeded /gnu/store/4r3hxrg3gh69kp3p6289l5b7wgcpwh3v-ca-certificate-bundle.drv - @ build-started /gnu/store/q9vc083nfvk9dm5y3xlc8ckdj6i0sqwp-info-dir.drv - x86_64-linux /var/log/guix/drvs/q9//vc083nfvk9dm5y3xlc8ckdj6i0sqwp-info-dir.drv.gz 10903 @ build-succeeded /gnu/store/ijx81x6kg2k06wp7qwcazgnlrh6wlf77-emacs-subdirs.drv - @ build-succeeded /gnu/store/pnlrkirag60vbd0llqcmv1cwmwc9w0vv-fonts-dir.drv - @ build-started /gnu/store/1hm80gz5gm7b6rdfyg04hgmgxg7x9wbc-profile.drv - x86_64-linux /var/log/guix/drvs/1h//m80gz5gm7b6rdfyg04hgmgxg7x9wbc-profile.drv.gz 10933 @ build-succeeded /gnu/store/q9vc083nfvk9dm5y3xlc8ckdj6i0sqwp-info-dir.drv - @ build-succeeded /gnu/store/1hm80gz5gm7b6rdfyg04hgmgxg7x9wbc-profile.drv - @ build-started /gnu/store/h1ydmfl0299snznia42cp90bhfm6h21y-inferior-script.scm.drv - x86_64-linux /var/log/guix/drvs/h1//ydmfl0299snznia42cp90bhfm6h21y-inferior-script.scm.drv.gz 10952 @ build-succeeded /gnu/store/h1ydmfl0299snznia42cp90bhfm6h21y-inferior-script.scm.drv - @ build-started /gnu/store/kcw04bbby6l57ggcl5hzsx6zsg8n0izs-guix-package-cache.drv - x86_64-linux /var/log/guix/drvs/kc//w04bbby6l57ggcl5hzsx6zsg8n0izs-guix-package-cache.drv.gz 10962 (repl-version 0 1 1) Generating package cache for '/gnu/store/m76bfsk9na1v4lqaw20nsldp9294dl51-profile'... (values (value "/gnu/store/74bl51nsc6c0nsr8hmylnm9i0da0gkli-guix-package-cache/lib/guix/package.cache")) @ build-succeeded /gnu/store/kcw04bbby6l57ggcl5hzsx6zsg8n0izs-guix-package-cache.drv - @ build-started /gnu/store/97ixw159rkqlph56nzc13nvjxwyykvv1-profile.drv - x86_64-linux /var/log/guix/drvs/97//ixw159rkqlph56nzc13nvjxwyykvv1-profile.drv.gz 10991 @ build-succeeded /gnu/store/97ixw159rkqlph56nzc13nvjxwyykvv1-profile.drv - debug: Finished building the channel derivation, took 48 seconds debug: extract-information-from: /gnu/store/lkp3az9mc5mbw05vy5m43jb97f9wxb2p-guix-67fb8efdf debug: using open-inferior guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead debug: Starting building the glibc-locales derivation debug: Finished building the glibc-locales derivation, took 0 seconds debug: set GUIX_LOCPATH to /gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35/lib/locale:/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale debug: using open-inferior guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead debug: Starting fetching inferior packages warning: ignoring duplicate package: devhelp (43.0) warning: ignoring duplicate package: ghostscript (9.56.1) warning: ignoring duplicate package: ghostscript-with-cups (9.56.1) warning: ignoring duplicate package: ghostscript-with-x (9.56.1) warning: ignoring duplicate package: harfbuzz (5.3.1) warning: ignoring duplicate package: open-simulation-interface (3.5.0) warning: ignoring duplicate package: python-bcbio-gff (0.6.9) debug: Finished fetching inferior packages, took 98 seconds debug: Starting fetching inferior lint warnings debug: Starting getting name lint warnings debug: Finished getting name lint warnings, took 0 seconds inferior heap before cleanup: 77.0 MiB used (88.0 MiB heap) inferior heap after cleanup: 59.0 MiB used (88.0 MiB heap) debug: Starting getting tests-true lint warnings debug: Finished getting tests-true lint warnings, took 1 seconds inferior heap before cleanup: 66.0 MiB used (88.0 MiB heap) inferior heap after cleanup: 65.0 MiB used (88.0 MiB heap) debug: Starting getting description lint warnings debug: Finished getting description lint warnings, took 14 seconds inferior heap before cleanup: 89.0 MiB used (112.0 MiB heap) inferior heap after cleanup: 78.0 MiB used (112.0 MiB heap) debug: Starting getting synopsis lint warnings debug: Finished getting synopsis lint warnings, took 9 seconds inferior heap before cleanup: 91.0 MiB used (114.0 MiB heap) inferior heap after cleanup: 85.0 MiB used (114.0 MiB heap) debug: Starting getting inputs-should-be-native lint warnings debug: Finished getting inputs-should-be-native lint warnings, took 1 seconds inferior heap before cleanup: 123.0 MiB used (128.0 MiB heap) inferior heap after cleanup: 95.0 MiB used (128.0 MiB heap) debug: Starting getting inputs-should-not-be-input lint warnings debug: Finished getting inputs-should-not-be-input lint warnings, took 0 seconds inferior heap before cleanup: 98.0 MiB used (128.0 MiB heap) inferior heap after cleanup: 95.0 MiB used (128.0 MiB heap) debug: Starting getting input-labels lint warnings debug: Finished getting input-labels lint warnings, took 13 seconds inferior heap before cleanup: 121.0 MiB used (151.0 MiB heap) inferior heap after cleanup: 110.0 MiB used (151.0 MiB heap) debug: Starting getting wrapper-inputs lint warnings debug: Finished getting wrapper-inputs lint warnings, took 0 seconds inferior heap before cleanup: 120.0 MiB used (151.0 MiB heap) inferior heap after cleanup: 111.0 MiB used (151.0 MiB heap) debug: Starting getting license lint warnings debug: Finished getting license lint warnings, took 0 seconds inferior heap before cleanup: 112.0 MiB used (151.0 MiB heap) inferior heap after cleanup: 111.0 MiB used (151.0 MiB heap) debug: Starting getting optional-tests lint warnings debug: Finished getting optional-tests lint warnings, took 0 seconds inferior heap before cleanup: 124.0 MiB used (151.0 MiB heap) inferior heap after cleanup: 113.0 MiB used (150.0 MiB heap) debug: Starting getting mirror-url lint warnings debug: Finished getting mirror-url lint warnings, took 1 seconds inferior heap before cleanup: 118.0 MiB used (150.0 MiB heap) inferior heap after cleanup: 112.0 MiB used (149.0 MiB heap) debug: Starting getting source-file-name lint warnings debug: Finished getting source-file-name lint warnings, took 2 seconds inferior heap before cleanup: 112.0 MiB used (130.0 MiB heap) inferior heap after cleanup: 112.0 MiB used (118.0 MiB heap) debug: Starting getting source-unstable-tarball lint warnings debug: Finished getting source-unstable-tarball lint warnings, took 1 seconds inferior heap before cleanup: 133.0 MiB used (133.0 MiB heap) inferior heap after cleanup: 114.0 MiB used (133.0 MiB heap) debug: Starting getting profile-collisions lint warnings debug: Finished getting profile-collisions lint warnings, took 58 seconds inferior heap before cleanup: 178.0 MiB used (308.0 MiB heap) inferior heap after cleanup: 125.0 MiB used (308.0 MiB heap) debug: Starting getting patch-file-names lint warnings debug: Finished getting patch-file-names lint warnings, took 1 seconds inferior heap before cleanup: 149.0 MiB used (308.0 MiB heap) inferior heap after cleanup: 131.0 MiB used (308.0 MiB heap) debug: Starting getting patch-headers lint warnings debug: Finished getting patch-headers lint warnings, took 1 seconds inferior heap before cleanup: 164.0 MiB used (308.0 MiB heap) inferior heap after cleanup: 143.0 MiB used (308.0 MiB heap) debug: Starting getting formatting lint warnings debug: Finished getting formatting lint warnings, took 562 seconds inferior heap before cleanup: 183.0 MiB used (283.0 MiB heap) inferior heap after cleanup: 129.0 MiB used (283.0 MiB heap) debug: Finished fetching inferior lint warnings, took 668 seconds debug: Starting getting inferior derivations heap size: 317.0 MiB inferior heap before cleanup: 129.0 MiB used (283.0 MiB heap) inferior heap after cleanup: 127.0 MiB used (283.0 MiB heap) debug: Starting getting derivations for (i586-gnu . #f) debug: Finished getting derivations for (i586-gnu . #f), took 571 seconds heap size: 216.0 MiB inferior heap before cleanup: 608.0 MiB used (661.0 MiB heap) inferior heap after cleanup: 353.0 MiB used (661.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . #f) warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux debug: Finished getting derivations for (x86_64-linux . #f), took 1728 seconds heap size: 230.0 MiB inferior heap before cleanup: 1650.0 MiB used (1893.0 MiB heap) inferior heap after cleanup: 694.0 MiB used (1893.0 MiB heap) debug: Starting getting derivations for (i686-linux . #f) debug: Finished getting derivations for (i686-linux . #f), took 63 seconds heap size: 230.0 MiB inferior heap before cleanup: 1069.0 MiB used (1893.0 MiB heap) inferior heap after cleanup: 810.0 MiB used (1893.0 MiB heap) debug: Starting getting derivations for (riscv64-linux . #f) debug: Finished getting derivations for (riscv64-linux . #f), took 821 seconds heap size: 318.0 MiB inferior heap before cleanup: 1338.0 MiB used (1423.0 MiB heap) inferior heap after cleanup: 958.0 MiB used (1423.0 MiB heap) debug: Starting getting derivations for (powerpc64le-linux . #f) debug: Finished getting derivations for (powerpc64le-linux . #f), took 676 seconds heap size: 319.0 MiB inferior heap before cleanup: 1479.0 MiB used (1514.0 MiB heap) inferior heap after cleanup: 1050.0 MiB used (1514.0 MiB heap) debug: Starting getting derivations for (powerpc-linux . #f) debug: Finished getting derivations for (powerpc-linux . #f), took 668 seconds heap size: 319.0 MiB inferior heap before cleanup: 1673.0 MiB used (1673.0 MiB heap) inferior heap after cleanup: 1175.0 MiB used (1673.0 MiB heap) debug: Starting getting derivations for (mips64el-linux . #f) debug: Finished getting derivations for (mips64el-linux . #f), took 731 seconds heap size: 343.0 MiB inferior heap before cleanup: 1688.0 MiB used (1949.0 MiB heap) inferior heap after cleanup: 1301.0 MiB used (1949.0 MiB heap) debug: Starting getting derivations for (armhf-linux . #f) debug: Finished getting derivations for (armhf-linux . #f), took 82 seconds heap size: 343.0 MiB inferior heap before cleanup: 1471.0 MiB used (1949.0 MiB heap) inferior heap after cleanup: 1382.0 MiB used (1949.0 MiB heap) debug: Starting getting derivations for (aarch64-linux . #f) debug: Finished getting derivations for (aarch64-linux . #f), took 1437 seconds heap size: 367.0 MiB inferior heap before cleanup: 2760.0 MiB used (3149.0 MiB heap) inferior heap after cleanup: 1666.0 MiB used (3149.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . i586-pc-gnu) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) debug: Finished getting derivations for (x86_64-linux . i586-pc-gnu), took 1001 seconds heap size: 393.0 MiB inferior heap before cleanup: 2106.0 MiB used (3141.0 MiB heap) inferior heap after cleanup: 1713.0 MiB used (2945.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . i686-w64-mingw32) error: while processing static-binaries-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/x8dzz8yj3wxzzrajyi4kgjs289nsmxy7-mingw-w64-i686-10.0.0.drv => /gnu/store/3dmirq8qyx2m11cq1swqzbzkk1k6m2bn-mingw-w64-i686-10.0.0 7f564d4828c0> output: "static">) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) error: while processing guile-static-stripped-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/x8dzz8yj3wxzzrajyi4kgjs289nsmxy7-mingw-w64-i686-10.0.0.drv => /gnu/store/3dmirq8qyx2m11cq1swqzbzkk1k6m2bn-mingw-w64-i686-10.0.0 7f565f03f0a0> output: "static">) error: while processing guile-static-stripped ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/x8dzz8yj3wxzzrajyi4kgjs289nsmxy7-mingw-w64-i686-10.0.0.drv => /gnu/store/3dmirq8qyx2m11cq1swqzbzkk1k6m2bn-mingw-w64-i686-10.0.0 7f565f03f0a0> output: "static">) warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux error: while processing bootstrap-tarballs ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/x8dzz8yj3wxzzrajyi4kgjs289nsmxy7-mingw-w64-i686-10.0.0.drv => /gnu/store/3dmirq8qyx2m11cq1swqzbzkk1k6m2bn-mingw-w64-i686-10.0.0 7f56356f5550> output: "static">) debug: Finished getting derivations for (x86_64-linux . i686-w64-mingw32), took 942 seconds heap size: 409.0 MiB inferior heap before cleanup: 2208.0 MiB used (2811.0 MiB heap) inferior heap after cleanup: 1731.0 MiB used (2793.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . x86_64-w64-mingw32) error: while processing static-binaries-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/zqhy40nmvz49pm25n4ghnmfihxvpkwgd-mingw-w64-x86_64-10.0.0.drv => /gnu/store/pjavwbl2392xqzcq9lh5jv2qc98sfw00-mingw-w64-x86_64-10.0.0 7f5617e798c0> output: "static">) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) error: while processing guile-static-stripped-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/zqhy40nmvz49pm25n4ghnmfihxvpkwgd-mingw-w64-x86_64-10.0.0.drv => /gnu/store/pjavwbl2392xqzcq9lh5jv2qc98sfw00-mingw-w64-x86_64-10.0.0 7f56293ae370> output: "static">) error: while processing guile-static-stripped ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/zqhy40nmvz49pm25n4ghnmfihxvpkwgd-mingw-w64-x86_64-10.0.0.drv => /gnu/store/pjavwbl2392xqzcq9lh5jv2qc98sfw00-mingw-w64-x86_64-10.0.0 7f56293ae370> output: "static">) warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux error: while processing bootstrap-tarballs ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/zqhy40nmvz49pm25n4ghnmfihxvpkwgd-mingw-w64-x86_64-10.0.0.drv => /gnu/store/pjavwbl2392xqzcq9lh5jv2qc98sfw00-mingw-w64-x86_64-10.0.0 7f56285952d0> output: "static">) debug: Finished getting derivations for (x86_64-linux . x86_64-w64-mingw32), took 810 seconds heap size: 409.0 MiB inferior heap before cleanup: 2469.0 MiB used (2820.0 MiB heap) inferior heap after cleanup: 1791.0 MiB used (2820.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . riscv64-linux-gnu) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) debug: Finished getting derivations for (x86_64-linux . riscv64-linux-gnu), took 919 seconds heap size: 436.0 MiB inferior heap before cleanup: 2211.0 MiB used (2836.0 MiB heap) inferior heap after cleanup: 1787.0 MiB used (2836.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . powerpc64le-linux-gnu) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) debug: Finished getting derivations for (x86_64-linux . powerpc64le-linux-gnu), took 977 seconds heap size: 444.0 MiB inferior heap before cleanup: 2243.0 MiB used (2835.0 MiB heap) inferior heap after cleanup: 1818.0 MiB used (2833.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . powerpc-linux-gnu) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) debug: Finished getting derivations for (x86_64-linux . powerpc-linux-gnu), took 943 seconds heap size: 444.0 MiB inferior heap before cleanup: 2263.0 MiB used (2831.0 MiB heap) inferior heap after cleanup: 1839.0 MiB used (2830.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . mips64el-linux-gnu) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) debug: Finished getting derivations for (x86_64-linux . mips64el-linux-gnu), took 971 seconds heap size: 452.0 MiB inferior heap before cleanup: 2292.0 MiB used (2831.0 MiB heap) inferior heap after cleanup: 1863.0 MiB used (2830.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . arm-linux-gnueabihf) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) debug: Finished getting derivations for (x86_64-linux . arm-linux-gnueabihf), took 916 seconds heap size: 484.0 MiB inferior heap before cleanup: 2291.0 MiB used (2836.0 MiB heap) inferior heap after cleanup: 1880.0 MiB used (2836.0 MiB heap) debug: Starting getting derivations for (x86_64-linux . aarch64-linux-gnu) error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f)) debug: Finished getting derivations for (x86_64-linux . aarch64-linux-gnu), took 925 seconds debug: Finished getting inferior derivations, took 15208 seconds debug: skipping system tests debug: Starting getting all inferior package data debug: Starting fetching inferior package license metadata debug: Finished fetching inferior package license metadata, took 7 seconds debug: Starting fetching inferior package metadata debug: Finished fetching inferior package metadata, took 173 seconds debug: Starting fetching inferior package license metadata debug: Finished fetching inferior package license metadata, took 0 seconds debug: Starting fetching inferior package metadata debug: Finished fetching inferior package metadata, took 0 seconds debug: Starting fetching inferior package license metadata debug: Finished fetching inferior package license metadata, took 0 seconds debug: Starting fetching inferior package metadata debug: Finished fetching inferior package metadata, took 0 seconds debug: Starting fetching inferior package license metadata debug: Finished fetching inferior package license metadata, took 0 seconds debug: Starting fetching inferior package metadata debug: Finished fetching inferior package metadata, took 0 seconds debug: Starting fetching inferior package license metadata debug: Finished fetching inferior package license metadata, took 0 seconds debug: Starting fetching inferior package metadata debug: Finished fetching inferior package metadata, took 0 seconds debug: Finished getting all inferior package data, took 325 seconds debug: finished loading information from inferior debug: Starting acquiring advisory transaction lock: load-new-guix-revision-inserts debug: Finished acquiring advisory transaction lock: load-new-guix-revision-inserts, took 17828 seconds debug: Starting inserting package metadata entries debug: Starting populating temp_package_metadata debug: Finished populating temp_package_metadata, took 0 seconds debug: Starting querying the temp_package_metadata debug: Finished querying the temp_package_metadata, took 6 seconds debug: Finished inserting package metadata entries, took 561 seconds debug: Starting getting package-ids debug: Finished getting package-ids, took 1 seconds warning: skipping duplicate lint warning (gnu/packages/kde-frameworks.scm 3006 5) ((en_US.UTF-8 . 'kdoctools' should probably be a native input) (cs_CZ.UTF-8 . „kdoctools“ by měl být pravděpodobně původním vstupem) (da_DK.UTF-8 . »kdoctools« skal sandsynligvis være standarddata) (de_DE.UTF-8 . „kdoctools“ sollte wahrscheinlich als native Eingabe deklariert werden) (es_ES.UTF-8 . probablemente 'kdoctools' debería ser una entrada nativa) (fr_FR.UTF-8 . « kdoctools » devrait sans doute être une entrée native) (nl_NL.UTF-8 . ‘kdoctools’ zou waarschijnlijk inheemse voer moeten zijn) (pt_BR.UTF-8 . "kdoctools" provavelmente é uma entrada nativa)) warning: skipping duplicate lint warning (gnu/packages/xorg.scm 6286 2) ((en_US.UTF-8 . label 'gtk' does not match package name 'gtk+') (cs_CZ.UTF-8 . popis 'gtk' se neschoduje s názvem balíku 'gtk+') (de_DE.UTF-8 . Bezeichnung „gtk“ passt nicht zum Paketnamen „gtk+“) (es_ES.UTF-8 . la etiqueta 'gtk' no coincide con el nombre del paquete 'gtk+') (fr_FR.UTF-8 . l'étiquette « gtk » ne correspond pas au nom du paquet « gtk+ ») (pt_BR.UTF-8 . o rótulo 'gtk' não corresponde a um nome de pacote 'gtk+')) warning: skipping duplicate lint warning (gnu/packages/ocaml.scm 3013 5) ((en_US.UTF-8 . label 'ocaml-mdx' does not match package name 'ocaml5.0-mdx') (cs_CZ.UTF-8 . popis 'ocaml-mdx' se neschoduje s názvem balíku 'ocaml5.0-mdx') (de_DE.UTF-8 . Bezeichnung „ocaml-mdx“ passt nicht zum Paketnamen „ocaml5.0-mdx“) (es_ES.UTF-8 . la etiqueta 'ocaml-mdx' no coincide con el nombre del paquete 'ocaml5.0-mdx') (fr_FR.UTF-8 . l'étiquette « ocaml-mdx » ne correspond pas au nom du paquet « ocaml5.0-mdx ») (pt_BR.UTF-8 . o rótulo 'ocaml-mdx' não corresponde a um nome de pacote 'ocaml5.0-mdx')) warning: skipping duplicate lint warning (gnu/packages/language.scm 161 5) ((en_US.UTF-8 . label 'gtk+' does not match package name 'gtk+:bin') (cs_CZ.UTF-8 . popis 'gtk+' se neschoduje s názvem balíku 'gtk+:bin') (de_DE.UTF-8 . Bezeichnung „gtk+“ passt nicht zum Paketnamen „gtk+:bin“) (es_ES.UTF-8 . la etiqueta 'gtk+' no coincide con el nombre del paquete 'gtk+:bin') (fr_FR.UTF-8 . l'étiquette « gtk+ » ne correspond pas au nom du paquet « gtk+:bin ») (pt_BR.UTF-8 . o rótulo 'gtk+' não corresponde a um nome de pacote 'gtk+:bin')) warning: skipping duplicate lint warning (gnu/packages/node.scm 908 2) ((en_US.UTF-8 . label 'nghttp2' does not match package name 'nghttp2:lib') (cs_CZ.UTF-8 . popis 'nghttp2' se neschoduje s názvem balíku 'nghttp2:lib') (de_DE.UTF-8 . Bezeichnung „nghttp2“ passt nicht zum Paketnamen „nghttp2:lib“) (es_ES.UTF-8 . la etiqueta 'nghttp2' no coincide con el nombre del paquete 'nghttp2:lib') (fr_FR.UTF-8 . l'étiquette « nghttp2 » ne correspond pas au nom du paquet « nghttp2:lib ») (pt_BR.UTF-8 . o rótulo 'nghttp2' não corresponde a um nome de pacote 'nghttp2:lib')) warning: skipping duplicate lint warning (guix/packages.scm 1532 15) ((en_US.UTF-8 . label 'guile-bytestructures' does not match package name 'guile2.2-bytestructures') (cs_CZ.UTF-8 . popis 'guile-bytestructures' se neschoduje s názvem balíku 'guile2.2-bytestructures') (de_DE.UTF-8 . Bezeichnung „guile-bytestructures“ passt nicht zum Paketnamen „guile2.2-bytestructures“) (es_ES.UTF-8 . la etiqueta 'guile-bytestructures' no coincide con el nombre del paquete 'guile2.2-bytestructures') (fr_FR.UTF-8 . l'étiquette « guile-bytestructures » ne correspond pas au nom du paquet « guile2.2-bytestructures ») (pt_BR.UTF-8 . o rótulo 'guile-bytestructures' não corresponde a um nome de pacote 'guile2.2-bytestructures')) warning: skipping duplicate lint warning (guix/packages.scm 1532 15) ((en_US.UTF-8 . label 'guile-bytestructures' does not match package name 'guile2.0-bytestructures') (cs_CZ.UTF-8 . popis 'guile-bytestructures' se neschoduje s názvem balíku 'guile2.0-bytestructures') (de_DE.UTF-8 . Bezeichnung „guile-bytestructures“ passt nicht zum Paketnamen „guile2.0-bytestructures“) (es_ES.UTF-8 . la etiqueta 'guile-bytestructures' no coincide con el nombre del paquete 'guile2.0-bytestructures') (fr_FR.UTF-8 . l'étiquette « guile-bytestructures » ne correspond pas au nom du paquet « guile2.0-bytestructures ») (pt_BR.UTF-8 . o rótulo 'guile-bytestructures' não corresponde a um nome de pacote 'guile2.0-bytestructures')) warning: skipping duplicate lint warning (gnu/packages/make-bootstrap.scm 678 2) ((en_US.UTF-8 . label 'libc:static' does not match package name 'glibc:static') (cs_CZ.UTF-8 . popis 'libc:static' se neschoduje s názvem balíku 'glibc:static') (de_DE.UTF-8 . Bezeichnung „libc:static“ passt nicht zum Paketnamen „glibc:static“) (es_ES.UTF-8 . la etiqueta 'libc:static' no coincide con el nombre del paquete 'glibc:static') (fr_FR.UTF-8 . l'étiquette « libc:static » ne correspond pas au nom du paquet « glibc:static ») (pt_BR.UTF-8 . o rótulo 'libc:static' não corresponde a um nome de pacote 'glibc:static')) warning: skipping duplicate lint warning (gnu/packages/golang.scm 11808 5) ((en_US.UTF-8 . label 'github.com/mattn/go-isatty' does not match package name 'go-github-com-mattn-go-isatty') (cs_CZ.UTF-8 . popis 'github.com/mattn/go-isatty' se neschoduje s názvem balíku 'go-github-com-mattn-go-isatty') (de_DE.UTF-8 . Bezeichnung „github.com/mattn/go-isatty“ passt nicht zum Paketnamen „go-github-com-mattn-go-isatty“) (es_ES.UTF-8 . la etiqueta 'github.com/mattn/go-isatty' no coincide con el nombre del paquete 'go-github-com-mattn-go-isatty') (fr_FR.UTF-8 . l'étiquette « github.com/mattn/go-isatty » ne correspond pas au nom du paquet « go-github-com-mattn-go-isatty ») (pt_BR.UTF-8 . o rótulo 'github.com/mattn/go-isatty' não corresponde a um nome de pacote 'go-github-com-mattn-go-isatty')) warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1477 7) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal')) warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1368 7) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal')) warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1304 5) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal')) warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1213 5) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal')) warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 4640 4) ((en_US.UTF-8 . label 'flexi-streams' does not match package name 'ecl-flexi-streams') (cs_CZ.UTF-8 . popis 'flexi-streams' se neschoduje s názvem balíku 'ecl-flexi-streams') (de_DE.UTF-8 . Bezeichnung „flexi-streams“ passt nicht zum Paketnamen „ecl-flexi-streams“) (es_ES.UTF-8 . la etiqueta 'flexi-streams' no coincide con el nombre del paquete 'ecl-flexi-streams') (fr_FR.UTF-8 . l'étiquette « flexi-streams » ne correspond pas au nom du paquet « ecl-flexi-streams ») (pt_BR.UTF-8 . o rótulo 'flexi-streams' não corresponde a um nome de pacote 'ecl-flexi-streams')) warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 20471 4) ((en_US.UTF-8 . label 'rove' does not match package name 'cl-rove') (cs_CZ.UTF-8 . popis 'rove' se neschoduje s názvem balíku 'cl-rove') (de_DE.UTF-8 . Bezeichnung „rove“ passt nicht zum Paketnamen „cl-rove“) (es_ES.UTF-8 . la etiqueta 'rove' no coincide con el nombre del paquete 'cl-rove') (fr_FR.UTF-8 . l'étiquette « rove » ne correspond pas au nom du paquet « cl-rove ») (pt_BR.UTF-8 . o rótulo 'rove' não corresponde a um nome de pacote 'cl-rove')) warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 17025 4) ((en_US.UTF-8 . label 'sbcl-cffi' does not match package name 'cl-cffi') (cs_CZ.UTF-8 . popis 'sbcl-cffi' se neschoduje s názvem balíku 'cl-cffi') (de_DE.UTF-8 . Bezeichnung „sbcl-cffi“ passt nicht zum Paketnamen „cl-cffi“) (es_ES.UTF-8 . la etiqueta 'sbcl-cffi' no coincide con el nombre del paquete 'cl-cffi') (fr_FR.UTF-8 . l'étiquette « sbcl-cffi » ne correspond pas au nom du paquet « cl-cffi ») (pt_BR.UTF-8 . o rótulo 'sbcl-cffi' não corresponde a um nome de pacote 'cl-cffi')) warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 4599 4) ((en_US.UTF-8 . label 'flexi-streams' does not match package name 'cl-flexi-streams') (cs_CZ.UTF-8 . popis 'flexi-streams' se neschoduje s názvem balíku 'cl-flexi-streams') (de_DE.UTF-8 . Bezeichnung „flexi-streams“ passt nicht zum Paketnamen „cl-flexi-streams“) (es_ES.UTF-8 . la etiqueta 'flexi-streams' no coincide con el nombre del paquete 'cl-flexi-streams') (fr_FR.UTF-8 . l'étiquette « flexi-streams » ne correspond pas au nom du paquet « cl-flexi-streams ») (pt_BR.UTF-8 . o rótulo 'flexi-streams' não corresponde a um nome de pacote 'cl-flexi-streams')) warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 14779 4) ((en_US.UTF-8 . label 'sbcl-cffi' does not match package name 'cl-cffi') (cs_CZ.UTF-8 . popis 'sbcl-cffi' se neschoduje s názvem balíku 'cl-cffi') (de_DE.UTF-8 . Bezeichnung „sbcl-cffi“ passt nicht zum Paketnamen „cl-cffi“) (es_ES.UTF-8 . la etiqueta 'sbcl-cffi' no coincide con el nombre del paquete 'cl-cffi') (fr_FR.UTF-8 . l'étiquette « sbcl-cffi » ne correspond pas au nom du paquet « cl-cffi ») (pt_BR.UTF-8 . o rótulo 'sbcl-cffi' não corresponde a um nome de pacote 'cl-cffi')) warning: skipping duplicate lint warning (gnu/packages/gnome.scm 6657 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 7468 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 7468 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 7468 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/search.scm 422 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/games.scm 10753 4) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/databases.scm 806 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/game-development.scm 1816 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/gnome.scm 9151 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/version-control.scm 228 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/version-control.scm 228 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/version-control.scm 228 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/version-control.scm 228 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/video.scm 5470 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/terminals.scm 1038 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/engineering.scm 2157 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 4837 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) warning: skipping duplicate lint warning (gnu/packages/screen.scm 105 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado)) debug: Starting inferior-data->package-derivation-ids debug: derivation-file-names->derivation-ids: processing 187033 derivations debug: update-derivation-ids-hash-table!: 187033 file-names debug: update-derivation-ids-hash-table!: lookup 187033 file-names, 187033 not cached debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 91 seconds debug: insert-missing-derivations: inserting 1000 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 10515 derivations debug: update-derivation-ids-hash-table!: 10515 file-names debug: update-derivation-ids-hash-table!: lookup 10515 file-names, 9973 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9854 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18326 derivations debug: update-derivation-ids-hash-table!: 18326 file-names debug: update-derivation-ids-hash-table!: lookup 18326 file-names, 9970 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9822 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 14881 derivations debug: update-derivation-ids-hash-table!: 14881 file-names debug: update-derivation-ids-hash-table!: lookup 14881 file-names, 6050 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5927 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 10704 derivations debug: update-derivation-ids-hash-table!: 10704 file-names debug: update-derivation-ids-hash-table!: lookup 10704 file-names, 3386 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3258 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5873 derivations debug: update-derivation-ids-hash-table!: 5873 file-names debug: update-derivation-ids-hash-table!: lookup 5873 file-names, 1757 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1683 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4243 derivations debug: update-derivation-ids-hash-table!: 4243 file-names debug: update-derivation-ids-hash-table!: lookup 4243 file-names, 802 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 765 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2438 derivations debug: update-derivation-ids-hash-table!: 2438 file-names debug: update-derivation-ids-hash-table!: lookup 2438 file-names, 358 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 327 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 667 derivations debug: update-derivation-ids-hash-table!: 667 file-names debug: update-derivation-ids-hash-table!: lookup 667 file-names, 139 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 130 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 367 derivations debug: update-derivation-ids-hash-table!: 367 file-names debug: update-derivation-ids-hash-table!: lookup 367 file-names, 45 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 33 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 161 derivations debug: update-derivation-ids-hash-table!: 161 file-names debug: update-derivation-ids-hash-table!: lookup 161 file-names, 14 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 68 derivations debug: update-derivation-ids-hash-table!: 68 file-names debug: update-derivation-ids-hash-table!: lookup 68 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 33 derivations debug: Finished insert-missing-derivations: inserting inputs for 33 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 130 derivations debug: Finished insert-missing-derivations: inserting inputs for 130 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 327 derivations debug: Finished insert-missing-derivations: inserting inputs for 327 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 765 derivations debug: Finished insert-missing-derivations: inserting inputs for 765 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1683 derivations debug: Finished insert-missing-derivations: inserting inputs for 1683 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 3258 derivations debug: Finished insert-missing-derivations: inserting inputs for 3258 derivations, took 8 seconds debug: Starting insert-missing-derivations: inserting inputs for 5927 derivations debug: Finished insert-missing-derivations: inserting inputs for 5927 derivations, took 13 seconds debug: Starting insert-missing-derivations: inserting inputs for 9822 derivations debug: Finished insert-missing-derivations: inserting inputs for 9822 derivations, took 25 seconds debug: Starting insert-missing-derivations: inserting inputs for 9854 derivations debug: Finished insert-missing-derivations: inserting inputs for 9854 derivations, took 37 seconds debug: Starting insert-missing-derivations: inserting inputs for 1000 derivations debug: Finished insert-missing-derivations: inserting inputs for 1000 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 41 seconds debug: insert-missing-derivations: inserting 928 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9495 derivations debug: update-derivation-ids-hash-table!: 9495 file-names debug: update-derivation-ids-hash-table!: lookup 9495 file-names, 3277 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3268 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9419 derivations debug: update-derivation-ids-hash-table!: 9419 file-names debug: update-derivation-ids-hash-table!: lookup 9419 file-names, 2669 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2642 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5164 derivations debug: update-derivation-ids-hash-table!: 5164 file-names debug: update-derivation-ids-hash-table!: lookup 5164 file-names, 1207 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1197 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2737 derivations debug: update-derivation-ids-hash-table!: 2737 file-names debug: update-derivation-ids-hash-table!: lookup 2737 file-names, 538 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 538 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1652 derivations debug: update-derivation-ids-hash-table!: 1652 file-names debug: update-derivation-ids-hash-table!: lookup 1652 file-names, 275 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 274 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 962 derivations debug: update-derivation-ids-hash-table!: 962 file-names debug: update-derivation-ids-hash-table!: lookup 962 file-names, 144 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 144 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 339 derivations debug: update-derivation-ids-hash-table!: 339 file-names debug: update-derivation-ids-hash-table!: lookup 339 file-names, 58 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 58 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 173 derivations debug: update-derivation-ids-hash-table!: 173 file-names debug: update-derivation-ids-hash-table!: lookup 173 file-names, 14 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 26 derivations debug: update-derivation-ids-hash-table!: 26 file-names debug: update-derivation-ids-hash-table!: lookup 26 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 58 derivations debug: Finished insert-missing-derivations: inserting inputs for 58 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 144 derivations debug: Finished insert-missing-derivations: inserting inputs for 144 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 274 derivations debug: Finished insert-missing-derivations: inserting inputs for 274 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 538 derivations debug: Finished insert-missing-derivations: inserting inputs for 538 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1197 derivations debug: Finished insert-missing-derivations: inserting inputs for 1197 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 2642 derivations debug: Finished insert-missing-derivations: inserting inputs for 2642 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 3268 derivations debug: Finished insert-missing-derivations: inserting inputs for 3268 derivations, took 18 seconds debug: Starting insert-missing-derivations: inserting inputs for 928 derivations debug: Finished insert-missing-derivations: inserting inputs for 928 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 62 seconds debug: insert-missing-derivations: inserting 894 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8980 derivations debug: update-derivation-ids-hash-table!: 8980 file-names debug: update-derivation-ids-hash-table!: lookup 8980 file-names, 2694 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2684 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7968 derivations debug: update-derivation-ids-hash-table!: 7968 file-names debug: update-derivation-ids-hash-table!: lookup 7968 file-names, 1993 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1921 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3595 derivations debug: update-derivation-ids-hash-table!: 3595 file-names debug: update-derivation-ids-hash-table!: lookup 3595 file-names, 684 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 670 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1899 derivations debug: update-derivation-ids-hash-table!: 1899 file-names debug: update-derivation-ids-hash-table!: lookup 1899 file-names, 340 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 337 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1416 derivations debug: update-derivation-ids-hash-table!: 1416 file-names debug: update-derivation-ids-hash-table!: lookup 1416 file-names, 220 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 215 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2978 derivations debug: update-derivation-ids-hash-table!: 2978 file-names debug: update-derivation-ids-hash-table!: lookup 2978 file-names, 2154 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2151 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2884 derivations debug: update-derivation-ids-hash-table!: 2884 file-names debug: update-derivation-ids-hash-table!: lookup 2884 file-names, 235 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 235 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 365 derivations debug: update-derivation-ids-hash-table!: 365 file-names debug: update-derivation-ids-hash-table!: lookup 365 file-names, 72 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 72 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 159 derivations debug: update-derivation-ids-hash-table!: 159 file-names debug: update-derivation-ids-hash-table!: lookup 159 file-names, 23 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 23 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 86 derivations debug: update-derivation-ids-hash-table!: 86 file-names debug: update-derivation-ids-hash-table!: lookup 86 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 68 derivations debug: update-derivation-ids-hash-table!: 68 file-names debug: update-derivation-ids-hash-table!: lookup 68 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 23 derivations debug: Finished insert-missing-derivations: inserting inputs for 23 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 72 derivations debug: Finished insert-missing-derivations: inserting inputs for 72 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 235 derivations debug: Finished insert-missing-derivations: inserting inputs for 235 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 2151 derivations debug: Finished insert-missing-derivations: inserting inputs for 2151 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 215 derivations debug: Finished insert-missing-derivations: inserting inputs for 215 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 337 derivations debug: Finished insert-missing-derivations: inserting inputs for 337 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 670 derivations debug: Finished insert-missing-derivations: inserting inputs for 670 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1921 derivations debug: Finished insert-missing-derivations: inserting inputs for 1921 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 2684 derivations debug: Finished insert-missing-derivations: inserting inputs for 2684 derivations, took 11 seconds debug: Starting insert-missing-derivations: inserting inputs for 894 derivations debug: Finished insert-missing-derivations: inserting inputs for 894 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 40 seconds debug: insert-missing-derivations: inserting 899 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9215 derivations debug: update-derivation-ids-hash-table!: 9215 file-names debug: update-derivation-ids-hash-table!: lookup 9215 file-names, 2223 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2218 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7334 derivations debug: update-derivation-ids-hash-table!: 7334 file-names debug: update-derivation-ids-hash-table!: lookup 7334 file-names, 1702 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1696 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3575 derivations debug: update-derivation-ids-hash-table!: 3575 file-names debug: update-derivation-ids-hash-table!: lookup 3575 file-names, 707 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 706 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1711 derivations debug: update-derivation-ids-hash-table!: 1711 file-names debug: update-derivation-ids-hash-table!: lookup 1711 file-names, 307 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 307 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1093 derivations debug: update-derivation-ids-hash-table!: 1093 file-names debug: update-derivation-ids-hash-table!: lookup 1093 file-names, 156 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 156 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 563 derivations debug: update-derivation-ids-hash-table!: 563 file-names debug: update-derivation-ids-hash-table!: lookup 563 file-names, 96 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 96 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 220 derivations debug: update-derivation-ids-hash-table!: 220 file-names debug: update-derivation-ids-hash-table!: lookup 220 file-names, 41 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 41 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 134 derivations debug: update-derivation-ids-hash-table!: 134 file-names debug: update-derivation-ids-hash-table!: lookup 134 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 19 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 46 derivations debug: update-derivation-ids-hash-table!: 46 file-names debug: update-derivation-ids-hash-table!: lookup 46 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 19 derivations debug: Finished insert-missing-derivations: inserting inputs for 19 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 41 derivations debug: Finished insert-missing-derivations: inserting inputs for 41 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 96 derivations debug: Finished insert-missing-derivations: inserting inputs for 96 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 156 derivations debug: Finished insert-missing-derivations: inserting inputs for 156 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 307 derivations debug: Finished insert-missing-derivations: inserting inputs for 307 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 706 derivations debug: Finished insert-missing-derivations: inserting inputs for 706 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1696 derivations debug: Finished insert-missing-derivations: inserting inputs for 1696 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 2218 derivations debug: Finished insert-missing-derivations: inserting inputs for 2218 derivations, took 15 seconds debug: Starting insert-missing-derivations: inserting inputs for 899 derivations debug: Finished insert-missing-derivations: inserting inputs for 899 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 54 seconds debug: insert-missing-derivations: inserting 882 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9539 derivations debug: update-derivation-ids-hash-table!: 9539 file-names debug: update-derivation-ids-hash-table!: lookup 9539 file-names, 2164 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2158 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7868 derivations debug: update-derivation-ids-hash-table!: 7868 file-names debug: update-derivation-ids-hash-table!: lookup 7868 file-names, 1351 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1342 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2881 derivations debug: update-derivation-ids-hash-table!: 2881 file-names debug: update-derivation-ids-hash-table!: lookup 2881 file-names, 471 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 463 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1218 derivations debug: update-derivation-ids-hash-table!: 1218 file-names debug: update-derivation-ids-hash-table!: lookup 1218 file-names, 171 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 170 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 494 derivations debug: update-derivation-ids-hash-table!: 494 file-names debug: update-derivation-ids-hash-table!: lookup 494 file-names, 84 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 84 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 300 derivations debug: update-derivation-ids-hash-table!: 300 file-names debug: update-derivation-ids-hash-table!: lookup 300 file-names, 38 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 38 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 84 derivations debug: update-derivation-ids-hash-table!: 84 file-names debug: update-derivation-ids-hash-table!: lookup 84 file-names, 15 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 15 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 15 derivations debug: Finished insert-missing-derivations: inserting inputs for 15 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 38 derivations debug: Finished insert-missing-derivations: inserting inputs for 38 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 84 derivations debug: Finished insert-missing-derivations: inserting inputs for 84 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 170 derivations debug: Finished insert-missing-derivations: inserting inputs for 170 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 463 derivations debug: Finished insert-missing-derivations: inserting inputs for 463 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1342 derivations debug: Finished insert-missing-derivations: inserting inputs for 1342 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 2158 derivations debug: Finished insert-missing-derivations: inserting inputs for 2158 derivations, took 11 seconds debug: Starting insert-missing-derivations: inserting inputs for 882 derivations debug: Finished insert-missing-derivations: inserting inputs for 882 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 93 seconds debug: insert-missing-derivations: inserting 867 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9172 derivations debug: update-derivation-ids-hash-table!: 9172 file-names debug: update-derivation-ids-hash-table!: lookup 9172 file-names, 1999 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1996 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7543 derivations debug: update-derivation-ids-hash-table!: 7543 file-names debug: update-derivation-ids-hash-table!: lookup 7543 file-names, 1153 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1145 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3281 derivations debug: update-derivation-ids-hash-table!: 3281 file-names debug: update-derivation-ids-hash-table!: lookup 3281 file-names, 354 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 353 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 987 derivations debug: update-derivation-ids-hash-table!: 987 file-names debug: update-derivation-ids-hash-table!: lookup 987 file-names, 126 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 126 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 927 derivations debug: update-derivation-ids-hash-table!: 927 file-names debug: update-derivation-ids-hash-table!: lookup 927 file-names, 87 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 86 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1910 derivations debug: update-derivation-ids-hash-table!: 1910 file-names debug: update-derivation-ids-hash-table!: lookup 1910 file-names, 1060 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1060 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2431 derivations debug: update-derivation-ids-hash-table!: 2431 file-names debug: update-derivation-ids-hash-table!: lookup 2431 file-names, 1075 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1075 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1192 derivations debug: update-derivation-ids-hash-table!: 1192 file-names debug: update-derivation-ids-hash-table!: lookup 1192 file-names, 67 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 67 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 109 derivations debug: update-derivation-ids-hash-table!: 109 file-names debug: update-derivation-ids-hash-table!: lookup 109 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 82 derivations debug: update-derivation-ids-hash-table!: 82 file-names debug: update-derivation-ids-hash-table!: lookup 82 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 73 derivations debug: update-derivation-ids-hash-table!: 73 file-names debug: update-derivation-ids-hash-table!: lookup 73 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 67 derivations debug: Finished insert-missing-derivations: inserting inputs for 67 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 1075 derivations debug: Finished insert-missing-derivations: inserting inputs for 1075 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 1060 derivations debug: Finished insert-missing-derivations: inserting inputs for 1060 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 86 derivations debug: Finished insert-missing-derivations: inserting inputs for 86 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 126 derivations debug: Finished insert-missing-derivations: inserting inputs for 126 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 353 derivations debug: Finished insert-missing-derivations: inserting inputs for 353 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 1145 derivations debug: Finished insert-missing-derivations: inserting inputs for 1145 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 1996 derivations debug: Finished insert-missing-derivations: inserting inputs for 1996 derivations, took 9 seconds debug: Starting insert-missing-derivations: inserting inputs for 867 derivations debug: Finished insert-missing-derivations: inserting inputs for 867 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 51 seconds debug: insert-missing-derivations: inserting 865 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 10141 derivations debug: update-derivation-ids-hash-table!: 10141 file-names debug: update-derivation-ids-hash-table!: lookup 10141 file-names, 2107 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2106 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7883 derivations debug: update-derivation-ids-hash-table!: 7883 file-names debug: update-derivation-ids-hash-table!: lookup 7883 file-names, 1210 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1202 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4225 derivations debug: update-derivation-ids-hash-table!: 4225 file-names debug: update-derivation-ids-hash-table!: lookup 4225 file-names, 493 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 493 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1002 derivations debug: update-derivation-ids-hash-table!: 1002 file-names debug: update-derivation-ids-hash-table!: lookup 1002 file-names, 136 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 134 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 599 derivations debug: update-derivation-ids-hash-table!: 599 file-names debug: update-derivation-ids-hash-table!: lookup 599 file-names, 48 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 48 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 397 derivations debug: update-derivation-ids-hash-table!: 397 file-names debug: update-derivation-ids-hash-table!: lookup 397 file-names, 18 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 18 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 56 derivations debug: update-derivation-ids-hash-table!: 56 file-names debug: update-derivation-ids-hash-table!: lookup 56 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 18 derivations debug: Finished insert-missing-derivations: inserting inputs for 18 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 48 derivations debug: Finished insert-missing-derivations: inserting inputs for 48 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 134 derivations debug: Finished insert-missing-derivations: inserting inputs for 134 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 493 derivations debug: Finished insert-missing-derivations: inserting inputs for 493 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1202 derivations debug: Finished insert-missing-derivations: inserting inputs for 1202 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 2106 derivations debug: Finished insert-missing-derivations: inserting inputs for 2106 derivations, took 10 seconds debug: Starting insert-missing-derivations: inserting inputs for 865 derivations debug: Finished insert-missing-derivations: inserting inputs for 865 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 47 seconds debug: insert-missing-derivations: inserting 844 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8774 derivations debug: update-derivation-ids-hash-table!: 8774 file-names debug: update-derivation-ids-hash-table!: lookup 8774 file-names, 1606 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1604 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6700 derivations debug: update-derivation-ids-hash-table!: 6700 file-names debug: update-derivation-ids-hash-table!: lookup 6700 file-names, 993 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 992 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3852 derivations debug: update-derivation-ids-hash-table!: 3852 file-names debug: update-derivation-ids-hash-table!: lookup 3852 file-names, 409 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 404 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1444 derivations debug: update-derivation-ids-hash-table!: 1444 file-names debug: update-derivation-ids-hash-table!: lookup 1444 file-names, 208 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 199 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 724 derivations debug: update-derivation-ids-hash-table!: 724 file-names debug: update-derivation-ids-hash-table!: lookup 724 file-names, 89 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 83 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 573 derivations debug: update-derivation-ids-hash-table!: 573 file-names debug: update-derivation-ids-hash-table!: lookup 573 file-names, 45 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 36 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 105 derivations debug: update-derivation-ids-hash-table!: 105 file-names debug: update-derivation-ids-hash-table!: lookup 105 file-names, 17 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 17 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 65 derivations debug: update-derivation-ids-hash-table!: 65 file-names debug: update-derivation-ids-hash-table!: lookup 65 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 42 derivations debug: update-derivation-ids-hash-table!: 42 file-names debug: update-derivation-ids-hash-table!: lookup 42 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 17 derivations debug: Finished insert-missing-derivations: inserting inputs for 17 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 36 derivations debug: Finished insert-missing-derivations: inserting inputs for 36 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 83 derivations debug: Finished insert-missing-derivations: inserting inputs for 83 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 199 derivations debug: Finished insert-missing-derivations: inserting inputs for 199 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 404 derivations debug: Finished insert-missing-derivations: inserting inputs for 404 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 992 derivations debug: Finished insert-missing-derivations: inserting inputs for 992 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 1604 derivations debug: Finished insert-missing-derivations: inserting inputs for 1604 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 844 derivations debug: Finished insert-missing-derivations: inserting inputs for 844 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 87 seconds debug: insert-missing-derivations: inserting 817 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9221 derivations debug: update-derivation-ids-hash-table!: 9221 file-names debug: update-derivation-ids-hash-table!: lookup 9221 file-names, 1670 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1668 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6958 derivations debug: update-derivation-ids-hash-table!: 6958 file-names debug: update-derivation-ids-hash-table!: lookup 6958 file-names, 1046 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1044 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2694 derivations debug: update-derivation-ids-hash-table!: 2694 file-names debug: update-derivation-ids-hash-table!: lookup 2694 file-names, 311 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 311 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 934 derivations debug: update-derivation-ids-hash-table!: 934 file-names debug: update-derivation-ids-hash-table!: lookup 934 file-names, 90 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 90 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 497 derivations debug: update-derivation-ids-hash-table!: 497 file-names debug: update-derivation-ids-hash-table!: lookup 497 file-names, 36 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 36 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 151 derivations debug: update-derivation-ids-hash-table!: 151 file-names debug: update-derivation-ids-hash-table!: lookup 151 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 46 derivations debug: update-derivation-ids-hash-table!: 46 file-names debug: update-derivation-ids-hash-table!: lookup 46 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 36 derivations debug: Finished insert-missing-derivations: inserting inputs for 36 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 90 derivations debug: Finished insert-missing-derivations: inserting inputs for 90 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 311 derivations debug: Finished insert-missing-derivations: inserting inputs for 311 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 1044 derivations debug: Finished insert-missing-derivations: inserting inputs for 1044 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 1668 derivations debug: Finished insert-missing-derivations: inserting inputs for 1668 derivations, took 11 seconds debug: Starting insert-missing-derivations: inserting inputs for 817 derivations debug: Finished insert-missing-derivations: inserting inputs for 817 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 57 seconds debug: insert-missing-derivations: inserting 834 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 10066 derivations debug: update-derivation-ids-hash-table!: 10066 file-names debug: update-derivation-ids-hash-table!: lookup 10066 file-names, 1781 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1780 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7808 derivations debug: update-derivation-ids-hash-table!: 7808 file-names debug: update-derivation-ids-hash-table!: lookup 7808 file-names, 1008 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1008 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3324 derivations debug: update-derivation-ids-hash-table!: 3324 file-names debug: update-derivation-ids-hash-table!: lookup 3324 file-names, 263 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 262 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1053 derivations debug: update-derivation-ids-hash-table!: 1053 file-names debug: update-derivation-ids-hash-table!: lookup 1053 file-names, 122 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 122 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1687 derivations debug: update-derivation-ids-hash-table!: 1687 file-names debug: update-derivation-ids-hash-table!: lookup 1687 file-names, 1072 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1072 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1609 derivations debug: update-derivation-ids-hash-table!: 1609 file-names debug: update-derivation-ids-hash-table!: lookup 1609 file-names, 107 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 107 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 426 derivations debug: update-derivation-ids-hash-table!: 426 file-names debug: update-derivation-ids-hash-table!: lookup 426 file-names, 49 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 49 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 274 derivations debug: update-derivation-ids-hash-table!: 274 file-names debug: update-derivation-ids-hash-table!: lookup 274 file-names, 80 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 80 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 388 derivations debug: update-derivation-ids-hash-table!: 388 file-names debug: update-derivation-ids-hash-table!: lookup 388 file-names, 144 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 144 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 553 derivations debug: update-derivation-ids-hash-table!: 553 file-names debug: update-derivation-ids-hash-table!: lookup 553 file-names, 161 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 161 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 482 derivations debug: update-derivation-ids-hash-table!: 482 file-names debug: update-derivation-ids-hash-table!: lookup 482 file-names, 94 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 94 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 203 derivations debug: update-derivation-ids-hash-table!: 203 file-names debug: update-derivation-ids-hash-table!: lookup 203 file-names, 43 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 43 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 65 derivations debug: update-derivation-ids-hash-table!: 65 file-names debug: update-derivation-ids-hash-table!: lookup 65 file-names, 11 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 11 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 57 derivations debug: update-derivation-ids-hash-table!: 57 file-names debug: update-derivation-ids-hash-table!: lookup 57 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 40 derivations debug: update-derivation-ids-hash-table!: 40 file-names debug: update-derivation-ids-hash-table!: lookup 40 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 11 derivations debug: Finished insert-missing-derivations: inserting inputs for 11 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 43 derivations debug: Finished insert-missing-derivations: inserting inputs for 43 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 94 derivations debug: Finished insert-missing-derivations: inserting inputs for 94 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 161 derivations debug: Finished insert-missing-derivations: inserting inputs for 161 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 144 derivations debug: Finished insert-missing-derivations: inserting inputs for 144 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 80 derivations debug: Finished insert-missing-derivations: inserting inputs for 80 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 49 derivations debug: Finished insert-missing-derivations: inserting inputs for 49 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 107 derivations debug: Finished insert-missing-derivations: inserting inputs for 107 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 1072 derivations debug: Finished insert-missing-derivations: inserting inputs for 1072 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 122 derivations debug: Finished insert-missing-derivations: inserting inputs for 122 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 262 derivations debug: Finished insert-missing-derivations: inserting inputs for 262 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 1008 derivations debug: Finished insert-missing-derivations: inserting inputs for 1008 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 1780 derivations debug: Finished insert-missing-derivations: inserting inputs for 1780 derivations, took 14 seconds debug: Starting insert-missing-derivations: inserting inputs for 834 derivations debug: Finished insert-missing-derivations: inserting inputs for 834 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 34 seconds debug: insert-missing-derivations: inserting 804 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9197 derivations debug: update-derivation-ids-hash-table!: 9197 file-names debug: update-derivation-ids-hash-table!: lookup 9197 file-names, 1457 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1454 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5493 derivations debug: update-derivation-ids-hash-table!: 5493 file-names debug: update-derivation-ids-hash-table!: lookup 5493 file-names, 809 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 809 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1614 derivations debug: update-derivation-ids-hash-table!: 1614 file-names debug: update-derivation-ids-hash-table!: lookup 1614 file-names, 206 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 206 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 601 derivations debug: update-derivation-ids-hash-table!: 601 file-names debug: update-derivation-ids-hash-table!: lookup 601 file-names, 48 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 48 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 295 derivations debug: update-derivation-ids-hash-table!: 295 file-names debug: update-derivation-ids-hash-table!: lookup 295 file-names, 15 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 15 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 229 derivations debug: update-derivation-ids-hash-table!: 229 file-names debug: update-derivation-ids-hash-table!: lookup 229 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 33 derivations debug: update-derivation-ids-hash-table!: 33 file-names debug: update-derivation-ids-hash-table!: lookup 33 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 15 derivations debug: Finished insert-missing-derivations: inserting inputs for 15 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 48 derivations debug: Finished insert-missing-derivations: inserting inputs for 48 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 206 derivations debug: Finished insert-missing-derivations: inserting inputs for 206 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 809 derivations debug: Finished insert-missing-derivations: inserting inputs for 809 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1454 derivations debug: Finished insert-missing-derivations: inserting inputs for 1454 derivations, took 9 seconds debug: Starting insert-missing-derivations: inserting inputs for 804 derivations debug: Finished insert-missing-derivations: inserting inputs for 804 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 42 seconds debug: insert-missing-derivations: inserting 788 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8573 derivations debug: update-derivation-ids-hash-table!: 8573 file-names debug: update-derivation-ids-hash-table!: lookup 8573 file-names, 1376 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1376 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4924 derivations debug: update-derivation-ids-hash-table!: 4924 file-names debug: update-derivation-ids-hash-table!: lookup 4924 file-names, 773 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 773 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1975 derivations debug: update-derivation-ids-hash-table!: 1975 file-names debug: update-derivation-ids-hash-table!: lookup 1975 file-names, 191 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 190 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 672 derivations debug: update-derivation-ids-hash-table!: 672 file-names debug: update-derivation-ids-hash-table!: lookup 672 file-names, 81 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 81 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 331 derivations debug: update-derivation-ids-hash-table!: 331 file-names debug: update-derivation-ids-hash-table!: lookup 331 file-names, 29 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 29 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 129 derivations debug: update-derivation-ids-hash-table!: 129 file-names debug: update-derivation-ids-hash-table!: lookup 129 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 29 derivations debug: Finished insert-missing-derivations: inserting inputs for 29 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 81 derivations debug: Finished insert-missing-derivations: inserting inputs for 81 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 190 derivations debug: Finished insert-missing-derivations: inserting inputs for 190 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 773 derivations debug: Finished insert-missing-derivations: inserting inputs for 773 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1376 derivations debug: Finished insert-missing-derivations: inserting inputs for 1376 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 788 derivations debug: Finished insert-missing-derivations: inserting inputs for 788 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 43 seconds debug: insert-missing-derivations: inserting 818 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8869 derivations debug: update-derivation-ids-hash-table!: 8869 file-names debug: update-derivation-ids-hash-table!: lookup 8869 file-names, 1316 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1314 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5252 derivations debug: update-derivation-ids-hash-table!: 5252 file-names debug: update-derivation-ids-hash-table!: lookup 5252 file-names, 684 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 682 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1655 derivations debug: update-derivation-ids-hash-table!: 1655 file-names debug: update-derivation-ids-hash-table!: lookup 1655 file-names, 159 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 159 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 376 derivations debug: update-derivation-ids-hash-table!: 376 file-names debug: update-derivation-ids-hash-table!: lookup 376 file-names, 47 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 47 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 151 derivations debug: update-derivation-ids-hash-table!: 151 file-names debug: update-derivation-ids-hash-table!: lookup 151 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 47 derivations debug: Finished insert-missing-derivations: inserting inputs for 47 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 159 derivations debug: Finished insert-missing-derivations: inserting inputs for 159 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 682 derivations debug: Finished insert-missing-derivations: inserting inputs for 682 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 1314 derivations debug: Finished insert-missing-derivations: inserting inputs for 1314 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 818 derivations debug: Finished insert-missing-derivations: inserting inputs for 818 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 42 seconds debug: insert-missing-derivations: inserting 809 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9011 derivations debug: update-derivation-ids-hash-table!: 9011 file-names debug: update-derivation-ids-hash-table!: lookup 9011 file-names, 1354 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1353 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5960 derivations debug: update-derivation-ids-hash-table!: 5960 file-names debug: update-derivation-ids-hash-table!: lookup 5960 file-names, 634 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 628 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1395 derivations debug: update-derivation-ids-hash-table!: 1395 file-names debug: update-derivation-ids-hash-table!: lookup 1395 file-names, 155 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 155 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 553 derivations debug: update-derivation-ids-hash-table!: 553 file-names debug: update-derivation-ids-hash-table!: lookup 553 file-names, 46 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 46 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 264 derivations debug: update-derivation-ids-hash-table!: 264 file-names debug: update-derivation-ids-hash-table!: lookup 264 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 85 derivations debug: update-derivation-ids-hash-table!: 85 file-names debug: update-derivation-ids-hash-table!: lookup 85 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 46 derivations debug: Finished insert-missing-derivations: inserting inputs for 46 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 155 derivations debug: Finished insert-missing-derivations: inserting inputs for 155 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 628 derivations debug: Finished insert-missing-derivations: inserting inputs for 628 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1353 derivations debug: Finished insert-missing-derivations: inserting inputs for 1353 derivations, took 8 seconds debug: Starting insert-missing-derivations: inserting inputs for 809 derivations debug: Finished insert-missing-derivations: inserting inputs for 809 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 80 seconds debug: insert-missing-derivations: inserting 787 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9078 derivations debug: update-derivation-ids-hash-table!: 9078 file-names debug: update-derivation-ids-hash-table!: lookup 9078 file-names, 1210 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1210 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4486 derivations debug: update-derivation-ids-hash-table!: 4486 file-names debug: update-derivation-ids-hash-table!: lookup 4486 file-names, 563 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 562 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1151 derivations debug: update-derivation-ids-hash-table!: 1151 file-names debug: update-derivation-ids-hash-table!: lookup 1151 file-names, 120 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 120 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 525 derivations debug: update-derivation-ids-hash-table!: 525 file-names debug: update-derivation-ids-hash-table!: lookup 525 file-names, 44 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 44 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 155 derivations debug: update-derivation-ids-hash-table!: 155 file-names debug: update-derivation-ids-hash-table!: lookup 155 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 79 derivations debug: update-derivation-ids-hash-table!: 79 file-names debug: update-derivation-ids-hash-table!: lookup 79 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 44 derivations debug: Finished insert-missing-derivations: inserting inputs for 44 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 120 derivations debug: Finished insert-missing-derivations: inserting inputs for 120 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 562 derivations debug: Finished insert-missing-derivations: inserting inputs for 562 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1210 derivations debug: Finished insert-missing-derivations: inserting inputs for 1210 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 787 derivations debug: Finished insert-missing-derivations: inserting inputs for 787 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 43 seconds debug: insert-missing-derivations: inserting 801 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9086 derivations debug: update-derivation-ids-hash-table!: 9086 file-names debug: update-derivation-ids-hash-table!: lookup 9086 file-names, 1319 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1317 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5823 derivations debug: update-derivation-ids-hash-table!: 5823 file-names debug: update-derivation-ids-hash-table!: lookup 5823 file-names, 656 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 656 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1373 derivations debug: update-derivation-ids-hash-table!: 1373 file-names debug: update-derivation-ids-hash-table!: lookup 1373 file-names, 142 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 141 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 483 derivations debug: update-derivation-ids-hash-table!: 483 file-names debug: update-derivation-ids-hash-table!: lookup 483 file-names, 35 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 35 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 147 derivations debug: update-derivation-ids-hash-table!: 147 file-names debug: update-derivation-ids-hash-table!: lookup 147 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 31 derivations debug: update-derivation-ids-hash-table!: 31 file-names debug: update-derivation-ids-hash-table!: lookup 31 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 35 derivations debug: Finished insert-missing-derivations: inserting inputs for 35 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 141 derivations debug: Finished insert-missing-derivations: inserting inputs for 141 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 656 derivations debug: Finished insert-missing-derivations: inserting inputs for 656 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1317 derivations debug: Finished insert-missing-derivations: inserting inputs for 1317 derivations, took 8 seconds debug: Starting insert-missing-derivations: inserting inputs for 801 derivations debug: Finished insert-missing-derivations: inserting inputs for 801 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 41 seconds debug: insert-missing-derivations: inserting 798 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8914 derivations debug: update-derivation-ids-hash-table!: 8914 file-names debug: update-derivation-ids-hash-table!: lookup 8914 file-names, 1244 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1243 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5789 derivations debug: update-derivation-ids-hash-table!: 5789 file-names debug: update-derivation-ids-hash-table!: lookup 5789 file-names, 559 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 556 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2473 derivations debug: update-derivation-ids-hash-table!: 2473 file-names debug: update-derivation-ids-hash-table!: lookup 2473 file-names, 145 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 145 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 582 derivations debug: update-derivation-ids-hash-table!: 582 file-names debug: update-derivation-ids-hash-table!: lookup 582 file-names, 49 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 49 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 197 derivations debug: update-derivation-ids-hash-table!: 197 file-names debug: update-derivation-ids-hash-table!: lookup 197 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 96 derivations debug: update-derivation-ids-hash-table!: 96 file-names debug: update-derivation-ids-hash-table!: lookup 96 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 67 derivations debug: update-derivation-ids-hash-table!: 67 file-names debug: update-derivation-ids-hash-table!: lookup 67 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 67 derivations debug: update-derivation-ids-hash-table!: 67 file-names debug: update-derivation-ids-hash-table!: lookup 67 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 67 derivations debug: update-derivation-ids-hash-table!: 67 file-names debug: update-derivation-ids-hash-table!: lookup 67 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 67 derivations debug: update-derivation-ids-hash-table!: 67 file-names debug: update-derivation-ids-hash-table!: lookup 67 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 59 derivations debug: update-derivation-ids-hash-table!: 59 file-names debug: update-derivation-ids-hash-table!: lookup 59 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7 derivations debug: update-derivation-ids-hash-table!: 7 file-names debug: update-derivation-ids-hash-table!: lookup 7 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8 derivations debug: update-derivation-ids-hash-table!: 8 file-names debug: update-derivation-ids-hash-table!: lookup 8 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 49 derivations debug: Finished insert-missing-derivations: inserting inputs for 49 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 145 derivations debug: Finished insert-missing-derivations: inserting inputs for 145 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 556 derivations debug: Finished insert-missing-derivations: inserting inputs for 556 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1243 derivations debug: Finished insert-missing-derivations: inserting inputs for 1243 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 798 derivations debug: Finished insert-missing-derivations: inserting inputs for 798 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 70 seconds debug: insert-missing-derivations: inserting 773 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8518 derivations debug: update-derivation-ids-hash-table!: 8518 file-names debug: update-derivation-ids-hash-table!: lookup 8518 file-names, 1086 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1086 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4201 derivations debug: update-derivation-ids-hash-table!: 4201 file-names debug: update-derivation-ids-hash-table!: lookup 4201 file-names, 449 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 449 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 923 derivations debug: update-derivation-ids-hash-table!: 923 file-names debug: update-derivation-ids-hash-table!: lookup 923 file-names, 103 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 102 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 224 derivations debug: update-derivation-ids-hash-table!: 224 file-names debug: update-derivation-ids-hash-table!: lookup 224 file-names, 14 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 32 derivations debug: update-derivation-ids-hash-table!: 32 file-names debug: update-derivation-ids-hash-table!: lookup 32 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 102 derivations debug: Finished insert-missing-derivations: inserting inputs for 102 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 449 derivations debug: Finished insert-missing-derivations: inserting inputs for 449 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1086 derivations debug: Finished insert-missing-derivations: inserting inputs for 1086 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 773 derivations debug: Finished insert-missing-derivations: inserting inputs for 773 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 47 seconds debug: insert-missing-derivations: inserting 771 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8576 derivations debug: update-derivation-ids-hash-table!: 8576 file-names debug: update-derivation-ids-hash-table!: lookup 8576 file-names, 1140 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1138 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4378 derivations debug: update-derivation-ids-hash-table!: 4378 file-names debug: update-derivation-ids-hash-table!: lookup 4378 file-names, 471 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 470 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1556 derivations debug: update-derivation-ids-hash-table!: 1556 file-names debug: update-derivation-ids-hash-table!: lookup 1556 file-names, 92 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 92 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 229 derivations debug: update-derivation-ids-hash-table!: 229 file-names debug: update-derivation-ids-hash-table!: lookup 229 file-names, 13 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 50 derivations debug: update-derivation-ids-hash-table!: 50 file-names debug: update-derivation-ids-hash-table!: lookup 50 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 92 derivations debug: Finished insert-missing-derivations: inserting inputs for 92 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 470 derivations debug: Finished insert-missing-derivations: inserting inputs for 470 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 1138 derivations debug: Finished insert-missing-derivations: inserting inputs for 1138 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 771 derivations debug: Finished insert-missing-derivations: inserting inputs for 771 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 41 seconds debug: insert-missing-derivations: inserting 765 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8693 derivations debug: update-derivation-ids-hash-table!: 8693 file-names debug: update-derivation-ids-hash-table!: lookup 8693 file-names, 1103 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1102 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4552 derivations debug: update-derivation-ids-hash-table!: 4552 file-names debug: update-derivation-ids-hash-table!: lookup 4552 file-names, 524 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 523 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1657 derivations debug: update-derivation-ids-hash-table!: 1657 file-names debug: update-derivation-ids-hash-table!: lookup 1657 file-names, 175 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 175 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 481 derivations debug: update-derivation-ids-hash-table!: 481 file-names debug: update-derivation-ids-hash-table!: lookup 481 file-names, 41 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 41 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 111 derivations debug: update-derivation-ids-hash-table!: 111 file-names debug: update-derivation-ids-hash-table!: lookup 111 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 15 derivations debug: update-derivation-ids-hash-table!: 15 file-names debug: update-derivation-ids-hash-table!: lookup 15 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 41 derivations debug: Finished insert-missing-derivations: inserting inputs for 41 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 175 derivations debug: Finished insert-missing-derivations: inserting inputs for 175 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 523 derivations debug: Finished insert-missing-derivations: inserting inputs for 523 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1102 derivations debug: Finished insert-missing-derivations: inserting inputs for 1102 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 765 derivations debug: Finished insert-missing-derivations: inserting inputs for 765 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 69 seconds debug: insert-missing-derivations: inserting 776 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9015 derivations debug: update-derivation-ids-hash-table!: 9015 file-names debug: update-derivation-ids-hash-table!: lookup 9015 file-names, 1169 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1169 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4477 derivations debug: update-derivation-ids-hash-table!: 4477 file-names debug: update-derivation-ids-hash-table!: lookup 4477 file-names, 485 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 485 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1298 derivations debug: update-derivation-ids-hash-table!: 1298 file-names debug: update-derivation-ids-hash-table!: lookup 1298 file-names, 214 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 214 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 220 derivations debug: update-derivation-ids-hash-table!: 220 file-names debug: update-derivation-ids-hash-table!: lookup 220 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 214 derivations debug: Finished insert-missing-derivations: inserting inputs for 214 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 485 derivations debug: Finished insert-missing-derivations: inserting inputs for 485 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1169 derivations debug: Finished insert-missing-derivations: inserting inputs for 1169 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 776 derivations debug: Finished insert-missing-derivations: inserting inputs for 776 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 50 seconds debug: insert-missing-derivations: inserting 754 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8986 derivations debug: update-derivation-ids-hash-table!: 8986 file-names debug: update-derivation-ids-hash-table!: lookup 8986 file-names, 1097 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1096 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4282 derivations debug: update-derivation-ids-hash-table!: 4282 file-names debug: update-derivation-ids-hash-table!: lookup 4282 file-names, 466 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 465 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1217 derivations debug: update-derivation-ids-hash-table!: 1217 file-names debug: update-derivation-ids-hash-table!: lookup 1217 file-names, 94 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 93 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 308 derivations debug: update-derivation-ids-hash-table!: 308 file-names debug: update-derivation-ids-hash-table!: lookup 308 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 118 derivations debug: update-derivation-ids-hash-table!: 118 file-names debug: update-derivation-ids-hash-table!: lookup 118 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 35 derivations debug: update-derivation-ids-hash-table!: 35 file-names debug: update-derivation-ids-hash-table!: lookup 35 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 32 derivations debug: update-derivation-ids-hash-table!: 32 file-names debug: update-derivation-ids-hash-table!: lookup 32 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 93 derivations debug: Finished insert-missing-derivations: inserting inputs for 93 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 465 derivations debug: Finished insert-missing-derivations: inserting inputs for 465 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1096 derivations debug: Finished insert-missing-derivations: inserting inputs for 1096 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 754 derivations debug: Finished insert-missing-derivations: inserting inputs for 754 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 32 seconds debug: insert-missing-derivations: inserting 769 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9106 derivations debug: update-derivation-ids-hash-table!: 9106 file-names debug: update-derivation-ids-hash-table!: lookup 9106 file-names, 1064 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1060 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4629 derivations debug: update-derivation-ids-hash-table!: 4629 file-names debug: update-derivation-ids-hash-table!: lookup 4629 file-names, 427 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 427 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1192 derivations debug: update-derivation-ids-hash-table!: 1192 file-names debug: update-derivation-ids-hash-table!: lookup 1192 file-names, 74 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 74 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 325 derivations debug: update-derivation-ids-hash-table!: 325 file-names debug: update-derivation-ids-hash-table!: lookup 325 file-names, 14 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 108 derivations debug: update-derivation-ids-hash-table!: 108 file-names debug: update-derivation-ids-hash-table!: lookup 108 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 74 derivations debug: Finished insert-missing-derivations: inserting inputs for 74 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 427 derivations debug: Finished insert-missing-derivations: inserting inputs for 427 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 1060 derivations debug: Finished insert-missing-derivations: inserting inputs for 1060 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 769 derivations debug: Finished insert-missing-derivations: inserting inputs for 769 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 42 seconds debug: insert-missing-derivations: inserting 746 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8610 derivations debug: update-derivation-ids-hash-table!: 8610 file-names debug: update-derivation-ids-hash-table!: lookup 8610 file-names, 1090 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1089 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6363 derivations debug: update-derivation-ids-hash-table!: 6363 file-names debug: update-derivation-ids-hash-table!: lookup 6363 file-names, 488 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 488 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1356 derivations debug: update-derivation-ids-hash-table!: 1356 file-names debug: update-derivation-ids-hash-table!: lookup 1356 file-names, 94 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 94 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 257 derivations debug: update-derivation-ids-hash-table!: 257 file-names debug: update-derivation-ids-hash-table!: lookup 257 file-names, 11 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 107 derivations debug: update-derivation-ids-hash-table!: 107 file-names debug: update-derivation-ids-hash-table!: lookup 107 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 67 derivations debug: update-derivation-ids-hash-table!: 67 file-names debug: update-derivation-ids-hash-table!: lookup 67 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 15 derivations debug: update-derivation-ids-hash-table!: 15 file-names debug: update-derivation-ids-hash-table!: lookup 15 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 94 derivations debug: Finished insert-missing-derivations: inserting inputs for 94 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 488 derivations debug: Finished insert-missing-derivations: inserting inputs for 488 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 1089 derivations debug: Finished insert-missing-derivations: inserting inputs for 1089 derivations, took 8 seconds debug: Starting insert-missing-derivations: inserting inputs for 746 derivations debug: Finished insert-missing-derivations: inserting inputs for 746 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 35 seconds debug: insert-missing-derivations: inserting 755 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9118 derivations debug: update-derivation-ids-hash-table!: 9118 file-names debug: update-derivation-ids-hash-table!: lookup 9118 file-names, 913 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 911 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3838 derivations debug: update-derivation-ids-hash-table!: 3838 file-names debug: update-derivation-ids-hash-table!: lookup 3838 file-names, 342 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 341 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 809 derivations debug: update-derivation-ids-hash-table!: 809 file-names debug: update-derivation-ids-hash-table!: lookup 809 file-names, 55 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 55 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 176 derivations debug: update-derivation-ids-hash-table!: 176 file-names debug: update-derivation-ids-hash-table!: lookup 176 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 55 derivations debug: Finished insert-missing-derivations: inserting inputs for 55 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 341 derivations debug: Finished insert-missing-derivations: inserting inputs for 341 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 911 derivations debug: Finished insert-missing-derivations: inserting inputs for 911 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 755 derivations debug: Finished insert-missing-derivations: inserting inputs for 755 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 30 seconds debug: insert-missing-derivations: inserting 763 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8864 derivations debug: update-derivation-ids-hash-table!: 8864 file-names debug: update-derivation-ids-hash-table!: lookup 8864 file-names, 950 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 946 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4866 derivations debug: update-derivation-ids-hash-table!: 4866 file-names debug: update-derivation-ids-hash-table!: lookup 4866 file-names, 367 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 367 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1005 derivations debug: update-derivation-ids-hash-table!: 1005 file-names debug: update-derivation-ids-hash-table!: lookup 1005 file-names, 99 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 99 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 370 derivations debug: update-derivation-ids-hash-table!: 370 file-names debug: update-derivation-ids-hash-table!: lookup 370 file-names, 23 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 23 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 97 derivations debug: update-derivation-ids-hash-table!: 97 file-names debug: update-derivation-ids-hash-table!: lookup 97 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 23 derivations debug: Finished insert-missing-derivations: inserting inputs for 23 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 99 derivations debug: Finished insert-missing-derivations: inserting inputs for 99 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 367 derivations debug: Finished insert-missing-derivations: inserting inputs for 367 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 946 derivations debug: Finished insert-missing-derivations: inserting inputs for 946 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 763 derivations debug: Finished insert-missing-derivations: inserting inputs for 763 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 42 seconds debug: insert-missing-derivations: inserting 752 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8935 derivations debug: update-derivation-ids-hash-table!: 8935 file-names debug: update-derivation-ids-hash-table!: lookup 8935 file-names, 974 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 973 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4160 derivations debug: update-derivation-ids-hash-table!: 4160 file-names debug: update-derivation-ids-hash-table!: lookup 4160 file-names, 380 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 379 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 995 derivations debug: update-derivation-ids-hash-table!: 995 file-names debug: update-derivation-ids-hash-table!: lookup 995 file-names, 34 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 34 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 97 derivations debug: update-derivation-ids-hash-table!: 97 file-names debug: update-derivation-ids-hash-table!: lookup 97 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 34 derivations debug: Finished insert-missing-derivations: inserting inputs for 34 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 379 derivations debug: Finished insert-missing-derivations: inserting inputs for 379 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 973 derivations debug: Finished insert-missing-derivations: inserting inputs for 973 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 752 derivations debug: Finished insert-missing-derivations: inserting inputs for 752 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 751 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8760 derivations debug: update-derivation-ids-hash-table!: 8760 file-names debug: update-derivation-ids-hash-table!: lookup 8760 file-names, 900 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 899 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3883 derivations debug: update-derivation-ids-hash-table!: 3883 file-names debug: update-derivation-ids-hash-table!: lookup 3883 file-names, 327 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 327 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 520 derivations debug: update-derivation-ids-hash-table!: 520 file-names debug: update-derivation-ids-hash-table!: lookup 520 file-names, 37 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 37 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 131 derivations debug: update-derivation-ids-hash-table!: 131 file-names debug: update-derivation-ids-hash-table!: lookup 131 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 57 derivations debug: update-derivation-ids-hash-table!: 57 file-names debug: update-derivation-ids-hash-table!: lookup 57 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 37 derivations debug: Finished insert-missing-derivations: inserting inputs for 37 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 327 derivations debug: Finished insert-missing-derivations: inserting inputs for 327 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 899 derivations debug: Finished insert-missing-derivations: inserting inputs for 899 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 751 derivations debug: Finished insert-missing-derivations: inserting inputs for 751 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 77 seconds debug: insert-missing-derivations: inserting 754 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8427 derivations debug: update-derivation-ids-hash-table!: 8427 file-names debug: update-derivation-ids-hash-table!: lookup 8427 file-names, 995 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 995 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 5255 derivations debug: update-derivation-ids-hash-table!: 5255 file-names debug: update-derivation-ids-hash-table!: lookup 5255 file-names, 410 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 410 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1524 derivations debug: update-derivation-ids-hash-table!: 1524 file-names debug: update-derivation-ids-hash-table!: lookup 1524 file-names, 101 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 100 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 353 derivations debug: update-derivation-ids-hash-table!: 353 file-names debug: update-derivation-ids-hash-table!: lookup 353 file-names, 53 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 53 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 189 derivations debug: update-derivation-ids-hash-table!: 189 file-names debug: update-derivation-ids-hash-table!: lookup 189 file-names, 23 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 23 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 121 derivations debug: update-derivation-ids-hash-table!: 121 file-names debug: update-derivation-ids-hash-table!: lookup 121 file-names, 20 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 20 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 51 derivations debug: update-derivation-ids-hash-table!: 51 file-names debug: update-derivation-ids-hash-table!: lookup 51 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 48 derivations debug: update-derivation-ids-hash-table!: 48 file-names debug: update-derivation-ids-hash-table!: lookup 48 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 20 derivations debug: Finished insert-missing-derivations: inserting inputs for 20 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 23 derivations debug: Finished insert-missing-derivations: inserting inputs for 23 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 53 derivations debug: Finished insert-missing-derivations: inserting inputs for 53 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 100 derivations debug: Finished insert-missing-derivations: inserting inputs for 100 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 410 derivations debug: Finished insert-missing-derivations: inserting inputs for 410 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 995 derivations debug: Finished insert-missing-derivations: inserting inputs for 995 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 754 derivations debug: Finished insert-missing-derivations: inserting inputs for 754 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 38 seconds debug: insert-missing-derivations: inserting 714 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8409 derivations debug: update-derivation-ids-hash-table!: 8409 file-names debug: update-derivation-ids-hash-table!: lookup 8409 file-names, 845 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 845 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4811 derivations debug: update-derivation-ids-hash-table!: 4811 file-names debug: update-derivation-ids-hash-table!: lookup 4811 file-names, 465 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 463 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 693 derivations debug: update-derivation-ids-hash-table!: 693 file-names debug: update-derivation-ids-hash-table!: lookup 693 file-names, 76 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 76 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 335 derivations debug: update-derivation-ids-hash-table!: 335 file-names debug: update-derivation-ids-hash-table!: lookup 335 file-names, 17 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 17 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 73 derivations debug: update-derivation-ids-hash-table!: 73 file-names debug: update-derivation-ids-hash-table!: lookup 73 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6 derivations debug: update-derivation-ids-hash-table!: 6 file-names debug: update-derivation-ids-hash-table!: lookup 6 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 17 derivations debug: Finished insert-missing-derivations: inserting inputs for 17 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 76 derivations debug: Finished insert-missing-derivations: inserting inputs for 76 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 463 derivations debug: Finished insert-missing-derivations: inserting inputs for 463 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 845 derivations debug: Finished insert-missing-derivations: inserting inputs for 845 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 714 derivations debug: Finished insert-missing-derivations: inserting inputs for 714 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 40 seconds debug: insert-missing-derivations: inserting 759 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8571 derivations debug: update-derivation-ids-hash-table!: 8571 file-names debug: update-derivation-ids-hash-table!: lookup 8571 file-names, 875 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 873 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3645 derivations debug: update-derivation-ids-hash-table!: 3645 file-names debug: update-derivation-ids-hash-table!: lookup 3645 file-names, 326 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 325 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 816 derivations debug: update-derivation-ids-hash-table!: 816 file-names debug: update-derivation-ids-hash-table!: lookup 816 file-names, 50 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 50 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 116 derivations debug: update-derivation-ids-hash-table!: 116 file-names debug: update-derivation-ids-hash-table!: lookup 116 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 50 derivations debug: Finished insert-missing-derivations: inserting inputs for 50 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 325 derivations debug: Finished insert-missing-derivations: inserting inputs for 325 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 873 derivations debug: Finished insert-missing-derivations: inserting inputs for 873 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 759 derivations debug: Finished insert-missing-derivations: inserting inputs for 759 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 31 seconds debug: insert-missing-derivations: inserting 728 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8462 derivations debug: update-derivation-ids-hash-table!: 8462 file-names debug: update-derivation-ids-hash-table!: lookup 8462 file-names, 771 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 771 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 4243 derivations debug: update-derivation-ids-hash-table!: 4243 file-names debug: update-derivation-ids-hash-table!: lookup 4243 file-names, 269 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 269 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 602 derivations debug: update-derivation-ids-hash-table!: 602 file-names debug: update-derivation-ids-hash-table!: lookup 602 file-names, 38 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 38 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 176 derivations debug: update-derivation-ids-hash-table!: 176 file-names debug: update-derivation-ids-hash-table!: lookup 176 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 64 derivations debug: update-derivation-ids-hash-table!: 64 file-names debug: update-derivation-ids-hash-table!: lookup 64 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 38 derivations debug: Finished insert-missing-derivations: inserting inputs for 38 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 269 derivations debug: Finished insert-missing-derivations: inserting inputs for 269 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 771 derivations debug: Finished insert-missing-derivations: inserting inputs for 771 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 728 derivations debug: Finished insert-missing-derivations: inserting inputs for 728 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 22 seconds debug: insert-missing-derivations: inserting 716 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7986 derivations debug: update-derivation-ids-hash-table!: 7986 file-names debug: update-derivation-ids-hash-table!: lookup 7986 file-names, 813 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 813 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3323 derivations debug: update-derivation-ids-hash-table!: 3323 file-names debug: update-derivation-ids-hash-table!: lookup 3323 file-names, 283 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 283 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 859 derivations debug: update-derivation-ids-hash-table!: 859 file-names debug: update-derivation-ids-hash-table!: lookup 859 file-names, 38 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 38 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 184 derivations debug: update-derivation-ids-hash-table!: 184 file-names debug: update-derivation-ids-hash-table!: lookup 184 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 62 derivations debug: update-derivation-ids-hash-table!: 62 file-names debug: update-derivation-ids-hash-table!: lookup 62 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 38 derivations debug: Finished insert-missing-derivations: inserting inputs for 38 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 283 derivations debug: Finished insert-missing-derivations: inserting inputs for 283 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 813 derivations debug: Finished insert-missing-derivations: inserting inputs for 813 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 716 derivations debug: Finished insert-missing-derivations: inserting inputs for 716 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 67 seconds debug: insert-missing-derivations: inserting 745 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8187 derivations debug: update-derivation-ids-hash-table!: 8187 file-names debug: update-derivation-ids-hash-table!: lookup 8187 file-names, 835 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 835 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2945 derivations debug: update-derivation-ids-hash-table!: 2945 file-names debug: update-derivation-ids-hash-table!: lookup 2945 file-names, 332 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 324 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 750 derivations debug: update-derivation-ids-hash-table!: 750 file-names debug: update-derivation-ids-hash-table!: lookup 750 file-names, 60 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 59 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 186 derivations debug: update-derivation-ids-hash-table!: 186 file-names debug: update-derivation-ids-hash-table!: lookup 186 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 59 derivations debug: Finished insert-missing-derivations: inserting inputs for 59 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 324 derivations debug: Finished insert-missing-derivations: inserting inputs for 324 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 835 derivations debug: Finished insert-missing-derivations: inserting inputs for 835 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 745 derivations debug: Finished insert-missing-derivations: inserting inputs for 745 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 699 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8229 derivations debug: update-derivation-ids-hash-table!: 8229 file-names debug: update-derivation-ids-hash-table!: lookup 8229 file-names, 818 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 818 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3596 derivations debug: update-derivation-ids-hash-table!: 3596 file-names debug: update-derivation-ids-hash-table!: lookup 3596 file-names, 324 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 324 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1015 derivations debug: update-derivation-ids-hash-table!: 1015 file-names debug: update-derivation-ids-hash-table!: lookup 1015 file-names, 61 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 61 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 171 derivations debug: update-derivation-ids-hash-table!: 171 file-names debug: update-derivation-ids-hash-table!: lookup 171 file-names, 13 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1164 derivations debug: update-derivation-ids-hash-table!: 1164 file-names debug: update-derivation-ids-hash-table!: lookup 1164 file-names, 122 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 122 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 19 derivations debug: update-derivation-ids-hash-table!: 19 file-names debug: update-derivation-ids-hash-table!: lookup 19 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 122 derivations debug: Finished insert-missing-derivations: inserting inputs for 122 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 61 derivations debug: Finished insert-missing-derivations: inserting inputs for 61 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 324 derivations debug: Finished insert-missing-derivations: inserting inputs for 324 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 818 derivations debug: Finished insert-missing-derivations: inserting inputs for 818 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 699 derivations debug: Finished insert-missing-derivations: inserting inputs for 699 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 28 seconds debug: insert-missing-derivations: inserting 702 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8051 derivations debug: update-derivation-ids-hash-table!: 8051 file-names debug: update-derivation-ids-hash-table!: lookup 8051 file-names, 789 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 789 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3178 derivations debug: update-derivation-ids-hash-table!: 3178 file-names debug: update-derivation-ids-hash-table!: lookup 3178 file-names, 327 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 323 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1099 derivations debug: update-derivation-ids-hash-table!: 1099 file-names debug: update-derivation-ids-hash-table!: lookup 1099 file-names, 67 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 67 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 566 derivations debug: update-derivation-ids-hash-table!: 566 file-names debug: update-derivation-ids-hash-table!: lookup 566 file-names, 14 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 93 derivations debug: update-derivation-ids-hash-table!: 93 file-names debug: update-derivation-ids-hash-table!: lookup 93 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 67 derivations debug: Finished insert-missing-derivations: inserting inputs for 67 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 323 derivations debug: Finished insert-missing-derivations: inserting inputs for 323 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 789 derivations debug: Finished insert-missing-derivations: inserting inputs for 789 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 702 derivations debug: Finished insert-missing-derivations: inserting inputs for 702 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 44 seconds debug: insert-missing-derivations: inserting 738 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8889 derivations debug: update-derivation-ids-hash-table!: 8889 file-names debug: update-derivation-ids-hash-table!: lookup 8889 file-names, 903 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 901 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3969 derivations debug: update-derivation-ids-hash-table!: 3969 file-names debug: update-derivation-ids-hash-table!: lookup 3969 file-names, 314 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 314 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 669 derivations debug: update-derivation-ids-hash-table!: 669 file-names debug: update-derivation-ids-hash-table!: lookup 669 file-names, 49 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 49 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 172 derivations debug: update-derivation-ids-hash-table!: 172 file-names debug: update-derivation-ids-hash-table!: lookup 172 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 40 derivations debug: update-derivation-ids-hash-table!: 40 file-names debug: update-derivation-ids-hash-table!: lookup 40 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 31 derivations debug: update-derivation-ids-hash-table!: 31 file-names debug: update-derivation-ids-hash-table!: lookup 31 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 49 derivations debug: Finished insert-missing-derivations: inserting inputs for 49 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 314 derivations debug: Finished insert-missing-derivations: inserting inputs for 314 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 901 derivations debug: Finished insert-missing-derivations: inserting inputs for 901 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 738 derivations debug: Finished insert-missing-derivations: inserting inputs for 738 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 32 seconds debug: insert-missing-derivations: inserting 695 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7820 derivations debug: update-derivation-ids-hash-table!: 7820 file-names debug: update-derivation-ids-hash-table!: lookup 7820 file-names, 722 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 722 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2625 derivations debug: update-derivation-ids-hash-table!: 2625 file-names debug: update-derivation-ids-hash-table!: lookup 2625 file-names, 235 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 235 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 545 derivations debug: update-derivation-ids-hash-table!: 545 file-names debug: update-derivation-ids-hash-table!: lookup 545 file-names, 42 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 42 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 183 derivations debug: update-derivation-ids-hash-table!: 183 file-names debug: update-derivation-ids-hash-table!: lookup 183 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 42 derivations debug: Finished insert-missing-derivations: inserting inputs for 42 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 235 derivations debug: Finished insert-missing-derivations: inserting inputs for 235 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 722 derivations debug: Finished insert-missing-derivations: inserting inputs for 722 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 695 derivations debug: Finished insert-missing-derivations: inserting inputs for 695 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 32 seconds debug: insert-missing-derivations: inserting 722 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8244 derivations debug: update-derivation-ids-hash-table!: 8244 file-names debug: update-derivation-ids-hash-table!: lookup 8244 file-names, 780 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 779 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3092 derivations debug: update-derivation-ids-hash-table!: 3092 file-names debug: update-derivation-ids-hash-table!: lookup 3092 file-names, 256 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 254 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 788 derivations debug: update-derivation-ids-hash-table!: 788 file-names debug: update-derivation-ids-hash-table!: lookup 788 file-names, 57 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 57 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 429 derivations debug: update-derivation-ids-hash-table!: 429 file-names debug: update-derivation-ids-hash-table!: lookup 429 file-names, 16 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 16 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 93 derivations debug: update-derivation-ids-hash-table!: 93 file-names debug: update-derivation-ids-hash-table!: lookup 93 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 15 derivations debug: update-derivation-ids-hash-table!: 15 file-names debug: update-derivation-ids-hash-table!: lookup 15 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 16 derivations debug: Finished insert-missing-derivations: inserting inputs for 16 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 57 derivations debug: Finished insert-missing-derivations: inserting inputs for 57 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 254 derivations debug: Finished insert-missing-derivations: inserting inputs for 254 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 779 derivations debug: Finished insert-missing-derivations: inserting inputs for 779 derivations, took 23 seconds debug: Starting insert-missing-derivations: inserting inputs for 722 derivations debug: Finished insert-missing-derivations: inserting inputs for 722 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 35 seconds debug: insert-missing-derivations: inserting 700 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8418 derivations debug: update-derivation-ids-hash-table!: 8418 file-names debug: update-derivation-ids-hash-table!: lookup 8418 file-names, 785 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 783 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3342 derivations debug: update-derivation-ids-hash-table!: 3342 file-names debug: update-derivation-ids-hash-table!: lookup 3342 file-names, 297 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 296 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1151 derivations debug: update-derivation-ids-hash-table!: 1151 file-names debug: update-derivation-ids-hash-table!: lookup 1151 file-names, 62 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 62 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 203 derivations debug: update-derivation-ids-hash-table!: 203 file-names debug: update-derivation-ids-hash-table!: lookup 203 file-names, 11 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 11 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 59 derivations debug: update-derivation-ids-hash-table!: 59 file-names debug: update-derivation-ids-hash-table!: lookup 59 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 11 derivations debug: Finished insert-missing-derivations: inserting inputs for 11 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 62 derivations debug: Finished insert-missing-derivations: inserting inputs for 62 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 296 derivations debug: Finished insert-missing-derivations: inserting inputs for 296 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 783 derivations debug: Finished insert-missing-derivations: inserting inputs for 783 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 700 derivations debug: Finished insert-missing-derivations: inserting inputs for 700 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 36 seconds debug: insert-missing-derivations: inserting 693 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7910 derivations debug: update-derivation-ids-hash-table!: 7910 file-names debug: update-derivation-ids-hash-table!: lookup 7910 file-names, 803 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 803 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3811 derivations debug: update-derivation-ids-hash-table!: 3811 file-names debug: update-derivation-ids-hash-table!: lookup 3811 file-names, 255 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 255 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 652 derivations debug: update-derivation-ids-hash-table!: 652 file-names debug: update-derivation-ids-hash-table!: lookup 652 file-names, 27 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 27 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 133 derivations debug: update-derivation-ids-hash-table!: 133 file-names debug: update-derivation-ids-hash-table!: lookup 133 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 24 derivations debug: update-derivation-ids-hash-table!: 24 file-names debug: update-derivation-ids-hash-table!: lookup 24 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 27 derivations debug: Finished insert-missing-derivations: inserting inputs for 27 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 255 derivations debug: Finished insert-missing-derivations: inserting inputs for 255 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 803 derivations debug: Finished insert-missing-derivations: inserting inputs for 803 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 693 derivations debug: Finished insert-missing-derivations: inserting inputs for 693 derivations, took 16 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 45 seconds debug: insert-missing-derivations: inserting 692 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8346 derivations debug: update-derivation-ids-hash-table!: 8346 file-names debug: update-derivation-ids-hash-table!: lookup 8346 file-names, 765 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 763 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3221 derivations debug: update-derivation-ids-hash-table!: 3221 file-names debug: update-derivation-ids-hash-table!: lookup 3221 file-names, 355 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 355 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2218 derivations debug: update-derivation-ids-hash-table!: 2218 file-names debug: update-derivation-ids-hash-table!: lookup 2218 file-names, 1284 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1257 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 596 derivations debug: update-derivation-ids-hash-table!: 596 file-names debug: update-derivation-ids-hash-table!: lookup 596 file-names, 274 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 253 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 534 derivations debug: update-derivation-ids-hash-table!: 534 file-names debug: update-derivation-ids-hash-table!: lookup 534 file-names, 309 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 284 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 570 derivations debug: update-derivation-ids-hash-table!: 570 file-names debug: update-derivation-ids-hash-table!: lookup 570 file-names, 240 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 231 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 272 derivations debug: update-derivation-ids-hash-table!: 272 file-names debug: update-derivation-ids-hash-table!: lookup 272 file-names, 82 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 72 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 151 derivations debug: update-derivation-ids-hash-table!: 151 file-names debug: update-derivation-ids-hash-table!: lookup 151 file-names, 48 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 40 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 112 derivations debug: update-derivation-ids-hash-table!: 112 file-names debug: update-derivation-ids-hash-table!: lookup 112 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 63 derivations debug: update-derivation-ids-hash-table!: 63 file-names debug: update-derivation-ids-hash-table!: lookup 63 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 51 derivations debug: update-derivation-ids-hash-table!: 51 file-names debug: update-derivation-ids-hash-table!: lookup 51 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 50 derivations debug: update-derivation-ids-hash-table!: 50 file-names debug: update-derivation-ids-hash-table!: lookup 50 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 40 derivations debug: update-derivation-ids-hash-table!: 40 file-names debug: update-derivation-ids-hash-table!: lookup 40 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 40 derivations debug: Finished insert-missing-derivations: inserting inputs for 40 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 72 derivations debug: Finished insert-missing-derivations: inserting inputs for 72 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 231 derivations debug: Finished insert-missing-derivations: inserting inputs for 231 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 284 derivations debug: Finished insert-missing-derivations: inserting inputs for 284 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 253 derivations debug: Finished insert-missing-derivations: inserting inputs for 253 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 1257 derivations debug: Finished insert-missing-derivations: inserting inputs for 1257 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 355 derivations debug: Finished insert-missing-derivations: inserting inputs for 355 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 763 derivations debug: Finished insert-missing-derivations: inserting inputs for 763 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 692 derivations debug: Finished insert-missing-derivations: inserting inputs for 692 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 30 seconds debug: insert-missing-derivations: inserting 692 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7746 derivations debug: update-derivation-ids-hash-table!: 7746 file-names debug: update-derivation-ids-hash-table!: lookup 7746 file-names, 713 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 713 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2795 derivations debug: update-derivation-ids-hash-table!: 2795 file-names debug: update-derivation-ids-hash-table!: lookup 2795 file-names, 333 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 333 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 970 derivations debug: update-derivation-ids-hash-table!: 970 file-names debug: update-derivation-ids-hash-table!: lookup 970 file-names, 115 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 115 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 283 derivations debug: update-derivation-ids-hash-table!: 283 file-names debug: update-derivation-ids-hash-table!: lookup 283 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 65 derivations debug: update-derivation-ids-hash-table!: 65 file-names debug: update-derivation-ids-hash-table!: lookup 65 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 35 derivations debug: update-derivation-ids-hash-table!: 35 file-names debug: update-derivation-ids-hash-table!: lookup 35 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 115 derivations debug: Finished insert-missing-derivations: inserting inputs for 115 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 333 derivations debug: Finished insert-missing-derivations: inserting inputs for 333 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 713 derivations debug: Finished insert-missing-derivations: inserting inputs for 713 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 692 derivations debug: Finished insert-missing-derivations: inserting inputs for 692 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 33 seconds debug: insert-missing-derivations: inserting 706 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8582 derivations debug: update-derivation-ids-hash-table!: 8582 file-names debug: update-derivation-ids-hash-table!: lookup 8582 file-names, 787 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 786 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3409 derivations debug: update-derivation-ids-hash-table!: 3409 file-names debug: update-derivation-ids-hash-table!: lookup 3409 file-names, 314 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 313 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 680 derivations debug: update-derivation-ids-hash-table!: 680 file-names debug: update-derivation-ids-hash-table!: lookup 680 file-names, 47 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 47 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 142 derivations debug: update-derivation-ids-hash-table!: 142 file-names debug: update-derivation-ids-hash-table!: lookup 142 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 44 derivations debug: update-derivation-ids-hash-table!: 44 file-names debug: update-derivation-ids-hash-table!: lookup 44 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 47 derivations debug: Finished insert-missing-derivations: inserting inputs for 47 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 313 derivations debug: Finished insert-missing-derivations: inserting inputs for 313 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 786 derivations debug: Finished insert-missing-derivations: inserting inputs for 786 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 706 derivations debug: Finished insert-missing-derivations: inserting inputs for 706 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 686 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7783 derivations debug: update-derivation-ids-hash-table!: 7783 file-names debug: update-derivation-ids-hash-table!: lookup 7783 file-names, 623 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 623 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3578 derivations debug: update-derivation-ids-hash-table!: 3578 file-names debug: update-derivation-ids-hash-table!: lookup 3578 file-names, 182 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 182 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 579 derivations debug: update-derivation-ids-hash-table!: 579 file-names debug: update-derivation-ids-hash-table!: lookup 579 file-names, 24 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 24 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 69 derivations debug: update-derivation-ids-hash-table!: 69 file-names debug: update-derivation-ids-hash-table!: lookup 69 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 24 derivations debug: Finished insert-missing-derivations: inserting inputs for 24 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 182 derivations debug: Finished insert-missing-derivations: inserting inputs for 182 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 623 derivations debug: Finished insert-missing-derivations: inserting inputs for 623 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 686 derivations debug: Finished insert-missing-derivations: inserting inputs for 686 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 32 seconds debug: insert-missing-derivations: inserting 708 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8336 derivations debug: update-derivation-ids-hash-table!: 8336 file-names debug: update-derivation-ids-hash-table!: lookup 8336 file-names, 671 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 671 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2774 derivations debug: update-derivation-ids-hash-table!: 2774 file-names debug: update-derivation-ids-hash-table!: lookup 2774 file-names, 251 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 251 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 515 derivations debug: update-derivation-ids-hash-table!: 515 file-names debug: update-derivation-ids-hash-table!: lookup 515 file-names, 42 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 42 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 131 derivations debug: update-derivation-ids-hash-table!: 131 file-names debug: update-derivation-ids-hash-table!: lookup 131 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 50 derivations debug: update-derivation-ids-hash-table!: 50 file-names debug: update-derivation-ids-hash-table!: lookup 50 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 42 derivations debug: Finished insert-missing-derivations: inserting inputs for 42 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 251 derivations debug: Finished insert-missing-derivations: inserting inputs for 251 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 671 derivations debug: Finished insert-missing-derivations: inserting inputs for 671 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 708 derivations debug: Finished insert-missing-derivations: inserting inputs for 708 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 37 seconds debug: insert-missing-derivations: inserting 692 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7876 derivations debug: update-derivation-ids-hash-table!: 7876 file-names debug: update-derivation-ids-hash-table!: lookup 7876 file-names, 682 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 682 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3422 derivations debug: update-derivation-ids-hash-table!: 3422 file-names debug: update-derivation-ids-hash-table!: lookup 3422 file-names, 197 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 197 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 577 derivations debug: update-derivation-ids-hash-table!: 577 file-names debug: update-derivation-ids-hash-table!: lookup 577 file-names, 41 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 41 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1338 derivations debug: update-derivation-ids-hash-table!: 1338 file-names debug: update-derivation-ids-hash-table!: lookup 1338 file-names, 126 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 126 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 26 derivations debug: update-derivation-ids-hash-table!: 26 file-names debug: update-derivation-ids-hash-table!: lookup 26 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 126 derivations debug: Finished insert-missing-derivations: inserting inputs for 126 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 41 derivations debug: Finished insert-missing-derivations: inserting inputs for 41 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 197 derivations debug: Finished insert-missing-derivations: inserting inputs for 197 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 682 derivations debug: Finished insert-missing-derivations: inserting inputs for 682 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 692 derivations debug: Finished insert-missing-derivations: inserting inputs for 692 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 52 seconds debug: insert-missing-derivations: inserting 665 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8187 derivations debug: update-derivation-ids-hash-table!: 8187 file-names debug: update-derivation-ids-hash-table!: lookup 8187 file-names, 613 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 612 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3573 derivations debug: update-derivation-ids-hash-table!: 3573 file-names debug: update-derivation-ids-hash-table!: lookup 3573 file-names, 173 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 173 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1382 derivations debug: update-derivation-ids-hash-table!: 1382 file-names debug: update-derivation-ids-hash-table!: lookup 1382 file-names, 20 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 20 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 110 derivations debug: update-derivation-ids-hash-table!: 110 file-names debug: update-derivation-ids-hash-table!: lookup 110 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 63 derivations debug: update-derivation-ids-hash-table!: 63 file-names debug: update-derivation-ids-hash-table!: lookup 63 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 20 derivations debug: Finished insert-missing-derivations: inserting inputs for 20 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 173 derivations debug: Finished insert-missing-derivations: inserting inputs for 173 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 612 derivations debug: Finished insert-missing-derivations: inserting inputs for 612 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 665 derivations debug: Finished insert-missing-derivations: inserting inputs for 665 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 31 seconds debug: insert-missing-derivations: inserting 684 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7957 derivations debug: update-derivation-ids-hash-table!: 7957 file-names debug: update-derivation-ids-hash-table!: lookup 7957 file-names, 618 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 618 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2529 derivations debug: update-derivation-ids-hash-table!: 2529 file-names debug: update-derivation-ids-hash-table!: lookup 2529 file-names, 209 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 209 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 441 derivations debug: update-derivation-ids-hash-table!: 441 file-names debug: update-derivation-ids-hash-table!: lookup 441 file-names, 41 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 41 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 92 derivations debug: update-derivation-ids-hash-table!: 92 file-names debug: update-derivation-ids-hash-table!: lookup 92 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 41 derivations debug: Finished insert-missing-derivations: inserting inputs for 41 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 209 derivations debug: Finished insert-missing-derivations: inserting inputs for 209 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 618 derivations debug: Finished insert-missing-derivations: inserting inputs for 618 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 684 derivations debug: Finished insert-missing-derivations: inserting inputs for 684 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 34 seconds debug: insert-missing-derivations: inserting 685 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7757 derivations debug: update-derivation-ids-hash-table!: 7757 file-names debug: update-derivation-ids-hash-table!: lookup 7757 file-names, 678 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 677 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2486 derivations debug: update-derivation-ids-hash-table!: 2486 file-names debug: update-derivation-ids-hash-table!: lookup 2486 file-names, 231 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 230 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 454 derivations debug: update-derivation-ids-hash-table!: 454 file-names debug: update-derivation-ids-hash-table!: lookup 454 file-names, 43 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 43 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 140 derivations debug: update-derivation-ids-hash-table!: 140 file-names debug: update-derivation-ids-hash-table!: lookup 140 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 43 derivations debug: Finished insert-missing-derivations: inserting inputs for 43 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 230 derivations debug: Finished insert-missing-derivations: inserting inputs for 230 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 677 derivations debug: Finished insert-missing-derivations: inserting inputs for 677 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 685 derivations debug: Finished insert-missing-derivations: inserting inputs for 685 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 34 seconds debug: insert-missing-derivations: inserting 691 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7862 derivations debug: update-derivation-ids-hash-table!: 7862 file-names debug: update-derivation-ids-hash-table!: lookup 7862 file-names, 680 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 680 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3834 derivations debug: update-derivation-ids-hash-table!: 3834 file-names debug: update-derivation-ids-hash-table!: lookup 3834 file-names, 235 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 234 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1780 derivations debug: update-derivation-ids-hash-table!: 1780 file-names debug: update-derivation-ids-hash-table!: lookup 1780 file-names, 139 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 139 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1209 derivations debug: update-derivation-ids-hash-table!: 1209 file-names debug: update-derivation-ids-hash-table!: lookup 1209 file-names, 13 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 139 derivations debug: Finished insert-missing-derivations: inserting inputs for 139 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 234 derivations debug: Finished insert-missing-derivations: inserting inputs for 234 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 680 derivations debug: Finished insert-missing-derivations: inserting inputs for 680 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 691 derivations debug: Finished insert-missing-derivations: inserting inputs for 691 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 678 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8163 derivations debug: update-derivation-ids-hash-table!: 8163 file-names debug: update-derivation-ids-hash-table!: lookup 8163 file-names, 657 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 657 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2951 derivations debug: update-derivation-ids-hash-table!: 2951 file-names debug: update-derivation-ids-hash-table!: lookup 2951 file-names, 206 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 206 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1538 derivations debug: update-derivation-ids-hash-table!: 1538 file-names debug: update-derivation-ids-hash-table!: lookup 1538 file-names, 27 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 27 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 129 derivations debug: update-derivation-ids-hash-table!: 129 file-names debug: update-derivation-ids-hash-table!: lookup 129 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 14 derivations debug: update-derivation-ids-hash-table!: 14 file-names debug: update-derivation-ids-hash-table!: lookup 14 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 27 derivations debug: Finished insert-missing-derivations: inserting inputs for 27 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 206 derivations debug: Finished insert-missing-derivations: inserting inputs for 206 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 657 derivations debug: Finished insert-missing-derivations: inserting inputs for 657 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 678 derivations debug: Finished insert-missing-derivations: inserting inputs for 678 derivations, took 6 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 28 seconds debug: insert-missing-derivations: inserting 688 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8043 derivations debug: update-derivation-ids-hash-table!: 8043 file-names debug: update-derivation-ids-hash-table!: lookup 8043 file-names, 667 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 666 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2544 derivations debug: update-derivation-ids-hash-table!: 2544 file-names debug: update-derivation-ids-hash-table!: lookup 2544 file-names, 246 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 246 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 620 derivations debug: update-derivation-ids-hash-table!: 620 file-names debug: update-derivation-ids-hash-table!: lookup 620 file-names, 48 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 48 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 102 derivations debug: update-derivation-ids-hash-table!: 102 file-names debug: update-derivation-ids-hash-table!: lookup 102 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 48 derivations debug: Finished insert-missing-derivations: inserting inputs for 48 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 246 derivations debug: Finished insert-missing-derivations: inserting inputs for 246 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 666 derivations debug: Finished insert-missing-derivations: inserting inputs for 666 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 688 derivations debug: Finished insert-missing-derivations: inserting inputs for 688 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 78 seconds debug: insert-missing-derivations: inserting 666 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8509 derivations debug: update-derivation-ids-hash-table!: 8509 file-names debug: update-derivation-ids-hash-table!: lookup 8509 file-names, 730 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 730 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2896 derivations debug: update-derivation-ids-hash-table!: 2896 file-names debug: update-derivation-ids-hash-table!: lookup 2896 file-names, 274 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 274 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 590 derivations debug: update-derivation-ids-hash-table!: 590 file-names debug: update-derivation-ids-hash-table!: lookup 590 file-names, 30 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 30 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 127 derivations debug: update-derivation-ids-hash-table!: 127 file-names debug: update-derivation-ids-hash-table!: lookup 127 file-names, 13 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 64 derivations debug: update-derivation-ids-hash-table!: 64 file-names debug: update-derivation-ids-hash-table!: lookup 64 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 55 derivations debug: update-derivation-ids-hash-table!: 55 file-names debug: update-derivation-ids-hash-table!: lookup 55 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 67 derivations debug: update-derivation-ids-hash-table!: 67 file-names debug: update-derivation-ids-hash-table!: lookup 67 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 30 derivations debug: Finished insert-missing-derivations: inserting inputs for 30 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 274 derivations debug: Finished insert-missing-derivations: inserting inputs for 274 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 730 derivations debug: Finished insert-missing-derivations: inserting inputs for 730 derivations, took 7 seconds debug: Starting insert-missing-derivations: inserting inputs for 666 derivations debug: Finished insert-missing-derivations: inserting inputs for 666 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 31 seconds debug: insert-missing-derivations: inserting 677 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8031 derivations debug: update-derivation-ids-hash-table!: 8031 file-names debug: update-derivation-ids-hash-table!: lookup 8031 file-names, 595 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 595 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2256 derivations debug: update-derivation-ids-hash-table!: 2256 file-names debug: update-derivation-ids-hash-table!: lookup 2256 file-names, 176 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 176 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 371 derivations debug: update-derivation-ids-hash-table!: 371 file-names debug: update-derivation-ids-hash-table!: lookup 371 file-names, 17 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 17 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 59 derivations debug: update-derivation-ids-hash-table!: 59 file-names debug: update-derivation-ids-hash-table!: lookup 59 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 50 derivations debug: update-derivation-ids-hash-table!: 50 file-names debug: update-derivation-ids-hash-table!: lookup 50 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 17 derivations debug: Finished insert-missing-derivations: inserting inputs for 17 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 176 derivations debug: Finished insert-missing-derivations: inserting inputs for 176 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 595 derivations debug: Finished insert-missing-derivations: inserting inputs for 595 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 677 derivations debug: Finished insert-missing-derivations: inserting inputs for 677 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 668 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8575 derivations debug: update-derivation-ids-hash-table!: 8575 file-names debug: update-derivation-ids-hash-table!: lookup 8575 file-names, 675 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 674 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 3873 derivations debug: update-derivation-ids-hash-table!: 3873 file-names debug: update-derivation-ids-hash-table!: lookup 3873 file-names, 259 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 259 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 440 derivations debug: update-derivation-ids-hash-table!: 440 file-names debug: update-derivation-ids-hash-table!: lookup 440 file-names, 32 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 32 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 148 derivations debug: update-derivation-ids-hash-table!: 148 file-names debug: update-derivation-ids-hash-table!: lookup 148 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 32 derivations debug: Finished insert-missing-derivations: inserting inputs for 32 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 259 derivations debug: Finished insert-missing-derivations: inserting inputs for 259 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 674 derivations debug: Finished insert-missing-derivations: inserting inputs for 674 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 668 derivations debug: Finished insert-missing-derivations: inserting inputs for 668 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 31 seconds debug: insert-missing-derivations: inserting 654 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7489 derivations debug: update-derivation-ids-hash-table!: 7489 file-names debug: update-derivation-ids-hash-table!: lookup 7489 file-names, 556 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 556 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2159 derivations debug: update-derivation-ids-hash-table!: 2159 file-names debug: update-derivation-ids-hash-table!: lookup 2159 file-names, 160 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 160 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 395 derivations debug: update-derivation-ids-hash-table!: 395 file-names debug: update-derivation-ids-hash-table!: lookup 395 file-names, 28 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 28 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 62 derivations debug: update-derivation-ids-hash-table!: 62 file-names debug: update-derivation-ids-hash-table!: lookup 62 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 45 derivations debug: update-derivation-ids-hash-table!: 45 file-names debug: update-derivation-ids-hash-table!: lookup 45 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 28 derivations debug: Finished insert-missing-derivations: inserting inputs for 28 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 160 derivations debug: Finished insert-missing-derivations: inserting inputs for 160 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 556 derivations debug: Finished insert-missing-derivations: inserting inputs for 556 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 654 derivations debug: Finished insert-missing-derivations: inserting inputs for 654 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 25 seconds debug: insert-missing-derivations: inserting 673 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7584 derivations debug: update-derivation-ids-hash-table!: 7584 file-names debug: update-derivation-ids-hash-table!: lookup 7584 file-names, 580 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 580 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1985 derivations debug: update-derivation-ids-hash-table!: 1985 file-names debug: update-derivation-ids-hash-table!: lookup 1985 file-names, 253 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 253 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1691 derivations debug: update-derivation-ids-hash-table!: 1691 file-names debug: update-derivation-ids-hash-table!: lookup 1691 file-names, 1268 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1241 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 529 derivations debug: update-derivation-ids-hash-table!: 529 file-names debug: update-derivation-ids-hash-table!: lookup 529 file-names, 271 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 250 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 522 derivations debug: update-derivation-ids-hash-table!: 522 file-names debug: update-derivation-ids-hash-table!: lookup 522 file-names, 305 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 280 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 569 derivations debug: update-derivation-ids-hash-table!: 569 file-names debug: update-derivation-ids-hash-table!: lookup 569 file-names, 239 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 230 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 272 derivations debug: update-derivation-ids-hash-table!: 272 file-names debug: update-derivation-ids-hash-table!: lookup 272 file-names, 82 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 72 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 151 derivations debug: update-derivation-ids-hash-table!: 151 file-names debug: update-derivation-ids-hash-table!: lookup 151 file-names, 48 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 40 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 112 derivations debug: update-derivation-ids-hash-table!: 112 file-names debug: update-derivation-ids-hash-table!: lookup 112 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 63 derivations debug: update-derivation-ids-hash-table!: 63 file-names debug: update-derivation-ids-hash-table!: lookup 63 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 51 derivations debug: update-derivation-ids-hash-table!: 51 file-names debug: update-derivation-ids-hash-table!: lookup 51 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 50 derivations debug: update-derivation-ids-hash-table!: 50 file-names debug: update-derivation-ids-hash-table!: lookup 50 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 40 derivations debug: update-derivation-ids-hash-table!: 40 file-names debug: update-derivation-ids-hash-table!: lookup 40 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 40 derivations debug: Finished insert-missing-derivations: inserting inputs for 40 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 72 derivations debug: Finished insert-missing-derivations: inserting inputs for 72 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 230 derivations debug: Finished insert-missing-derivations: inserting inputs for 230 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 280 derivations debug: Finished insert-missing-derivations: inserting inputs for 280 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 250 derivations debug: Finished insert-missing-derivations: inserting inputs for 250 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 1241 derivations debug: Finished insert-missing-derivations: inserting inputs for 1241 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 253 derivations debug: Finished insert-missing-derivations: inserting inputs for 253 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 580 derivations debug: Finished insert-missing-derivations: inserting inputs for 580 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 673 derivations debug: Finished insert-missing-derivations: inserting inputs for 673 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 34 seconds debug: insert-missing-derivations: inserting 680 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8584 derivations debug: update-derivation-ids-hash-table!: 8584 file-names debug: update-derivation-ids-hash-table!: lookup 8584 file-names, 625 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 624 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2999 derivations debug: update-derivation-ids-hash-table!: 2999 file-names debug: update-derivation-ids-hash-table!: lookup 2999 file-names, 226 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 226 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 689 derivations debug: update-derivation-ids-hash-table!: 689 file-names debug: update-derivation-ids-hash-table!: lookup 689 file-names, 39 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 39 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 160 derivations debug: update-derivation-ids-hash-table!: 160 file-names debug: update-derivation-ids-hash-table!: lookup 160 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 20 derivations debug: update-derivation-ids-hash-table!: 20 file-names debug: update-derivation-ids-hash-table!: lookup 20 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 39 derivations debug: Finished insert-missing-derivations: inserting inputs for 39 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 226 derivations debug: Finished insert-missing-derivations: inserting inputs for 226 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 624 derivations debug: Finished insert-missing-derivations: inserting inputs for 624 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 680 derivations debug: Finished insert-missing-derivations: inserting inputs for 680 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 36 seconds debug: insert-missing-derivations: inserting 649 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7799 derivations debug: update-derivation-ids-hash-table!: 7799 file-names debug: update-derivation-ids-hash-table!: lookup 7799 file-names, 560 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 558 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2323 derivations debug: update-derivation-ids-hash-table!: 2323 file-names debug: update-derivation-ids-hash-table!: lookup 2323 file-names, 167 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 167 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 477 derivations debug: update-derivation-ids-hash-table!: 477 file-names debug: update-derivation-ids-hash-table!: lookup 477 file-names, 22 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 22 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 144 derivations debug: update-derivation-ids-hash-table!: 144 file-names debug: update-derivation-ids-hash-table!: lookup 144 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1193 derivations debug: update-derivation-ids-hash-table!: 1193 file-names debug: update-derivation-ids-hash-table!: lookup 1193 file-names, 123 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 123 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 36 derivations debug: update-derivation-ids-hash-table!: 36 file-names debug: update-derivation-ids-hash-table!: lookup 36 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 123 derivations debug: Finished insert-missing-derivations: inserting inputs for 123 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 22 derivations debug: Finished insert-missing-derivations: inserting inputs for 22 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 167 derivations debug: Finished insert-missing-derivations: inserting inputs for 167 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 558 derivations debug: Finished insert-missing-derivations: inserting inputs for 558 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 649 derivations debug: Finished insert-missing-derivations: inserting inputs for 649 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 650 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7758 derivations debug: update-derivation-ids-hash-table!: 7758 file-names debug: update-derivation-ids-hash-table!: lookup 7758 file-names, 568 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 568 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1851 derivations debug: update-derivation-ids-hash-table!: 1851 file-names debug: update-derivation-ids-hash-table!: lookup 1851 file-names, 114 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 114 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 331 derivations debug: update-derivation-ids-hash-table!: 331 file-names debug: update-derivation-ids-hash-table!: lookup 331 file-names, 15 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 15 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 90 derivations debug: update-derivation-ids-hash-table!: 90 file-names debug: update-derivation-ids-hash-table!: lookup 90 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 15 derivations debug: Finished insert-missing-derivations: inserting inputs for 15 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 114 derivations debug: Finished insert-missing-derivations: inserting inputs for 114 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 568 derivations debug: Finished insert-missing-derivations: inserting inputs for 568 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 650 derivations debug: Finished insert-missing-derivations: inserting inputs for 650 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 30 seconds debug: insert-missing-derivations: inserting 633 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7828 derivations debug: update-derivation-ids-hash-table!: 7828 file-names debug: update-derivation-ids-hash-table!: lookup 7828 file-names, 491 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 490 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1736 derivations debug: update-derivation-ids-hash-table!: 1736 file-names debug: update-derivation-ids-hash-table!: lookup 1736 file-names, 119 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 119 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 241 derivations debug: update-derivation-ids-hash-table!: 241 file-names debug: update-derivation-ids-hash-table!: lookup 241 file-names, 23 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 23 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 134 derivations debug: update-derivation-ids-hash-table!: 134 file-names debug: update-derivation-ids-hash-table!: lookup 134 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 23 derivations debug: Finished insert-missing-derivations: inserting inputs for 23 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 119 derivations debug: Finished insert-missing-derivations: inserting inputs for 119 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 490 derivations debug: Finished insert-missing-derivations: inserting inputs for 490 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 633 derivations debug: Finished insert-missing-derivations: inserting inputs for 633 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 25 seconds debug: insert-missing-derivations: inserting 652 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7826 derivations debug: update-derivation-ids-hash-table!: 7826 file-names debug: update-derivation-ids-hash-table!: lookup 7826 file-names, 518 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 517 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2582 derivations debug: update-derivation-ids-hash-table!: 2582 file-names debug: update-derivation-ids-hash-table!: lookup 2582 file-names, 117 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 117 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 520 derivations debug: update-derivation-ids-hash-table!: 520 file-names debug: update-derivation-ids-hash-table!: lookup 520 file-names, 23 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 23 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 82 derivations debug: update-derivation-ids-hash-table!: 82 file-names debug: update-derivation-ids-hash-table!: lookup 82 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 14 derivations debug: update-derivation-ids-hash-table!: 14 file-names debug: update-derivation-ids-hash-table!: lookup 14 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 23 derivations debug: Finished insert-missing-derivations: inserting inputs for 23 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 117 derivations debug: Finished insert-missing-derivations: inserting inputs for 117 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 517 derivations debug: Finished insert-missing-derivations: inserting inputs for 517 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 652 derivations debug: Finished insert-missing-derivations: inserting inputs for 652 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 660 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8179 derivations debug: update-derivation-ids-hash-table!: 8179 file-names debug: update-derivation-ids-hash-table!: lookup 8179 file-names, 592 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 592 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2835 derivations debug: update-derivation-ids-hash-table!: 2835 file-names debug: update-derivation-ids-hash-table!: lookup 2835 file-names, 169 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 169 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 600 derivations debug: update-derivation-ids-hash-table!: 600 file-names debug: update-derivation-ids-hash-table!: lookup 600 file-names, 122 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 122 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 77 derivations debug: update-derivation-ids-hash-table!: 77 file-names debug: update-derivation-ids-hash-table!: lookup 77 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 122 derivations debug: Finished insert-missing-derivations: inserting inputs for 122 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 169 derivations debug: Finished insert-missing-derivations: inserting inputs for 169 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 592 derivations debug: Finished insert-missing-derivations: inserting inputs for 592 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 660 derivations debug: Finished insert-missing-derivations: inserting inputs for 660 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 20 seconds debug: insert-missing-derivations: inserting 658 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7882 derivations debug: update-derivation-ids-hash-table!: 7882 file-names debug: update-derivation-ids-hash-table!: lookup 7882 file-names, 552 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 549 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2335 derivations debug: update-derivation-ids-hash-table!: 2335 file-names debug: update-derivation-ids-hash-table!: lookup 2335 file-names, 143 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 143 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 325 derivations debug: update-derivation-ids-hash-table!: 325 file-names debug: update-derivation-ids-hash-table!: lookup 325 file-names, 14 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 41 derivations debug: update-derivation-ids-hash-table!: 41 file-names debug: update-derivation-ids-hash-table!: lookup 41 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 143 derivations debug: Finished insert-missing-derivations: inserting inputs for 143 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 549 derivations debug: Finished insert-missing-derivations: inserting inputs for 549 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 658 derivations debug: Finished insert-missing-derivations: inserting inputs for 658 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 650 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8223 derivations debug: update-derivation-ids-hash-table!: 8223 file-names debug: update-derivation-ids-hash-table!: lookup 8223 file-names, 599 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 599 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2555 derivations debug: update-derivation-ids-hash-table!: 2555 file-names debug: update-derivation-ids-hash-table!: lookup 2555 file-names, 172 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 172 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 419 derivations debug: update-derivation-ids-hash-table!: 419 file-names debug: update-derivation-ids-hash-table!: lookup 419 file-names, 22 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 22 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 72 derivations debug: update-derivation-ids-hash-table!: 72 file-names debug: update-derivation-ids-hash-table!: lookup 72 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 14 derivations debug: update-derivation-ids-hash-table!: 14 file-names debug: update-derivation-ids-hash-table!: lookup 14 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 22 derivations debug: Finished insert-missing-derivations: inserting inputs for 22 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 172 derivations debug: Finished insert-missing-derivations: inserting inputs for 172 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 599 derivations debug: Finished insert-missing-derivations: inserting inputs for 599 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 650 derivations debug: Finished insert-missing-derivations: inserting inputs for 650 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 26 seconds debug: insert-missing-derivations: inserting 641 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8222 derivations debug: update-derivation-ids-hash-table!: 8222 file-names debug: update-derivation-ids-hash-table!: lookup 8222 file-names, 525 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 521 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2193 derivations debug: update-derivation-ids-hash-table!: 2193 file-names debug: update-derivation-ids-hash-table!: lookup 2193 file-names, 217 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 217 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 512 derivations debug: update-derivation-ids-hash-table!: 512 file-names debug: update-derivation-ids-hash-table!: lookup 512 file-names, 99 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 99 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 70 derivations debug: update-derivation-ids-hash-table!: 70 file-names debug: update-derivation-ids-hash-table!: lookup 70 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 99 derivations debug: Finished insert-missing-derivations: inserting inputs for 99 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 217 derivations debug: Finished insert-missing-derivations: inserting inputs for 217 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 521 derivations debug: Finished insert-missing-derivations: inserting inputs for 521 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 641 derivations debug: Finished insert-missing-derivations: inserting inputs for 641 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 26 seconds debug: insert-missing-derivations: inserting 645 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8130 derivations debug: update-derivation-ids-hash-table!: 8130 file-names debug: update-derivation-ids-hash-table!: lookup 8130 file-names, 551 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 551 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2548 derivations debug: update-derivation-ids-hash-table!: 2548 file-names debug: update-derivation-ids-hash-table!: lookup 2548 file-names, 139 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 139 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 568 derivations debug: update-derivation-ids-hash-table!: 568 file-names debug: update-derivation-ids-hash-table!: lookup 568 file-names, 17 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 17 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 42 derivations debug: update-derivation-ids-hash-table!: 42 file-names debug: update-derivation-ids-hash-table!: lookup 42 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 17 derivations debug: Finished insert-missing-derivations: inserting inputs for 17 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 139 derivations debug: Finished insert-missing-derivations: inserting inputs for 139 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 551 derivations debug: Finished insert-missing-derivations: inserting inputs for 551 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 645 derivations debug: Finished insert-missing-derivations: inserting inputs for 645 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 78 seconds debug: insert-missing-derivations: inserting 644 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8205 derivations debug: update-derivation-ids-hash-table!: 8205 file-names debug: update-derivation-ids-hash-table!: lookup 8205 file-names, 550 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 550 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2276 derivations debug: update-derivation-ids-hash-table!: 2276 file-names debug: update-derivation-ids-hash-table!: lookup 2276 file-names, 177 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 177 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 330 derivations debug: update-derivation-ids-hash-table!: 330 file-names debug: update-derivation-ids-hash-table!: lookup 330 file-names, 33 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 33 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 36 derivations debug: update-derivation-ids-hash-table!: 36 file-names debug: update-derivation-ids-hash-table!: lookup 36 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 33 derivations debug: Finished insert-missing-derivations: inserting inputs for 33 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 177 derivations debug: Finished insert-missing-derivations: inserting inputs for 177 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 550 derivations debug: Finished insert-missing-derivations: inserting inputs for 550 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 644 derivations debug: Finished insert-missing-derivations: inserting inputs for 644 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 664 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7982 derivations debug: update-derivation-ids-hash-table!: 7982 file-names debug: update-derivation-ids-hash-table!: lookup 7982 file-names, 534 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 534 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2305 derivations debug: update-derivation-ids-hash-table!: 2305 file-names debug: update-derivation-ids-hash-table!: lookup 2305 file-names, 135 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 135 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 451 derivations debug: update-derivation-ids-hash-table!: 451 file-names debug: update-derivation-ids-hash-table!: lookup 451 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 19 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 61 derivations debug: update-derivation-ids-hash-table!: 61 file-names debug: update-derivation-ids-hash-table!: lookup 61 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 36 derivations debug: update-derivation-ids-hash-table!: 36 file-names debug: update-derivation-ids-hash-table!: lookup 36 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 19 derivations debug: Finished insert-missing-derivations: inserting inputs for 19 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 135 derivations debug: Finished insert-missing-derivations: inserting inputs for 135 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 534 derivations debug: Finished insert-missing-derivations: inserting inputs for 534 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 664 derivations debug: Finished insert-missing-derivations: inserting inputs for 664 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 633 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7649 derivations debug: update-derivation-ids-hash-table!: 7649 file-names debug: update-derivation-ids-hash-table!: lookup 7649 file-names, 523 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 523 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1906 derivations debug: update-derivation-ids-hash-table!: 1906 file-names debug: update-derivation-ids-hash-table!: lookup 1906 file-names, 174 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 174 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 358 derivations debug: update-derivation-ids-hash-table!: 358 file-names debug: update-derivation-ids-hash-table!: lookup 358 file-names, 25 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 25 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 85 derivations debug: update-derivation-ids-hash-table!: 85 file-names debug: update-derivation-ids-hash-table!: lookup 85 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 25 derivations debug: Finished insert-missing-derivations: inserting inputs for 25 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 174 derivations debug: Finished insert-missing-derivations: inserting inputs for 174 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 523 derivations debug: Finished insert-missing-derivations: inserting inputs for 523 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 633 derivations debug: Finished insert-missing-derivations: inserting inputs for 633 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 28 seconds debug: insert-missing-derivations: inserting 632 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8620 derivations debug: update-derivation-ids-hash-table!: 8620 file-names debug: update-derivation-ids-hash-table!: lookup 8620 file-names, 550 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 550 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2550 derivations debug: update-derivation-ids-hash-table!: 2550 file-names debug: update-derivation-ids-hash-table!: lookup 2550 file-names, 175 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 175 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 390 derivations debug: update-derivation-ids-hash-table!: 390 file-names debug: update-derivation-ids-hash-table!: lookup 390 file-names, 23 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 23 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 64 derivations debug: update-derivation-ids-hash-table!: 64 file-names debug: update-derivation-ids-hash-table!: lookup 64 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 23 derivations debug: Finished insert-missing-derivations: inserting inputs for 23 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 175 derivations debug: Finished insert-missing-derivations: inserting inputs for 175 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 550 derivations debug: Finished insert-missing-derivations: inserting inputs for 550 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 632 derivations debug: Finished insert-missing-derivations: inserting inputs for 632 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 22 seconds debug: insert-missing-derivations: inserting 649 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7652 derivations debug: update-derivation-ids-hash-table!: 7652 file-names debug: update-derivation-ids-hash-table!: lookup 7652 file-names, 472 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 472 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2546 derivations debug: update-derivation-ids-hash-table!: 2546 file-names debug: update-derivation-ids-hash-table!: lookup 2546 file-names, 112 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 112 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 318 derivations debug: update-derivation-ids-hash-table!: 318 file-names debug: update-derivation-ids-hash-table!: lookup 318 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 26 derivations debug: update-derivation-ids-hash-table!: 26 file-names debug: update-derivation-ids-hash-table!: lookup 26 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 112 derivations debug: Finished insert-missing-derivations: inserting inputs for 112 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 472 derivations debug: Finished insert-missing-derivations: inserting inputs for 472 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 649 derivations debug: Finished insert-missing-derivations: inserting inputs for 649 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 23 seconds debug: insert-missing-derivations: inserting 645 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7530 derivations debug: update-derivation-ids-hash-table!: 7530 file-names debug: update-derivation-ids-hash-table!: lookup 7530 file-names, 510 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 509 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1611 derivations debug: update-derivation-ids-hash-table!: 1611 file-names debug: update-derivation-ids-hash-table!: lookup 1611 file-names, 116 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 116 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1363 derivations debug: update-derivation-ids-hash-table!: 1363 file-names debug: update-derivation-ids-hash-table!: lookup 1363 file-names, 21 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 21 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 61 derivations debug: update-derivation-ids-hash-table!: 61 file-names debug: update-derivation-ids-hash-table!: lookup 61 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 21 derivations debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 116 derivations debug: Finished insert-missing-derivations: inserting inputs for 116 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 509 derivations debug: Finished insert-missing-derivations: inserting inputs for 509 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 645 derivations debug: Finished insert-missing-derivations: inserting inputs for 645 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 609 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7787 derivations debug: update-derivation-ids-hash-table!: 7787 file-names debug: update-derivation-ids-hash-table!: lookup 7787 file-names, 509 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 509 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1736 derivations debug: update-derivation-ids-hash-table!: 1736 file-names debug: update-derivation-ids-hash-table!: lookup 1736 file-names, 139 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 139 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 332 derivations debug: update-derivation-ids-hash-table!: 332 file-names debug: update-derivation-ids-hash-table!: lookup 332 file-names, 20 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 20 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 53 derivations debug: update-derivation-ids-hash-table!: 53 file-names debug: update-derivation-ids-hash-table!: lookup 53 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 20 derivations debug: Finished insert-missing-derivations: inserting inputs for 20 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 139 derivations debug: Finished insert-missing-derivations: inserting inputs for 139 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 509 derivations debug: Finished insert-missing-derivations: inserting inputs for 509 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 609 derivations debug: Finished insert-missing-derivations: inserting inputs for 609 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 631 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7618 derivations debug: update-derivation-ids-hash-table!: 7618 file-names debug: update-derivation-ids-hash-table!: lookup 7618 file-names, 639 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 638 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2017 derivations debug: update-derivation-ids-hash-table!: 2017 file-names debug: update-derivation-ids-hash-table!: lookup 2017 file-names, 232 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 231 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 329 derivations debug: update-derivation-ids-hash-table!: 329 file-names debug: update-derivation-ids-hash-table!: lookup 329 file-names, 18 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 18 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 33 derivations debug: update-derivation-ids-hash-table!: 33 file-names debug: update-derivation-ids-hash-table!: lookup 33 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 18 derivations debug: Finished insert-missing-derivations: inserting inputs for 18 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 231 derivations debug: Finished insert-missing-derivations: inserting inputs for 231 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 638 derivations debug: Finished insert-missing-derivations: inserting inputs for 638 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 631 derivations debug: Finished insert-missing-derivations: inserting inputs for 631 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 28 seconds debug: insert-missing-derivations: inserting 630 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8176 derivations debug: update-derivation-ids-hash-table!: 8176 file-names debug: update-derivation-ids-hash-table!: lookup 8176 file-names, 481 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 481 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2576 derivations debug: update-derivation-ids-hash-table!: 2576 file-names debug: update-derivation-ids-hash-table!: lookup 2576 file-names, 150 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 150 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 642 derivations debug: update-derivation-ids-hash-table!: 642 file-names debug: update-derivation-ids-hash-table!: lookup 642 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 26 derivations debug: update-derivation-ids-hash-table!: 26 file-names debug: update-derivation-ids-hash-table!: lookup 26 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 150 derivations debug: Finished insert-missing-derivations: inserting inputs for 150 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 481 derivations debug: Finished insert-missing-derivations: inserting inputs for 481 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 630 derivations debug: Finished insert-missing-derivations: inserting inputs for 630 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 653 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7817 derivations debug: update-derivation-ids-hash-table!: 7817 file-names debug: update-derivation-ids-hash-table!: lookup 7817 file-names, 519 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 517 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2361 derivations debug: update-derivation-ids-hash-table!: 2361 file-names debug: update-derivation-ids-hash-table!: lookup 2361 file-names, 130 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 130 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 316 derivations debug: update-derivation-ids-hash-table!: 316 file-names debug: update-derivation-ids-hash-table!: lookup 316 file-names, 14 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 130 derivations debug: Finished insert-missing-derivations: inserting inputs for 130 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 517 derivations debug: Finished insert-missing-derivations: inserting inputs for 517 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 653 derivations debug: Finished insert-missing-derivations: inserting inputs for 653 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 31 seconds debug: insert-missing-derivations: inserting 652 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7908 derivations debug: update-derivation-ids-hash-table!: 7908 file-names debug: update-derivation-ids-hash-table!: lookup 7908 file-names, 531 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 531 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2246 derivations debug: update-derivation-ids-hash-table!: 2246 file-names debug: update-derivation-ids-hash-table!: lookup 2246 file-names, 146 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 146 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 395 derivations debug: update-derivation-ids-hash-table!: 395 file-names debug: update-derivation-ids-hash-table!: lookup 395 file-names, 20 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 20 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 69 derivations debug: update-derivation-ids-hash-table!: 69 file-names debug: update-derivation-ids-hash-table!: lookup 69 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 20 derivations debug: Finished insert-missing-derivations: inserting inputs for 20 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 146 derivations debug: Finished insert-missing-derivations: inserting inputs for 146 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 531 derivations debug: Finished insert-missing-derivations: inserting inputs for 531 derivations, took 6 seconds debug: Starting insert-missing-derivations: inserting inputs for 652 derivations debug: Finished insert-missing-derivations: inserting inputs for 652 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 26 seconds debug: insert-missing-derivations: inserting 631 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7940 derivations debug: update-derivation-ids-hash-table!: 7940 file-names debug: update-derivation-ids-hash-table!: lookup 7940 file-names, 475 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 474 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1826 derivations debug: update-derivation-ids-hash-table!: 1826 file-names debug: update-derivation-ids-hash-table!: lookup 1826 file-names, 141 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 141 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 404 derivations debug: update-derivation-ids-hash-table!: 404 file-names debug: update-derivation-ids-hash-table!: lookup 404 file-names, 18 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 18 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 69 derivations debug: update-derivation-ids-hash-table!: 69 file-names debug: update-derivation-ids-hash-table!: lookup 69 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 55 derivations debug: update-derivation-ids-hash-table!: 55 file-names debug: update-derivation-ids-hash-table!: lookup 55 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 31 derivations debug: update-derivation-ids-hash-table!: 31 file-names debug: update-derivation-ids-hash-table!: lookup 31 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 18 derivations debug: Finished insert-missing-derivations: inserting inputs for 18 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 141 derivations debug: Finished insert-missing-derivations: inserting inputs for 141 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 474 derivations debug: Finished insert-missing-derivations: inserting inputs for 474 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 631 derivations debug: Finished insert-missing-derivations: inserting inputs for 631 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 622 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7991 derivations debug: update-derivation-ids-hash-table!: 7991 file-names debug: update-derivation-ids-hash-table!: lookup 7991 file-names, 483 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 483 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1931 derivations debug: update-derivation-ids-hash-table!: 1931 file-names debug: update-derivation-ids-hash-table!: lookup 1931 file-names, 98 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 98 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 234 derivations debug: update-derivation-ids-hash-table!: 234 file-names debug: update-derivation-ids-hash-table!: lookup 234 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 98 derivations debug: Finished insert-missing-derivations: inserting inputs for 98 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 483 derivations debug: Finished insert-missing-derivations: inserting inputs for 483 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 622 derivations debug: Finished insert-missing-derivations: inserting inputs for 622 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 31 seconds debug: insert-missing-derivations: inserting 606 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8096 derivations debug: update-derivation-ids-hash-table!: 8096 file-names debug: update-derivation-ids-hash-table!: lookup 8096 file-names, 462 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 462 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1749 derivations debug: update-derivation-ids-hash-table!: 1749 file-names debug: update-derivation-ids-hash-table!: lookup 1749 file-names, 87 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 87 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 166 derivations debug: update-derivation-ids-hash-table!: 166 file-names debug: update-derivation-ids-hash-table!: lookup 166 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 87 derivations debug: Finished insert-missing-derivations: inserting inputs for 87 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 462 derivations debug: Finished insert-missing-derivations: inserting inputs for 462 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 606 derivations debug: Finished insert-missing-derivations: inserting inputs for 606 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 25 seconds debug: insert-missing-derivations: inserting 604 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7862 derivations debug: update-derivation-ids-hash-table!: 7862 file-names debug: update-derivation-ids-hash-table!: lookup 7862 file-names, 459 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 458 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2084 derivations debug: update-derivation-ids-hash-table!: 2084 file-names debug: update-derivation-ids-hash-table!: lookup 2084 file-names, 113 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 113 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 233 derivations debug: update-derivation-ids-hash-table!: 233 file-names debug: update-derivation-ids-hash-table!: lookup 233 file-names, 18 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 18 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 82 derivations debug: update-derivation-ids-hash-table!: 82 file-names debug: update-derivation-ids-hash-table!: lookup 82 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 18 derivations debug: Finished insert-missing-derivations: inserting inputs for 18 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 113 derivations debug: Finished insert-missing-derivations: inserting inputs for 113 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 458 derivations debug: Finished insert-missing-derivations: inserting inputs for 458 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 604 derivations debug: Finished insert-missing-derivations: inserting inputs for 604 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 30 seconds debug: insert-missing-derivations: inserting 627 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7732 derivations debug: update-derivation-ids-hash-table!: 7732 file-names debug: update-derivation-ids-hash-table!: lookup 7732 file-names, 477 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 477 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2046 derivations debug: update-derivation-ids-hash-table!: 2046 file-names debug: update-derivation-ids-hash-table!: lookup 2046 file-names, 95 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 90 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 230 derivations debug: update-derivation-ids-hash-table!: 230 file-names debug: update-derivation-ids-hash-table!: lookup 230 file-names, 11 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 90 derivations debug: Finished insert-missing-derivations: inserting inputs for 90 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 477 derivations debug: Finished insert-missing-derivations: inserting inputs for 477 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 627 derivations debug: Finished insert-missing-derivations: inserting inputs for 627 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 20 seconds debug: insert-missing-derivations: inserting 587 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7492 derivations debug: update-derivation-ids-hash-table!: 7492 file-names debug: update-derivation-ids-hash-table!: lookup 7492 file-names, 482 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 482 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2167 derivations debug: update-derivation-ids-hash-table!: 2167 file-names debug: update-derivation-ids-hash-table!: lookup 2167 file-names, 122 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 122 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 326 derivations debug: update-derivation-ids-hash-table!: 326 file-names debug: update-derivation-ids-hash-table!: lookup 326 file-names, 11 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 11 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 46 derivations debug: update-derivation-ids-hash-table!: 46 file-names debug: update-derivation-ids-hash-table!: lookup 46 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 32 derivations debug: update-derivation-ids-hash-table!: 32 file-names debug: update-derivation-ids-hash-table!: lookup 32 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 11 derivations debug: Finished insert-missing-derivations: inserting inputs for 11 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 122 derivations debug: Finished insert-missing-derivations: inserting inputs for 122 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 482 derivations debug: Finished insert-missing-derivations: inserting inputs for 482 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 587 derivations debug: Finished insert-missing-derivations: inserting inputs for 587 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 22 seconds debug: insert-missing-derivations: inserting 620 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7869 derivations debug: update-derivation-ids-hash-table!: 7869 file-names debug: update-derivation-ids-hash-table!: lookup 7869 file-names, 444 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 443 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1943 derivations debug: update-derivation-ids-hash-table!: 1943 file-names debug: update-derivation-ids-hash-table!: lookup 1943 file-names, 120 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 120 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 537 derivations debug: update-derivation-ids-hash-table!: 537 file-names debug: update-derivation-ids-hash-table!: lookup 537 file-names, 20 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 20 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 80 derivations debug: update-derivation-ids-hash-table!: 80 file-names debug: update-derivation-ids-hash-table!: lookup 80 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 20 derivations debug: Finished insert-missing-derivations: inserting inputs for 20 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 120 derivations debug: Finished insert-missing-derivations: inserting inputs for 120 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 443 derivations debug: Finished insert-missing-derivations: inserting inputs for 443 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 620 derivations debug: Finished insert-missing-derivations: inserting inputs for 620 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 32 seconds debug: insert-missing-derivations: inserting 613 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7921 derivations debug: update-derivation-ids-hash-table!: 7921 file-names debug: update-derivation-ids-hash-table!: lookup 7921 file-names, 458 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 458 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1698 derivations debug: update-derivation-ids-hash-table!: 1698 file-names debug: update-derivation-ids-hash-table!: lookup 1698 file-names, 117 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 117 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 402 derivations debug: update-derivation-ids-hash-table!: 402 file-names debug: update-derivation-ids-hash-table!: lookup 402 file-names, 17 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 17 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 126 derivations debug: update-derivation-ids-hash-table!: 126 file-names debug: update-derivation-ids-hash-table!: lookup 126 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 68 derivations debug: update-derivation-ids-hash-table!: 68 file-names debug: update-derivation-ids-hash-table!: lookup 68 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 17 derivations debug: Finished insert-missing-derivations: inserting inputs for 17 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 117 derivations debug: Finished insert-missing-derivations: inserting inputs for 117 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 458 derivations debug: Finished insert-missing-derivations: inserting inputs for 458 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 613 derivations debug: Finished insert-missing-derivations: inserting inputs for 613 derivations, took 15 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 72 seconds debug: insert-missing-derivations: inserting 611 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7501 derivations debug: update-derivation-ids-hash-table!: 7501 file-names debug: update-derivation-ids-hash-table!: lookup 7501 file-names, 437 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 436 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1697 derivations debug: update-derivation-ids-hash-table!: 1697 file-names debug: update-derivation-ids-hash-table!: lookup 1697 file-names, 98 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 98 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 257 derivations debug: update-derivation-ids-hash-table!: 257 file-names debug: update-derivation-ids-hash-table!: lookup 257 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 98 derivations debug: Finished insert-missing-derivations: inserting inputs for 98 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 436 derivations debug: Finished insert-missing-derivations: inserting inputs for 436 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 611 derivations debug: Finished insert-missing-derivations: inserting inputs for 611 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 36 seconds debug: insert-missing-derivations: inserting 605 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7205 derivations debug: update-derivation-ids-hash-table!: 7205 file-names debug: update-derivation-ids-hash-table!: lookup 7205 file-names, 434 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 434 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1786 derivations debug: update-derivation-ids-hash-table!: 1786 file-names debug: update-derivation-ids-hash-table!: lookup 1786 file-names, 100 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 100 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 239 derivations debug: update-derivation-ids-hash-table!: 239 file-names debug: update-derivation-ids-hash-table!: lookup 239 file-names, 13 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 71 derivations debug: update-derivation-ids-hash-table!: 71 file-names debug: update-derivation-ids-hash-table!: lookup 71 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 100 derivations debug: Finished insert-missing-derivations: inserting inputs for 100 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 434 derivations debug: Finished insert-missing-derivations: inserting inputs for 434 derivations, took 4 seconds debug: Starting insert-missing-derivations: inserting inputs for 605 derivations debug: Finished insert-missing-derivations: inserting inputs for 605 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 593 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7986 derivations debug: update-derivation-ids-hash-table!: 7986 file-names debug: update-derivation-ids-hash-table!: lookup 7986 file-names, 409 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 409 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1453 derivations debug: update-derivation-ids-hash-table!: 1453 file-names debug: update-derivation-ids-hash-table!: lookup 1453 file-names, 94 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 94 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 291 derivations debug: update-derivation-ids-hash-table!: 291 file-names debug: update-derivation-ids-hash-table!: lookup 291 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 94 derivations debug: Finished insert-missing-derivations: inserting inputs for 94 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 409 derivations debug: Finished insert-missing-derivations: inserting inputs for 409 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 593 derivations debug: Finished insert-missing-derivations: inserting inputs for 593 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 40 seconds debug: insert-missing-derivations: inserting 620 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7857 derivations debug: update-derivation-ids-hash-table!: 7857 file-names debug: update-derivation-ids-hash-table!: lookup 7857 file-names, 436 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 436 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1229 derivations debug: update-derivation-ids-hash-table!: 1229 file-names debug: update-derivation-ids-hash-table!: lookup 1229 file-names, 82 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 82 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 309 derivations debug: update-derivation-ids-hash-table!: 309 file-names debug: update-derivation-ids-hash-table!: lookup 309 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1150 derivations debug: update-derivation-ids-hash-table!: 1150 file-names debug: update-derivation-ids-hash-table!: lookup 1150 file-names, 121 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 121 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 10 derivations debug: update-derivation-ids-hash-table!: 10 file-names debug: update-derivation-ids-hash-table!: lookup 10 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 121 derivations debug: Finished insert-missing-derivations: inserting inputs for 121 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 82 derivations debug: Finished insert-missing-derivations: inserting inputs for 82 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 436 derivations debug: Finished insert-missing-derivations: inserting inputs for 436 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 620 derivations debug: Finished insert-missing-derivations: inserting inputs for 620 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 49 seconds debug: insert-missing-derivations: inserting 627 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7881 derivations debug: update-derivation-ids-hash-table!: 7881 file-names debug: update-derivation-ids-hash-table!: lookup 7881 file-names, 461 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 461 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2850 derivations debug: update-derivation-ids-hash-table!: 2850 file-names debug: update-derivation-ids-hash-table!: lookup 2850 file-names, 111 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 111 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 240 derivations debug: update-derivation-ids-hash-table!: 240 file-names debug: update-derivation-ids-hash-table!: lookup 240 file-names, 11 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 11 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 64 derivations debug: update-derivation-ids-hash-table!: 64 file-names debug: update-derivation-ids-hash-table!: lookup 64 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 11 derivations debug: Finished insert-missing-derivations: inserting inputs for 11 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 111 derivations debug: Finished insert-missing-derivations: inserting inputs for 111 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 461 derivations debug: Finished insert-missing-derivations: inserting inputs for 461 derivations, took 5 seconds debug: Starting insert-missing-derivations: inserting inputs for 627 derivations debug: Finished insert-missing-derivations: inserting inputs for 627 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 30 seconds debug: insert-missing-derivations: inserting 599 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7496 derivations debug: update-derivation-ids-hash-table!: 7496 file-names debug: update-derivation-ids-hash-table!: lookup 7496 file-names, 445 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 445 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1718 derivations debug: update-derivation-ids-hash-table!: 1718 file-names debug: update-derivation-ids-hash-table!: lookup 1718 file-names, 111 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 110 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 303 derivations debug: update-derivation-ids-hash-table!: 303 file-names debug: update-derivation-ids-hash-table!: lookup 303 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 110 derivations debug: Finished insert-missing-derivations: inserting inputs for 110 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 445 derivations debug: Finished insert-missing-derivations: inserting inputs for 445 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 599 derivations debug: Finished insert-missing-derivations: inserting inputs for 599 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 38 seconds debug: insert-missing-derivations: inserting 604 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7947 derivations debug: update-derivation-ids-hash-table!: 7947 file-names debug: update-derivation-ids-hash-table!: lookup 7947 file-names, 415 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 415 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1853 derivations debug: update-derivation-ids-hash-table!: 1853 file-names debug: update-derivation-ids-hash-table!: lookup 1853 file-names, 117 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 109 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 292 derivations debug: update-derivation-ids-hash-table!: 292 file-names debug: update-derivation-ids-hash-table!: lookup 292 file-names, 30 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 14 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 124 derivations debug: update-derivation-ids-hash-table!: 124 file-names debug: update-derivation-ids-hash-table!: lookup 124 file-names, 15 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 59 derivations debug: update-derivation-ids-hash-table!: 59 file-names debug: update-derivation-ids-hash-table!: lookup 59 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 14 derivations debug: Finished insert-missing-derivations: inserting inputs for 14 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 109 derivations debug: Finished insert-missing-derivations: inserting inputs for 109 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 415 derivations debug: Finished insert-missing-derivations: inserting inputs for 415 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 604 derivations debug: Finished insert-missing-derivations: inserting inputs for 604 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 55 seconds debug: insert-missing-derivations: inserting 617 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8111 derivations debug: update-derivation-ids-hash-table!: 8111 file-names debug: update-derivation-ids-hash-table!: lookup 8111 file-names, 417 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 415 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1287 derivations debug: update-derivation-ids-hash-table!: 1287 file-names debug: update-derivation-ids-hash-table!: lookup 1287 file-names, 73 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 73 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 462 derivations debug: update-derivation-ids-hash-table!: 462 file-names debug: update-derivation-ids-hash-table!: lookup 462 file-names, 16 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 16 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 58 derivations debug: update-derivation-ids-hash-table!: 58 file-names debug: update-derivation-ids-hash-table!: lookup 58 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 50 derivations debug: update-derivation-ids-hash-table!: 50 file-names debug: update-derivation-ids-hash-table!: lookup 50 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 16 derivations debug: Finished insert-missing-derivations: inserting inputs for 16 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 73 derivations debug: Finished insert-missing-derivations: inserting inputs for 73 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 415 derivations debug: Finished insert-missing-derivations: inserting inputs for 415 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 617 derivations debug: Finished insert-missing-derivations: inserting inputs for 617 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 633 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7655 derivations debug: update-derivation-ids-hash-table!: 7655 file-names debug: update-derivation-ids-hash-table!: lookup 7655 file-names, 417 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 417 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1574 derivations debug: update-derivation-ids-hash-table!: 1574 file-names debug: update-derivation-ids-hash-table!: lookup 1574 file-names, 89 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 88 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 242 derivations debug: update-derivation-ids-hash-table!: 242 file-names debug: update-derivation-ids-hash-table!: lookup 242 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 88 derivations debug: Finished insert-missing-derivations: inserting inputs for 88 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 417 derivations debug: Finished insert-missing-derivations: inserting inputs for 417 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 633 derivations debug: Finished insert-missing-derivations: inserting inputs for 633 derivations, took 14 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 28 seconds debug: insert-missing-derivations: inserting 618 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7565 derivations debug: update-derivation-ids-hash-table!: 7565 file-names debug: update-derivation-ids-hash-table!: lookup 7565 file-names, 409 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 408 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1267 derivations debug: update-derivation-ids-hash-table!: 1267 file-names debug: update-derivation-ids-hash-table!: lookup 1267 file-names, 86 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 86 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 314 derivations debug: update-derivation-ids-hash-table!: 314 file-names debug: update-derivation-ids-hash-table!: lookup 314 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 86 derivations debug: Finished insert-missing-derivations: inserting inputs for 86 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 408 derivations debug: Finished insert-missing-derivations: inserting inputs for 408 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 618 derivations debug: Finished insert-missing-derivations: inserting inputs for 618 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 28 seconds debug: insert-missing-derivations: inserting 612 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7855 derivations debug: update-derivation-ids-hash-table!: 7855 file-names debug: update-derivation-ids-hash-table!: lookup 7855 file-names, 505 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 504 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1489 derivations debug: update-derivation-ids-hash-table!: 1489 file-names debug: update-derivation-ids-hash-table!: lookup 1489 file-names, 187 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 187 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 292 derivations debug: update-derivation-ids-hash-table!: 292 file-names debug: update-derivation-ids-hash-table!: lookup 292 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 19 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 35 derivations debug: update-derivation-ids-hash-table!: 35 file-names debug: update-derivation-ids-hash-table!: lookup 35 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 19 derivations debug: Finished insert-missing-derivations: inserting inputs for 19 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 187 derivations debug: Finished insert-missing-derivations: inserting inputs for 187 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 504 derivations debug: Finished insert-missing-derivations: inserting inputs for 504 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 612 derivations debug: Finished insert-missing-derivations: inserting inputs for 612 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 26 seconds debug: insert-missing-derivations: inserting 591 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7789 derivations debug: update-derivation-ids-hash-table!: 7789 file-names debug: update-derivation-ids-hash-table!: lookup 7789 file-names, 441 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 440 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2038 derivations debug: update-derivation-ids-hash-table!: 2038 file-names debug: update-derivation-ids-hash-table!: lookup 2038 file-names, 140 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 140 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 442 derivations debug: update-derivation-ids-hash-table!: 442 file-names debug: update-derivation-ids-hash-table!: lookup 442 file-names, 21 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 21 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 207 derivations debug: update-derivation-ids-hash-table!: 207 file-names debug: update-derivation-ids-hash-table!: lookup 207 file-names, 13 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 113 derivations debug: update-derivation-ids-hash-table!: 113 file-names debug: update-derivation-ids-hash-table!: lookup 113 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 98 derivations debug: update-derivation-ids-hash-table!: 98 file-names debug: update-derivation-ids-hash-table!: lookup 98 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 14 derivations debug: update-derivation-ids-hash-table!: 14 file-names debug: update-derivation-ids-hash-table!: lookup 14 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 21 derivations debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 140 derivations debug: Finished insert-missing-derivations: inserting inputs for 140 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 440 derivations debug: Finished insert-missing-derivations: inserting inputs for 440 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 591 derivations debug: Finished insert-missing-derivations: inserting inputs for 591 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 601 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7957 derivations debug: update-derivation-ids-hash-table!: 7957 file-names debug: update-derivation-ids-hash-table!: lookup 7957 file-names, 414 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 413 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1817 derivations debug: update-derivation-ids-hash-table!: 1817 file-names debug: update-derivation-ids-hash-table!: lookup 1817 file-names, 90 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 90 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 212 derivations debug: update-derivation-ids-hash-table!: 212 file-names debug: update-derivation-ids-hash-table!: lookup 212 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 36 derivations debug: update-derivation-ids-hash-table!: 36 file-names debug: update-derivation-ids-hash-table!: lookup 36 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 90 derivations debug: Finished insert-missing-derivations: inserting inputs for 90 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 413 derivations debug: Finished insert-missing-derivations: inserting inputs for 413 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 601 derivations debug: Finished insert-missing-derivations: inserting inputs for 601 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 591 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7782 derivations debug: update-derivation-ids-hash-table!: 7782 file-names debug: update-derivation-ids-hash-table!: lookup 7782 file-names, 394 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 394 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1735 derivations debug: update-derivation-ids-hash-table!: 1735 file-names debug: update-derivation-ids-hash-table!: lookup 1735 file-names, 74 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 74 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 331 derivations debug: update-derivation-ids-hash-table!: 331 file-names debug: update-derivation-ids-hash-table!: lookup 331 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 74 derivations debug: Finished insert-missing-derivations: inserting inputs for 74 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 394 derivations debug: Finished insert-missing-derivations: inserting inputs for 394 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 591 derivations debug: Finished insert-missing-derivations: inserting inputs for 591 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 24 seconds debug: insert-missing-derivations: inserting 602 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7421 derivations debug: update-derivation-ids-hash-table!: 7421 file-names debug: update-derivation-ids-hash-table!: lookup 7421 file-names, 405 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 405 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1567 derivations debug: update-derivation-ids-hash-table!: 1567 file-names debug: update-derivation-ids-hash-table!: lookup 1567 file-names, 74 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 74 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 218 derivations debug: update-derivation-ids-hash-table!: 218 file-names debug: update-derivation-ids-hash-table!: lookup 218 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 32 derivations debug: update-derivation-ids-hash-table!: 32 file-names debug: update-derivation-ids-hash-table!: lookup 32 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 74 derivations debug: Finished insert-missing-derivations: inserting inputs for 74 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 405 derivations debug: Finished insert-missing-derivations: inserting inputs for 405 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 602 derivations debug: Finished insert-missing-derivations: inserting inputs for 602 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 22 seconds debug: insert-missing-derivations: inserting 589 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7087 derivations debug: update-derivation-ids-hash-table!: 7087 file-names debug: update-derivation-ids-hash-table!: lookup 7087 file-names, 401 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 401 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1532 derivations debug: update-derivation-ids-hash-table!: 1532 file-names debug: update-derivation-ids-hash-table!: lookup 1532 file-names, 97 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 97 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 351 derivations debug: update-derivation-ids-hash-table!: 351 file-names debug: update-derivation-ids-hash-table!: lookup 351 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 23 derivations debug: update-derivation-ids-hash-table!: 23 file-names debug: update-derivation-ids-hash-table!: lookup 23 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 97 derivations debug: Finished insert-missing-derivations: inserting inputs for 97 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 401 derivations debug: Finished insert-missing-derivations: inserting inputs for 401 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 589 derivations debug: Finished insert-missing-derivations: inserting inputs for 589 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 624 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7503 derivations debug: update-derivation-ids-hash-table!: 7503 file-names debug: update-derivation-ids-hash-table!: lookup 7503 file-names, 408 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 407 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1371 derivations debug: update-derivation-ids-hash-table!: 1371 file-names debug: update-derivation-ids-hash-table!: lookup 1371 file-names, 76 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 76 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 153 derivations debug: update-derivation-ids-hash-table!: 153 file-names debug: update-derivation-ids-hash-table!: lookup 153 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 76 derivations debug: Finished insert-missing-derivations: inserting inputs for 76 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 407 derivations debug: Finished insert-missing-derivations: inserting inputs for 407 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 624 derivations debug: Finished insert-missing-derivations: inserting inputs for 624 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 599 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7895 derivations debug: update-derivation-ids-hash-table!: 7895 file-names debug: update-derivation-ids-hash-table!: lookup 7895 file-names, 384 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 383 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2435 derivations debug: update-derivation-ids-hash-table!: 2435 file-names debug: update-derivation-ids-hash-table!: lookup 2435 file-names, 78 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 78 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 361 derivations debug: update-derivation-ids-hash-table!: 361 file-names debug: update-derivation-ids-hash-table!: lookup 361 file-names, 106 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 106 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 106 derivations debug: Finished insert-missing-derivations: inserting inputs for 106 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 78 derivations debug: Finished insert-missing-derivations: inserting inputs for 78 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 383 derivations debug: Finished insert-missing-derivations: inserting inputs for 383 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 599 derivations debug: Finished insert-missing-derivations: inserting inputs for 599 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 586 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7951 derivations debug: update-derivation-ids-hash-table!: 7951 file-names debug: update-derivation-ids-hash-table!: lookup 7951 file-names, 364 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 362 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1196 derivations debug: update-derivation-ids-hash-table!: 1196 file-names debug: update-derivation-ids-hash-table!: lookup 1196 file-names, 71 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 71 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 130 derivations debug: update-derivation-ids-hash-table!: 130 file-names debug: update-derivation-ids-hash-table!: lookup 130 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 71 derivations debug: Finished insert-missing-derivations: inserting inputs for 71 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 362 derivations debug: Finished insert-missing-derivations: inserting inputs for 362 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 586 derivations debug: Finished insert-missing-derivations: inserting inputs for 586 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 23 seconds debug: insert-missing-derivations: inserting 586 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7709 derivations debug: update-derivation-ids-hash-table!: 7709 file-names debug: update-derivation-ids-hash-table!: lookup 7709 file-names, 426 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 425 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1505 derivations debug: update-derivation-ids-hash-table!: 1505 file-names debug: update-derivation-ids-hash-table!: lookup 1505 file-names, 88 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 88 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 310 derivations debug: update-derivation-ids-hash-table!: 310 file-names debug: update-derivation-ids-hash-table!: lookup 310 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 12 derivations debug: update-derivation-ids-hash-table!: 12 file-names debug: update-derivation-ids-hash-table!: lookup 12 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 88 derivations debug: Finished insert-missing-derivations: inserting inputs for 88 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 425 derivations debug: Finished insert-missing-derivations: inserting inputs for 425 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 586 derivations debug: Finished insert-missing-derivations: inserting inputs for 586 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 585 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7107 derivations debug: update-derivation-ids-hash-table!: 7107 file-names debug: update-derivation-ids-hash-table!: lookup 7107 file-names, 407 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 407 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1100 derivations debug: update-derivation-ids-hash-table!: 1100 file-names debug: update-derivation-ids-hash-table!: lookup 1100 file-names, 67 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 67 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 177 derivations debug: update-derivation-ids-hash-table!: 177 file-names debug: update-derivation-ids-hash-table!: lookup 177 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 30 derivations debug: update-derivation-ids-hash-table!: 30 file-names debug: update-derivation-ids-hash-table!: lookup 30 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 67 derivations debug: Finished insert-missing-derivations: inserting inputs for 67 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 407 derivations debug: Finished insert-missing-derivations: inserting inputs for 407 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 585 derivations debug: Finished insert-missing-derivations: inserting inputs for 585 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 25 seconds debug: insert-missing-derivations: inserting 587 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7868 derivations debug: update-derivation-ids-hash-table!: 7868 file-names debug: update-derivation-ids-hash-table!: lookup 7868 file-names, 398 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 397 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1616 derivations debug: update-derivation-ids-hash-table!: 1616 file-names debug: update-derivation-ids-hash-table!: lookup 1616 file-names, 71 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 71 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 244 derivations debug: update-derivation-ids-hash-table!: 244 file-names debug: update-derivation-ids-hash-table!: lookup 244 file-names, 16 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 16 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 98 derivations debug: update-derivation-ids-hash-table!: 98 file-names debug: update-derivation-ids-hash-table!: lookup 98 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 16 derivations debug: Finished insert-missing-derivations: inserting inputs for 16 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 71 derivations debug: Finished insert-missing-derivations: inserting inputs for 71 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 397 derivations debug: Finished insert-missing-derivations: inserting inputs for 397 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 587 derivations debug: Finished insert-missing-derivations: inserting inputs for 587 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 575 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7002 derivations debug: update-derivation-ids-hash-table!: 7002 file-names debug: update-derivation-ids-hash-table!: lookup 7002 file-names, 360 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 358 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1131 derivations debug: update-derivation-ids-hash-table!: 1131 file-names debug: update-derivation-ids-hash-table!: lookup 1131 file-names, 59 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 59 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 134 derivations debug: update-derivation-ids-hash-table!: 134 file-names debug: update-derivation-ids-hash-table!: lookup 134 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 59 derivations debug: Finished insert-missing-derivations: inserting inputs for 59 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 358 derivations debug: Finished insert-missing-derivations: inserting inputs for 358 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 575 derivations debug: Finished insert-missing-derivations: inserting inputs for 575 derivations, took 19 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 587 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7271 derivations debug: update-derivation-ids-hash-table!: 7271 file-names debug: update-derivation-ids-hash-table!: lookup 7271 file-names, 362 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 362 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1264 derivations debug: update-derivation-ids-hash-table!: 1264 file-names debug: update-derivation-ids-hash-table!: lookup 1264 file-names, 79 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 79 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 203 derivations debug: update-derivation-ids-hash-table!: 203 file-names debug: update-derivation-ids-hash-table!: lookup 203 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 17 derivations debug: update-derivation-ids-hash-table!: 17 file-names debug: update-derivation-ids-hash-table!: lookup 17 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 79 derivations debug: Finished insert-missing-derivations: inserting inputs for 79 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 362 derivations debug: Finished insert-missing-derivations: inserting inputs for 362 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 587 derivations debug: Finished insert-missing-derivations: inserting inputs for 587 derivations, took 23 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 20 seconds debug: insert-missing-derivations: inserting 580 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6843 derivations debug: update-derivation-ids-hash-table!: 6843 file-names debug: update-derivation-ids-hash-table!: lookup 6843 file-names, 390 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 390 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1154 derivations debug: update-derivation-ids-hash-table!: 1154 file-names debug: update-derivation-ids-hash-table!: lookup 1154 file-names, 85 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 85 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 214 derivations debug: update-derivation-ids-hash-table!: 214 file-names debug: update-derivation-ids-hash-table!: lookup 214 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 19 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 19 derivations debug: Finished insert-missing-derivations: inserting inputs for 19 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 85 derivations debug: Finished insert-missing-derivations: inserting inputs for 85 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 390 derivations debug: Finished insert-missing-derivations: inserting inputs for 390 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 580 derivations debug: Finished insert-missing-derivations: inserting inputs for 580 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 584 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7256 derivations debug: update-derivation-ids-hash-table!: 7256 file-names debug: update-derivation-ids-hash-table!: lookup 7256 file-names, 355 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 355 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1076 derivations debug: update-derivation-ids-hash-table!: 1076 file-names debug: update-derivation-ids-hash-table!: lookup 1076 file-names, 58 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 58 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 124 derivations debug: update-derivation-ids-hash-table!: 124 file-names debug: update-derivation-ids-hash-table!: lookup 124 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 58 derivations debug: Finished insert-missing-derivations: inserting inputs for 58 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 355 derivations debug: Finished insert-missing-derivations: inserting inputs for 355 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 584 derivations debug: Finished insert-missing-derivations: inserting inputs for 584 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 567 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7359 derivations debug: update-derivation-ids-hash-table!: 7359 file-names debug: update-derivation-ids-hash-table!: lookup 7359 file-names, 310 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 310 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1087 derivations debug: update-derivation-ids-hash-table!: 1087 file-names debug: update-derivation-ids-hash-table!: lookup 1087 file-names, 48 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 48 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 190 derivations debug: update-derivation-ids-hash-table!: 190 file-names debug: update-derivation-ids-hash-table!: lookup 190 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 48 derivations debug: Finished insert-missing-derivations: inserting inputs for 48 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 310 derivations debug: Finished insert-missing-derivations: inserting inputs for 310 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 567 derivations debug: Finished insert-missing-derivations: inserting inputs for 567 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 544 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7128 derivations debug: update-derivation-ids-hash-table!: 7128 file-names debug: update-derivation-ids-hash-table!: lookup 7128 file-names, 311 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 310 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1521 derivations debug: update-derivation-ids-hash-table!: 1521 file-names debug: update-derivation-ids-hash-table!: lookup 1521 file-names, 45 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 45 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 114 derivations debug: update-derivation-ids-hash-table!: 114 file-names debug: update-derivation-ids-hash-table!: lookup 114 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 32 derivations debug: update-derivation-ids-hash-table!: 32 file-names debug: update-derivation-ids-hash-table!: lookup 32 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 45 derivations debug: Finished insert-missing-derivations: inserting inputs for 45 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 310 derivations debug: Finished insert-missing-derivations: inserting inputs for 310 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 544 derivations debug: Finished insert-missing-derivations: inserting inputs for 544 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 565 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7648 derivations debug: update-derivation-ids-hash-table!: 7648 file-names debug: update-derivation-ids-hash-table!: lookup 7648 file-names, 378 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 378 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1141 derivations debug: update-derivation-ids-hash-table!: 1141 file-names debug: update-derivation-ids-hash-table!: lookup 1141 file-names, 54 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 54 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 151 derivations debug: update-derivation-ids-hash-table!: 151 file-names debug: update-derivation-ids-hash-table!: lookup 151 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 33 derivations debug: update-derivation-ids-hash-table!: 33 file-names debug: update-derivation-ids-hash-table!: lookup 33 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 54 derivations debug: Finished insert-missing-derivations: inserting inputs for 54 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 378 derivations debug: Finished insert-missing-derivations: inserting inputs for 378 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 565 derivations debug: Finished insert-missing-derivations: inserting inputs for 565 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 573 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7245 derivations debug: update-derivation-ids-hash-table!: 7245 file-names debug: update-derivation-ids-hash-table!: lookup 7245 file-names, 342 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 342 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1102 derivations debug: update-derivation-ids-hash-table!: 1102 file-names debug: update-derivation-ids-hash-table!: lookup 1102 file-names, 62 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 62 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 167 derivations debug: update-derivation-ids-hash-table!: 167 file-names debug: update-derivation-ids-hash-table!: lookup 167 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 28 derivations debug: update-derivation-ids-hash-table!: 28 file-names debug: update-derivation-ids-hash-table!: lookup 28 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 62 derivations debug: Finished insert-missing-derivations: inserting inputs for 62 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 342 derivations debug: Finished insert-missing-derivations: inserting inputs for 342 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 573 derivations debug: Finished insert-missing-derivations: inserting inputs for 573 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 25 seconds debug: insert-missing-derivations: inserting 590 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7708 derivations debug: update-derivation-ids-hash-table!: 7708 file-names debug: update-derivation-ids-hash-table!: lookup 7708 file-names, 398 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 398 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1178 derivations debug: update-derivation-ids-hash-table!: 1178 file-names debug: update-derivation-ids-hash-table!: lookup 1178 file-names, 84 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 84 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 104 derivations debug: update-derivation-ids-hash-table!: 104 file-names debug: update-derivation-ids-hash-table!: lookup 104 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 25 derivations debug: update-derivation-ids-hash-table!: 25 file-names debug: update-derivation-ids-hash-table!: lookup 25 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 84 derivations debug: Finished insert-missing-derivations: inserting inputs for 84 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 398 derivations debug: Finished insert-missing-derivations: inserting inputs for 398 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 590 derivations debug: Finished insert-missing-derivations: inserting inputs for 590 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 14 seconds debug: insert-missing-derivations: inserting 581 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7792 derivations debug: update-derivation-ids-hash-table!: 7792 file-names debug: update-derivation-ids-hash-table!: lookup 7792 file-names, 408 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 408 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1466 derivations debug: update-derivation-ids-hash-table!: 1466 file-names debug: update-derivation-ids-hash-table!: lookup 1466 file-names, 84 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 84 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 188 derivations debug: update-derivation-ids-hash-table!: 188 file-names debug: update-derivation-ids-hash-table!: lookup 188 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 84 derivations debug: Finished insert-missing-derivations: inserting inputs for 84 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 408 derivations debug: Finished insert-missing-derivations: inserting inputs for 408 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 581 derivations debug: Finished insert-missing-derivations: inserting inputs for 581 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 20 seconds debug: insert-missing-derivations: inserting 577 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7725 derivations debug: update-derivation-ids-hash-table!: 7725 file-names debug: update-derivation-ids-hash-table!: lookup 7725 file-names, 368 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 368 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1144 derivations debug: update-derivation-ids-hash-table!: 1144 file-names debug: update-derivation-ids-hash-table!: lookup 1144 file-names, 51 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 51 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 104 derivations debug: update-derivation-ids-hash-table!: 104 file-names debug: update-derivation-ids-hash-table!: lookup 104 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 51 derivations debug: Finished insert-missing-derivations: inserting inputs for 51 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 368 derivations debug: Finished insert-missing-derivations: inserting inputs for 368 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 577 derivations debug: Finished insert-missing-derivations: inserting inputs for 577 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 572 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6991 derivations debug: update-derivation-ids-hash-table!: 6991 file-names debug: update-derivation-ids-hash-table!: lookup 6991 file-names, 365 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 364 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1035 derivations debug: update-derivation-ids-hash-table!: 1035 file-names debug: update-derivation-ids-hash-table!: lookup 1035 file-names, 49 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 49 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 133 derivations debug: update-derivation-ids-hash-table!: 133 file-names debug: update-derivation-ids-hash-table!: lookup 133 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 49 derivations debug: Finished insert-missing-derivations: inserting inputs for 49 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 364 derivations debug: Finished insert-missing-derivations: inserting inputs for 364 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 572 derivations debug: Finished insert-missing-derivations: inserting inputs for 572 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 569 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7200 derivations debug: update-derivation-ids-hash-table!: 7200 file-names debug: update-derivation-ids-hash-table!: lookup 7200 file-names, 336 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 336 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 932 derivations debug: update-derivation-ids-hash-table!: 932 file-names debug: update-derivation-ids-hash-table!: lookup 932 file-names, 55 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 55 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 154 derivations debug: update-derivation-ids-hash-table!: 154 file-names debug: update-derivation-ids-hash-table!: lookup 154 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 52 derivations debug: update-derivation-ids-hash-table!: 52 file-names debug: update-derivation-ids-hash-table!: lookup 52 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 54 derivations debug: update-derivation-ids-hash-table!: 54 file-names debug: update-derivation-ids-hash-table!: lookup 54 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 54 derivations debug: update-derivation-ids-hash-table!: 54 file-names debug: update-derivation-ids-hash-table!: lookup 54 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 46 derivations debug: update-derivation-ids-hash-table!: 46 file-names debug: update-derivation-ids-hash-table!: lookup 46 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 55 derivations debug: Finished insert-missing-derivations: inserting inputs for 55 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 336 derivations debug: Finished insert-missing-derivations: inserting inputs for 336 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 569 derivations debug: Finished insert-missing-derivations: inserting inputs for 569 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 20 seconds debug: insert-missing-derivations: inserting 573 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7059 derivations debug: update-derivation-ids-hash-table!: 7059 file-names debug: update-derivation-ids-hash-table!: lookup 7059 file-names, 351 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 350 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1016 derivations debug: update-derivation-ids-hash-table!: 1016 file-names debug: update-derivation-ids-hash-table!: lookup 1016 file-names, 60 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 60 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 271 derivations debug: update-derivation-ids-hash-table!: 271 file-names debug: update-derivation-ids-hash-table!: lookup 271 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 33 derivations debug: update-derivation-ids-hash-table!: 33 file-names debug: update-derivation-ids-hash-table!: lookup 33 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 25 derivations debug: update-derivation-ids-hash-table!: 25 file-names debug: update-derivation-ids-hash-table!: lookup 25 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 60 derivations debug: Finished insert-missing-derivations: inserting inputs for 60 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 350 derivations debug: Finished insert-missing-derivations: inserting inputs for 350 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 573 derivations debug: Finished insert-missing-derivations: inserting inputs for 573 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 26 seconds debug: insert-missing-derivations: inserting 613 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7992 derivations debug: update-derivation-ids-hash-table!: 7992 file-names debug: update-derivation-ids-hash-table!: lookup 7992 file-names, 363 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 362 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 963 derivations debug: update-derivation-ids-hash-table!: 963 file-names debug: update-derivation-ids-hash-table!: lookup 963 file-names, 62 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 62 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 118 derivations debug: update-derivation-ids-hash-table!: 118 file-names debug: update-derivation-ids-hash-table!: lookup 118 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 62 derivations debug: Finished insert-missing-derivations: inserting inputs for 62 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 362 derivations debug: Finished insert-missing-derivations: inserting inputs for 362 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 613 derivations debug: Finished insert-missing-derivations: inserting inputs for 613 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 24 seconds debug: insert-missing-derivations: inserting 560 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7091 derivations debug: update-derivation-ids-hash-table!: 7091 file-names debug: update-derivation-ids-hash-table!: lookup 7091 file-names, 335 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 334 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1316 derivations debug: update-derivation-ids-hash-table!: 1316 file-names debug: update-derivation-ids-hash-table!: lookup 1316 file-names, 73 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 73 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 292 derivations debug: update-derivation-ids-hash-table!: 292 file-names debug: update-derivation-ids-hash-table!: lookup 292 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 32 derivations debug: update-derivation-ids-hash-table!: 32 file-names debug: update-derivation-ids-hash-table!: lookup 32 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 73 derivations debug: Finished insert-missing-derivations: inserting inputs for 73 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 334 derivations debug: Finished insert-missing-derivations: inserting inputs for 334 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 560 derivations debug: Finished insert-missing-derivations: inserting inputs for 560 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 561 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7155 derivations debug: update-derivation-ids-hash-table!: 7155 file-names debug: update-derivation-ids-hash-table!: lookup 7155 file-names, 350 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 350 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 910 derivations debug: update-derivation-ids-hash-table!: 910 file-names debug: update-derivation-ids-hash-table!: lookup 910 file-names, 57 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 56 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 106 derivations debug: update-derivation-ids-hash-table!: 106 file-names debug: update-derivation-ids-hash-table!: lookup 106 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 45 derivations debug: update-derivation-ids-hash-table!: 45 file-names debug: update-derivation-ids-hash-table!: lookup 45 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 56 derivations debug: Finished insert-missing-derivations: inserting inputs for 56 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 350 derivations debug: Finished insert-missing-derivations: inserting inputs for 350 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 561 derivations debug: Finished insert-missing-derivations: inserting inputs for 561 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 581 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7253 derivations debug: update-derivation-ids-hash-table!: 7253 file-names debug: update-derivation-ids-hash-table!: lookup 7253 file-names, 339 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 337 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1118 derivations debug: update-derivation-ids-hash-table!: 1118 file-names debug: update-derivation-ids-hash-table!: lookup 1118 file-names, 56 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 56 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 215 derivations debug: update-derivation-ids-hash-table!: 215 file-names debug: update-derivation-ids-hash-table!: lookup 215 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 56 derivations debug: Finished insert-missing-derivations: inserting inputs for 56 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 337 derivations debug: Finished insert-missing-derivations: inserting inputs for 337 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 581 derivations debug: Finished insert-missing-derivations: inserting inputs for 581 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 14 seconds debug: insert-missing-derivations: inserting 556 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6889 derivations debug: update-derivation-ids-hash-table!: 6889 file-names debug: update-derivation-ids-hash-table!: lookup 6889 file-names, 299 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 296 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 654 derivations debug: update-derivation-ids-hash-table!: 654 file-names debug: update-derivation-ids-hash-table!: lookup 654 file-names, 41 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 41 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 149 derivations debug: update-derivation-ids-hash-table!: 149 file-names debug: update-derivation-ids-hash-table!: lookup 149 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 41 derivations debug: Finished insert-missing-derivations: inserting inputs for 41 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 296 derivations debug: Finished insert-missing-derivations: inserting inputs for 296 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 556 derivations debug: Finished insert-missing-derivations: inserting inputs for 556 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 33 seconds debug: insert-missing-derivations: inserting 569 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7305 derivations debug: update-derivation-ids-hash-table!: 7305 file-names debug: update-derivation-ids-hash-table!: lookup 7305 file-names, 347 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 346 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1025 derivations debug: update-derivation-ids-hash-table!: 1025 file-names debug: update-derivation-ids-hash-table!: lookup 1025 file-names, 71 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 71 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 182 derivations debug: update-derivation-ids-hash-table!: 182 file-names debug: update-derivation-ids-hash-table!: lookup 182 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 50 derivations debug: update-derivation-ids-hash-table!: 50 file-names debug: update-derivation-ids-hash-table!: lookup 50 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 39 derivations debug: update-derivation-ids-hash-table!: 39 file-names debug: update-derivation-ids-hash-table!: lookup 39 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 71 derivations debug: Finished insert-missing-derivations: inserting inputs for 71 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 346 derivations debug: Finished insert-missing-derivations: inserting inputs for 346 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 569 derivations debug: Finished insert-missing-derivations: inserting inputs for 569 derivations, took 14 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 582 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7691 derivations debug: update-derivation-ids-hash-table!: 7691 file-names debug: update-derivation-ids-hash-table!: lookup 7691 file-names, 335 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 334 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1202 derivations debug: update-derivation-ids-hash-table!: 1202 file-names debug: update-derivation-ids-hash-table!: lookup 1202 file-names, 48 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 48 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 110 derivations debug: update-derivation-ids-hash-table!: 110 file-names debug: update-derivation-ids-hash-table!: lookup 110 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 48 derivations debug: Finished insert-missing-derivations: inserting inputs for 48 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 334 derivations debug: Finished insert-missing-derivations: inserting inputs for 334 derivations, took 3 seconds debug: Starting insert-missing-derivations: inserting inputs for 582 derivations debug: Finished insert-missing-derivations: inserting inputs for 582 derivations, took 14 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 551 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7804 derivations debug: update-derivation-ids-hash-table!: 7804 file-names debug: update-derivation-ids-hash-table!: lookup 7804 file-names, 318 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 318 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1024 derivations debug: update-derivation-ids-hash-table!: 1024 file-names debug: update-derivation-ids-hash-table!: lookup 1024 file-names, 43 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 43 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 139 derivations debug: update-derivation-ids-hash-table!: 139 file-names debug: update-derivation-ids-hash-table!: lookup 139 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 43 derivations debug: Finished insert-missing-derivations: inserting inputs for 43 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 318 derivations debug: Finished insert-missing-derivations: inserting inputs for 318 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 551 derivations debug: Finished insert-missing-derivations: inserting inputs for 551 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 562 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6764 derivations debug: update-derivation-ids-hash-table!: 6764 file-names debug: update-derivation-ids-hash-table!: lookup 6764 file-names, 319 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 318 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1134 derivations debug: update-derivation-ids-hash-table!: 1134 file-names debug: update-derivation-ids-hash-table!: lookup 1134 file-names, 64 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 64 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 204 derivations debug: update-derivation-ids-hash-table!: 204 file-names debug: update-derivation-ids-hash-table!: lookup 204 file-names, 13 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 13 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 61 derivations debug: update-derivation-ids-hash-table!: 61 file-names debug: update-derivation-ids-hash-table!: lookup 61 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 52 derivations debug: update-derivation-ids-hash-table!: 52 file-names debug: update-derivation-ids-hash-table!: lookup 52 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 13 derivations debug: Finished insert-missing-derivations: inserting inputs for 13 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 64 derivations debug: Finished insert-missing-derivations: inserting inputs for 64 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 318 derivations debug: Finished insert-missing-derivations: inserting inputs for 318 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 562 derivations debug: Finished insert-missing-derivations: inserting inputs for 562 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 568 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7446 derivations debug: update-derivation-ids-hash-table!: 7446 file-names debug: update-derivation-ids-hash-table!: lookup 7446 file-names, 339 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 339 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1012 derivations debug: update-derivation-ids-hash-table!: 1012 file-names debug: update-derivation-ids-hash-table!: lookup 1012 file-names, 51 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 51 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 222 derivations debug: update-derivation-ids-hash-table!: 222 file-names debug: update-derivation-ids-hash-table!: lookup 222 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 51 derivations debug: Finished insert-missing-derivations: inserting inputs for 51 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 339 derivations debug: Finished insert-missing-derivations: inserting inputs for 339 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 568 derivations debug: Finished insert-missing-derivations: inserting inputs for 568 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 560 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7481 derivations debug: update-derivation-ids-hash-table!: 7481 file-names debug: update-derivation-ids-hash-table!: lookup 7481 file-names, 295 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 294 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 774 derivations debug: update-derivation-ids-hash-table!: 774 file-names debug: update-derivation-ids-hash-table!: lookup 774 file-names, 37 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 37 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 70 derivations debug: update-derivation-ids-hash-table!: 70 file-names debug: update-derivation-ids-hash-table!: lookup 70 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 23 derivations debug: update-derivation-ids-hash-table!: 23 file-names debug: update-derivation-ids-hash-table!: lookup 23 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 37 derivations debug: Finished insert-missing-derivations: inserting inputs for 37 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 294 derivations debug: Finished insert-missing-derivations: inserting inputs for 294 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 560 derivations debug: Finished insert-missing-derivations: inserting inputs for 560 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 535 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7057 derivations debug: update-derivation-ids-hash-table!: 7057 file-names debug: update-derivation-ids-hash-table!: lookup 7057 file-names, 313 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 313 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1046 derivations debug: update-derivation-ids-hash-table!: 1046 file-names debug: update-derivation-ids-hash-table!: lookup 1046 file-names, 58 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 58 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 151 derivations debug: update-derivation-ids-hash-table!: 151 file-names debug: update-derivation-ids-hash-table!: lookup 151 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 58 derivations debug: Finished insert-missing-derivations: inserting inputs for 58 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 313 derivations debug: Finished insert-missing-derivations: inserting inputs for 313 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 535 derivations debug: Finished insert-missing-derivations: inserting inputs for 535 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 539 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7167 derivations debug: update-derivation-ids-hash-table!: 7167 file-names debug: update-derivation-ids-hash-table!: lookup 7167 file-names, 297 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 295 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 570 derivations debug: update-derivation-ids-hash-table!: 570 file-names debug: update-derivation-ids-hash-table!: lookup 570 file-names, 44 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 44 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 64 derivations debug: update-derivation-ids-hash-table!: 64 file-names debug: update-derivation-ids-hash-table!: lookup 64 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 41 derivations debug: update-derivation-ids-hash-table!: 41 file-names debug: update-derivation-ids-hash-table!: lookup 41 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 44 derivations debug: Finished insert-missing-derivations: inserting inputs for 44 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 295 derivations debug: Finished insert-missing-derivations: inserting inputs for 295 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 539 derivations debug: Finished insert-missing-derivations: inserting inputs for 539 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 558 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7387 derivations debug: update-derivation-ids-hash-table!: 7387 file-names debug: update-derivation-ids-hash-table!: lookup 7387 file-names, 325 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 325 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1018 derivations debug: update-derivation-ids-hash-table!: 1018 file-names debug: update-derivation-ids-hash-table!: lookup 1018 file-names, 47 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 47 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 74 derivations debug: update-derivation-ids-hash-table!: 74 file-names debug: update-derivation-ids-hash-table!: lookup 74 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 25 derivations debug: update-derivation-ids-hash-table!: 25 file-names debug: update-derivation-ids-hash-table!: lookup 25 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 47 derivations debug: Finished insert-missing-derivations: inserting inputs for 47 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 325 derivations debug: Finished insert-missing-derivations: inserting inputs for 325 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 558 derivations debug: Finished insert-missing-derivations: inserting inputs for 558 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 537 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6617 derivations debug: update-derivation-ids-hash-table!: 6617 file-names debug: update-derivation-ids-hash-table!: lookup 6617 file-names, 302 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 301 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 860 derivations debug: update-derivation-ids-hash-table!: 860 file-names debug: update-derivation-ids-hash-table!: lookup 860 file-names, 37 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 37 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 128 derivations debug: update-derivation-ids-hash-table!: 128 file-names debug: update-derivation-ids-hash-table!: lookup 128 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 23 derivations debug: update-derivation-ids-hash-table!: 23 file-names debug: update-derivation-ids-hash-table!: lookup 23 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 37 derivations debug: Finished insert-missing-derivations: inserting inputs for 37 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 301 derivations debug: Finished insert-missing-derivations: inserting inputs for 301 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 537 derivations debug: Finished insert-missing-derivations: inserting inputs for 537 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 26 seconds debug: insert-missing-derivations: inserting 560 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7713 derivations debug: update-derivation-ids-hash-table!: 7713 file-names debug: update-derivation-ids-hash-table!: lookup 7713 file-names, 306 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 305 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 835 derivations debug: update-derivation-ids-hash-table!: 835 file-names debug: update-derivation-ids-hash-table!: lookup 835 file-names, 36 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 36 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 249 derivations debug: update-derivation-ids-hash-table!: 249 file-names debug: update-derivation-ids-hash-table!: lookup 249 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 36 derivations debug: Finished insert-missing-derivations: inserting inputs for 36 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 305 derivations debug: Finished insert-missing-derivations: inserting inputs for 305 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 560 derivations debug: Finished insert-missing-derivations: inserting inputs for 560 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 525 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6812 derivations debug: update-derivation-ids-hash-table!: 6812 file-names debug: update-derivation-ids-hash-table!: lookup 6812 file-names, 290 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 290 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 803 derivations debug: update-derivation-ids-hash-table!: 803 file-names debug: update-derivation-ids-hash-table!: lookup 803 file-names, 41 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 41 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 99 derivations debug: update-derivation-ids-hash-table!: 99 file-names debug: update-derivation-ids-hash-table!: lookup 99 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 57 derivations debug: update-derivation-ids-hash-table!: 57 file-names debug: update-derivation-ids-hash-table!: lookup 57 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 63 derivations debug: update-derivation-ids-hash-table!: 63 file-names debug: update-derivation-ids-hash-table!: lookup 63 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 55 derivations debug: update-derivation-ids-hash-table!: 55 file-names debug: update-derivation-ids-hash-table!: lookup 55 file-names, 10 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 10 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 41 derivations debug: update-derivation-ids-hash-table!: 41 file-names debug: update-derivation-ids-hash-table!: lookup 41 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 10 derivations debug: Finished insert-missing-derivations: inserting inputs for 10 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 41 derivations debug: Finished insert-missing-derivations: inserting inputs for 41 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 290 derivations debug: Finished insert-missing-derivations: inserting inputs for 290 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 525 derivations debug: Finished insert-missing-derivations: inserting inputs for 525 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 22 seconds debug: insert-missing-derivations: inserting 535 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7354 derivations debug: update-derivation-ids-hash-table!: 7354 file-names debug: update-derivation-ids-hash-table!: lookup 7354 file-names, 297 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 295 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 2277 derivations debug: update-derivation-ids-hash-table!: 2277 file-names debug: update-derivation-ids-hash-table!: lookup 2277 file-names, 59 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 59 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 112 derivations debug: update-derivation-ids-hash-table!: 112 file-names debug: update-derivation-ids-hash-table!: lookup 112 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 5 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 5 derivations debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 59 derivations debug: Finished insert-missing-derivations: inserting inputs for 59 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 295 derivations debug: Finished insert-missing-derivations: inserting inputs for 295 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 535 derivations debug: Finished insert-missing-derivations: inserting inputs for 535 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 24 seconds debug: insert-missing-derivations: inserting 536 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7250 derivations debug: update-derivation-ids-hash-table!: 7250 file-names debug: update-derivation-ids-hash-table!: lookup 7250 file-names, 301 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 301 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 769 derivations debug: update-derivation-ids-hash-table!: 769 file-names debug: update-derivation-ids-hash-table!: lookup 769 file-names, 43 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 43 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1238 derivations debug: update-derivation-ids-hash-table!: 1238 file-names debug: update-derivation-ids-hash-table!: lookup 1238 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 65 derivations debug: update-derivation-ids-hash-table!: 65 file-names debug: update-derivation-ids-hash-table!: lookup 65 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 26 derivations debug: update-derivation-ids-hash-table!: 26 file-names debug: update-derivation-ids-hash-table!: lookup 26 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 43 derivations debug: Finished insert-missing-derivations: inserting inputs for 43 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 301 derivations debug: Finished insert-missing-derivations: inserting inputs for 301 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 536 derivations debug: Finished insert-missing-derivations: inserting inputs for 536 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 545 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6725 derivations debug: update-derivation-ids-hash-table!: 6725 file-names debug: update-derivation-ids-hash-table!: lookup 6725 file-names, 291 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 291 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1769 derivations debug: update-derivation-ids-hash-table!: 1769 file-names debug: update-derivation-ids-hash-table!: lookup 1769 file-names, 36 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 36 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 70 derivations debug: update-derivation-ids-hash-table!: 70 file-names debug: update-derivation-ids-hash-table!: lookup 70 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 36 derivations debug: Finished insert-missing-derivations: inserting inputs for 36 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 291 derivations debug: Finished insert-missing-derivations: inserting inputs for 291 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 545 derivations debug: Finished insert-missing-derivations: inserting inputs for 545 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 548 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7510 derivations debug: update-derivation-ids-hash-table!: 7510 file-names debug: update-derivation-ids-hash-table!: lookup 7510 file-names, 272 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 272 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 788 derivations debug: update-derivation-ids-hash-table!: 788 file-names debug: update-derivation-ids-hash-table!: lookup 788 file-names, 37 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 37 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 124 derivations debug: update-derivation-ids-hash-table!: 124 file-names debug: update-derivation-ids-hash-table!: lookup 124 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 32 derivations debug: update-derivation-ids-hash-table!: 32 file-names debug: update-derivation-ids-hash-table!: lookup 32 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 37 derivations debug: Finished insert-missing-derivations: inserting inputs for 37 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 272 derivations debug: Finished insert-missing-derivations: inserting inputs for 272 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 548 derivations debug: Finished insert-missing-derivations: inserting inputs for 548 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 541 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7478 derivations debug: update-derivation-ids-hash-table!: 7478 file-names debug: update-derivation-ids-hash-table!: lookup 7478 file-names, 325 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 325 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 989 derivations debug: update-derivation-ids-hash-table!: 989 file-names debug: update-derivation-ids-hash-table!: lookup 989 file-names, 51 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 51 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 131 derivations debug: update-derivation-ids-hash-table!: 131 file-names debug: update-derivation-ids-hash-table!: lookup 131 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 46 derivations debug: update-derivation-ids-hash-table!: 46 file-names debug: update-derivation-ids-hash-table!: lookup 46 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 51 derivations debug: Finished insert-missing-derivations: inserting inputs for 51 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 325 derivations debug: Finished insert-missing-derivations: inserting inputs for 325 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 541 derivations debug: Finished insert-missing-derivations: inserting inputs for 541 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 513 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7830 derivations debug: update-derivation-ids-hash-table!: 7830 file-names debug: update-derivation-ids-hash-table!: lookup 7830 file-names, 297 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 295 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 565 derivations debug: update-derivation-ids-hash-table!: 565 file-names debug: update-derivation-ids-hash-table!: lookup 565 file-names, 40 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 40 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 108 derivations debug: update-derivation-ids-hash-table!: 108 file-names debug: update-derivation-ids-hash-table!: lookup 108 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 36 derivations debug: update-derivation-ids-hash-table!: 36 file-names debug: update-derivation-ids-hash-table!: lookup 36 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 5 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 40 derivations debug: Finished insert-missing-derivations: inserting inputs for 40 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 295 derivations debug: Finished insert-missing-derivations: inserting inputs for 295 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 513 derivations debug: Finished insert-missing-derivations: inserting inputs for 513 derivations, took 12 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 553 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6661 derivations debug: update-derivation-ids-hash-table!: 6661 file-names debug: update-derivation-ids-hash-table!: lookup 6661 file-names, 280 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 280 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 512 derivations debug: update-derivation-ids-hash-table!: 512 file-names debug: update-derivation-ids-hash-table!: lookup 512 file-names, 36 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 36 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 66 derivations debug: update-derivation-ids-hash-table!: 66 file-names debug: update-derivation-ids-hash-table!: lookup 66 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 8 derivations debug: update-derivation-ids-hash-table!: 8 file-names debug: update-derivation-ids-hash-table!: lookup 8 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 36 derivations debug: Finished insert-missing-derivations: inserting inputs for 36 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 280 derivations debug: Finished insert-missing-derivations: inserting inputs for 280 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 553 derivations debug: Finished insert-missing-derivations: inserting inputs for 553 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 546 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6582 derivations debug: update-derivation-ids-hash-table!: 6582 file-names debug: update-derivation-ids-hash-table!: lookup 6582 file-names, 273 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 273 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 686 derivations debug: update-derivation-ids-hash-table!: 686 file-names debug: update-derivation-ids-hash-table!: lookup 686 file-names, 36 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 36 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 91 derivations debug: update-derivation-ids-hash-table!: 91 file-names debug: update-derivation-ids-hash-table!: lookup 91 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 36 derivations debug: Finished insert-missing-derivations: inserting inputs for 36 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 273 derivations debug: Finished insert-missing-derivations: inserting inputs for 273 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 546 derivations debug: Finished insert-missing-derivations: inserting inputs for 546 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 537 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7260 derivations debug: update-derivation-ids-hash-table!: 7260 file-names debug: update-derivation-ids-hash-table!: lookup 7260 file-names, 297 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 294 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 673 derivations debug: update-derivation-ids-hash-table!: 673 file-names debug: update-derivation-ids-hash-table!: lookup 673 file-names, 41 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 41 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 94 derivations debug: update-derivation-ids-hash-table!: 94 file-names debug: update-derivation-ids-hash-table!: lookup 94 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 41 derivations debug: Finished insert-missing-derivations: inserting inputs for 41 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 294 derivations debug: Finished insert-missing-derivations: inserting inputs for 294 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 537 derivations debug: Finished insert-missing-derivations: inserting inputs for 537 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 514 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7184 derivations debug: update-derivation-ids-hash-table!: 7184 file-names debug: update-derivation-ids-hash-table!: lookup 7184 file-names, 259 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 259 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 525 derivations debug: update-derivation-ids-hash-table!: 525 file-names debug: update-derivation-ids-hash-table!: lookup 525 file-names, 39 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 39 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 52 derivations debug: update-derivation-ids-hash-table!: 52 file-names debug: update-derivation-ids-hash-table!: lookup 52 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 39 derivations debug: Finished insert-missing-derivations: inserting inputs for 39 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 259 derivations debug: Finished insert-missing-derivations: inserting inputs for 259 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 514 derivations debug: Finished insert-missing-derivations: inserting inputs for 514 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 24 seconds debug: insert-missing-derivations: inserting 534 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7813 derivations debug: update-derivation-ids-hash-table!: 7813 file-names debug: update-derivation-ids-hash-table!: lookup 7813 file-names, 302 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 302 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 770 derivations debug: update-derivation-ids-hash-table!: 770 file-names debug: update-derivation-ids-hash-table!: lookup 770 file-names, 47 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 47 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 97 derivations debug: update-derivation-ids-hash-table!: 97 file-names debug: update-derivation-ids-hash-table!: lookup 97 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 47 derivations debug: Finished insert-missing-derivations: inserting inputs for 47 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 302 derivations debug: Finished insert-missing-derivations: inserting inputs for 302 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 534 derivations debug: Finished insert-missing-derivations: inserting inputs for 534 derivations, took 15 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 553 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7221 derivations debug: update-derivation-ids-hash-table!: 7221 file-names debug: update-derivation-ids-hash-table!: lookup 7221 file-names, 333 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 333 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 801 derivations debug: update-derivation-ids-hash-table!: 801 file-names debug: update-derivation-ids-hash-table!: lookup 801 file-names, 62 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 62 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 169 derivations debug: update-derivation-ids-hash-table!: 169 file-names debug: update-derivation-ids-hash-table!: lookup 169 file-names, 11 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 11 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 68 derivations debug: update-derivation-ids-hash-table!: 68 file-names debug: update-derivation-ids-hash-table!: lookup 68 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 52 derivations debug: update-derivation-ids-hash-table!: 52 file-names debug: update-derivation-ids-hash-table!: lookup 52 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 11 derivations debug: Finished insert-missing-derivations: inserting inputs for 11 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 62 derivations debug: Finished insert-missing-derivations: inserting inputs for 62 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 333 derivations debug: Finished insert-missing-derivations: inserting inputs for 333 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 553 derivations debug: Finished insert-missing-derivations: inserting inputs for 553 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 54 seconds debug: insert-missing-derivations: inserting 550 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7395 derivations debug: update-derivation-ids-hash-table!: 7395 file-names debug: update-derivation-ids-hash-table!: lookup 7395 file-names, 276 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 275 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 513 derivations debug: update-derivation-ids-hash-table!: 513 file-names debug: update-derivation-ids-hash-table!: lookup 513 file-names, 28 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 28 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 85 derivations debug: update-derivation-ids-hash-table!: 85 file-names debug: update-derivation-ids-hash-table!: lookup 85 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 40 derivations debug: update-derivation-ids-hash-table!: 40 file-names debug: update-derivation-ids-hash-table!: lookup 40 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 31 derivations debug: update-derivation-ids-hash-table!: 31 file-names debug: update-derivation-ids-hash-table!: lookup 31 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 28 derivations debug: Finished insert-missing-derivations: inserting inputs for 28 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 275 derivations debug: Finished insert-missing-derivations: inserting inputs for 275 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 550 derivations debug: Finished insert-missing-derivations: inserting inputs for 550 derivations, took 14 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 27 seconds debug: insert-missing-derivations: inserting 543 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7697 derivations debug: update-derivation-ids-hash-table!: 7697 file-names debug: update-derivation-ids-hash-table!: lookup 7697 file-names, 293 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 292 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 693 derivations debug: update-derivation-ids-hash-table!: 693 file-names debug: update-derivation-ids-hash-table!: lookup 693 file-names, 39 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 39 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 99 derivations debug: update-derivation-ids-hash-table!: 99 file-names debug: update-derivation-ids-hash-table!: lookup 99 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 39 derivations debug: Finished insert-missing-derivations: inserting inputs for 39 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 292 derivations debug: Finished insert-missing-derivations: inserting inputs for 292 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 543 derivations debug: Finished insert-missing-derivations: inserting inputs for 543 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 14 seconds debug: insert-missing-derivations: inserting 533 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7256 derivations debug: update-derivation-ids-hash-table!: 7256 file-names debug: update-derivation-ids-hash-table!: lookup 7256 file-names, 272 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 271 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 627 derivations debug: update-derivation-ids-hash-table!: 627 file-names debug: update-derivation-ids-hash-table!: lookup 627 file-names, 42 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 42 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 123 derivations debug: update-derivation-ids-hash-table!: 123 file-names debug: update-derivation-ids-hash-table!: lookup 123 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 42 derivations debug: Finished insert-missing-derivations: inserting inputs for 42 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 271 derivations debug: Finished insert-missing-derivations: inserting inputs for 271 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 533 derivations debug: Finished insert-missing-derivations: inserting inputs for 533 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 15 seconds debug: insert-missing-derivations: inserting 526 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6857 derivations debug: update-derivation-ids-hash-table!: 6857 file-names debug: update-derivation-ids-hash-table!: lookup 6857 file-names, 267 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 267 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 598 derivations debug: update-derivation-ids-hash-table!: 598 file-names debug: update-derivation-ids-hash-table!: lookup 598 file-names, 29 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 29 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 105 derivations debug: update-derivation-ids-hash-table!: 105 file-names debug: update-derivation-ids-hash-table!: lookup 105 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 29 derivations debug: Finished insert-missing-derivations: inserting inputs for 29 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 267 derivations debug: Finished insert-missing-derivations: inserting inputs for 267 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 526 derivations debug: Finished insert-missing-derivations: inserting inputs for 526 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 23 seconds debug: insert-missing-derivations: inserting 525 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7434 derivations debug: update-derivation-ids-hash-table!: 7434 file-names debug: update-derivation-ids-hash-table!: lookup 7434 file-names, 273 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 273 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 566 derivations debug: update-derivation-ids-hash-table!: 566 file-names debug: update-derivation-ids-hash-table!: lookup 566 file-names, 33 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 33 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 106 derivations debug: update-derivation-ids-hash-table!: 106 file-names debug: update-derivation-ids-hash-table!: lookup 106 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 25 derivations debug: update-derivation-ids-hash-table!: 25 file-names debug: update-derivation-ids-hash-table!: lookup 25 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 33 derivations debug: Finished insert-missing-derivations: inserting inputs for 33 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 273 derivations debug: Finished insert-missing-derivations: inserting inputs for 273 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 525 derivations debug: Finished insert-missing-derivations: inserting inputs for 525 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 520 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6767 derivations debug: update-derivation-ids-hash-table!: 6767 file-names debug: update-derivation-ids-hash-table!: lookup 6767 file-names, 255 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 255 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 720 derivations debug: update-derivation-ids-hash-table!: 720 file-names debug: update-derivation-ids-hash-table!: lookup 720 file-names, 34 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 34 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 34 derivations debug: Finished insert-missing-derivations: inserting inputs for 34 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 255 derivations debug: Finished insert-missing-derivations: inserting inputs for 255 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 520 derivations debug: Finished insert-missing-derivations: inserting inputs for 520 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 518 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7068 derivations debug: update-derivation-ids-hash-table!: 7068 file-names debug: update-derivation-ids-hash-table!: lookup 7068 file-names, 266 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 265 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 658 derivations debug: update-derivation-ids-hash-table!: 658 file-names debug: update-derivation-ids-hash-table!: lookup 658 file-names, 34 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 34 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 107 derivations debug: update-derivation-ids-hash-table!: 107 file-names debug: update-derivation-ids-hash-table!: lookup 107 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 34 derivations debug: Finished insert-missing-derivations: inserting inputs for 34 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 265 derivations debug: Finished insert-missing-derivations: inserting inputs for 265 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 518 derivations debug: Finished insert-missing-derivations: inserting inputs for 518 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 552 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7389 derivations debug: update-derivation-ids-hash-table!: 7389 file-names debug: update-derivation-ids-hash-table!: lookup 7389 file-names, 280 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 280 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 639 derivations debug: update-derivation-ids-hash-table!: 639 file-names debug: update-derivation-ids-hash-table!: lookup 639 file-names, 29 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 29 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 107 derivations debug: update-derivation-ids-hash-table!: 107 file-names debug: update-derivation-ids-hash-table!: lookup 107 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 29 derivations debug: Finished insert-missing-derivations: inserting inputs for 29 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 280 derivations debug: Finished insert-missing-derivations: inserting inputs for 280 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 552 derivations debug: Finished insert-missing-derivations: inserting inputs for 552 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 556 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7061 derivations debug: update-derivation-ids-hash-table!: 7061 file-names debug: update-derivation-ids-hash-table!: lookup 7061 file-names, 281 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 280 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 599 derivations debug: update-derivation-ids-hash-table!: 599 file-names debug: update-derivation-ids-hash-table!: lookup 599 file-names, 28 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 28 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 82 derivations debug: update-derivation-ids-hash-table!: 82 file-names debug: update-derivation-ids-hash-table!: lookup 82 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 30 derivations debug: update-derivation-ids-hash-table!: 30 file-names debug: update-derivation-ids-hash-table!: lookup 30 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 28 derivations debug: Finished insert-missing-derivations: inserting inputs for 28 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 280 derivations debug: Finished insert-missing-derivations: inserting inputs for 280 derivations, took 2 seconds debug: Starting insert-missing-derivations: inserting inputs for 556 derivations debug: Finished insert-missing-derivations: inserting inputs for 556 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 544 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7038 derivations debug: update-derivation-ids-hash-table!: 7038 file-names debug: update-derivation-ids-hash-table!: lookup 7038 file-names, 278 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 278 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 889 derivations debug: update-derivation-ids-hash-table!: 889 file-names debug: update-derivation-ids-hash-table!: lookup 889 file-names, 30 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 30 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 76 derivations debug: update-derivation-ids-hash-table!: 76 file-names debug: update-derivation-ids-hash-table!: lookup 76 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 30 derivations debug: Finished insert-missing-derivations: inserting inputs for 30 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 278 derivations debug: Finished insert-missing-derivations: inserting inputs for 278 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 544 derivations debug: Finished insert-missing-derivations: inserting inputs for 544 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 22 seconds debug: insert-missing-derivations: inserting 534 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7377 derivations debug: update-derivation-ids-hash-table!: 7377 file-names debug: update-derivation-ids-hash-table!: lookup 7377 file-names, 271 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 270 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 619 derivations debug: update-derivation-ids-hash-table!: 619 file-names debug: update-derivation-ids-hash-table!: lookup 619 file-names, 31 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 31 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 65 derivations debug: update-derivation-ids-hash-table!: 65 file-names debug: update-derivation-ids-hash-table!: lookup 65 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 31 derivations debug: Finished insert-missing-derivations: inserting inputs for 31 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 270 derivations debug: Finished insert-missing-derivations: inserting inputs for 270 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 534 derivations debug: Finished insert-missing-derivations: inserting inputs for 534 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 14 seconds debug: insert-missing-derivations: inserting 549 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7114 derivations debug: update-derivation-ids-hash-table!: 7114 file-names debug: update-derivation-ids-hash-table!: lookup 7114 file-names, 279 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 278 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 399 derivations debug: update-derivation-ids-hash-table!: 399 file-names debug: update-derivation-ids-hash-table!: lookup 399 file-names, 27 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 27 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 27 derivations debug: Finished insert-missing-derivations: inserting inputs for 27 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 278 derivations debug: Finished insert-missing-derivations: inserting inputs for 278 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 549 derivations debug: Finished insert-missing-derivations: inserting inputs for 549 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 512 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7147 derivations debug: update-derivation-ids-hash-table!: 7147 file-names debug: update-derivation-ids-hash-table!: lookup 7147 file-names, 263 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 263 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 422 derivations debug: update-derivation-ids-hash-table!: 422 file-names debug: update-derivation-ids-hash-table!: lookup 422 file-names, 22 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 22 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 45 derivations debug: update-derivation-ids-hash-table!: 45 file-names debug: update-derivation-ids-hash-table!: lookup 45 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 22 derivations debug: Finished insert-missing-derivations: inserting inputs for 22 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 263 derivations debug: Finished insert-missing-derivations: inserting inputs for 263 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 512 derivations debug: Finished insert-missing-derivations: inserting inputs for 512 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 18 seconds debug: insert-missing-derivations: inserting 532 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6913 derivations debug: update-derivation-ids-hash-table!: 6913 file-names debug: update-derivation-ids-hash-table!: lookup 6913 file-names, 260 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 260 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 579 derivations debug: update-derivation-ids-hash-table!: 579 file-names debug: update-derivation-ids-hash-table!: lookup 579 file-names, 32 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 32 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 79 derivations debug: update-derivation-ids-hash-table!: 79 file-names debug: update-derivation-ids-hash-table!: lookup 79 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 40 derivations debug: update-derivation-ids-hash-table!: 40 file-names debug: update-derivation-ids-hash-table!: lookup 40 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 31 derivations debug: update-derivation-ids-hash-table!: 31 file-names debug: update-derivation-ids-hash-table!: lookup 31 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 32 derivations debug: Finished insert-missing-derivations: inserting inputs for 32 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 260 derivations debug: Finished insert-missing-derivations: inserting inputs for 260 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 532 derivations debug: Finished insert-missing-derivations: inserting inputs for 532 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 535 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6866 derivations debug: update-derivation-ids-hash-table!: 6866 file-names debug: update-derivation-ids-hash-table!: lookup 6866 file-names, 258 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 258 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 404 derivations debug: update-derivation-ids-hash-table!: 404 file-names debug: update-derivation-ids-hash-table!: lookup 404 file-names, 25 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 25 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 77 derivations debug: update-derivation-ids-hash-table!: 77 file-names debug: update-derivation-ids-hash-table!: lookup 77 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 25 derivations debug: Finished insert-missing-derivations: inserting inputs for 25 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 258 derivations debug: Finished insert-missing-derivations: inserting inputs for 258 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 535 derivations debug: Finished insert-missing-derivations: inserting inputs for 535 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 16 seconds debug: insert-missing-derivations: inserting 532 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6751 derivations debug: update-derivation-ids-hash-table!: 6751 file-names debug: update-derivation-ids-hash-table!: lookup 6751 file-names, 262 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 261 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 538 derivations debug: update-derivation-ids-hash-table!: 538 file-names debug: update-derivation-ids-hash-table!: lookup 538 file-names, 25 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 25 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 73 derivations debug: update-derivation-ids-hash-table!: 73 file-names debug: update-derivation-ids-hash-table!: lookup 73 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 25 derivations debug: update-derivation-ids-hash-table!: 25 file-names debug: update-derivation-ids-hash-table!: lookup 25 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 25 derivations debug: Finished insert-missing-derivations: inserting inputs for 25 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 261 derivations debug: Finished insert-missing-derivations: inserting inputs for 261 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 532 derivations debug: Finished insert-missing-derivations: inserting inputs for 532 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 521 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7033 derivations debug: update-derivation-ids-hash-table!: 7033 file-names debug: update-derivation-ids-hash-table!: lookup 7033 file-names, 254 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 254 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 376 derivations debug: update-derivation-ids-hash-table!: 376 file-names debug: update-derivation-ids-hash-table!: lookup 376 file-names, 28 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 28 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 71 derivations debug: update-derivation-ids-hash-table!: 71 file-names debug: update-derivation-ids-hash-table!: lookup 71 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 64 derivations debug: update-derivation-ids-hash-table!: 64 file-names debug: update-derivation-ids-hash-table!: lookup 64 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 53 derivations debug: update-derivation-ids-hash-table!: 53 file-names debug: update-derivation-ids-hash-table!: lookup 53 file-names, 8 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 8 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 43 derivations debug: update-derivation-ids-hash-table!: 43 file-names debug: update-derivation-ids-hash-table!: lookup 43 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 47 derivations debug: update-derivation-ids-hash-table!: 47 file-names debug: update-derivation-ids-hash-table!: lookup 47 file-names, 12 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 12 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 54 derivations debug: update-derivation-ids-hash-table!: 54 file-names debug: update-derivation-ids-hash-table!: lookup 54 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 4 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 4 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 34 derivations debug: update-derivation-ids-hash-table!: 34 file-names debug: update-derivation-ids-hash-table!: lookup 34 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 9 derivations debug: update-derivation-ids-hash-table!: 9 file-names debug: update-derivation-ids-hash-table!: lookup 9 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 12 derivations debug: Finished insert-missing-derivations: inserting inputs for 12 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 8 derivations debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 4 derivations debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 28 derivations debug: Finished insert-missing-derivations: inserting inputs for 28 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 254 derivations debug: Finished insert-missing-derivations: inserting inputs for 254 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 521 derivations debug: Finished insert-missing-derivations: inserting inputs for 521 derivations, took 14 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 24 seconds debug: insert-missing-derivations: inserting 524 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7366 derivations debug: update-derivation-ids-hash-table!: 7366 file-names debug: update-derivation-ids-hash-table!: lookup 7366 file-names, 264 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 263 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 733 derivations debug: update-derivation-ids-hash-table!: 733 file-names debug: update-derivation-ids-hash-table!: lookup 733 file-names, 27 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 27 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 1152 derivations debug: update-derivation-ids-hash-table!: 1152 file-names debug: update-derivation-ids-hash-table!: lookup 1152 file-names, 6 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 6 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 18 derivations debug: update-derivation-ids-hash-table!: 18 file-names debug: update-derivation-ids-hash-table!: lookup 18 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 6 derivations debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 27 derivations debug: Finished insert-missing-derivations: inserting inputs for 27 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 263 derivations debug: Finished insert-missing-derivations: inserting inputs for 263 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 524 derivations debug: Finished insert-missing-derivations: inserting inputs for 524 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 29 seconds debug: insert-missing-derivations: inserting 514 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7174 derivations debug: update-derivation-ids-hash-table!: 7174 file-names debug: update-derivation-ids-hash-table!: lookup 7174 file-names, 247 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 247 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 356 derivations debug: update-derivation-ids-hash-table!: 356 file-names debug: update-derivation-ids-hash-table!: lookup 356 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 19 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 45 derivations debug: update-derivation-ids-hash-table!: 45 file-names debug: update-derivation-ids-hash-table!: lookup 45 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 19 derivations debug: Finished insert-missing-derivations: inserting inputs for 19 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 247 derivations debug: Finished insert-missing-derivations: inserting inputs for 247 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 514 derivations debug: Finished insert-missing-derivations: inserting inputs for 514 derivations, took 13 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 14 seconds debug: insert-missing-derivations: inserting 504 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6604 derivations debug: update-derivation-ids-hash-table!: 6604 file-names debug: update-derivation-ids-hash-table!: lookup 6604 file-names, 256 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 256 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 508 derivations debug: update-derivation-ids-hash-table!: 508 file-names debug: update-derivation-ids-hash-table!: lookup 508 file-names, 19 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 19 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 44 derivations debug: update-derivation-ids-hash-table!: 44 file-names debug: update-derivation-ids-hash-table!: lookup 44 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 19 derivations debug: Finished insert-missing-derivations: inserting inputs for 19 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 256 derivations debug: Finished insert-missing-derivations: inserting inputs for 256 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 504 derivations debug: Finished insert-missing-derivations: inserting inputs for 504 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 26 seconds debug: insert-missing-derivations: inserting 528 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7371 derivations debug: update-derivation-ids-hash-table!: 7371 file-names debug: update-derivation-ids-hash-table!: lookup 7371 file-names, 271 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 271 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 489 derivations debug: update-derivation-ids-hash-table!: 489 file-names debug: update-derivation-ids-hash-table!: lookup 489 file-names, 26 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 24 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 98 derivations debug: update-derivation-ids-hash-table!: 98 file-names debug: update-derivation-ids-hash-table!: lookup 98 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 33 derivations debug: update-derivation-ids-hash-table!: 33 file-names debug: update-derivation-ids-hash-table!: lookup 33 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 25 derivations debug: update-derivation-ids-hash-table!: 25 file-names debug: update-derivation-ids-hash-table!: lookup 25 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 24 derivations debug: Finished insert-missing-derivations: inserting inputs for 24 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 271 derivations debug: Finished insert-missing-derivations: inserting inputs for 271 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 528 derivations debug: Finished insert-missing-derivations: inserting inputs for 528 derivations, took 16 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 23 seconds debug: insert-missing-derivations: inserting 529 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7011 derivations debug: update-derivation-ids-hash-table!: 7011 file-names debug: update-derivation-ids-hash-table!: lookup 7011 file-names, 258 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 257 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 601 derivations debug: update-derivation-ids-hash-table!: 601 file-names debug: update-derivation-ids-hash-table!: lookup 601 file-names, 26 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 26 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 78 derivations debug: update-derivation-ids-hash-table!: 78 file-names debug: update-derivation-ids-hash-table!: lookup 78 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 36 derivations debug: update-derivation-ids-hash-table!: 36 file-names debug: update-derivation-ids-hash-table!: lookup 36 file-names, 7 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 7 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 38 derivations debug: update-derivation-ids-hash-table!: 38 file-names debug: update-derivation-ids-hash-table!: lookup 38 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 29 derivations debug: update-derivation-ids-hash-table!: 29 file-names debug: update-derivation-ids-hash-table!: lookup 29 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 7 derivations debug: Finished insert-missing-derivations: inserting inputs for 7 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 26 derivations debug: Finished insert-missing-derivations: inserting inputs for 26 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 257 derivations debug: Finished insert-missing-derivations: inserting inputs for 257 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 529 derivations debug: Finished insert-missing-derivations: inserting inputs for 529 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 20 seconds debug: insert-missing-derivations: inserting 505 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6974 derivations debug: update-derivation-ids-hash-table!: 6974 file-names debug: update-derivation-ids-hash-table!: lookup 6974 file-names, 229 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 228 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 441 derivations debug: update-derivation-ids-hash-table!: 441 file-names debug: update-derivation-ids-hash-table!: lookup 441 file-names, 17 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 17 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 45 derivations debug: update-derivation-ids-hash-table!: 45 file-names debug: update-derivation-ids-hash-table!: lookup 45 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 17 derivations debug: Finished insert-missing-derivations: inserting inputs for 17 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 228 derivations debug: Finished insert-missing-derivations: inserting inputs for 228 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 505 derivations debug: Finished insert-missing-derivations: inserting inputs for 505 derivations, took 9 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 22 seconds debug: insert-missing-derivations: inserting 541 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7225 derivations debug: update-derivation-ids-hash-table!: 7225 file-names debug: update-derivation-ids-hash-table!: lookup 7225 file-names, 268 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 268 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 266 derivations debug: update-derivation-ids-hash-table!: 266 file-names debug: update-derivation-ids-hash-table!: lookup 266 file-names, 26 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 26 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 62 derivations debug: update-derivation-ids-hash-table!: 62 file-names debug: update-derivation-ids-hash-table!: lookup 62 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 26 derivations debug: Finished insert-missing-derivations: inserting inputs for 26 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 268 derivations debug: Finished insert-missing-derivations: inserting inputs for 268 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 541 derivations debug: Finished insert-missing-derivations: inserting inputs for 541 derivations, took 10 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 19 seconds debug: insert-missing-derivations: inserting 495 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6731 derivations debug: update-derivation-ids-hash-table!: 6731 file-names debug: update-derivation-ids-hash-table!: lookup 6731 file-names, 242 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 241 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 298 derivations debug: update-derivation-ids-hash-table!: 298 file-names debug: update-derivation-ids-hash-table!: lookup 298 file-names, 23 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 23 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 70 derivations debug: update-derivation-ids-hash-table!: 70 file-names debug: update-derivation-ids-hash-table!: lookup 70 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 23 derivations debug: Finished insert-missing-derivations: inserting inputs for 23 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 241 derivations debug: Finished insert-missing-derivations: inserting inputs for 241 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 495 derivations debug: Finished insert-missing-derivations: inserting inputs for 495 derivations, took 8 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 21 seconds debug: insert-missing-derivations: inserting 548 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7043 derivations debug: update-derivation-ids-hash-table!: 7043 file-names debug: update-derivation-ids-hash-table!: lookup 7043 file-names, 252 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 251 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 249 derivations debug: update-derivation-ids-hash-table!: 249 file-names debug: update-derivation-ids-hash-table!: lookup 249 file-names, 28 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 28 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 52 derivations debug: update-derivation-ids-hash-table!: 52 file-names debug: update-derivation-ids-hash-table!: lookup 52 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 28 derivations debug: Finished insert-missing-derivations: inserting inputs for 28 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 251 derivations debug: Finished insert-missing-derivations: inserting inputs for 251 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 548 derivations debug: Finished insert-missing-derivations: inserting inputs for 548 derivations, took 11 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 24 seconds debug: insert-missing-derivations: inserting 527 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7491 derivations debug: update-derivation-ids-hash-table!: 7491 file-names debug: update-derivation-ids-hash-table!: lookup 7491 file-names, 248 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 248 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 250 derivations debug: update-derivation-ids-hash-table!: 250 file-names debug: update-derivation-ids-hash-table!: lookup 250 file-names, 21 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 21 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 71 derivations debug: update-derivation-ids-hash-table!: 71 file-names debug: update-derivation-ids-hash-table!: lookup 71 file-names, 3 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 3 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 3 derivations debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 21 derivations debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 248 derivations debug: Finished insert-missing-derivations: inserting inputs for 248 derivations, took 1 seconds debug: Starting insert-missing-derivations: inserting inputs for 527 derivations debug: Finished insert-missing-derivations: inserting inputs for 527 derivations, took 15 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 13 seconds debug: insert-missing-derivations: inserting 513 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 6267 derivations debug: update-derivation-ids-hash-table!: 6267 file-names debug: update-derivation-ids-hash-table!: lookup 6267 file-names, 247 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 247 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 367 derivations debug: update-derivation-ids-hash-table!: 367 file-names debug: update-derivation-ids-hash-table!: lookup 367 file-names, 25 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 25 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 59 derivations debug: update-derivation-ids-hash-table!: 59 file-names debug: update-derivation-ids-hash-table!: lookup 59 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 35 derivations debug: update-derivation-ids-hash-table!: 35 file-names debug: update-derivation-ids-hash-table!: lookup 35 file-names, 1 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 1 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 25 derivations debug: update-derivation-ids-hash-table!: 25 file-names debug: update-derivation-ids-hash-table!: lookup 25 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 1 derivations debug: Finished insert-missing-derivations: inserting inputs for 1 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 25 derivations debug: Finished insert-missing-derivations: inserting inputs for 25 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 247 derivations debug: Finished insert-missing-derivations: inserting inputs for 247 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 513 derivations debug: Finished insert-missing-derivations: inserting inputs for 513 derivations, took 7 seconds debug: Starting reading 1000 missing derivations debug: Finished reading 1000 missing derivations, took 17 seconds debug: insert-missing-derivations: inserting 493 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 7109 derivations debug: update-derivation-ids-hash-table!: 7109 file-names debug: update-derivation-ids-hash-table!: lookup 7109 file-names, 231 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 231 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 251 derivations debug: update-derivation-ids-hash-table!: 251 file-names debug: update-derivation-ids-hash-table!: lookup 251 file-names, 21 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 21 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 27 derivations debug: update-derivation-ids-hash-table!: 27 file-names debug: update-derivation-ids-hash-table!: lookup 27 file-names, 0 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: Starting insert-missing-derivations: inserting inputs for 21 derivations debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 231 derivations debug: Finished insert-missing-derivations: inserting inputs for 231 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 493 derivations debug: Finished insert-missing-derivations: inserting inputs for 493 derivations, took 9 seconds debug: Starting reading 29 missing derivations debug: Finished reading 29 missing derivations, took 1 seconds debug: insert-missing-derivations: inserting 17 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 432 derivations debug: update-derivation-ids-hash-table!: 432 file-names debug: update-derivation-ids-hash-table!: lookup 432 file-names, 9 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 9 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: ensure-input-derivations-exist: processing 56 derivations debug: update-derivation-ids-hash-table!: 56 file-names debug: update-derivation-ids-hash-table!: lookup 56 file-names, 2 not cached debug: ensure-input-derivations-exist: checking for missing input derivations debug: insert-missing-derivations: inserting 2 derivations debug: insert-missing-derivations: updating hash table debug: insert-missing-derivations: inserting outputs debug: insert-missing-derivations: inserting sources debug: insert-missing-derivations: ensure-input-derivations-exist debug: Starting insert-missing-derivations: inserting inputs for 2 derivations debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 9 derivations debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds debug: Starting insert-missing-derivations: inserting inputs for 17 derivations debug: Finished insert-missing-derivations: inserting inputs for 17 derivations, took 0 seconds debug: Starting insert-source-files-missing-nars debug: Starting querying for next related dervation ids debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 2 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 33 related derivation ids debug: Finished querying for batch of 33 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 70 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 2 seconds debug: Finished querying for missing sources, took 2 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 1 seconds debug: Starting querying for batch of 500 related derivation ids debug: Finished querying for batch of 500 related derivation ids, took 0 seconds debug: Starting querying for batch of 284 related derivation ids debug: Finished querying for batch of 284 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 1 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 225 related derivation ids debug: Finished querying for batch of 225 related derivation ids, took 1 seconds debug: Finished querying for next related dervation ids, took 1 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 143 related derivation ids debug: Finished querying for batch of 143 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 138 related derivation ids debug: Finished querying for batch of 138 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 76 related derivation ids debug: Finished querying for batch of 76 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 1 seconds debug: Finished querying for missing sources, took 1 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 53 related derivation ids debug: Finished querying for batch of 53 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 41 related derivation ids debug: Finished querying for batch of 41 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 20 related derivation ids debug: Finished querying for batch of 20 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 15 related derivation ids debug: Finished querying for batch of 15 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 8 related derivation ids debug: Finished querying for batch of 8 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 4 related derivation ids debug: Finished querying for batch of 4 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Starting querying for missing sources debug: Starting finding batch of missing sources debug: Finished finding batch of missing sources, took 0 seconds debug: Finished querying for missing sources, took 0 seconds debug: Starting querying for next related dervation ids debug: Starting querying for batch of 2 related derivation ids debug: Finished querying for batch of 2 related derivation ids, took 0 seconds debug: Finished querying for next related dervation ids, took 0 seconds debug: Finished insert-source-files-missing-nars, took 75 seconds debug: Finished inferior-data->package-derivation-ids, took 15384 seconds Successfully loaded 187033 package/derivation pairs debug: Starting insert-guix-revision-package-derivation-distribution-counts debug: Finished insert-guix-revision-package-derivation-distribution-counts, took 714 seconds debug: Starting inserting channel news entries debug: Finished inserting channel news entries, took 4 seconds debug: Starting deleting package derivation entries for master debug: Finished deleting package derivation entries for master, took 18 seconds debug: Starting inserting package derivation entries for master debug: Finished inserting package derivation entries for master, took 42 seconds debug: Starting updating builds.derivation_output_details_set_id debug: Finished updating builds.derivation_output_details_set_id, took 17 seconds